@charset "utf-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
}

a {
	color: inherit;
	text-decoration: none
}

a:active {
	color: #ffe479;
}



a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- SCROLL BAR FOR DIV ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.scrollbar
{
	margin-left: 0px;
	float: left;
	height: 520px;
	width: 100%;
	overflow-y: scroll;
}

.sb-margin{
	margin-bottom: 0px
}

.force-overflow
{
	min-height: auto;
}

/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
	width: 6px;
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #ffcb05;	
	background-image: -webkit-linear-gradient(45deg,
					  rgba(255, 255, 255, .4) 25%,
					  transparent 25%,
					  transparent 50%,
					  rgba(255, 255, 255, .4) 50%,
					  rgba(255, 255, 255, .4) 75%,
					  transparent 75%,
					  transparent)
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #fdefb8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-track:hover {
    background-color: #fff7d7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #828282; 
}

::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffcb05; 
}

::-webkit-scrollbar:horizontal {
	height: 8px;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #cccccc !important;
	font-size: 14px !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc !important;
	font-size: 14px !important;
}

::placeholder {
	color: #cccccc !important;
	font-size: 14px !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------- INPUT FIELD STYLE --------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

.input-field-style {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 10px 8px 10px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #828282;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-field-style::-webkit-input-placeholder {
	/* Edge */
	color: #cccccc !important;
	font-size: 13px !important;
}

.input-field-style:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc !important;
	font-size: 13px !important;
}

.input-field-style::placeholder {
	color: #cccccc !important;
	font-size: 13px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.input-group {
	z-index: 0;
}

.field-lable {
	font-size: 12px;
	margin-bottom: 2px;
}

.field-style {
	display: block;
	width: 100%;
	height: calc(1rem + 1.3rem + 3px);
	padding: 7px 10px 8px 10px;
	font-size: 13px;
	font-weight: 400;
	/* line-height: 1.5; */
	color: #444444;
	background-color: #f7f7f7;
	background-clip: padding-box;
	border: 1px solid #dadada;
	border-radius: 0.15rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.field-style:focus{
	border-color: #ffcb059c;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(255 205 5 / 20%);
	-moz-box-shadow: 0 0 0 0.2rem rgb(255 205 5 / 20%);
	box-shadow: 0 0 0 0.2rem rgb(255 205 5 / 20%);
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- CARD STYLE -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

.card-style{
	border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding: 15px 10px 12px 10px;
    border-radius: 3px;
}
.card-body-style{
	padding: 0px 0px 0px 12px;
}

.card-style-FO{
	border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding: 15px 15px 15px 15px;
    border-radius: 3px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

.yellow {
	background: #ffcb05;
	border-color: #ffcb05;
	color: #444444;
}

.yellow:hover {
	background: #eaba02;
	border-color: #eaba02;
	color: #444444;
}

.yellow:active {
	background: #eaba02 !important;
	border-color: #eaba02 !important;
}

.yellow:focus {
	background: #eaba02;
	border-color: #eaba02;
	box-shadow: 0 0 0 0.2rem rgba(255, 205, 5, .5) !important;
}

.dark-gray {
	background: #444444;
	border-color: #444444;
}

.dark-gray:hover {
	background: #545454;
	border-color: #545454;
}

.btn-big {
	background: #ffcb05;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #444444;
    padding: 7px 15px 7px 15px;
    color: #444444;
}

.btn-big:hover {
	background-color: #ffe374;
	border-bottom: 3px solid #000000;
    color: #000000;
}

.btn-big:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 208, 0, 0.264);
}

.btn-big-dark {
	background: #444444;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #ffcb05;
    padding: 7px 15px 7px 15px;
    color: #ffffff;
}

.btn-big-dark:hover {
	background: #a9a9a9;
    color: #000000;
}

.btn-big-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.264);
}

.page-container {
	padding: 50px 120px 50px 120px;
}

.page-container-d-slip {
	padding: 50px 115px 50px 115px;
}

.page-header{
	position: relative;
	width: 100%;
    height: auto;
    padding: 35px 0 35px 0;
    background:url("../images/page-heading-bg.png") repeat-x #cccccc;
	text-align: center;
	border-bottom: 4px solid #ffcb05;
}

.page-header-top-bar {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px;
	margin: auto;
}

.page-header-heading {
	font-size: 45px;
	color: #444444;
	font-weight: 600;
	line-height: 60px;
}

.page-heading {
	font-size: 45px;
	color: #ffffff;
	font-weight: 600;
	line-height: 60px;
}

.page-heading-top-bar {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px;
	margin: auto;
}

.page-sub-heading {
	font-size: 35px;
	font-weight: 400;
}

.page-sub-heading-top-bar {
	width: 100px;
	height: 5px;
	background: #ffcb05;
	border-radius: 50px;
	margin: auto;
}

.page-banner-field-body {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.page-banner-heading-top-bar {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px;
	margin: auto;
}

.page-banner-heading {
	font-size: 55px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0px;
	font-weight: 600;
	text-transform: uppercase
}

.card-text {
	font-size: 14px
}

/*.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.subscribe-form {
  margin: 0rem 0rem 1rem;
}*/

.search-heading-style{
	padding: 5px 0px 0px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #ffcb05;
}

.result-box{
	padding: 0 0px 0 5px !important;
}

.result{
	padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #eeeeee;
	color: #444444;
	cursor: pointer;
}

.result:hover{
	background-color: #ffcb05;
	color: #ffffff;
	cursor: pointer;
}

.express-name{
	font-size: 15px;
    font-weight: 700;
}

.express-address{
	font-size: 13px;
    font-weight: 400;
	padding-right: 15px;
}

.es-search-field{
	padding: 0 10px 0 0px;
}

.es-search-field-btn{
	padding: 0 10px 0 0px !important;
	display: flex;
	justify-content: center;
}

.es-mobile-search{
		display: none;
	}
	
	.es-desktop-search{
		display:flex;
	}

.home-popup {
    padding: 0px 0 4px 1px !important;
    width: 34px;
    height: 34px;
    /* margin-bottom: 15px; */
    background: #ffcb05 !important;
    border-radius: 50%;
}	

/*------------------------------------------------------------------------------------------------------------------*/

.bootstrap-select {
  max-width: 100%;
}

.bootstrap-select .btn {
	background-color: #ffffff;
	border-style: solid;
	border-left-width: 3px;
	border-left-color: #ffcb05;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	color: #828282;
	font-weight: 400;
	padding: 8px 12px;
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}

.bootstrap-select .dropdown-menu {
	margin: 0px 0 0;
}

select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.location-icon-btn{
	width: 38px;
    height: 38px;
    border-radius: 50%;
    float: left;
    margin: 0 5px 0 5px;
    background: #828282;
    padding: 7px 0 7px 11px;
    color: #ffcb05;
	cursor: pointer;
}

.location-icon-btn:hover{
    background: #ffcb05;
    color: #828282;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- GOOGLE MAP -----------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

.google-maps {
    position: relative;
    padding-bottom: 65%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 98% !important;
    height: 100% !important;
  }

/*--------------------------------------------------------------------------------------*/
/*----------------------------------------HOME PAGE-------------------------------------*/
/*--------------------------------------------------------------------------------------*/

/*------------------------------------------ TOPBAR ------------------------------------*/

.top-bar {
	width: 100%;
	background: #ffcb05;
	padding: 0px 120px 0px 120px;
}

.country-icon {
	padding: 5px 0px 1px 0px;
}

.country-name {
	padding: 4px 0px 5px 5px;
}

.flag-unactive {
	padding: 3px 0 4px 0;
	margin-right: 10px;
}

.flag-active {
	padding: 3px 0 4px 0px;
}

.mobile-social {
	display: none;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------- NAVBAR ---------------------------------------*/

.top-navegation-bar {
	width: 100%;
	height: 77px;
	z-index: 1;
	background: #ffffff;
	padding: 0px 105px 0px 105px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .3);
}

.company-logo {
	width: auto;
	padding: 2px 0 0px 0;
	cursor: pointer;
}

.logo-img {
	width: 153px;
	height: 63px;
}

.social-nav {
	display: block;
	position: absolute;
	top: 8px;
	right: 105px;
}

.linkdin-icon-navbar {
	font-size: 20px;
	color: #444444;
	padding-right: 3px;
}

.linkdin-icon-navbar:hover {
	font-size: 20px;
	color: #0077b7;
}

.facebook-icon-navbar {
	font-size: 20px;
	color: #444444;
	padding-right: 3px;
}

.facebook-icon-navbar:hover {
	font-size: 20px;
	color: #32579d;
}

.insta-icon-navbar {
	font-size: 20px;
	color: #444444;
	padding-right: 3px;
}

.insta-icon-navbar:hover {
	font-size: 20px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	/* Also define standard property for compatibility */
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.whatsapp-icon-navbar {
	font-size: 20px;
	color: #444444;
	padding-right: 3px;
}

.whatsapp-icon-navbar:hover {
	font-size: 20px;
	color: #1ca811;
}

.youtube-icon-navbar {
	font-size: 20px;
	color: #444444;
	padding-right: 0px;
}

.youtube-icon-navbar:hover {
	font-size: 20px;
	color: #ff0000;
}

/*-------------------------------------- NAVIGATION -------------------------------------*/

.navbar {
	padding: 0;
	margin-top: 0px;
}

.navbar-top {
	position: relative;
	top: 19.7px;
}

.navbar-light .navbar-brand {
	color: #000000;
}

.navbar-light .navbar-nav .nav-link {
	color: #444444;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #1ebdc2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #000000;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
	transition: 0.3s;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 15px 8px 15px;
}

.active-fo {
	transition: 0.3s;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 15px 8px 15px;
	background-color: #ffcb05;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: #ffcb05;
	transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffcb05 !important;
}

.sm-menu {
	border-radius: 0px;
	border: 0px;
	top: 95%;
	border-top: 4px solid #ffcb05;
	box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 4px 0px;
	padding: 0;
}

.dropdown-item {
	color: #3c3c3c;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #828282;
}

.navbar-toggler {
	outline: none !important;
}

.navbar-tog {
	color: #1ebdc2;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	border-top: 4px solid #ffcb05 !important;
}

.megamenu h6 {
	margin-left: 21px;
}

.megamenu i {
	width: 26px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.megamenu_sub_icon {
    width: 20px;
    font-size: 10px !important;
    position: relative;
    top: -1px !important;
	left: 3px;
}

.navbar-toggler {
	padding: 0.25rem 0.45rem !important;
	font-size: 1rem !important;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.2rem;
}

/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------------- BANNER SECTION ---------------------------------------*/
.page-banner{
	position: relative;
	width: 100%;
}

.banner {
	width: 100%;
	height: auto;
	position: relative
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: black;
	opacity: 0.2;
	z-index: 1;
}

.overlay-page-banner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: black;
	opacity: 0.2;
	/*z-index: 1;*/
}

.banner-field-body {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 10px;
}

.card-button-banner {
	width: 85px;
	height: 85px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100&0.9+0,1+100;Grey+Gloss+%231 */
	background: -moz-linear-gradient(45deg,  rgba(226,226,226,0.9) 0%, rgba(219,219,219,0.95) 50%, rgba(209,209,209,0.95) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,226,0.9) 0%,rgba(219,219,219,0.95) 50%,rgba(209,209,209,0.95) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(226,226,226,0.9) 0%,rgba(219,219,219,0.95) 50%,rgba(209,209,209,0.95) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 5px 0px 5px 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
    margin: 0 2px 0 2px;
    border-radius: 3px;
    text-align: center;
	border-top: 3px solid #444444;
	cursor: pointer;
	transition-duration: 0.5s;
}

.card-button-banner:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 3px solid #ffcb05;
	transition-duration: 0.5s;
}

.card-button-banner .icon1 {
    background: url("../images/svg/locate-us.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon2 {
    background: url("../images/svg/calculator.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon3 {
    background: url("../images/svg/pickup.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner .icon4 {
    background: url("../images/svg/inquiry.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon5 {
    background: url("../images/svg/dublicate.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner .icon6 {
    background: url("../images/svg/cod.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .button-tab-text{
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    line-height: 14px;
    white-space: initial;
    height: 30px;
    place-items: center;
    display: grid;
    position: absolute;
    width: 100%;
    padding: 0 5px 0 5px;
    text-align: center;
    bottom: 5px;
}

.card-button-banner .h4 {
    font-weight: 700;
}

.card-button-banner:hover .icon1 {
    background: url("../images/svg/locate-us-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon2 {
    background: url("../images/svg/calculator-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon3 {
    background: url("../images/svg/pickup-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon4 {
    background: url("../images/svg/inquiry-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon5 {
    background: url("../images/svg/dublicate-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon6 {
    background: url("../images/svg/cod-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .button-tab-text {
    color: #ffffff;
	transition-duration: 0.5s;
}
  
.card-button-banner .tooltiptext {
	visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    top: -37px;
    font-size: 11px;
    left: 0px;
    font-weight: 600;
  }

  .card-button-banner:hover .tooltiptext {
	visibility: visible;
  }

  .card-button-banner-highlight {
	width: 85px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 5px 5px 5px 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
    margin: 0 2px 0 2px;
    border-radius: 3px;
    text-align: center;
	border-top: 3px solid #ffcb05;
	cursor: pointer;
	transition-duration: 0.5s;
}

.card-button-banner-highlight:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 3px solid #ffcb05;
	transition-duration: 0.5s;
}

.card-button-banner-highlight .icon1 {
    background: url("../images/svg/dublicate-hover.svg");
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner-highlight .icon2 {
    background: url("../images/svg/cod-hover.svg");
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 9px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner-highlight .button-tab-text{
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    line-height: 14px;
	color: #ffffff;
}

.card-button-banner-highlight .h4 {
    font-weight: 700;
}

.card-button-banner-highlight:hover .icon1 {
    background: url("../images/svg/dublicate-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner-highlight:hover .icon2 {
    background: url("../images/svg/cod-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner-highlight:hover .button-tab-text {
    color: #ffffff;
	transition-duration: 0.5s;
}
  
.card-button-banner-highlight .tooltiptext {
	visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    top: -37px;
    font-size: 11px;
    left: 0px;
    font-weight: 600;
  }

  .card-button-banner-highlight:hover .tooltiptext {
	visibility: visible;
  }

/*----------------------------------------------------------------------------------------------------------------*/  

.track-mobile {
	display: none;
}

.banner-field {
	padding: 24px 0 26px 20px;
	opacity: 0.90;
}

.banner-field:focus {
	background-color: #fff;
	border-color: #ffcb05 !important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 205, 5, .25) !important;
}

.img-responsive-banner-main-1920 {
	display: block;
}

.img-responsive-banner-main-1280 {
	display: none;
}

.img-responsive-banner-main-990 {
	display: none;
}

.img-responsive-banner-main-768 {
	display: none;
}

.ticker {
	display: flex;
	/*flex-wrap: wrap;
	width: 80%;
	height: 50px;
	margin: 0 auto*/
}

.news {
	width: auto;
	padding: 0px 5px 0px 0px;
	position: relative;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.card-header .title {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #444444 !important;
	background-color: transparent !important;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
}
.card{
	border: 1px solid #ddd !important;
	margin-bottom: 5px !important;
	border-bottom: 1px solid #ddd!important;
	border-radius: 3px !important;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.title {
	width: 127px;
	text-align: center;
	/* background: #ffcb05; */
	position: relative;
	font-size: 20px;
    font-weight: 600;
}

.title h5 {
	font-size: 18px;
	margin: 6% 0
}

.news marquee {
	font-size: 15px;
	margin-top: 6px
}

.news-content p {
	margin-right: 100px;
	display: inline
}

/*---------------------------------------------------------------------------------------------------*/

/*.social {
	position: fixed;
	top: 160px;
	z-index: 1;
	left: 0;
}*/

.social ul {
	padding: 0px;
	transform: translate(-130px, 0);
}

.social ul li {
	display: block;
	margin: 5px;
	background: rgba(255, 203, 5, 0.6);
	width: 180px;
	text-align: right;
	padding: 7px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
}

.social ul li:hover {
	transform: translate(120px, 0);
	background: rgba(255, 203, 5, 1);
}

.social ul li:hover a {
	color: #444444;
	text-decoration: none;
}

.social ul li:hover i {
	color: #fff;
	background: rgba(0, 0, 0, 0.36);
	transform: rotate(360deg);
	transition: all 1s;
}

.social ul li i {
	margin-left: 10px;
	color: #000;
	background: #fff;
	padding: 10px 0px 10px 0px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-size: 20px;
	background: #ffffff;
	transform: rotate(0deg);
	text-align: center;
}

.social-text {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	left: -5px;
	top: -1px;
}

.social1 {
	position: fixed;
	top: 160px;
	z-index: 1;
	right: 0;
}

.social1 ul {
	padding: 0px;
	transform: translate(130px, 0);
}

.social1 ul li {
	display: block;
	margin: 5px;
	background: rgba(255, 203, 5, 0.6);
	width: 180px;
	text-align: left;
	padding: 7px;
	border-radius: 30px 0px 0px 30px;
	transition: all 1s;
	left: 0px;
}

.social1 ul li:hover {
	transform: translate(-120px, 0);
	background: rgba(255, 203, 5, 1);
}

.social1 ul li:hover a {
	color: #444444;
	text-decoration: none;
}

.social1 ul li:hover i {
	color: #fff;
	background: rgba(0, 0, 0, 0.36);
	transform: rotate(-360deg);
	transition: all 1s;
}

.social1 ul li i {
	margin-right: 5px;
	color: #000;
	background: #fff;
	padding: 10px 0px 10px 0px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-size: 20px;
	background: #ffffff;
	transform: rotate(0deg);
	text-align: center;
}

.social1-text {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	left: 0px;
}

.owl-theme .owl-nav {
	margin-top: -30px !important;
	font-size: 30px;
	padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffcb0542 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcb05 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #e3b400;
    text-decoration: none;
}

/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------- BUTTON SECTION ----------------------------------------*/

.button-section {
	width: 100%;
	height: auto;
	padding: 25px 80px 25px 80px;
	background: #f9f9f9;
	position: relative;
	z-index: 0;
}

/*-------------------------------------------------------------------------------------*/

.snip1571 {
	background-color: #ffffff;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	border-radius: 4px;
}

.snip1571 *,
.snip1571 *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1571 img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
	border-radius: 4px;
}

.snip1571 figcaption {
	bottom: 15px;
	left: 0;
	position: absolute;
	z-index: 0;
}

.snip1571 figcaption:before {
	background-color: #FFCB05;
	bottom: -5px;
	content: '';
	left: 0;
	position: absolute;
	right: 100%;
	top: -5px;
	z-index: -1;
}

.snip1571 h3 {
	background-color: #444444;
	color: #ffffff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 3px 10px 5px 10px;
	text-transform: capitalize;
	z-index: 1;
}

.snip1571 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1571:hover>img,
.snip1571.hover>img {
	opacity: 0.35;
}

.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
	right: -5px;
}

/*--------------------------------------------- LEOPARDS STORIES ------------------------------*/

.leopards-stories {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url("../images/Untitled-1.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 70px 120px 50px 120px;
}

.heading-top-bar-LS {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px
}

.LS-heading {
	font-size: 35px;
	color: #ffffff;
	font-weight: 500;
}

.LS-text {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding-top: 15px;
}

.card-LCS {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow .25s;
}

.card-LCS:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card-LCS {
	position: relative;
  padding-bottom: 56.25%;
}

.img-card-LCS iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	border-radius: 3px 3px 0px 0px
}

.card-LCS-content {
	padding: 15px;
	text-align: left;
	/*height: 120px;*/
}

.card-LCS-title {
	margin-top: 0px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 25px;
}

.card-LCS-title a {
	color: #000;
	text-decoration: none !important;
}

.card-LCS-read-more {
	border-top: 0px solid #D4D4D4;
	padding: 0 10px 5px 0;
	position: absolute;
	bottom: 20px;
    right: 16px;
}

.card-youtube-link {
	background: rgba(0, 0, 0, .4);
	padding: 7px 15px 9px 15px;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}

.card-youtube-link:hover {
	text-decoration: none;
}

/*--------------------------------------------- DISCOVER LEOPARDS ------------------------------*/

.LCS-DIS-desktop {
	display: block
}

.LCS-DIS-mobile {
	display: none;
}

.discover-leopards {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 80px 120px 70px 120px;
}

.heading-top-bar-discover-LS {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px
}

.card-youtube-link:hover {
	background: rgba(0, 0, 0, .55);
	padding: 7px 15px 9px 15px;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}

.card-youtube-link:hover {
	text-decoration: none;
}

/*--------------------------------------------- DISCOVER LEOPARDS ------------------------------*/

.discover-leopards {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 80px 120px 70px 120px;
}

.heading-top-bar-discover-LS {
	width: 100px;
	height: 8px;
	background: #ffcb05;
	border-radius: 50px
}

.discover-LS-heading {
	font-size: 35px;
	color: #333333;
	font-weight: 500;
}

.discover-LS-text {
	width: 80%;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	padding-top: 15px;
}

.card-discover-LS {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow .25s;
}

.card-discover-LS:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card-discover-LS {
	width: 100%;
	height: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	overflow: hidden;
}

.img-card-discover-LS img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-discover-LS-content {
	padding: 15px 10px 10px 10px;
	text-align: left;
	/*height: 145px;*/
	margin-bottom: 15px;
}

.card-discover-LS-title {
	margin-top: 0px;
	font-weight: 600;
	font-size: 18px;
	/* line-height: 23px;*/
}

.card-discover-LS-text {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	/* line-height: 23px;*/
}

.card-discover-LS-read-more {
    border-top: 0px solid #D4D4D4;
    position: absolute;
    bottom: 24px;
    right: 25px;
}

.card-discover-LS-read-more a {
	background: rgba(255, 205, 5, .4);
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    color: #000000;
    text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.card-discover-LS-read-more a:hover {
	background: rgba(255, 205, 5, .7);
    color: #ffffff;
    text-decoration: none;
}

/*----------------------------------------------------------------------------------------------*/
/*------------------------------------------- ADD BANNER ---------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

.patner-logo{
	width: 100%;
	height: auto;
	padding: 10px 0 5px 0;
	display: block;
}

/*----------------------------------------------------------------------------------------------*/

.signup {
	background: #ffcb05;
	padding: 35px 0 35px 0;
}

.signup-text {
	font-size: 25px;
	color: #ffffff;
	padding: 5px 0 8px 0;
	font-weight: 600;
	text-align: end;
}

.signup-field {
	padding: 24px 0 26px 20px;
}

/*-----------------------------------------------------------------------------------------------*/

.footer {
	background: #444444;
	padding: 60px 110px 60px 110px;
}

.footer-heading {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-link {
	position: relative;
	display: block;
	padding: 2px 0 2px 0;
	background-color: transparent;
	border: none;
	color: #ffffff;
}

.footer-link-text {
	padding: 0px 0 0px 12px;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
}

.footer-link-text:hover {
	color: #ffcb05 !important;
}

.footer-link-bar {
	font-size: 11px;
	color: #ffcb05;
}

.LCS-office {
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.LCS-address {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
}

.linkdin-icon-footer {
	font-size: 30px;
	color: #ffffff;
	padding-right: 5px;
}

.linkdin-icon-footer:hover {
	font-size: 30px;
	color: #0077b7;
}

.facebook-icon-footer {
	font-size: 30px;
	color: #ffffff;
	padding-right: 5px;
}

.facebook-icon-footer:hover {
	font-size: 30px;
	color: #32579d;
}

.insta-icon-footer {
	font-size: 30px;
	color: #ffffff;
	padding-right: 5px;
}

.insta-icon-footer:hover {
	font-size: 30px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	/* Also define standard property for compatibility */
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.whatsapp-icon-footer {
	font-size: 30px;
	color: #ffffff;
	padding-right: 5px;
}

.whatsapp-icon-footer:hover {
	font-size: 30px;
	color: #1ca811;
}

.youtube-icon-footer {
	font-size: 30px;
	color: #ffffff;
	padding-right: 0px;
}

.youtube-icon-footer:hover {
	font-size: 30px;
	color: #ff0000;
}

/*--------------------------------------------------------------------------------*/
.footer-bottom {
	background: #ffcb05;
	padding: 10px 100px 10px 100px;
	color: #000000;
	font-size: 15px
}

.copyright {
	padding: 4px 0 5px 0;
}

.footer-link-bottom {
	position: relative;
	display: block;
	padding: 5px 12px 5px 12px;
	background-color: transparent;
	border: none;
	color: #000000;
	font-weight: 600;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*-------------------------------ABOUT MANAGEMENT PAGE-------------------------------*/
/*-----------------------------------------------------------------------------------*/

#text {
	display: none;
}

#text1 {
	display: none;
}

.btn-container {
	margin: auto;
	width: 100%;
}

button {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	border: none;
	padding: 8px;
	font-size: 20px;
	/*background:linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
	color: white;
	box-sizing: border-box;
}

.manag-img {
	width: 100%;
	border: 4px solid #ffcb05;
	overflow: hidden;
}

.management-name {
	font-size: 20px;
	font-weight: 600;
}

.management-designation {
	font-size: 14px;
	font-weight: 400;
	color: #ffcb05;
}

.management-text {
	font-size: 14px;
	font-weight: 400;
	color: #444444;
}

.style-about {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 276px;
	position: relative;
	overflow: hidden;
}

.style-about:before,
.style-about:after {
	content: "//////";
	color: #ffcb05;
	font-size: 14px;
	font-family: consolas;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-about:before {
	margin-right: 10px;
}

.style-about:after {
	margin-left: 10px;
}

.style-about:hover:before,
.style-about:hover:after {
	letter-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-about:hover {
	color: #ffcb05;
	text-decoration: none;
	cursor: pointer;
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*-------------------------------ABOUT VISION & MISSION PAGE--------------------------------*/
/*------------------------------------------------------------------------------------------*/

.vision-mission {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url("../images/bg-career-success.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
	padding: 70px 120px 80px 120px;
}

.vision-mission-heading {
	font-size: 45px;
	color: #444444;
	font-weight: 600;
	line-height: 60px;
}

.vision-mission-heading-top-bar {
	width: 100px;
	height: 8px;
	background: #ffffff;
	border-radius: 50px;
	margin: auto;
}

.baseBlock {
	/*margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0px;*/
	border-radius: 5px;
	overflow: hidden;
	/*min-height: 390px;*/
	background: #fff;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 0px solid #f3f3f3;
	border-bottom: 10px solid #ffcb05;
}

.baseBlock:hover {
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.card-body-height {
	height: 120px;
}

.card-cover {
	position: relative;
	background: none no-repeat center center/cover;
}

.card-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.circle-image {
	position: absolute;
	background: none no-repeat center center/cover;
	width: 90px;
	height: 90px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.circle-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px #fff;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*----------------------------ABOUT ABOUT US PAGE----------------------------*/
/*-----------------------------------------------------------------------------------*/

.milestone {
	width: 100%;
	overflow: hidden;
	height: auto;
}

.about-text {
	font-size: 16px;
    font-weight: 300;
    color: #444444;
    padding-top: 6px;
}


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-------------------------------ABOUT OUR PEOPLE PAGE-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.baseBlock-op {
	/*margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0px;*/
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 0px solid #f3f3f3;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-bottom: 10px solid #ffcb05;
}

.baseBlock-op:hover {
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.card-cover {
	position: relative;
	background: none no-repeat center center/cover;
}

.card-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.circle-image {
	position: absolute;
	background: none no-repeat center center/cover;
	width: 90px;
	height: 90px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.circle-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px #fff;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 50%;
}

.baseBlock-body-op {
	padding: 55px 15px 15px 15px;
}

.baseBlock-title {
	font-size: 20px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}

.baseBlock-text {
	font-size: 14px;
    font-weight: 400;
    color: #444444;
}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------SERVICES PAGE-----------------------------------*/
/*-----------------------------------------------------------------------------------*/


/*------------------------------------- NEW PAGE ------------------------------------*/

.page-services {
	padding: 10px 80px 50px 80px;
}

.services-page-text{
	font-size: 14px;
	font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/

.service-page-detail-heading{
	font-size: 40px;
    line-height: 35px;
    padding-bottom: 10px;
    font-weight: 500;
}

.service-detail-text {
	font-size: 16px;
	padding: 15px 0px 15px 0px;
	color: #444444;
	font-weight: 300;
}


/*----------------------------------*//*---------------------------------------*//*----------------------*/
/*----------------------------------*//*---------------------------------------*//*----------------------*/

.services-tr-job-posted-section-padding {
	padding: 0 30px 0 30px;
}

.service-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px 0px 15px 0px;
	z-index: 0;
	position: relative;
}

.service-tabbable {
	min-width: 100%;
	padding: 10px 0 10px 0;
}

.service-tabbable .nav-tabs {
	white-space: nowrap;
	display: inline-block;
	min-width: auto;
	/* padding: 0px 21px; */
}

.service-tabbable .nav-tabs .nav-item {
	display: inline-block;
}

.service-tabbable .nav-tabs .nav-item .nav-link {
	display: inline-block;
}

.service-tab .nav-tabs {
	border-bottom: 0;
}

.service-tab .nav-tabs>li {
	float: none;
	display: inline-flex;
	margin-right: 0px;
}

/* .service-tab .nav-tabs li:last-child {
	margin-right: 0;
} */

/* .service-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
} */

/* .service-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
	z-index: -1;
} */

/* .service-tab .nav-tabs>li a {
	box-shadow: rgba(17, 17, 26, 0.3) 2px 2px 2px;
} */

/* .service-tab .nav-tabs>li>a.active, 
.service-tab .nav-tabs>li a.active>:focus, 
.service-tab .nav-tabs>li>a.active:hover,
.service-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #ffcb05;
	color: #fff;
} */

/* .service-tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-icon {
    display: block;
    vertical-align: middle;
    margin: 0px 0 5px 2px;
    font-size: 18px;
}

.service-icon .icon{
	width: 50px;
	height: auto;
} */

.service-tab-bg {
	width: 100px;
	height: 95px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
	background: linear-gradient(135deg,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px 0px 5px 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
    margin: 0 4px 0 4px;
    border-radius: 3px;
    text-align: center;
	border-top: 3px solid #444444 !important;
	cursor: pointer;
	transition-duration: 0.3s;
	box-shadow: rgba(17, 17, 26, 0.2) 2px 2px 2px;
}

.service-tab-bg.active,
.service-tab-bg:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,1) 0%, rgba(56,56,56,1) 13%, rgba(78,78,78,1) 24%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 3px solid #ffcb05 !important;
	transition-duration: 0.3s;
}

.icon-service {
    background: url("../images/svg/locate-us.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .icon-service,
.service-tab-bg:hover .icon-service {
    background: url("../images/svg/locate-us-hover.svg");
	transition-duration: 0.3s;
}

/*------------------------------- EXPRESS ICON -----------------------------*/

.exp-icon-ON {
    background: url("../images/svg/services/express/overnight.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .exp-icon-ON,
.service-tab-bg:hover .exp-icon-ON {
    background: url("../images/svg/services/express/overnight-hover.svg");
	transition-duration: 0.3s;
}

.cal-icon-ON {
    background: url("../images/svg/calculator.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

service-tab-bg.active .cal-icon-ON,
.service-tab-bg:hover .cal-icon-ON {
    background: url("../images/svg/calculator-hover.svg");
	transition-duration: 0.3s;
}

.express_overnight_icon {
    background: url("../images/icon2/Express/overnight Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_overnight_icon,
.service-tab-bg:hover .express_overnight_icon {
    background: url("../images/icon2/Express/overnight White Yellow-01.svg");
	transition-duration: 0.3s;
}

.express_economy_icon {
    background: url("../images/icon2/Express/Economy Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_economy_icon,
.service-tab-bg:hover .express_economy_icon {
    background: url("../images/icon2/Express/Economy White Yellow-01.svg");
	transition-duration: 0.3s;
}

.logistics_warehouse_icon {
    background: url("../images/icon2/Logistics/Warehousing & Distribution Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .logistics_warehouse_icon,
.service-tab-bg:hover .logistics_warehouse_icon {
    background: url("../images/icon2/Logistics/Warehousing & Distribution White Yellow-01.svg");
	transition-duration: 0.3s;
}


.logistics_efulfilment_icon {
    background: url("../images/icon2/Logistics/eFulfillment Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}


.service-tab-bg.active .logistics_efulfilment_icon,
.service-tab-bg:hover .logistics_efulfilment_icon {
    background: url("../images/icon2/Logistics/eFulfillment White Yellow-01.svg");
	transition-duration: 0.3s;
}

.logistics_transportation_icon {
    background: url("../images/icon2/Logistics/Transportation black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .logistics_transportation_icon,
.service-tab-bg:hover .logistics_transportation_icon {
    background: url("../images/icon2/Logistics/Transportation White Yellow-01.svg");
	transition-duration: 0.3s;
}

.ecommerce_overnight_icon {
    background: url("../images/icon2/Ecommerce/overnight Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .ecommerce_overnight_icon,
.service-tab-bg:hover .ecommerce_overnight_icon {
    background: url("../images/icon2/Ecommerce/overnight White Yellow-01.svg");
	transition-duration: 0.3s;
}

.ecommerce_economy_icon {
    background: url("../images/icon2/Ecommerce/cash-on-delivery Yellow Black.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .ecommerce_economy_icon,
.service-tab-bg:hover .ecommerce_economy_icon {
    background: url("../images/icon2/Ecommerce/cash-on-delivery Yellow White-01.svg");
	transition-duration: 0.3s;
}

.ecommerce_cod_icon {
    background: url("../images/icon2/Ecommerce/cash-on-delivery Yellow Black.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .ecommerce_cod_icon,
.service-tab-bg:hover .ecommerce_cod_icon {
    background: url("../images/icon2/Ecommerce/cash-on-delivery Yellow White-01.svg");
	transition-duration: 0.3s;
}


.international_express_icon {
    background: url("../images/icon2/International/International Express Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .international_express_icon,
.service-tab-bg:hover .international_express_icon {
    background: url("../images/icon2/International/International Express White Yellow-01.svg");
	transition-duration: 0.3s;
}


.international_import_icon {
    background: url("../images/icon2/International/Import & Export black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .international_import_icon,
.service-tab-bg:hover .international_import_icon {
    background: url("../images/icon2/International/Import & Export White yellow-01.svg");
	transition-duration: 0.3s;
}

.international_student_icon {
    background: url("../images/icon2/International/Student Express 1Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .international_student_icon,
.service-tab-bg:hover .international_student_icon {
    background: url("../images/icon2/International/Student Express 1White Yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_warehousing_icon {
    background: url("../images/icon2/Edistribution/warehousing & Efullfilment-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_warehousing_icon,
.service-tab-bg:hover .edistribution_warehousing_icon {
    background: url("../images/icon2/Edistribution/warehousing & Efullfilment-white yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_shipping_icon {
    background: url("../images/icon2/Edistribution/Shipping & Delivery-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_shipping_icon,
.service-tab-bg:hover .edistribution_shipping_icon {
    background: url("../images/icon2/Edistribution/Shipping & Delivery-White yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_brand_icon {
    background: url("../images/icon2/Edistribution/brand operation store-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_brand_icon,
.service-tab-bg:hover .edistribution_brand_icon {
    background: url("../images/icon2/Edistribution/brand operation store- white yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_website_icon {
    background: url("../images/icon2/Edistribution/website development-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_website_icon,
.service-tab-bg:hover .edistribution_website_icon {
    background: url("../images/icon2/Edistribution/website development-white yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_product_icon {
    background: url("../images/icon2/Edistribution/product photography-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_product_icon,
.service-tab-bg:hover .edistribution_product_icon {
    background: url("../images/icon2/Edistribution/product photography-white yellow-01.svg");
	transition-duration: 0.3s;
}

.edistribution_digital_icon {
    background: url("../images/icon2/Edistribution/Digital Marketing-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .edistribution_digital_icon,
.service-tab-bg:hover .edistribution_digital_icon {
    background: url("../images/icon2/Edistribution/Digital Marketing-white yellow-01.svg");
	transition-duration: 0.3s;
}

.projects_mofa_icon {
    background: url("../images/icon2/Projects/MOFA Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_mofa_icon,
.service-tab-bg:hover .projects_mofa_icon {
    background: url("../images/icon2/Projects/MOFA White Yellow-01.svg");
	transition-duration: 0.3s;
}

.projects_print_icon {
    background: url("../images/icon2/Projects/Print and mail black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_print_icon,
.service-tab-bg:hover .projects_print_icon {
    background: url("../images/icon2/Projects/Print and mail White yellow-01.svg");
	transition-duration: 0.3s;
}

.projects_leopards_icon {
    background: url("../images/icon2/Projects/Leopards bulao Black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_leopards_icon,
.service-tab-bg:hover .projects_leopards_icon {
    background: url("../images/icon2/Projects/Leopards bulao White yellow.svg");
	transition-duration: 0.3s;
}

.projects_sukkur_icon {
    background: url("../images/icon2/Projects/Sukkur IBA university black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_sukkur_icon,
.service-tab-bg:hover .projects_sukkur_icon {
    background: url("../images/icon2/Projects/Sukkur IBA university White yellow-01.svg");
	transition-duration: 0.3s;
}

.projects_bise_icon {
    background: url("../images/icon2/Projects/Bise black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_bise_icon,
.service-tab-bg:hover .projects_bise_icon {
    background: url("../images/icon2/Projects/Bise White yellow-01.svg");
	transition-duration: 0.3s;
}

.projects_sindh_icon {
    background: url("../images/icon2/Projects/Univeristy of sindh black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .projects_sindh_icon,
.service-tab-bg:hover .projects_sindh_icon {
    background: url("../images/icon2/Projects/Univeristy of sindh White yellow-01.svg");
	transition-duration: 0.3s;
}

.international_economy_icon {
    background: url("../images/icon2/International/International Economy black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .international_economy_icon,
.service-tab-bg:hover .international_economy_icon {
    background: url("../images/icon2/International/International Economy White yellow-01.svg");
	transition-duration: 0.3s;
}

.fintech_bill_icon {
    background: url("../images/icon2/Fintech/Bill Payment Service Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .fintech_bill_icon,
.service-tab-bg:hover .fintech_bill_icon {
    background: url("../images/icon2/Fintech/Bill Payment Service White Yellow-01.svg");
	transition-duration: 0.3s;
}

.giftwift_60_icon {
    background: url("../images/icon2/Giftswifts/60 mint delivery Black Yellow.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .giftwift_60_icon,
.service-tab-bg:hover .giftwift_60_icon {
    background: url("../images/icon2/Giftswifts/60 mint delivery White Yellow.svg");
	transition-duration: 0.3s;
}

.giftwift_24_icon {
    background: url("../images/icon2/Giftswifts/24 hour  delivery Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .giftwift_24_icon,
.service-tab-bg:hover .giftwift_24_icon {
    background: url("../images/icon2/Giftswifts/24 hour  delivery White Yellow-01.svg");
	transition-duration: 0.3s;
}

.giftwift_midnight_icon {
    background: url("../images/icon2/Giftswifts/Midnight Delivery black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .giftwift_midnight_icon,
.service-tab-bg:hover .giftwift_midnight_icon {
    background: url("../images/icon2/Giftswifts/Midnight Delivery White Yellow-01.svg");
	transition-duration: 0.3s;
}

.giftwift_48_icon {
    background: url("../images/icon2/Giftswifts/48 hour  delivery Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .giftwift_48_icon,
.service-tab-bg:hover .giftwift_48_icon {
    background: url("../images/icon2/Giftswifts/48 hour  delivery White Yellow-01.svg");
	transition-duration: 0.3s;
}

.giftwift_96_icon {
    background: url("../images/icon2/Giftswifts/96 hour  delivery Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .giftwift_96_icon,
.service-tab-bg:hover .giftwift_96_icon {
    background: url("../images/icon2/Giftswifts/96 hour  delivery White Yellow-01.svg");
	transition-duration: 0.3s;
}


.express_flyer_icon {
    background: url("../images/icon2/Express/Flyer Express Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_flyer_icon,
.service-tab-bg:hover .express_flyer_icon {
    background: url("../images/icon2/Express/Flyer Express White Yellow-01.svg");
	transition-duration: 0.3s;
}

.express_box_icon {
    background: url("../images/icon2/Express/Leopard Box black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_box_icon,
.service-tab-bg:hover .express_box_icon {
    background: url("../images/icon2/Express/Leopard Box White Yellow-01.svg");
	transition-duration: 0.3s;
}


.express_mera_icon {
    background: url("../images/icon2/Express/mera time delivery Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_mera_icon,
.service-tab-bg:hover .express_mera_icon {
    background: url("../images/icon2/Express/mera time delivery White Yellow-01.svg");
	transition-duration: 0.3s;
}

.express_documents_icon {
    background: url("../images/icon2/Express/Document Care 1Black Yellow-01-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_documents_icon,
.service-tab-bg:hover .express_documents_icon {
    background: url("../images/icon2/Express/Document Care 1white Yellow-01-01.svg");
	transition-duration: 0.3s;
}

.logistics_overland_icon {
    background: url("../images/icon2/Logistics/Overland black yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .logistics_overland_icon,
.service-tab-bg:hover .logistics_overland_icon {
    background: url("../images/icon2/Logistics/Overland White yellow-01.svg");
	transition-duration: 0.3s;
}

.express_student_icon {
    background: url("../images/icon2/Express/Student Express 1Black Yellow-01.svg");
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	position: relative;
}

.service-tab-bg.active .express_student_icon,
.service-tab-bg:hover .express_student_icon {
    background: url("../images/icon2/Express/Student Express 1White Yellow-01.svg");
	transition-duration: 0.3s;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

.service-tab-text {
	font-size: 11px;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* padding-bottom: 0px; */
    transition-duration: 0.3s;
    line-height: 13px;
    white-space: initial;
    height: 30px;
    place-items: center;
    display: grid;
    position: absolute;
    width: 100%;
    padding: 0 5px 0 5px;
    text-align: center;
    bottom: 5px;
}

.service-tab-bg.active .service-tab-text,
.service-tab-bg:hover .service-tab-text {
    color: #ffffff;
	transition-duration: 0.3s;
}

.shadow {
	box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, .07) !important;
}


/* -------------------------------  SERVICES CARD BIG BUTTONS CSS --------------------------*/

.service-tabs {
	padding: 0 20px 20px 20px;
}

.card-service {
	border-radius: 4px;
	background: #fff;
	box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .1);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
	padding: 14px 80px 18px 25px;
	cursor: pointer;
	border: 1px solid rgba(255, 203, 5, .4);
	margin-bottom: 20px;
	height: 105px;
}

.card-service:hover {
	transform: scale(1.01);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
}

.card-service h3 {
	font-weight: 600;
}

.card-service img {
	position: absolute;
	top: 20px;
	right: 15px;
	max-height: 120px;
}

.card-service-heading {
	font-size: 15px;
	font-weight: 700;
}

.card-service-text {
	font-size: 13px;
	font-weight: 400;
	margin-top: 10px;
}

.CSH-left-border {
	border-left: 4px solid #ffcb05;
	padding: 0px 0 2px 12px;
}

.card-1 {
	background-image: url("../images/services/bill-management-icon/electric.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-2 {
	background-image: url("../images/services/bill-management-icon/gas.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-3 {
	background-image: url("../images/services/bill-management-icon/water.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-4 {
	background-image: url("../images/services/bill-management-icon/tele.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-5 {
	background-image: url("../images/services/bill-management-icon/mobile.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-6 {
	background-image: url("../images/services/bill-management-icon/internet.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

.card-7 {
	background-image: url("../images/services/bill-management-icon/Aggregator.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
}

@media(max-width: 990px) {
	.card-service {
		margin: 20px;
	}
}

/*----------------------------------------------------------------------------------------------*/
/*------------------------------------------Mera Time-------------------------------------------*/

.card-d-heading {
	font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.card-d-border {
	border-left: 4px solid #ffcb05;
	padding: 0px 0 2px 12px;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*---------------------------------------- CONTACT OUR OFFICES ---------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.card-OF {
    width: 220px;
	margin: 0 14px 28px 14px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

/*.card-OF a {
    color: inherit;
    text-decoration: none;
}

.card-OF:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}*/

/**
* THUMB
**/

.card-OF__thumb {
    height: 210px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card-OF__thumb img {
    width: 100%;
    display: block;
	height: -webkit-fill-available;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.card-OF:hover .card-OF__thumb {
    height: 50px;
}

.card-OF:hover .card-OF__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**
* card_BODY
**/

.card-OF__body {
    position: relative;
    height: 60px;
    padding: 18px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card-OF:hover .card-OF__body {
    height: 220px;
}

.card-OF__category {
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    padding: 0 18px;
    background-color: coral;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px;
}

.card-OF__title {
	margin: 0px;
    padding: 0px 0px 10px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.card-OF__subtitle {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 19px;
    color: coral;
}

.card-OF__description {
	position: absolute;
    left: 10px;
    right: 10px;
    top: 50px;
    margin: 0;
    padding: 0;
    color: #666C74;
    line-height: 21px;
    opacity: 0;
    font-size: 14px;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.card-OF:hover .card-OF__description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.card-OF__footer {
    position: absolute;
    bottom: 12px;
    left: 20px;
    right: 20px;
    font-size: 11px;
    color: #A3A9A2;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    font-size: 18px;
}

.icon+.icon {
    padding-left: 10px;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*---------------------------------------- CONTACT COMM & SUGG ---------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

	#wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.content-SG {
		width: 100%;
		min-width: 260px;
		margin-top: 4%;
		transition: 0.3s ease;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	}
	@media screen and (max-width: 512px) {
		.content-SG {
			margin: 0 4%;
			margin-top: 5%;
		}
	}

	/* Tabs menu */
	.tabs {
		margin: 0;
		background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
		display: flex;
		justify-content: space-between;
		align-items: end;
		height: 80px;
		border-radius: 2px 2px 0px 0px;
	}
	@media screen and (max-width: 512px) {
		.tabs {
			height: 40px;
		}
	}

	/* Tab Links */
	.tablinks {
		background: #eeeeee;
		background-image: linear-gradient(90deg, transparent 80%, rgba(255, 205, 5, 0.2) 100%);
		border: none;
		outline: none;
		cursor: pointer;
		width: 50%;
		/*change depending on the number of tabs*/
		height: 80px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
		overflow: hidden;
		transition: 0.3s ease;
		z-index: 0;
	}
	@media screen and (max-width: 512px) {
		.tablinks {
			height: 40px;
			font-size: 12px;
		}
	}

	.tablinks:before {
		background-image: linear-gradient(135deg, #ffcb05 0%, #fff0b7 100%);
		content: "";
		width: 100%;
		height: 0px;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.3s ease-in-out;
		z-index: 2;
	}

	/*tab buttons hover*/
	.tablinks:hover::before {
		height: 100%;
		z-index: 2;
		bottom: 0;
	}
	@media screen and (max-width: 512px) {
		.tablinks:hover::before {
			height: 0;
		}
	}

	/* Tab active */
	.tablinks.active {
		background-color: #ffffff;
		z-index: 0;
		border-right: 0px;
		border-left: 0px;
		height: 95px;
		bottom: 0px;
		overflow: hidden;
	}
	@media screen and (max-width: 512px) {
		.tablinks.active {
			height: 60px;
		}
	}

	.tablinks.active:before {
		content: "";
		width: 100%;
		height: 5px;
		top: 0;
		left: 0;
	}

	/* Tabs text */
	.tablinks.active p,
	.tablinks.active:hover p {
		opacity: 1;
		background: -webkit-linear-gradient(90deg, #ffcb05 0%, #b08b00 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.tablinks p {
		opacity: 0.6;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
		transition: 0.5s ease;
		padding: 0;
		margin: 0;
		color: #686868;
		backface-visibility: hidden;
		font-weight: 400;
	}

	.tablinks:hover p {
		color: white;
		opacity: 1;
	}
	@media screen and (max-width: 512px) {
		.tablinks:hover p {
			color: #686868;
			opacity: 0.6;
		}
	}

	/* Tabs text bigger */
	.tablinks p:before {
		content: attr(data-title);
		position: absolute;
		height: auto;
		width: auto;
		color: #828282;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0.1;
		font-size: 40px;
		transition: 1s ease-out;
		z-index: -1;
		font-weight: 600;
		top: 100%;
	}
	@media screen and (max-width: 512px) {
		.tablinks p:before {
			display: none;
		}
	}

	.tablinks:hover p:before {
		opacity: 0.1;
		font-size: 40px;
		top: -80%;
	}

	/* tab content */
	.wrapper_tabcontent {
		background-color: #ffffff;
		margin-top: 0px;
		/*z-index: -3;*/
		position: relative;
		opacity: 1;
		padding: 40px 60px;
		overflow: hidden;
		transition: all 1s ease;
		top: 0;
	}

	.tabcontent {
		display: none;
		min-height: 180px;
	}

	@keyframes tabEffect {
		from {
			top: -40px;
		}
		to {
			top: 0px;
		}
	}
	.tabcontent.active {
		transition: all 1s ease;
		display: block;
	}

	/* Tab content line */
	.wrapper_tabcontent:after {
		content: "";
		height: 5px;
		width: 100%;
		position: absolute;
		background-image: linear-gradient(135deg, #ffcb05 0%, #b08b00 100%);
		left: 0;
		bottom: 0;
		z-index: -2;
		transition: all 1s ease;
	}

	/* Title */
	.tabcontent h3 {
		font-size: 40px;
		top: 130px;
		transform: rotate(90deg);
		position: absolute;
		left: -90px;
		opacity: 0.1;
		width: 220px;
		height: 60px;
		background: -webkit-linear-gradient(135deg, #ffcb05 0%, #b08b00 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0;
		animation: city 1s ease;
	}
	/*@media screen and (max-width: 512px) {
		.tabcontent h3 {
			top: 65px;
		}
	}*/

	@keyframes city {
		from {
			left: -150px;
		}
		to {
			left: -90px;
		}
	}
	/* Text*/
	.tabcontent div {
		margin: 0;
		transition: all 1s;
		animation: fadeEffect 0.6s;
		width: 100%;
	}
	@media screen and (max-width: 512px) {
		.tabcontent p {
			font-size: 14px;
			line-height: 26px;
		}
	}

	@keyframes fadeEffect {
		from {
			opacity: 0;
			margin-top: 30px;
		}
		to {
			opacity: 1;
			margin-left: 0;
		}
	}


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*----------------------------------PROMOTION PAGE-----------------------------------*/
/*-----------------------------------------------------------------------------------*/

.img-card-PRO {
	position: relative;
  	padding-bottom: 56.25%;
}

.img-card-PRO iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	border-radius: 4px 4px 4px 4px;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------------CAREER PAGE-----------------------------------*/
/*-----------------------------------------------------------------------------------*/


.job-item {
    background-color: #f0f0f0;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 0;
}

.job-tab .nav-tabs {
	margin-bottom: 15px;
	border-bottom: 0;
}

.job-tab .nav-tabs>li {
	float: none;
	display: inline;
}

.job-tab .nav-tabs li {
	margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.job-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
	z-index: -1;
}

.job-tab .nav-tabs>li a {
	display: inline-block;
    background-color: #f0f0f0;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 5px 25px 6px 25px;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover {
	border: none;
	background-color: #ffcb05;
	color: #fff;
}

.job-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #8a8a8a;
	color: #fff;
}

.job-item .btn.btn-primary {
	text-transform: capitalize;
}

.job-item .job-info {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	padding: 25px 20px 10px;
}

.job-info .company-logo {
	margin-bottom: 30px;
}

.job-info .tr-title {
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.job-info .tr-title span {
	font-size: 14px;
	display: block;
}

.job-info .tr-title a {
	color: #000;
}

.job-info .tr-title a:hover {
	color: #008def;
}

.job-info ul {
	margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
	color: #646464;	
}

.job-meta li a:hover {
	color: #008def;
}

.job-meta li {
	font-size: 12px;
	margin-bottom: 10px;
}

.job-meta li span i {
	color: #000;
}

.job-meta li i {
	margin-right: 10px;
    width: 15px;
    height: auto;
    text-align: center;
}

.job-item .time {
	position: relative;
}

.job-item .time:after {
	position: absolute;
	content: "";
	bottom: 35px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
	opacity: 0;
}

.job-item .time span {
	font-size: 12px;
	color: #bebebe;
	line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
	padding: 3px 7px 4px 7px;
    border-radius: 3px;
    line-height: 11px;
    font-size: 11px;
}

.job-item .time a span {
	color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;	
}

.job-item .time a span.part-time {
	background-color: #00aeef;
	border-color: #00aeef;
}

.job-item .time a span.freelance {
	background-color: #92278f;
	border-color: #92278f;	
}

.job-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #ffcb05;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

.job-item:hover .item-overlay {
	opacity: 1;
}

.item-overlay .job-info {
	padding: 20px 20px 20px;
	overflow: hidden;
}

.item-overlay .btn.btn-primary {
	background-color: #007bd4;
	border-color: #007bd4;
	margin-bottom: 5px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
	color: #fff;
}

.job-social {
	margin-top: 35px;
}

.job-social li {
	float: left;
}

.job-social li + li {
	margin-left: 15px;
}

.job-social li a i {
    margin-right: 0;
    font-size: 14px;
    margin-left: 10px;
}

.job-social li a {
	width: auto;
    height: auto;
    /* text-align: center; */
    display: block;
    background-color: #fff4a4;
    line-height: 0px;
    border-radius: 50px;
    border: 1px solid #444444;
    position: absolute;
    /* overflow: hidden; */
    z-index: 1;
    color: #444444;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    font-weight: 500;
    /* align-items: center; */
    bottom: 15px;
    right: 15px;
}

.job-social-name {
	position: relative;
	top: -1px;
}

/*.job-social li:last-child a {
	background-color: #fff;
}*/

.job-social li:last-child a i {
	color: #d6ab00;
}

.job-social li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50px;
	background-color:#484848;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
	border-color: #fff;
	color: #ffffff;
}

.job-social li a:hover i {
	color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}



/******************* Timeline Demo - 9 *****************/

.right-people-section{
	padding: 0 150px 0 150px;
	position: relative;
	z-index: 0;
}			

.main-timeline9 {
	position: relative
}

.main-timeline9:after,
.main-timeline9:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline9:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #302124;
	position: absolute;
	top: 0;
	left: 50%
}

.main-timeline9 .timeline {
	width: 50%;
	float: left;
	position: relative;
	z-index: 1
}

.main-timeline9 .timeline:after,
.main-timeline9 .timeline:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline9 .timeline:first-child:before,
.main-timeline9 .timeline:last-child:before {
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ffcb05;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1
}

.main-timeline9 .timeline:last-child:before {
	top: auto;
	bottom: 0
}

.main-timeline9 .timeline:last-child:nth-child(even):before {
	right: auto;
	left: -11px;
	bottom: -2px
}

.main-timeline9 .timeline-content {
	text-align: center;
	margin-top: 8px;
	position: relative;
	transition: all .3s ease 0s
}

.main-timeline9 .timeline-content:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #ffcb05;
	position: absolute;
	top: 86px;
	left: 0;
	z-index: -1
}

.main-timeline9 .circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #fff;
	border: 8px solid #ffcb05;
	float: left;
	margin-right: 25px;
	position: relative;
	top: -2px;		
}

.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before,
.main-timeline9 .circle:before {
	content: "";
	margin: auto;
	position: absolute;
	right: -33px;
	bottom: 0;
	z-index: -1
}

.main-timeline9 .circle:before {
	width: 26px;
	height: 30px;
	background: #ffcb05;
	top: 0;
	box-shadow: inset 7px 0 9px -7px #444
}

.main-timeline9 .circle span img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/* line-height: 160px; */
	/* border: 3px solid #adabab; */
	/* font-size: 80px; */
	/* color: #454344 */
		
}

.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before {
	width: 28px;
	height: 50px;
	background: #fff;
	border-radius: 0 0 0 21px;
	top: -54px
}

.main-timeline9 .circle span:after {
	border-radius: 21px 0 0;
	top: 0;
	bottom: -56px
}

.main-timeline9 .content {
	display: table;
	padding-right: 30px;
	position: relative
}

.main-timeline9 .year {
	display: block;
	padding: 10px;
	margin: 25px 0 30px;
	background: #ffcb05;
	border-radius: 7px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.main-timeline9 .title-timeline {
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	margin-top: 0
}

.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before,
.main-timeline9 .icon:before {
	content: "";
	height: 25px;
	margin: auto;
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: -15px
}

.main-timeline9 .description {
	font-size: 14px;
	color: #a6a6a6;
	text-align: justify
}

.main-timeline9 .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ffcb05;
	position: absolute;
	top: 78px;
	right: -14px
}

.main-timeline9 .icon:before {
	width: 15px;
	background: #ffcb05;
	top: -1px
}

.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before {
	width: 21px;
	background: #fff;
	border-radius: 0 0 21px;
	top: -30px
}

.main-timeline9 .icon span:after {
	border-radius: 0 21px 0 0;
	top: 0;
	left: -15px;
	bottom: -30px
}

.main-timeline9 .timeline:nth-child(2n) .circle,
.main-timeline9 .timeline:nth-child(2n) .timeline-content {
	float: right
}

.main-timeline9 .timeline:nth-child(2n) .circle {
	margin: 0 0 0 25px
}

.main-timeline9 .timeline:nth-child(2n) .circle:before {
	right: auto;
	left: -33px;
	box-shadow: -7px 0 9px -7px #444 inset
}

.main-timeline9 .timeline:nth-child(2n) .circle span:after,
.main-timeline9 .timeline:nth-child(2n) .circle span:before {
	right: auto;
	left: -33px;
	border-radius: 0 0 21px
}

.main-timeline9 .timeline:nth-child(2n) .circle span:after {
	border-radius: 0 21px 0 0
}

.main-timeline9 .timeline:nth-child(2n) .content {
	padding: 0 0 0 30px;
	margin-left: 2px
}

.main-timeline9 .timeline:nth-child(2n) .icon {
	right: auto;
	left: -15px
}

.main-timeline9 .timeline:nth-child(2n) .icon span:after,
.main-timeline9 .timeline:nth-child(2n) .icon span:before,
.main-timeline9 .timeline:nth-child(2n) .icon:before {
	left: auto;
	right: -15px
}

.main-timeline9 .timeline:nth-child(2n) .icon span:before {
	border-radius: 0 0 0 21px
}

.main-timeline9 .timeline:nth-child(2n) .icon span:after {
	border-radius: 21px 0 0
}

.main-timeline9 .timeline:nth-child(2) {
	margin-top: 180px
}

.main-timeline9 .timeline:nth-child(odd) {
	margin: -175px 0 0
}

.main-timeline9 .timeline:nth-child(even) {
	margin-bottom: 80px
}

.main-timeline9 .timeline:first-child,
.main-timeline9 .timeline:last-child:nth-child(even) {
	margin: 0
}

@media only screen and (max-width:1280px) {
	.right-people-section{
	padding: 0 50px 0 50px;
	position: relative;
	z-index: 0;
}
}

@media only screen and (max-width:990px) {
	.main-timeline9:before {
		left: 100%;
		height: 99%;
	}

	.main-timeline9 .timeline {
		width: 100%;
		float: none;
		margin-bottom: 20px !important
	}

	.main-timeline9 .timeline:first-child:before,
	.main-timeline9 .timeline:last-child:before {
		left: auto !important;
		right: -13px !important
	}

	.main-timeline9 .timeline:nth-child(2n) .circle {
		float: left;
		margin: 0 25px 0 0
	}

	.main-timeline9 .timeline:nth-child(2n) .circle:before {
		right: -33px;
		left: auto;
		box-shadow: 7px 0 9px -7px #444 inset
	}

	.main-timeline9 .timeline:nth-child(2n) .circle span:after,
	.main-timeline9 .timeline:nth-child(2n) .circle span:before {
		right: -33px;
		left: auto;
		border-radius: 0 0 0 21px
	}

	.main-timeline9 .timeline:nth-child(2n) .circle span:after {
		border-radius: 21px 0 0
	}

	.main-timeline9 .timeline:nth-child(2n) .content {
		padding: 0 40px 0 0;
		margin-left: 0
	}

	.main-timeline9 .timeline:nth-child(2n) .icon {
		right: -14px;
		left: auto
	}

	.main-timeline9 .timeline:nth-child(2n) .icon span:after,
	.main-timeline9 .timeline:nth-child(2n) .icon span:before,
	.main-timeline9 .timeline:nth-child(2n) .icon:before {
		left: -15px;
		right: auto
	}

	.main-timeline9 .timeline:nth-child(2n) .icon span:before {
		border-radius: 0 0 21px
	}

	.main-timeline9 .timeline:nth-child(2n) .icon span:after {
		border-radius: 0 21px 0 0
	}

	.main-timeline9 .timeline:nth-child(2),
	.main-timeline9 .timeline:nth-child(even),
	.main-timeline9 .timeline:nth-child(odd) {
		margin: 0
	}
}

@media only screen and (max-width:480px) {
	.main-timeline9:before {
		left: 0;
	}

	.main-timeline9 .year {
		padding: 5px 0 6px 0;
		margin: 10px 0 10px 0 !important;
		border-radius: 4px;
	}

	.main-timeline9 .timeline:first-child:before,
	.main-timeline9 .timeline:last-child:before {
		left: -12px !important;
		right: auto !important
	}

	.main-timeline9 .circle,
	.main-timeline9 .timeline:nth-child(2n) .circle {
		width: 110px;
		height: 110px;
		float: none;
		margin: 0 auto;
		border: 5px solid #ffcb05;
	}

	.main-timeline9 .timeline-content:before {
		width: 35%;
		top: 52px;
		left: 1%;
		height: 4px;
	}

	.main-timeline9 .circle span {
		line-height: 115px;
		font-size: 60px
	}

	.main-timeline9 .circle span:after,
	.main-timeline9 .circle span:before,
	.main-timeline9 .circle:before,
	.main-timeline9 .icon {
		display: none
	}

	.main-timeline9 .content,
	.main-timeline9 .timeline:nth-child(2n) .content {
		padding: 0 10px
	}

	.main-timeline9 .year {
		margin-bottom: 15px
	}

	.main-timeline9 .description {
		text-align: center
	}
}



/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------- JOB DETAIL - APPLY NOW -----------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.job-title-bg {
	background: linear-gradient(to right, rgba(254,252,234,0.7) 0%,rgba(255,217,81,0.2) 100%);
	padding: 45px 30px 45px 30px;
	display: inline-flex;
	margin-bottom: 40px;
	border-radius: 5px;
}

.job-title-bg .logo-career img {
	width: 100px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.35);
}

.job-title {
	margin-left: 20px;
}

.job-title .job-heading {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
}

.job-title .job-info {
	line-height: 40px;
}

.job-title .job-info span {
	margin-right: 20px;
	font-weight: 300;
}

.job-title .job-other-info {
	display: inline-flex;
}

.job-title .job-other-info .tab {
	font-size: 12px;
	font-weight: 400;
	background: #cdcdcd;
	border-radius: 50px;
	padding: 3px 15px 4px 15px;
	margin-right: 10px;
}

.job-detail detail-heading {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.job-detail detail-text {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
	padding-right: 30px;
	text-align: justify;
}

.job-detail detail-text ul li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}

.job-other-detail {
	background: rgba(255,203,5,0.1);
	border-radius: 5px;
	padding: 20px;
	height: 100%!important;
}

.job-other-detail otherdetail-heading {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.job-other-detail ul {
	margin-top: 20px;
	margin-left: 10px;
	list-style: none;
}

.job-other-detail ul li {
	margin-bottom: 40px;
}

.job-other-detail ul li h5 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 4px;
}

.job-other-detail ul li span {
	font-size: 15px;
	line-height: 16px;
}

.job-other-detail ul li i {
	position: absolute;
	left: 30px;
	font-size: 25px;
	padding-top: 4px;
}

.job-skills ul {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.job-skills ul li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.job-skills ul li a {
	padding: 4px 20px 6px 20px;
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #444444;
	border-radius: 5px;
	background: #fff;
}


/*---------------------------------------------------------------------------------------------------*/
/*------------------------------------------ MEET OUR PEOPLE ----------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/


#cards-MOP .card-MOP {
    border-radius: 20px;
    min-height: 100%;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#cards-MOP .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards-MOP .card-MOP .user-picture img {
	position: absolute;
    top: 0%;
    right: 10%;
    background: #ffcb056e!important;
    padding: 7px;
}

#cards-MOP .card-MOP .user-content .user-name {
    margin-right: 150px;
}



@media only screen and (max-width: 990px) {
    .our-team { margin-top: 80px; }
}

/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------- SUCCESS STORIES ----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/


.success-stories {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url("../images/bg-career-success.jpg") no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.img-success-stories {
	position: relative;
  padding-bottom: 56.25%;
}

.img-success-stories iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------ LIFE AT LEOPARDS ----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.baseBlock-life {
	/*margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0px;*/
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid #f3f3f3;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-bottom: 10px solid #ffcb05;
}

.baseBlock-life:hover {
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.card-cover {
	position: relative;
	background: none no-repeat center center/cover;
}

.card-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.circle-image {
	position: absolute;
	background: none no-repeat center center/cover;
	width: 90px;
	height: 90px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.circle-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px #fff;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 50%;
}

.baseBlock-body-life {
	padding: 55px 15px 15px 15px;
}

.baseBlock-life-title {
	font-size: 22px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}

.baseBlock-life-text {
	font-size: 16px;
    font-weight: 300;
    color: #444444;
	margin-bottom: 35px;
}

.btn-container-life {
	margin: auto;
	width: 100%;
	position: absolute;
	bottom: 10px;
    right: 15px;
}

.style-life {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 276px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

.style-life:before,
.style-life:after {
	content: "//////";
	color: #ffcb05;
	font-size: 17px;
	font-family: consolas;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-life:before {
	margin-right: 7px;
}

.style-life:after {
	margin-left: 7px;
}

.style-life:hover:before,
.style-life:hover:after {
	letter-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-life:hover {
	color: #ffcb05;
	text-decoration: none;
	cursor: pointer;
}


/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------ ARTICLES & NEWS -----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.baseBlock-AN {
	/*margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0px;*/
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid #f3f3f3;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-bottom: 10px solid #ffcb05;
}

.baseBlock-AN:hover {
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.card-cover {
	position: relative;
	background: none no-repeat center center/cover;
}

.card-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.circle-image {
	position: absolute;
	background: none no-repeat center center/cover;
	width: 90px;
	height: 90px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.circle-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px #fff;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 50%;
}

.baseBlock-body-AN {
	padding: 55px 15px 15px 15px;
}

.baseBlock-AN-title {
	font-size: 22px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}

.baseBlock-AN-text {
	font-size: 16px;
    font-weight: 300;
    color: #444444;
	margin-bottom: 35px;
}

.btn-container-AN {
	margin: auto;
	width: 100%;
	position: absolute;
	bottom: 10px;
    right: 15px;
}

.style-AN {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 276px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

.style-AN:before,
.style-AN:after {
	content: "//////";
	color: #ffcb05;
	font-size: 17px;
	font-family: consolas;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-AN:before {
	margin-right: 7px;
}

.style-AN:after {
	margin-left: 7px;
}

.style-AN:hover:before,
.style-AN:hover:after {
	letter-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-AN:hover {
	color: #ffcb05;
	text-decoration: none;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------- LIFE AT LEOPARDS - DEVELOPMENT ---------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.card-LAL-Dev {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.42857143;
	background-color: #fff4a4;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow .25s;
}

.card-LAL-Dev:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card-LAL-Dev {
	width: 100%;
	height: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	overflow: hidden;
}

.img-card-LAL-Dev img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.triangle-up {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #fff4a4;
    position: absolute;
    /* bottom: 44px; */
    /* float: right; */
    padding: 0;
    right: 30px;
    bottom: 69px;
}

.card-LAL-Dev-content {
	padding: 15px 10px 10px 10px;
	text-align: left;
	background: #fff4a4;
}

.card-LAL-Dev-title {
	margin-top: 0px;
	font-weight: 700;
	font-size: 15px;
	/* line-height: 23px;*/
}

.card-LAL-Dev-text {
	margin-top: 5px;
	font-weight: 400;
	font-size: 13px;
	/* line-height: 23px;*/
}

.card-LAL-Dev-read-more {
    border-top: 0px solid #D4D4D4;
    position: absolute;
    bottom: 24px;
    right: 25px;
}

.card-LAL-Dev-read-more a {
	background: rgba(255, 205, 5, .4);
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    color: #000000;
    text-decoration: none;
}


/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------- MEDIA WATCH PAGE -----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.card-MW {
	display: block;
	margin-bottom: 0px;
	/*padding-bottom: 15px;*/
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow .25s;
}

.card-MW:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card-MW {
	position: relative;
  	padding-bottom: 56.25%;
}

.img-card-MW iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	border-radius: 4px 5px 0px 0px;
}

.card-MW-content {
	padding: 15px;
	text-align: left;
	/*height: 120px;*/
}

.card-MW-title {
	margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    /* margin-bottom: 25px; */
    padding-top: 10px;
}

.card-MW-title a {
	color: #000;
	text-decoration: none !important;
}

.card-MW-read-more {
	border-top: 0px solid #D4D4D4;
	padding: 0 10px 5px 0;
	position: absolute;
	bottom: 20px;
    right: 16px;
}


/*----------------------------------------------------------------------------------------------------*/
/*---------------------------------------- BLOGS & EVENTS PAGE ---------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.card-BE {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: box-shadow .25s;
}

.card-BE:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-BE {
	width: 100%;
	height: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
	overflow: hidden;
}

.img-BE img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-BE-content {
	padding: 15px 10px 10px 10px;
	text-align: left;
	/*height: 145px;*/
	margin-bottom: 15px;
}

.card-BE-title {
	margin-top: 0px;
	font-weight: 600;
	font-size: 18px;
	/* line-height: 23px;*/
}

.card-BE-text {
	margin-top: 5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.card-BE-read-more {
    border-top: 0px solid #D4D4D4;
    position: absolute;
    bottom: 24px;
    right: 25px;
}

.card-BE-read-more a {
	/*background: rgba(255, 205, 5, .4);*/
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    color: #000000;
    text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

/*.card-BE-read-more a:hover {
	background: rgba(255, 205, 5, .7);
    color: #ffffff;
    text-decoration: none;
}*/

.style-BE {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 276px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

.style-BE:before,
.style-BE:after {
	content: "//////";
	color: #ffcb05;
	font-size: 17px;
	font-family: consolas;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-BE:before {
	margin-right: 7px;
}

.style-BE:after {
	margin-left: 7px;
}

.style-BE:hover:before,
.style-BE:hover:after {
	letter-spacing: -2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.style-BE:hover {
	color: #ffcb05;
	text-decoration: none;
	cursor: pointer;
}

.detail-BE{
	padding: 0px 5px 3px 5px;
}

.detail-BE-text{
	font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------- DUPLICATE SLIP -----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	max-width: 850px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #ffcb05;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

/*.form-control{
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------- COD LOGIN PAGE -----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.login-input {
	background-color: #ffffff;
    border-radius: 50px !important;
    height: calc(1rem + 1.5rem + 3px);
    padding: 7px 10px 9px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #ffcb053d !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

.login-input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ffcb05 !important;
    outline-width: 0;
    font-weight: 400;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card-login {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    border: none;
}

.card1 {
	width: 50%;
    padding: 10px 15px 10px 15px;
    background: #eeeeee57;
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, #ffcb05, #ffcb054d);
	color: #7d6300;
}

.cod-logo {
    width: 40%;
    height: auto;
}

.heading {
	margin-bottom: 10px !important;
    font-size: 40px;
    letter-spacing: 2px;
    color: #444444;
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info {
	/*padding-left: 15px; */
    margin-bottom: 30px;
    text-align: center;
    color: #444444;
    font-weight: 400;
}

.btn-color {
	border-radius: 50px;
    color: #565555;
    transition: 0.7s;
  	background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0)/ 200%;
    padding: 9px 0 10px 0;
    cursor: pointer;
    border: none !important;
    margin-top: 20px;
	font-size: 16px;	
}

.btn-color:hover {
	--x: 100%;
}

.btn-1 {
	--c1: #ffcb05;
	--c2: #fce799;
  }

.btn-white {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #D500F9 !important;
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #FFD54F, #D500F9);
}

.bottom {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 85%;
        padding: 40px 30px 10px 30px;
		margin: auto;
    }

    .card2 {
        width: 85%;
		margin: auto;
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {

    .card2 {
        padding: 50px;
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------- FORMS PAGE -------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #444444;
    background-color: #ffcb05;
    border-color: #ffcb05 #ffcb05 #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #ffcb05 #ffcb05 #dee2e6;
    color: #444444;
    background-color: #ffffff;
}

.tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px 0px 30px 0px;
	z-index: 0;
	position: relative;
}
  .tabbable {
	min-width: 100%;
  }
  .tabbable .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    min-width: auto;
    /* padding: 0px 21px; */
}

.tabbable .nav-tabs .nav-item {
	display: inline-block;
}

.tabbable .nav-tabs .nav-item .nav-link {
	display: inline-block;
}

small {
	font-size: 12px;
}
  
.card-style-form{
	border: none;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
	border-radius: 3px;
}

.card-body-style-form{
	padding: 10px 20px 20px 20px;
}

.card-style-heading-form{
    font-size: 25px;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 300;
}


/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*-------------------------------------- RESPONSIVE MEDIA QUERIES ------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

@media (min-width: 991px) and (max-width: 1280px) {

	.page-container {
		padding: 50px 70px 50px 70px;
	}

	.page-container-d-slip {
		padding: 50px 22px 50px 22px;
	}
	
	.page-services {
		padding: 35px 65px 50px 65px;
	}

	.service-detail-text {
		font-size: 16px;
		padding: 15px 0px 15px 0px;
		color: #444444;
		font-weight: 300;
	}

	.vision-mission {
		width: 100%;
		overflow: hidden;
		height: auto;
		background: url("../images/bg-career-success.jpg") no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 70px 80px 80px 80px;
	}

	.leopards-stories {
		width: 100%;
		overflow: hidden;
		height: auto;
		background: url("../images/Untitled-1.jpg") no-repeat center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  padding: 70px 80px 70px 80px;
	}

	.discover-leopards {
		width: 100%;
		overflow: hidden;
		height: auto;
		padding: 70px 80px 70px 80px;
	}

	.LCS-DIS-desktop {
		display: block
	}

	.LCS-DIS-mobile {
		display: none;
	}

	.top-bar {
		padding: 0px 70px 0px 70px;
	}

	.top-navegation-bar {
		padding: 0px 70px 0px 70px;
	}

	.company-logo {
		width: auto;
    	padding: 2px 0 0 0;
		cursor: pointer;
	}

	.logo-img {
		width: 153px;
		height: 63px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 7px 10px 8px 10px;
	}

	.img-responsive-banner-main-1920 {
		display: none;
	}

	.img-responsive-banner-main-1280 {
		display: block;
	}

	.img-responsive-banner-main-990 {
		display: none;
	}

	.img-responsive-banner-main-768 {
		display: none;
	}
	
	.social-nav {
		display: block;
		position: absolute;
		top: 8px;
		right: 70px;
	}

	.banner-field-body {
		display: block;
	}

	.track-mobile {
		display: none;
	}

	.baseBlock {
		/*margin: 0px 0px 10px 0px;
		padding: 0 0 10px 0px;*/
		border-radius: 5px;
		overflow: hidden;
		/*min-height: 390px;*/
		background: #fff;
		transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		border: 0px solid #f3f3f3;
		border-bottom: 10px solid #ffcb05;
	}

	.baseBlock:hover {
		transform: translate(0, -8px);
		box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
	}

	.baseBlock-title {
		font-size: 20px;
		font-weight: 500;
		color: #444444;
		margin-bottom: 10px;
	}

	.baseBlock-text {
		font-size: 14px;
		font-weight: 400;
		color: #444444;
	}

	.card-body-height {
		height: 130px;
		padding: 20px 15px 15px 15px;
	}

	.card-cover {
		position: relative;
		background: none no-repeat center center/cover;
	}

	.card-cover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.circle-image {
		position: absolute;
		background: none no-repeat center center/cover;
		width: 65px;
		height: 65px;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
	}

	.circle-image:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: inset 0 0 0 6px #fff;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		border-radius: 50%;
	}

	.footer {
		background: #444444;
		padding: 60px 90px 60px 90px;
	}

	.footer-heading {
		font-size: 25px;
		font-weight: 600;
		color: #ffffff;
		margin-bottom: 20px;
	}

	.footer-link {
		position: relative;
		display: block;
		padding: 2px 0 2px 0;
		background-color: transparent;
		border: none;
		color: #ffffff;
	}

	.footer-link-text {
		padding: 0px 0 0px 12px;
		font-weight: 400;
		font-size: 15px;
		cursor: pointer;
	}

	.footer-link-text:hover {
		color: #ffcb05 !important;
	}

	.footer-link-bar {
		font-size: 11px;
		color: #ffcb05;
	}

	.LCS-office {
		color: #ffffff;
		font-weight: 600;
		font-size: 17px;
	}

	.LCS-address {
		color: #ffffff;
		font-weight: 400;
		font-size: 15px;
	}

	.linkdin-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.linkdin-icon-footer:hover {
		font-size: 30px;
		color: #0077b7;
	}

	.facebook-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.facebook-icon-footer:hover {
		font-size: 30px;
		color: #32579d;
	}

	.insta-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.insta-icon-footer:hover {
		font-size: 30px;
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		-webkit-background-clip: text;
		/* Also define standard property for compatibility */
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.whatsapp-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.whatsapp-icon-footer:hover {
		font-size: 30px;
		color: #1ca811;
	}

	.youtube-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 0px;
	}

	.youtube-icon-footer:hover {
		font-size: 30px;
		color: #ff0000;
	}

	/*--------------------------------------------------------------------------------*/
	.footer-bottom {
		background: #ffcb05;
		padding: 10px 80px 10px 80px;
		color: #000000;
		font-size: 15px
	}

	.copyright {
		padding: 4px 0 5px 0;
	}

	.footer-link-bottom {
		position: relative;
		display: block;
		padding: 5px 12px 5px 12px;
		background-color: transparent;
		border: none;
		color: #000000;
		font-weight: 600;
	}
}


	@media (min-width: 768px) and (max-width: 990px) {

	.page-services {
		padding: 10px 35px 50px 35px;
	}

	.service-page-detail-heading{
		font-size: 35px;
		line-height: 30px;
		padding-bottom: 10px;
		font-weight: 500;
	}
	
	.services-page-text{
		font-size: 14px;
		font-weight: 400;
	}

	.service-detail-text {
		font-size: 15px;
		padding: 15px 0px 15px 0px;
		color: #444444;
		font-weight: 300;
	}

	.LCS-DIS-desktop {
		display: none
	}

	.LCS-DIS-mobile {
		display: block;
	}

	.page-container {
		padding: 50px 30px 50px 30px;
	}

	.page-container-d-slip {
		padding: 50px 15px 50px 15px;
	}

	.top-bar {
		padding: 0px 55px 0px 55px;
	}

	.mobile-social {
		display: block;
	}

	.social-nav {
		display: none;
	}

	.top-navegation-bar {
		height: 70px;
		padding: 0px 40px 0px 40px !important;
	}

	.company-logo {
		padding: 2px 0 0px 0;
    	width: auto;
		cursor: pointer;
	}

	.logo-img {
		width: 150px;
		height: 60px;
	}

	.navbar {
		margin-top: 0px;
	}

	.navbar-top {
		top: 4px;
	}

	.sm-menu {
		border-top: 0px solid #ffcb05;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 7px 35px 8px 35px;
	}

	.dropdown-item {
		padding: 5px 45px 5px 45px;
	}

	.navbar-toggler {
		margin-top: 4px;
	}
	
	#mobile_nav{
		overflow-y: scroll
	}

	.img-responsive-banner-main-1920 {
		display: none;
	}

	.img-responsive-banner-main-1280 {
		display: none;
	}

	.img-responsive-banner-main-990 {
		display: block;
	}

	.img-responsive-banner-main-768 {
		display: none;
	}
	
	.ticker {
		display: flex;
		/*flex-wrap: wrap;
		width: 80%;
		height: 50px;
		margin: 0 auto*/
	}

	.news {
		width: auto;
		padding: 0px 5px 0px 0px;
		position: relative;
	}

	.title {
		width: 127px;
		font-size: 17px;
		font-weight: 500;
		padding: 4px 0 0 0;
	}
	
	.news marquee {
		font-size: 14px;
		margin-top: 6px;
	}

	.banner-field-body {
		display: block;
	}

	.track-mobile {
		display: none;
	}

	.management-name {
		font-size: 23px;
		font-weight: 600;
	}

	.management-designation {
		font-size: 16px;
		font-weight: 400;
		color: #ffcb05;
	}

	.management-text {
		font-size: 14px;
		font-weight: 400;
		color: #444444;
	}

	.baseBlock {
		/*margin: 0px 0px 10px 0px;
		padding: 0 0 10px 0px;*/
		border-radius: 5px;
		overflow: hidden;
		/*min-height: 390px;*/
		background: #fff;
		transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		border: 0px solid #f3f3f3;
		border-bottom: 10px solid #ffcb05;
	}

	.baseBlock:hover {
		transform: translate(0, -8px);
		box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
	}

	.card-body-height {
		height: 130px;
		padding: 20px 15px 15px 15px;
	}

	.card-cover {
		position: relative;
		background: none no-repeat center center/cover;
	}

	.card-cover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.circle-image {
		position: absolute;
		background: none no-repeat center center/cover;
		width: 65px;
		height: 65px;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
	}

	.circle-image:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: inset 0 0 0 6px #fff;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		border-radius: 50%;
	}

	.baseBlock-title {
		font-size: 20px;
		font-weight: 500;
		color: #444444;
		margin-bottom: 10px;
	}

	.baseBlock-text {
		font-size: 14px;
		font-weight: 400;
		color: #444444;
	}

	.tr-job-posted-section-padding {
		padding: 0 30px 0 30px;
	}

	.wrapper_tabcontent {
		padding: 40px 20px 40px 40px;
	}


/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------- JOB DETAIL - APPLY NOW -----------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.job-title-bg {
	background: linear-gradient(to right, rgba(254,252,234,0.7) 0%,rgba(255,217,81,0.2) 100%);
	padding: 30px 30px 30px 30px;
	display: inline-flex;
	margin-bottom: 40px;
	border-radius: 5px;
}

.job-title-bg .logo-career img {
	width: 85px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.35);
}

.job-title {
	margin-left: 20px;
}

.job-title .job-heading {
	font-size: 25px;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 3px;
}

.job-title .job-info {
	line-height: 35px;
}

.job-title .job-info span {
	margin-right: 20px;
	font-weight: 300;
}

.job-title .job-other-info {
	display: inline-flex;
}

.job-detail detail-text {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
	padding-right: 0px;
	text-align: justify;
}

	.footer {
		background: #444444;
		padding: 60px 90px 60px 90px;
	}

	.footer-heading {
		font-size: 25px;
		font-weight: 600;
		color: #ffffff;
		margin-bottom: 20px;
	}

	.footer-link {
		position: relative;
		display: block;
		padding: 2px 0 2px 0;
		background-color: transparent;
		border: none;
		color: #ffffff;
	}

	.footer-link-text {
		padding: 0px 0 0px 12px;
		font-weight: 400;
		font-size: 15px;
		cursor: pointer;
	}

	.footer-link-text:hover {
		color: #ffcb05 !important;
	}

	.footer-link-bar {
		font-size: 11px;
		color: #ffcb05;
	}

	.LCS-office {
		color: #ffffff;
		font-weight: 600;
		font-size: 17px;
	}

	.LCS-address {
		color: #ffffff;
		font-weight: 400;
		font-size: 15px;
	}

	.linkdin-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.linkdin-icon-footer:hover {
		font-size: 30px;
		color: #0077b7;
	}

	.facebook-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.facebook-icon-footer:hover {
		font-size: 30px;
		color: #32579d;
	}

	.insta-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.insta-icon-footer:hover {
		font-size: 30px;
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		-webkit-background-clip: text;
		/* Also define standard property for compatibility */
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.whatsapp-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 5px;
	}

	.whatsapp-icon-footer:hover {
		font-size: 30px;
		color: #1ca811;
	}

	.youtube-icon-footer {
		font-size: 30px;
		color: #ffffff;
		padding-right: 0px;
	}

	.youtube-icon-footer:hover {
		font-size: 30px;
		color: #ff0000;
	}

	/*--------------------------------------------------------------------------------*/
	.footer-bottom {
		background: #ffcb05;
		padding: 10px 40px 10px 40px;
		color: #000000;
		font-size: 15px
	}

	.copyright {
		padding: 4px 0 5px 0;
	}

	.footer-link-bottom {
		position: relative;
		display: block;
		padding: 5px 12px 5px 12px;
		background-color: transparent;
		border: none;
		color: #000000;
		font-weight: 600;
	}
}

@media (max-width: 767px) {
	.page-container {
		padding: 30px 30px 30px 30px;
	}

	.page-container-d-slip-mobile {
		padding: 50px 30px 50px 30px;
	}
	
	.page-services {
	padding: 15px 20px 50px 20px;
	}

	.service-page-detail-heading{
		font-size: 20px;
		line-height: 15px;
		padding-bottom: 5px;
		font-weight: 600;
	}

	.services-page-text{
		font-size: 12px;
		font-weight: 400;
	}

	.service-detail-text {
		font-size: 13px;
		padding: 15px 0px 15px 0px;
		color: #444444;
		font-weight: 400;
	}
		
		.service-tabs {
		padding: 0 0px 20px 0px;
	}
		
		.card-service {
		margin: 15px 0 0 0;
	}
		
		.card-service-heading {
		font-size: 13px;
		font-weight: 700;
	}
		
		.card-service-text {
		font-size: 12px;
		font-weight: 400;
		margin-top: 5px;
	}

	.card-d-heading {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.page-sub-heading {
		font-size: 25px;
		font-weight: 400;
	}

	.page-sub-heading-top-bar {
		width: 70px;
		height: 4px;
		background: #ffcb05;
		border-radius: 50px;
		margin: auto;
	}

	.nav-pills-custom .text {
		position: relative;
		font-size: 11px;
		transform: translateY(-50%);
	}

	.nav-pills-custom .nav-link {
		color: #444444;
		background: #ffffff;
		position: relative;
		padding: 5px 5px 5px 5px;
		margin-bottom: 10px;
		font-weight: 400;
		width: 100px;
		margin: 0px 3px 10px 3px;
	}

	.nav-pills-custom .nav-link:hover {
		color: #828282;
		background: #fff3c7;
		position: relative;
	}

	.nav-pills-custom .icon {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}

	.nav-pills-custom .icon img {
		width: 35px;
		height: auto;
	}

	.nav-pills-custom .nav-link.active {
		color: #ffffff;
		background: #828282;
		font-weight: 500;
	}

	.shadow {
		box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, .07) !important;
	}

	.style-5 {
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		max-width: 276px;
		position: relative;
		overflow: hidden;
	}

	.style-5:before,
	.style-5:after {
		content: "//////";
		color: #ffcb05;
		font-size: 14px;
		font-family: consolas;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.style-5:before {
		margin-right: 10px;
	}

	.style-5:after {
		margin-left: 10px;
	}

	.style-5:hover:before,
	.style-5:hover:after {
		letter-spacing: -2px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.style-5:hover {
		color: #ffcb05;
		text-decoration: none;
		cursor: pointer;
	}


	.style-1 {
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
		/* max-width: 368px; */
		position: relative;
		overflow: hidden;
		font-size: 14px;
	}

	.style-1:before,
	.style-1:after {
		content: "//////";
		color: #ffcb05;
		font-size: 15px;
		font-family: consolas;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.top-bar {
		padding: 0px 20px 0px 20px;
	}

	.top-navegation-bar {
		height: 70px;
		padding: 0px 25px 0px 25px !important;
	}
	
	#mobile_nav{
		overflow-y: scroll;
		max-height: 600px;
	}
	
	#mobile_nav::-webkit-scrollbar {
    	display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	#mobile_nav {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	
	.button-section {
		padding: 25px 20px 25px 20px;
	}
	
	.ticker {
		display: flex;
		/*flex-wrap: wrap;
		width: 80%;
		height: 50px;
		margin: 0 auto*/
	}

	.news {
		width: auto;
		padding: 0px 5px 0px 15px;
		position: relative;
	}

	.title {
		width: 127px;
		font-size: 14px;
		font-weight: 500;
		padding: 4px 6px 0 6px;
	}
	
	.news marquee {
		font-size: 13px;
    	margin-top: 4px;
	}

	.card-button-banner {
		width: 85px;
		height: 85px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100&0.75+0,1+100;White+Gloss */
		background: -moz-linear-gradient(45deg,  rgba(246,248,249,0.75) 0%, rgba(229,235,238,0.88) 50%, rgba(215,222,227,0.88) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  rgba(246,248,249,0.75) 0%,rgba(229,235,238,0.88) 50%,rgba(215,222,227,0.88) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  rgba(246,248,249,0.75) 0%,rgba(229,235,238,0.88) 50%,rgba(215,222,227,0.88) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding: 5px 0px 5px 0px;
    	position: relative;
    	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;	
		margin: 5px 5px 5px 5px;
		border-radius: 3px;
		text-align: center;
		border-top: 3px solid #444444;
		cursor: pointer;
		transition-duration: 0.5s;
	}
	
	.card-button-banner:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
		background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		border-top: 3px solid #ffcb05;
		transition-duration: 0.5s;
	}
	
	.card-button-banner .icon1 {
		background: url(../images/svg/locate-us.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		margin-top: 5px;
	}
	
	.card-button-banner .icon2 {
		background: url(../images/svg/calculator.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		margin-top: 3px;
	}
	
	.card-button-banner .icon3 {
		background: url(../images/svg/pickup.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		top: -3px;
	}
	
	.card-button-banner .icon4 {
		background: url(../images/svg/inquiry.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		margin-top: 5px;
	}
	
	.card-button-banner .icon5 {
		background: url(../images/svg/dublicate.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		/* top: -3px; */
		margin-top: 5px;
	}
	
	.card-button-banner .icon6 {
		background: url(../images/svg/cod.svg);
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 0px;
		transition-duration: 0.5s;
		position: relative;
		margin-top: 5px;
	}
	
	.card-button-banner .button-tab-text{
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		padding-bottom: 0px;
		transition-duration: 0.5s;
		line-height: 14px;
		white-space: initial;
		height: 30px;
		place-items: center;
		display: grid;
		position: absolute;
		width: 100%;
		padding: 0 5px 0 5px;
		text-align: center;
		bottom: 5px;
	}
	
	.card-button-banner .h4 {
		font-weight: 700;
	}
	
	.card-button-banner:hover .icon1 {
		background: url("../images/svg/locate-us-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .icon2 {
		background: url("../images/svg/calculator-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .icon3 {
		background: url("../images/svg/pickup-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .icon4 {
		background: url("../images/svg/inquiry-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .icon5 {
		background: url("../images/svg/dublicate-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .icon6 {
		background: url("../images/svg/cod-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner:hover .button-tab-text {
		color: #ffffff;
		transition-duration: 0.5s;
	}
	  
	.card-button-banner .tooltiptext {
		visibility: hidden;
		width: 100%;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 3px;
		padding: 5px 0;
		position: absolute;
		top: -37px;
		font-size: 11px;
		left: 0px;
		font-weight: 600;
	  }
	
	  .card-button-banner:hover .tooltiptext {
		visibility: visible;
	  }

	  .card-button-banner-highlight {
		width: 105px;
		height: 100px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
		background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding: 5px 5px 5px 5px;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
		margin: 0 2px 0 2px;
		border-radius: 3px;
		text-align: center;
		border-top: 3px solid #ffcb05;
		cursor: pointer;
		transition-duration: 0.5s;
	}
	
	.card-button-banner-highlight:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
		background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		border-top: 3px solid #ffcb05;
		transition-duration: 0.5s;
	}
	
	.card-button-banner-highlight .icon1 {
		background: url("../images/svg/dublicate-hover.svg");
		height: 50px;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 8px;
		transition-duration: 0.5s;
		position: relative;
		/* top: -3px; */
		margin-top: 5px;
	}
	
	.card-button-banner-highlight .icon2 {
		background: url("../images/svg/cod-hover.svg");
		height: 45px;
		width: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 13px;
		transition-duration: 0.5s;
		position: relative;
		margin-top: 5px;
	}
	
	.card-button-banner-highlight .button-tab-text{
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		padding-bottom: 0px;
		transition-duration: 0.5s;
		line-height: 14px;
		color: #ffffff;
	}
	
	.card-button-banner-highlight .h4 {
		font-weight: 700;
	}
	
	.card-button-banner-highlight:hover .icon1 {
		background: url("../images/svg/dublicate-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner-highlight:hover .icon2 {
		background: url("../images/svg/cod-hover.svg");
		transition-duration: 0.5s;	
	}
	
	.card-button-banner-highlight:hover .button-tab-text {
		color: #ffffff;
		transition-duration: 0.5s;
	}
	  
	.card-button-banner-highlight .tooltiptext {
		visibility: hidden;
		width: 100%;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 3px;
		padding: 5px 0;
		position: absolute;
		top: -37px;
		font-size: 11px;
		left: 0px;
		font-weight: 600;
	  }
	
	  .card-button-banner-highlight:hover .tooltiptext {
		visibility: visible;
	  }

	.vision-mission {
		width: 100%;
		overflow: hidden;
		height: auto;
		background: url("../images/bg-career-success.jpg") no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 45px 30px 35px 30px;
	}

	.leopards-stories {
		width: 100%;
		overflow: hidden;
		height: auto;
		background: url("../images/Untitled-1.jpg") no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 45px 50px 35px 50px;
	}

	.discover-leopards {
		width: 100%;
		overflow: hidden;
		height: auto;
		padding: 45px 50px 35px 50px;
	}

	.LCS-DIS-desktop {
		display: none
	}

	.LCS-DIS-mobile {
		display: block;
	}

	.page-heading-top-bar {
		width: 70px;
		height: 5px;
		background: #ffcb05;
		border-radius: 50px;
		margin: auto;
	}

	.page-heading {
		font-size: 25px;
		color: #444444;
		font-weight: 600;
	}

	.about-text {
		font-size: 14px;
		font-weight: 300;
		color: #444444;
		padding-top: 6px;
	}

	.heading-top-bar-LS {
		width: 70px;
		height: 5px;
		background: #ffcb05;
		border-radius: 50px
	}

	.LS-heading {
		font-size: 25px;
		color: #ffffff;
		font-weight: 600;
	}

	.mobile-social {
		display: block;
	}

	.social-nav {
		display: none;
	}

	.top-navegation-bar {
		height: 60px;
		padding: 0px 15px 0px 15px;
	}

	.company-logo {
		padding: 2x 0 0px 0;
		width: auto;
		cursor: pointer;
	}

	.logo-img {
		width: 135px;
		height: 51px;
	}

	.navbar {
		margin-top: 0px;
	}

	.navbar-top {
		top: 4px;
	}

	.sm-menu {
		border-top: 0px solid #ffcb05;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 7px 35px 8px 35px;
	}

	.dropdown-item {
		padding: 5px 45px 5px 45px;
	}

	.navbar-toggler {
		margin-top: 4px;
	}

	.img-responsive-banner-main-1920 {
		display: none;
	}

	.img-responsive-banner-main-1280 {
		display: none;
	}

	.img-responsive-banner-main-990 {
		display: none;
	}

	.img-responsive-banner-main-768 {
		display: block;
	}

	/*.social {
		position: fixed;
		top: 160px;
		z-index: 1;
		left: 0;
	}*/

	.social ul {
		padding: 0px;
		transform: translate(-102px, 0);
	}

	.social ul li {
		display: block;
		margin: 5px;
		background: rgba(255, 203, 5, 0.6);
		width: 140px;
		text-align: right;
		padding: 5px;
		border-radius: 0 30px 30px 0;
		transition: all 1s;
	}

	.social ul li:hover {
		transform: translate(95px, 0);
		background: rgba(255, 203, 5, 1);
	}
	.social ul li:hover a {
		color: #444444;
		text-decoration: none;
	}
	.social ul li:hover i {
		color: #fff;
		background: rgba(0, 0, 0, 0.36);
		transform: rotate(360deg);
		transition: all 1s;
	}
	.social ul li i {
		margin-left: -7px;
		color: #000;
		background: #fff;
		padding: 10px 0px 10px 0px;
		border-radius: 50%;
		width: 33px;
		height: 33px;
		font-size: 15px;
		background: #ffffff;
		transform: rotate(0deg);
		/*text-align: center;*/
	}
	.social-text {
		font-size: 13px;
		font-weight: 600;
		position: relative;
		left: -10px;
		top: -2px;
	}
	.social1 {
		position: fixed;
		top: 160px;
		z-index: 1;
		right: 0;
	}
	.social1 ul {
		padding: 0px;
		transform: translate(102px, 0);
	}
	.social1 ul li {
		display: block;
		margin: 5px;
		background: rgba(255, 203, 5, 0.6);
		width: 140px;
		text-align: left;
		padding: 5px;
		border-radius: 30px 0px 0px 30px;
		transition: all 1s;
		left: 0px;
	}
	.social1 ul li:hover {
		transform: translate(-95px, 0);
		background: rgba(255, 203, 5, 1);
	}
	.social1 ul li:hover a {
		color: #444444;
		text-decoration: none;
	}
	.social1 ul li:hover i {
		color: #fff;
		background: rgba(0, 0, 0, 0.36);
		transform: rotate(-360deg);
		transition: all 1s;
	}
	.social1 ul li i {
		/*margin-left: 0px;*/
		color: #000;
		background: #fff;
		padding: 10px 0px 10px 0px;
		border-radius: 50%;
		width: 33px;
		height: 33px;
		font-size: 15px;
		background: #ffffff;
		transform: rotate(0deg);
		text-align: center;
	}
	.social1-text {
		font-size: 13px;
		font-weight: 600;
		position: relative;
		left: 1px;
		top: -2px;
	}
	.banner-field-body {
		display: none;
	}
	.track-mobile {
		display: block;
	}
	.banner-field {
		padding: 15px 0 20px 10px;
		opacity: 1;
	}
	::-webkit-input-placeholder {
		/* Edge */
		color: #cccccc !important;
		font-size: 12px !important;
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #cccccc !important;
		font-size: 12px !important;
	}
	::placeholder {
		color: #cccccc !important;
		font-size: 12px !important;
	}
	.yellow {
		background: #ffcb05;
		border-color: #ffcb05;
		font-size: 14px
	}
	.baseBlock {
		/*margin: 0px 0px 10px 0px;
		padding: 0 0 10px 0px;*/
		border-radius: 5px;
		overflow: hidden;
		/*min-height: 390px;*/
		background: #fff;
		transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		border: 0px solid #f3f3f3;
		border-bottom: 10px solid #ffcb05;
	}
	.baseBlock:hover {
		transform: translate(0, -8px);
		box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
	}
	.card-body-height {
		/*height: 130px;*/
		padding: 20px 15px 15px 15px;
	}
	.card-cover {
		position: relative;
		background: none no-repeat center center/cover;
	}
	.card-cover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.circle-image {
		position: absolute;
		background: none no-repeat center center/cover;
		width: 65px;
		height: 65px;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
	}
	.circle-image:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: inset 0 0 0 6px #fff;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		border-radius: 50%;
	}
	.signup-text {
		font-size: 20px;
		color: #ffffff;
		padding: 5px 0 8px 0;
		font-weight: 500;
		text-align: start;
	}
	.tr-job-posted-section-padding {
		padding: 0 30px 0 30px;
	}
	.wrapper_tabcontent {
		padding: 20px 10px 20px 25px;
	}
	.tabcontent h3 {
		font-size: 30px;
		top: 95px;
		left: -90px;
		width: 195px;
	}


/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------- JOB DETAIL - APPLY NOE -----------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

	.job-title-bg {
		background: linear-gradient(to right, rgba(254,252,234,0.7) 0%,rgba(255,217,81,0.2) 100%);
		padding: 15px;
		display: block;
		margin-bottom: 40px;
		border-radius: 5px;
	}
	.logo-career{
		display: none;
	}
	.job-title-bg .logo-career img {
		width: 65px;
		border-radius: 5px;
		box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.35);
	}
	.job-title {
		margin-left: 10px;
	}
	.job-title .job-heading {
		font-size: 20px;
		font-weight: 600;
		line-height: 20px;
		padding-bottom: 3px;
	}
	.job-title .job-info {
		line-height: 35px;
	}
	.job-title .job-info span {
		margin-right: 15px;
		font-weight: 300;
		font-size: 14px;
	}
	.job-title .job-other-info {
		display: inline-flex;
	}
	.job-title .job-other-info .tab {
		font-size: 12px;
		font-weight: 400;
		background: #cdcdcd;
		border-radius: 50px;
		padding: 3px 15px 4px 15px;
		margin-right: 10px;
	}
	.job-detail detail-heading {
		font-size: 18px;
		font-weight: 500;
		display: block;
	}
	.job-detail detail-text {
		font-size: 14px;
		font-weight: 400;
		display: block;
		margin-bottom: 30px;
		padding-right: 0px;
		text-align: justify;
	}
	.job-detail detail-text ul li {
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.job-other-detail {
		background: rgba(255,203,5,0.1);
		border-radius: 5px;
		padding: 20px;
		height: 100%!important;
	}
	.job-other-detail otherdetail-heading {
		font-size: 18px;
		font-weight: 500;
		display: block;
	}
	.job-other-detail ul {
		margin-top: 20px;
		margin-left: 10px;
		list-style: none;
	}
	.job-other-detail ul li {
		margin-bottom: 40px;
	}
	.job-other-detail ul li h5 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 4px;
	}
	.job-other-detail ul li span {
		font-size: 15px;
		line-height: 16px;
	}
	.job-other-detail ul li i {
		position: absolute;
		left: 30px;
		font-size: 25px;
		padding-top: 4px;
	}
	.job-skills ul {
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.job-skills ul li {
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.job-skills ul li a {
		padding: 4px 20px 6px 20px;
		display: block;
		font-size: 14px;
		line-height: 19px;
		color: #444444;
		border-radius: 5px;
		background: #fff;
	}
	
	.footer {
		background: #444444;
		padding: 60px 70px 60px 70px;
	}
	
	.copyright {
		padding: 4px 0 5px 0;
		text-align: center;
	}	
	.footer-bottom {
		padding: 10px 15px 10px 15px;
		font-size: 12px;
	}	
	.footer-mobile{
		display: flex;
		flex-direction: inherit;
		justify-content: center !important;
	}
	.es-mobile-search{
		display: block;
		margin-top: 15px;
	}
	.es-desktop-search{
		display: none;
	}
	.es-search-field{
		padding: 0 25px 0 10px;
	}
	.es-search-field-btn{
		padding: 0 20px 0 0px !important;
		display: flex;
		justify-content: right;
	}	
	.sb-margin{
		margin-bottom: 25px
	}
	.result-box {
    	padding: 0 20px 0 5px !important;
	}
	.page-header{
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px 0 25px 0;
		background:url("../images/page-heading-bg.png") repeat-x #cccccc;
		text-align: center;
		border-bottom: 4px solid #ffcb05;
	}
	.page-header-top-bar {
		width: 70px;
		height: 5px;
		background: #ffcb05;
		border-radius: 50px;
		margin: auto;
	}
	.page-header-heading {
		font-size: 30px;
		color: #444444;
		font-weight: 600;
		line-height: 45px;
	}
	.vision-mission-heading {
		font-size: 30px;
		color: #444444;
		font-weight: 600;
		line-height: 60px;
	}
	.vision-mission-heading-top-bar {
		width: 85px;
		height: 5px;
		background: #ffffff;
		border-radius: 50px;
		margin: auto;
	}

	.main-timeline9:before {
		height: 99.5%;
	}
}