@charset "utf-8";
/**=========================================================
 * Theme Name   :  RECC
 * Author       :  Amit Suthar
 * Description  :  Nobember 2023
 * File Name	:  style.css
=========================================================**/

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #334C5A;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #1B5EBF; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #1B5EBF; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #1B5EBF;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}

body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.container,
.wide-container,
.header-container,
.topHead-bar .container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.wide-container {
    max-width: 1430px;
	}

.header-container,
.topHead-bar .container {
	max-width: 1815px;
	}

.topHead-bar {
	position: relative;
	display: block;
	padding: 18px 0px;
	background: #CBCDD0;
	}

.topHead-bar h4 {
	color: #123C72;
	padding: 0px 0px;
	}

/* Logo */
	
.logo {
	position: relative;
	display: flex;
    float: left;
	width: 516px;
	height: 77px;
	z-index: 1001;
	margin: 0px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

.celebrating-logo {
	position: relative;
	display: block;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.top-header {
	position: relative;
	display: block;
	}

.is-sticky #pageHeader {
	left: auto;
	max-width: 1920px;
	box-shadow: 0px 3px 6px #00000029;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: block;
	margin: 0px auto;
    }

/* Top Right Header */
	
.topRightHeader {
	position: relative;
    display: flex;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
	}
	
/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -10px;
	}
	
.headerTopLinks>li {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	margin: 0px 10px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks>li a {
	position: relative;
	display: block;
	}

.headerTopLinks>li.header-cart-menu a {
	display: block;
	width: auto;
	height: auto;
    padding-right: 10px;
	background: transparent;
	}

.headerTopLinks>li img {
    position: relative;
	z-index: 1;
	max-width: 100%;
	max-height: 25px;
	margin: 0px auto;
	}

.headerTopLinks>li a:hover img {
	filter: invert(12%) sepia(63%) saturate(6234%) hue-rotate(550deg) brightness(87%) contrast(156%);
	}

.headerTopLinks>li.header-user-menu img {
	}

.headerTopLinks>li.header-cart-menu a span {
	position: absolute;
    color: #ffffff;
    right: -3px;
    z-index: 2;
    top: -14px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    background: #1B5EBF;
    display: inline-block;
	}

.headerTopLinks>li.header-cart-menu a {
	background: transparent;
	}

.header-enquireBtn {
	padding-left: 15px;
	}

.header-enquireBtn a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	color: #FFFFFF;
	position: relative;
	padding: 16px 30px;
	display: inline-block;
	background: #1B5EBF;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 1px solid #1B5EBF;
	}

.header-enquireBtn a:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px auto 0px 0px;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: center;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 20px;
	}
	
.nav>ul>li:first-child {
	margin-left: 0px;
	}

.nav>ul>li:last-child {
	margin-right: 0px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	color: #333333;
	line-height: 24px;
	padding: 38px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
	}

/* .nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f0d7";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -22px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after {
	content: "\f0d8";
	} */

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 2px;
	bottom: -1px;
	overflow: hidden;
	border-radius: 0px;
	background: #1B5EBF;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #1B5EBF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li.selected>a {
	font-weight: 700;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -15px;
	font-size: 15px;
	padding: 0px 0px;
    font-weight: 400;
	min-width: 180px;
	text-align: left;
	visibility: hidden;    
    text-transform: none;
	background: #FFFFFF;
	border-radius: 0px 0px;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 0px 10px #00000029;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	}
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #333333;
	line-height: 20px;
	padding: 14px 15px;
    background: transparent;
	text-transform: uppercase;
	}
		
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #ffffff;
	background: #1B5EBF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Header Quick Search */

.header-quick-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
	border: 1px solid #3e2b1f;
	}

.header-quick-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #E46F1B;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #E46F1B;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.header-quick-search .btn-1:hover {
	color: #ffffff;
	background: #9E3922;
	border-color: #9E3922;
	}

.header-quick-search .btn-close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.header-quick-search .btn-close:hover {
	color: #8B0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

.webNone {
	display: none !important;
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	z-index: 1;
	width: 100%;
	display: block;
	margin: 0px 0px;
    overflow: hidden;
	position: relative;
	}

.banner-slide figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: rgba(239, 249, 255, 0.5);
	}

.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #334C5A;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	display: table-cell;
	padding-bottom: 60px;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	}

.bannerLogo {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.bannerLogo img {
	max-height: 155px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	line-height: 1;
	font-size: 70px;
	color: #001F31;
	padding-bottom: 20px;
	text-transform: none;
	}

.banner_caption .captionContainer p {
	margin: 0px auto 40px;
	}

.homeBannerSlider .slick-dots {
	left: 0px;
	width: 100%;
	bottom: 80px;
	}

.homeBannerSlider .slick-dots li {
	width: 25px;
	height: 25px;
	margin: 0px 5px;
	}

.homeBannerSlider .slick-dots li:hover button::before, .homeBannerSlider .slick-dots li.slick-active button::before {
	background: #ffffff;
	}

.homeBannerSlider .slick-dots li button::before {
	width: 15px;
	height: 15px;
	opacity: 0.6;
	background: #ffffff;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	background-position: top left;
	background-repeat: repeat;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px 70px;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto 25px;
	background-color: #DDDDDD;
	}

.homeWho-section {
	position: relative;
	display: block;
	padding: 100px 0px 60px;
	}

.homeWho-topSection {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}
	
.wwa-itemBox {
	position: relative;
	display: block;
	text-align: center;
	padding: 60px 20px;
	margin-bottom: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px #00000029;
	}

.wwa-iconBox {
	position: relative;
	display: flex;
	width: 94px;
	height: 94px;
	align-items: center;
	border-radius: 100px;
	margin: 0px auto 25px;
	justify-content: center;
	background: rgba(47, 93, 185, 0.12);
	}

.wwa-iconBox img {
	max-width: 48px;
	}

.wwa-itemBox h3 {
	font-size: 55px;
	padding: 0px 0px;
	color: #BCCD35;
	margin-bottom: 10px;
	letter-spacing: -2.75px;
	}

.wwa-itemBox h4 {
	font-size: 17px;
	color: #003A5D;
	padding: 0px 0px;
	letter-spacing: 1.7px;
	}

.homeNews-section {
	position: relative;
	display: block;
	padding: 60px 0px;
	}

.homeNews-heading {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.slide-button {
	position: relative;
	display: block;
	margin: 0px -10px;
	}

.slide-button button {
	padding: 0px 0px;
	opacity: 0.5;
	margin: 0px 10px;
	border: transparent;
	background: transparent;
	}

.slide-button button:hover {
	opacity: 1;
	}

.homeNews-container {
	position: relative;
	display: block;
	margin-left: -693px;
	}

.homeNews-container::before {
	top: 50%;
	left: -20%;
	width: 120%;
	content: '';
	height: 30px;
	position: absolute;
	background: #1856AF;
	transform: translateX(-50%, 0px);
	}

.homeNews-slider {
	margin: 0px -20px;
	}

.homeNews-slide {
	padding: 20px 20px;
	}

.homeNews-box {
	position: relative;
	width: 680px;
	display: block;
	background: #ffffff;
	box-shadow: 0px 3px 30px #00000029;
	}

.homeNews-box::before {
	opacity: 0;
	content: '';
	inset: -20px;
	position: absolute;
	border: 5px solid #1856AF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-current .homeNews-box::before,
.homeNews-box:hover::before {
	opacity: 1;
	}

.homeNews-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #334C5A;
	padding: 20px 20px;
	}

.homeNews-box a .row .col-md-5 {
	width: 43%;
	}

.homeNews-box a .row .col-md-7 {
	width: 57%;
	}

.news-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 97.85%;
	}

.news-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.news-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.news-content {
	position: relative;
	display: block;
	}

.news-content h4 {
	font-size: 17px;
	color: #001F31;
	}

.newsRead-more {
	position: relative;
	display: block;
	font-size: 17px;
	color: #BCCD35;
	font-weight: 700;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.homeNews-box a:hover .newsRead-more {
	color: #1856AF;
	}

.noBG-section {
	background: transparent !important;
	}

.homeWhat-wedo-section {
	position: relative;
	display: block;
	padding: 60px 60px 0px;
	background: transparent linear-gradient(0deg, #F4F4F4 0%, #F4F4F400 50%) 0% 0% no-repeat padding-box;
	}

.homeWWD-listing {
	position: relative;
	display: block;
	}

.homeWWD-item {
	position: relative;
	display: block;
	}

.homeWWD-item .row {
	margin: 0px -15px;
	}

.homeWWD-item .row .col-lg-6 {
	padding: 0px 15px;
	}

.homeWWD-item::before {
	position: absolute;
	top: 0px;
	left: 50%;
	content: '';
	width: 30px;
	height: 100%;
	margin-left: -15px;
	background: #1B5EBF;
	transform: translateY(-50%, 0px);
	}

.homeWWD-listing .homeWWD-item:nth-child(odd) .wwd-order1 {
	order: 2;
	}

.homeWWD-listing .homeWWD-item:nth-child(odd) .wwd-order2 {
	order: 1;
	}

.homeWWD-content {
	position: relative;
	display: block;
	float: right;
	max-width: 590px;
	padding: 50px 0px;
	margin-right: 96px;
	color: rgba(51, 76, 90, 0.70);
	}

.homeWWD-content h3 {
	font-size: 55px;
	}

.homeWWD-listing .homeWWD-item:nth-child(even) .homeWWD-content {
	float: none;
	margin: 0px 0px 0px 70px;
	}

.homeWWD-content h4 {
	font-size: 40px;
	padding-bottom: 15px;
	}

ul.elearning-eventListing {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.elearning-eventListing>li {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

ul.elearning-eventListing>li:last-child {
	margin: 0px 0px;
	}

.elearning-eventBox {
	position: relative;
	display: block;
	}

.elearning-eventBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 20px 30px 20px 20px;
	box-shadow: 0px 3px 50px #00000029 !important;
	}

.elearning-eventBox a:hover {
	background: #1B5EBF;
	}

.elearning-time {
	position: relative;
	display: block;
	width: 89px;
	height: 89px;
	padding: 6px 0px;
	text-align: center;
	background: #E6E6E6;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}

.elearning-eventBox a:hover .elearning-time {
	background: #003A5D;
	}

.elearning-time h5 {
	font-size: 42px;
	color: #001F31;
	padding: 0px 0px 5px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}

.elearning-time h6 {
	font-size: 11px;
	color: #333333;
	padding: 0px 0px;
	font-weight: 400;
	letter-spacing: 1.1px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}

.elearning-title {
	font-size: 20px;
	font-weight: 700;
	color: #001F31;
	padding: 0px 0px;
	line-height: 1.4;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}

.elearning-eventBox a:hover .elearning-title,
.elearning-eventBox a:hover .elearning-time h5,
.elearning-eventBox a:hover .elearning-time h6,
.elearning-eventBox a:hover .elearning-arrowBtn {
	color: #ffffff;
	}

.elearning-arrowBtn {
	position: relative;
	display: block;
	font-size: 40px;
	color: #003A5D;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}





.homeContact-section {
	position: relative;
	display: block;
	padding: 120px 0px;
	background: transparent linear-gradient(180deg, #F4F4F4 0%, #F4F4F400 100%) 0% 0% no-repeat padding-box;
	}

.homeContact-section .row .col-lg-7 {
	width: 55%;
	}

.homeContact-section .row .col-lg-5 {
	width: 45%;
	}

.homeContact-form {
	position: relative;
	display: block;
	padding-right: 70px;
	}

.homeContact-form .form-control, .homeContact-form .form-custom-select, .homeContact-form .form-select{
	font-size: 17px;
	}

.control-label {
	position: relative;
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	padding-bottom: 10px;
	}

.map-container {
	position: relative;
	width: auto;
	height: 834px;
	display: block;
	overflow: hidden;
	border-radius: 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.leftAlign {
	margin: 0px 0px !important;
	}

/*About Us*/	

.about-introSection {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.image-wrapp-box {
	position: relative;
	display: block;
	}

.image-wrapp-box img {
	width: 100%;
	}

.aboutContent-box {
	position: relative;
	display: block;
	padding-right: 50px;
	}

.about-service-section {
	position: relative;
	display: block;
	padding: 80px 0px;
	}

.our-company-section {
	position: relative;
	display: block;
	padding: 100px 60px 150px;
	}

.ourCompany-box {
	position: relative;
	display: block;
	background: #1B5EBF;
	}

.element-text-container {
	position:relative;
	display:table;
	height:100%;
	width:100%;
	padding:0px;
	overflow:hidden;
	margin:0px auto 0px;
	}

.element-text-container-inner {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	}

.ourCompany-content {
	position: relative;
	display: block;
	color: #ffffff;
	max-width: 600px;
	margin: 0px auto;
	padding: 30px 15px;
	}

.ourCompany-content h3,
.ourCompany-content h2 {
	font-size: 45px !important;
	color: #ffffff !important;
	}

.ourCompany-content h2::before {
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(300%) contrast(300%);
	}

.ourCompany-content h6 {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 10px;
	}

.ourCompany-content .project-listItem li,	
.ourCompany-content .project-listItem li p,
.ourCompany-content .project-listItem,
.ourCompany-content a:hover {
	color: #ffffff;
	}

.ourCompany-content a {
	color: #BCCD35;
	}

.company-pic-container, .company-pic-container figure {
	position:relative;
	display:block;
	height:100%;
	width:100%;
	padding:0px;
	overflow:hidden;
	margin:0px auto 0px;
	}
	
.company-pic-container figure img {
	position:relative;
	height:100%;
	width:100%;
	max-width:none;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:0px;
	-o-object-position:center;
	object-position:center;
	}

.recc-director {
	position: relative;
	display: block;
	padding: 100px 0px;
	background: transparent linear-gradient(180deg, #F4F4F4 0%, #F4F4F400 100%) 0% 0% no-repeat padding-box;
	}

.recc-director .pageTitle h6 {
	font-size: 16px;
	padding: 0px 0px;
	}

.elearning-content {
	max-width: 750px;
	}

.link-urlBtn {
	position: relative;
	display: block;
	}

.link-urlBtn a {
	font-size: 17px;
	font-weight: 700;
	color: #BCCD35;
	letter-spacing: 1.7px;
	}

.link-urlBtn a:hover {
	color: #1856AF;
	}

.learning-container {
	padding: 20px 60px 100px;
	}

/*Research*/

.research-itemSection {
	position: relative;
	display: block;
	padding: 30px 0px 0px;
	}

.research-itemSection::before {
	top: 226px;
	left: 0px;
	width: 100%;
	content: '';
	height: 30px;
	position: absolute;
	background: #1856AF;
	}

.pwb-4 {
	--bs-gutter-x: 2.5rem;
	}

.research-itemBox {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	}

.research-itemBox::before {
	opacity: 0;
	content: '';
	inset: -20px;
	position: absolute;
	border: 5px solid #1856AF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.research-itemBox:hover::before {
	opacity: 1;
	}
	
.research-itemBox a {
	position: relative;
	display: block;
	overflow: hidden;
	}

.research-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 89.73%;
	}

.research-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.research-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.research-maskContent {
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 100%;
	padding: 25px 25px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.499019676229867) 100%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.research-maskContent h4 {
	font-size: 20px;
	color: #ffffff;
	padding: 0px 0px 20px;
	}

.research-readMore {
	position: relative;
	display: block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.research-itemBox:hover .research-maskContent {
	bottom: 0px;
	}
	
.collaborator-section {
	position: relative;
	display: block;
	padding: 100px 0px;
	background: transparent linear-gradient(180deg, #F4F4F4CC 0%, #F4F4F400 100%) 0% 0% no-repeat padding-box;
	}

.collaborator-slider {
	margin: 0px -15px;
	}

.collaborator-slide {
	padding: 0px 15px;
	}

.client-logo-box,
.client-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #111111;
    text-align: center;
	}

.client-logo-box a {
    overflow: hidden;
	}

.client-logo {
	position: relative;
	display: block;
	height: 145px;
    width: 100%;
	overflow: hidden;
	}

.client-logo figure {
	position: absolute;
	overflow: hidden;
    display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.client-logo figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.project-section {
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	}

ul.project-listItem {
	padding: 0px 0px;
	margin: 0px 0px 10px;
	list-style-type: none;
	}

ul.project-listItem>li {
	position: relative;
	display: block;
	color: #334C5A;
	padding: 0px 0px 20px 30px;
	}

ul.project-listItem>li h6,
ul.project-listItem>li h5,
ul.project-listItem>li p {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #334C5A;
	line-height: 1.5;
	letter-spacing: -0.6px;
	}

ul.project-listItem>li::before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 16px;
	font-weight: 700;
    content: '\f058';
	color: #BCCD35;
	}

.project-pic-container {	
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 68.46%;
	}

.project-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.project-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/*Executive Training*/

.executive-filter {
	position: relative;
	display: block;
	margin-bottom: 50px;
	border-bottom: 1px solid #BBBBBB;
	}

.executive-filter .nice-select .option {
	/*text-transform: capitalize;*/
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #282726;
    padding: 0px;
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-text {
	position: relative;
	font-size: 16px;
	margin: 0px 0px;
	color: #000000;
    font-weight: 800;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	padding: 13px 10px 0px 0px;
	}

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	font-size: 14px;
	color: #171717;
	font-weight: 400;
	border-radius: 0px;
	padding: 13px 45px 13px 15px;
	background: #FFFFFF !important;
	border: 1px solid #D9D9D9 !important;
	}

.filter-select-box .nice-selected .nice-select .current {
	font-weight: 400;
	color: #000000;
	}

ul.nav-tabs.tabstyle1 {
	position: relative;
	display: flex;
	border: none;
	width: auto;
	padding: 0px;
	margin: 0px 0px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	list-style-type: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	z-index: 1;
	margin: 0px 0px;
	line-height: 36px;
	padding: 0px 0px 0px;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	color: #1B5EBF;
	margin: 0px auto;
	min-width: 120px;
	text-align: center;
	padding: 11px 15px;
	line-height: normal;
	border-radius: 0px 0px;
	background: transparent;
	border: 1px solid #1B5EBF;
	text-decoration: none !important;	
	}

ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
    opacity: 1;
	color: #ffffff;
	background: #1B5EBF;
	border-color: #1B5EBF;
	}

.calendar-box {
	position: relative;
	display: block;
	}

.calendar-box img {
	width: 100%;
	}

.executiveList-section {
	position: relative;
	display: block;
	}

.executiveList-item {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.executiveList-section .executiveList-item:last-child {
	margin: 0px 0px;
	}

.executiveList-item h3 {
	font-size: 30px;
	font-weight: 800;
	color: #282726;
	letter-spacing: -0.45px;
	}

.recc-table thead tr th {
	font-size: 18px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	padding: 18px 15px;
	background: #BCCD35;
	}

.recc-table tbody {
	border-top: none !important;
	}

.recc-table tbody tr td {
	color: #171717;
	padding: 18px 30px;
	background: #ffffff;
	}

.tf18 {
	font-size: 6px;
	vertical-align: middle;
	margin-top: -2px;
	}

.tiColor1 {
	color: #BCCD35;
	}

.tiColor2 {
	color: #1B5EBF;
	}

.tiColor3 {
	color: #EBC02D;
	}

.tiColor4 {
	color: #CD3535;
	}

/*Training Course*/

.training-course-container {
	position: relative;
	display: block;
	padding: 100px 0px 70px;
	}

.training-course-container>.wide-container>.row>.col-lg-7 {
	width: 56%;
	}

.training-course-container>.wide-container>.row>.col-lg-5 {
	width: 44%;
	}

.training-course-banner {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.training-course-banner img {
	width: 100%;
	}

.accordion-item {
	overflow: hidden;
	box-shadow: none;
	margin-bottom: 20px;
	background: #ffffff;
	border: none !important;
	border-radius: 0px 0px !important;
	box-shadow: 0px 0px 10px #00000029 !important;
	}

.accordion-button {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: normal;
	background: #1B5EBF;
	letter-spacing: -0.66px;
	border: 1px solid #1B5EBF;
	padding: 16px 60px 16px 30px;
	border-radius: 0px !important;
	}
		
.accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #ffffff;
	background: #1B5EBF;
	border-color: #1B5EBF;
	border-radius: 0px !important;
	}

.accordion-button::after {
    font-family: 'Font Awesome 6 Free';
	width: auto;
	height: auto;
	content: '\2b';
	font-size: 24px;
	font-weight: 700;
	margin-right: -30px;
	background-repeat: no-repeat;
	background-image: none !important;
	}

.accordion-button:not(.collapsed)::after {
	rotate: 45deg;
	}

.accordion-body {
	position: relative;
	display: block;
	color: #334C5A;
	padding: 30px 30px;
	background: #ffffff;
	}

.accordion-groupSection {
	position: relative;
	display: block;
	}

.accordion-groupItem {
	position: relative;
	display: block;
	padding: 30px 0px;
	border-bottom: 1px solid #cfcfcf;
	}

.accordion-groupItem h6 {
	color: #334C5A;
	}

.accordion-groupSection .accordion-groupItem:first-child {
	padding-top: 0px;
	}

.accordion-groupSection .accordion-groupItem:last-child {
	border: none;
	padding-bottom: 0px;
	}

ul.project-listItem>li>ul {
	margin: 0px 0px;
	padding: 8px 0px 0px;
	list-style-type: none;
	}

ul.project-listItem>li>ul>li {
	position: relative;
	display: block;
	color: #1A1A1A;
	padding: 0px 0px 5px 20px;
	}

ul.project-listItem>li>ul>li::before {	
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 12px;
	color: #1A1A1A;
    content: '\f068';
	font-weight: 700;
	}
	
ul.project-listItem>li>ul>li:last-child,
.accordion-groupItem ul.project-listItem>li:last-child {
	padding-bottom: 0px;
	}

.accordion-groupItem ul.project-listItem {
	margin: 0px 0px;
	}	

.accordion-groupItem ul.project-listItem>li::before {
	top: 0px;
	}
.accordion-groupItem ul.project-listItem>li {
	padding: 0px 0px 15px 30px;
	}

.accordion-teamBox {
	position: relative;
	display: block;
	}

.accordion-teamItem {
	position: relative;
	display: block;
	color: #171717;
	padding-left: 35px;
	}

.accordion-teamItem h6 {
	font-size: 16px;
	color: #1B5EBF;
	padding-bottom: 10px;
	}

.accordion-teamItem a {
	color: #171717;
	}

.accordion-teamItem a:hover {
	color: #1B5EBF;
	}

.acc-iconBox {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	color: #1B5EBF;
	line-height: normal;
	}

/*Shop Detalis*/

.shop-container {
	position: relative;
	display: block;
	box-shadow: 0px 0px 50px #00000029;
	}

.shop-containerHeading {
	position: relative;
	display: block;
	padding: 25px 30px;
	background: #1B5EBF;
	}

.shop-containerHeading h4,
.shop-containerHeading h5 {
	font-size: 20px;
	color: #ffffff;
	padding: 0px 0px;
	}

.shop-containerHeading h5 {
	color: #BCCD35;
	}

.shop-containerBody {
	position: relative;
	display: block;
	padding: 50px 30px;
	background: #ffffff;
	}

.shop-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.shop-title h2 {
	font-size: 30px;
	color: #001F31;
	padding-bottom: 5px;
	}

.shop-title h6 {
	font-size: 14px;
	color: #BCCD35;
	font-weight: 600;
	padding-bottom: 15px;
	}

.shop-title h3 {
	font-size: 25px;
	color: #1B5EBF;
	padding: 0px 0px;
	font-weight: 600;
	}	

.shop-containerBody .link-btn1 a,
.shop-containerBody .link-btn a {
	width: 100%;
	}

.shop-groupSection {
	position: relative;
	display: block;
	}

.shop-groupItem {
	position: relative;
	display: block;
	color: #334C5A;
	margin-bottom: 30px;
	}

.shop-groupItem h6 {
	font-size: 16px;
	color: #334C5A;
	padding-bottom: 5px;
	}

.shop-groupItem .nice-select {
	width: auto;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
	color: #000000;
	overflow: hidden;
	max-width: 136px;
	align-items: center;
	white-space: nowrap;
	padding: 5px 0px 0px;
	margin: 0px !important;
	justify-content: space-between;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 55px !important;
	height: 43px !important;
	padding: 5px !important;
	margin: 0 2px !important;
	font-weight: 400 !important;
	/*border: none !important;*/
	color: #312F2F !important;
	font-size: 16px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	line-height: 38px !important;
	text-align: center !important;
	border-radius: 0px !important;
	background: #ffffff !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 1px solid #D9D9D9 !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 25px;
	height: 25px;
	min-width: 25px;
	color: #000000;
	font-size: 16px;
	overflow: hidden;
	line-height: 10px;
	border-radius: 5px;
	padding: 5px 0px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: #E9E9E9;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.quantity-button:hover {
	color: #ffffff !important;
	background: #1B5EBF !important;
	}

.quantity-button.quantity-down {
	margin-right: 5px;
	}

.quantity-button.quantity-up {
	margin-left: 5px;
	}
	
.quantity-button:hover,
.quantity-button:focus {
	color: #ffffff;
	box-shadow: none;
	border-color: #1B5EBF;
	background-color: #1B5EBF;
	}

.quantity-button.quantity-down:hover,
.quantity-button.quantity-down:focus {
	}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-up:focus {
	}

/*Course*/

.course-section {
	position: relative;
	display: block;
	padding: 20px 0px;
	}

.formTooltip {
	position: absolute;
	top: 15px;
	z-index: 1;
	right: 15px;
	}

.formTooltip a {
	color: rgba(23, 23, 23, 0.35);
	}

.tooltipBox {
	position: absolute;
	display: block;
	top: -5px;
	left: 30px;
	opacity: 0;
	color: #ffffff;
	font-size: 15px;
	min-width: 190px;
	padding: 5px 16px;
	border-radius: 5px;
	background: #1B5EBF;
	}

.tooltipBox::before {
	position: absolute;
	top: 7px;
	width: 0;
	height: 0;
	left: -10px;
	content: '';
	border-top: 10px solid transparent;
	border-right: 10px solid #1B5EBF;
	border-bottom: 10px solid transparent;
	}

.formTooltip a:hover .tooltipBox {
	opacity: 1;
	}

.course-section .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.80;
	color: #333333;
	font-weight: 400;
	}

.course-section .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.80;
	color: #333333;
	font-weight: 400;
	}

.course-section .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.80;
	color: #333333;
	font-weight: 400;
	}

.course-section .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.80;
	color: #333333;
	font-weight: 400;
	}
    
.course-section .nice-select {
    color: rgba(51, 51, 51, 0.8);
    }
    
/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: transparent linear-gradient(90deg, #00000066 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	}

.inner-banner figure img {
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }

.inner_banner_caption .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.inner_banner_caption .captionContainer {
    position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 10px;
	text-transform: none;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	background: #EFEFEF;
	padding: 15px 0px 5px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	font-size: 0px;
	font-weight: 500;
	margin: 0px auto;
	padding: 0px 0px;
	color: #BCCD35;
	text-transform: none;
	list-style-type: none;
	}

.nobanner .breadcrumb-container ul {
	color: #BCCD35;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	}

.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #ffffff;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {	
	color: rgba(34, 34, 34, 1);
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	content: '/';
	font-size: 20px;
	font-weight: 900;
	color: #ffffff;
	margin: -2px 10px 0px;
	display: inline-block;
	vertical-align: middle;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: #BCCD35;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	color: #334C5A;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h1,
.pageTitle h2 {
	font-size: 60px;
	color: #001F31;
	padding-bottom: 0px;
	}

.pageTitle h1::before,
.pageTitle h2::before {
	width: 27px;
	height: 38px;
	content: '';
	position: relative;
	margin-right: 10px;
	display: inline-block;
	background-image: url(../images/heading-dot.png);
	background-repeat: no-repeat;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	position: relative;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	color: #001F31;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1F1F1F;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 60px;
	}
	
h3, .h3 {
	font-size: 40px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.6;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ul.ul-listing1  {
	display: block;
	padding: 0px;
	width: 100%;
	color: #000000;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px 25px;
	list-style-position: inside;
	}

ul.ul-listing.text-center,
ul.ul-listing1.text-center {
	text-align: center;
	}
	
ul.ul-listing li,
ul.ul-listing1 li {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 12px 30px;
	}
	
ul.ul-listing li:before,
ul.ul-listing1 li::before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '\f058';
	top: 1px;
	left: auto;
    font-size: 14px;
	font-weight: 900;
	color: #F0587A;
	margin-left: -30px;
    border-radius: 100%;
	}

ul.ul-listing1 li::before {
	top: 2px;
    content: '\24';
	}	

ul.ul-listing li p,
ul.ul-listing1 p {
	margin-bottom: 0px;
	}

ul.ul-listing ul,
ul.ul-listing1 ul {
	margin: 10px 0px 0px;
	}

.details-container {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    }
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 21px;
	height: 37px;
	opacity: 0.5;
	font-size: 0px;
	color: #ffffff;
	border-radius: 0px;
	align-items: center;
    transition: all 0.3s;
	background-image: url(../images/left-arrow.png) !important;
	background-position: center center;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-next {
	background-image: url(../images/right-arrow.png) !important;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -90px;
	}

.slick-next {
	right: -90px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 6px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 8px;
	font-size: 0px;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	opacity: 0.2;
	overflow: hidden;
	border-radius: 100%;
	background: #000000;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #1B5EBF;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Link Button */

.link-btn,
.link-btn1 {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 17px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a {
	position: relative;
	color: #ffffff;
	min-width: 170px;
	font-weight: 700;
	line-height: 21px;
	padding: 16px 30px;
	text-align: center;
	border-radius: 0px;
	vertical-align: top;
	background: #BCCD35;
	display: inline-block;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	border: 1px solid #BCCD35;
	text-decoration: none !important;
	}

.link-btn a:hover,
.link-btn1 a {
	color: #ffffff;
	background: #143A6E;
	border-color: #143A6E;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #BCCD35;
	border: 1px solid #BCCD35;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
	z-index: 7;
    padding: 0px 0px;
    margin: 0px auto;
    max-width: 1920px;
    background: #143A6E;
	}

.footer-wrapper .wide-container {
	max-width: 100%;
	padding: 0px 60px;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #FFFFFF;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    padding: 80px 0px;
	}
	
.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 25%;
	}

.ftcol1 {
	min-width: 465px;
	}

.ftcol4 {
	min-width: 550px;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	margin: 0px 0px 30px;
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
	}

.footer-location,
.footer-linkBox {
    position: relative;
    display: block;
	text-align: left;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 35px;
	}
	
.footer-linkBox a {
    color: #FFFFFF;
	}
	
.footer-linkBox a:hover {
	color: #BCCD35;
	text-decoration: underline;
	}

.footer-contact-info-box .footer-location i,
.footer-contact-info-box .footer-linkBox i {
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 14px;
	color: #ffffff;
	}

.ftcol.ftcol4 p {
	margin-bottom: 15px;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 16px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav.twoCol {
	column-count: 2;
	margin: 0px -15px;
	}

ul.footer-nav.twoCol li {
	padding: 0px 15px;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 20px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #ffffff;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #BCCD35;
	text-decoration: underline;
	}

.newsletter-box {
	position: relative;
	display: block;
	margin: 0px auto 50px;
	}

.newsletter-box .form-control {
	height: 55px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	border-radius: 0px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 14px 70px 14px 25px;
	}
	
.newsletter-box .form-control:focus,
.newsletter-box .form-control:hover {
	border: 1px solid #BCCD35;
	}

.newsletter-box .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.36;
	color: #2B2B2B;
	font-weight: 400;
	}

.newsletter-box .form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.36;
	color: #2B2B2B;
	font-weight: 400;
	}

.newsletter-box .form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.36;
	color: #2B2B2B;
	font-weight: 400;
	}

.newsletter-box .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.36;
	color: #2B2B2B;
	font-weight: 400;
	}

.newsletter-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 55px;
	height: 55px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 5px;
	text-align: center;
	border-radius: 0px;
	background: #BCCD35;
	border: 1px solid #BCCD35;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.newsletter-btn:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
	}

.footer-social-media {
	position: relative;
	display: block;
	}

.footer-social-media ul {
	padding: 0px 0px;
	margin: 0px -10px;
	list-style-type: none;
	}

.footer-social-media ul li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	padding: 0px 10px 15px;
	}

.footer-social-media ul li a {
	position: relative;
	display: block;
	color: #BCCD35;
	font-size: 20px;
	}

.footer-social-media ul li a:hover {
	color: #ffffff;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #FFFFFF;
	overflow: hidden;
	padding: 10px 0px;
	background: rgba(0, 0, 0, 0.21);
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin: 0px auto;
    line-height: 24px;
	}

.copyright a {
	display: inline-block;
	color: #ffffff;
	}

.copyright a strong {
	font-weight: 400;
	background: url("../images/verzdesign-logo.png") no-repeat scroll right center;
	padding-right: 22px;
	}

.copyright a:hover {
	text-decoration: underline;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -4px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 4px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    max-height: 25px;
	}

/* Contact Info Container */

.contact-container {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.contact-info-box,
.company-info-box {
	position: relative;
	display: block;
	}

.company-innerinfo-box {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #171717;
	margin-bottom: 40px;
	}

.company-info-box .company-innerinfo-box:last-child {
	margin-bottom: 0px;
	}

.company-innerinfo-box .row .col-auto {
	padding-right: 0px;
	}

.company-info-icon {
	position: relative;
	width: 25px;
	color: #1B5EBF;
	}

.company-innerinfo-box h6 {
	font-size: 16px;
	color: #1B5EBF;
	padding-bottom: 10px;
	}

.company-innerinfo-box a {
	color: #171717;
	}

.company-innerinfo-box a:hover {
	color: #1B5EBF;
	}

.zIndex2 {
	z-index: 2;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 54px;
    font-size: 18px;
	color: #171717;
    border-radius: 0px;
    line-height: normal;
    background: #ffffff;
    border: 1px solid #EBEBEB;
    padding: 15px 50px 14px 25px;
	}

.nice-select,
.nice-select .list {
	font-size: 18px;
	font-weight: 400;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	color: rgba(23, 23, 23, 0.35);
	}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover, .nice-selected .nice-select {
	border-color: #BCCD35;
	background-color: #ffffff;
	}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: #262626;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #BCCD35 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

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

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #FAFAFA;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	font-size: 18px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 15px;
	color: rgba(23, 23, 23, 0.8);
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #BCCD35;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 60px 60px;
	border-radius: 10px;
	background: #1B5EBF;
	}

.contactForm h3 {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
	}

.contactForm .wpcf7-response-output {
	border: none !important;
	padding: 0px 0px !important;
	color: #ffffff !important;
	}
	
.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #C50000;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 25px;
	border-radius: 0px;
	background-clip: unset;
	background-image: none;
	border: 1px solid #EBEBEB;
	background-color: #ffffff;
	}

textarea.form-control {
	min-height: 120px;
	line-height: 24px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover,
.floating-label.not-empty .form-control {
	color: #000000;
	outline: none !important;
	border: 1px solid #BCCD35;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.35;
    font-weight: 400;
	color: #171717;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.35;
    font-weight: 400;
	color: #171717;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.35;
    font-weight: 400;
	color: #171717;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.35;
    font-weight: 400;
	color: #171717;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary {
	position: relative;
	display: block;
	width: auto;
	font-size: 17px;
	margin: 0px auto;
	min-width: 210px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 16px 30px;
	border-radius: 0px;
	line-height: 21px;
	background: #BCCD35;
	letter-spacing: 1.7px;
	border: 1px solid #BCCD35;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary img {
	vertical-align: baseline;
	}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #000000; border-color: #000000; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #000000; border-color: #000000; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #000000; border-color: #000000; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.contact-bottomSection {
	position: relative;
	display: block;
	padding: 100px 0px 110px;
	background: transparent linear-gradient(180deg, #F4F4F4 0%, #F4F4F400 100%) 0% 0% no-repeat padding-box;
	}

.image-wrapper {
	position: relative;
	display: block;
	}

.contact-contentBox {
	position: relative;
	display: block;
	padding-left: 40px;
	}

.contact-contentBox h6 {
	color: #334C5A;
	padding-bottom: 15px;
	}

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: transparent linear-gradient(90deg, #FFFFFF4D 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	font-size: 16px;
	font-weight: 400;
    max-width: 670px;
	color: rgba(51, 76, 90, 0.7);
	}
	
.thank-you-content h1 {
	font-size: 90px;
	line-height: 1;
	color: #001F31;
	padding-bottom: 0px;
	}

.thank-you-content h2 {
	font-size: 55px;
	padding-bottom: 20px;
	}

.thank-you-content p {
	max-width: 570px;
	margin: 0px 0px 40px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: #1B5EBF;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #1B5EBF;
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 70px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #1B5EBF !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #000000;
	text-transform: uppercase;
	}

.shop-groupSection button.single_add_to_cart_button {
	position: relative;
	display: block !important;
	float: none !important;
	width: 100%;
	margin-bottom: 20px;
	color: #ffffff;
	background: #143A6E !important;
	border-color: #143A6E !important;
	}

.shop-groupSection button.button.disabled.disabled {
	color: #ffffff;
	background: #143A6E !important;
	border-color: #143A6E !important;
	}

.shop-groupSection button.single_add_to_cart_button:hover {
	color: #ffffff;
	background: #BCCD35 !important;
	border: 1px solid #BCCD35 !important;
	}

.wpcf7-not-valid-tip {
	display: inline-block;
	}

.fc-liquid-hack th .fc-scrollgrid-sync-inner {
	color: #FFFFFF;
	background: #1B5EBF;
	}

.fc .fc-col-header-cell-cushion {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	padding: 8px 4px;
	}
	
.fc-theme-standard td, .fc-theme-standard th {
	border: 1px solid #464646;
	}

.fc .fc-daygrid-day-number {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	}

.fc-daygrid-dot-event .fc-event-title {
	font-size: 10px;
	color: #000000;
	font-weight: 400;
	/*text-transform: capitalize;*/
	}

.fc-direction-ltr .fc-daygrid-event.fc-event-end:hover {
	background: transparent;
	color: #1B5EBF !important;
	}

.fc .fc-button-primary {
	color: #1B5EC0;
	padding: 12px 25px;
	border-radius: 0px;
	border-color: #1B5EC0;
	background: transparent;
	/*text-transform: capitalize;*/
	}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:hover {
	color: #ffffff;
	background: #1B5EC0;
	border-color: #1B5EC0;
	}

.fc-h-event {
	font-size: 12px;
	/*text-transform: capitalize;*/
	}

.fc-h-event:hover {
	color: #ffffff;
	background: #BCCD35 !important;
	border-color: #BCCD35;
	}

.fc .fc-list-day-cushion {
	padding: 18px 14px;
	background: #BCCD35;
	}
	
.fc .fc-list-day-cushion a {
	color: #ffffff;
	}

.fc .fc-list-table td {
	padding: 18px 14px;
	background: #ffffff;
	}
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
	.topHead-bar h4 { font-size: 22px; }
	.nav ul, .nav > ul ul, .nav > ul ul ul { font-size: 14px; }
	.ftcol4 { min-width: 450px; }
    }

@media (max-width: 1699.98px) {
    .header-enquireBtn a, .link-btn a, .link-btn1 a, .homeNews-box a, .btn-primary, .footer-top, ul.footer-nav, .copyright, .breadcrumb-container ul li, .recc-director .pageTitle h6, .filter-select-text, ul.nav-tabs.tabstyle1, .shop-groupItem h6, .accordion-teamItem h6, .company-innerinfo-box h6, .company-innerinfo-box, .thank-you-content-area .thank-you-content, .nice-select .option { font-size: 14px }
	.control-label, .homeContact-form .form-control, .homeContact-form .form-custom-select, .homeContact-form .form-select, .form-control, .form-custom-select, .form-select, .research-readMore, .recc-table thead tr th, .link-urlBtn a, .nice-select, .nice-select .list { font-size: 15px; }
	.container { max-width: 1000px; }
    .wide-container { max-width: 1200px; }
    h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2, .wwa-itemBox h3, .homeWWD-content h3, .thank-you-content h2 { font-size: 45px; }
    h3, .h3, .homeWWD-content h4, .elearning-time h5, .contactForm h3 { font-size: 30px; }
    h4, .h4, .topHead-bar h4 { font-size: 20px; }
    h5, .h5, .news-content h4, .elearning-title { font-size: 16px; }
    h6, .h6 { font-size: 14px; }
	.topHead-bar { padding: 15px 0px; }
	.nav>ul>li { margin: 0px 15px; }
	.header-enquireBtn { padding-left: 0px; }
	.header-enquireBtn a { padding: 14px 20px; }
	.logo { width: 450px; height: 67px; }
	.celebrating-logo img { max-width: 80px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 55px; }
	.link-btn a, .link-btn1 a { line-height: 20px; padding: 14px 25px; }
	.header-enquireBtn a i.ml15, .link-btn a i.ml15, .link-btn1 a i.ml15, .btn-primary i.ml15 { margin-left: 10px !important; }
	.wwa-itemBox h4, .newsRead-more { font-size: 15px; }
	.homeNews-container { margin-left: -578px; }
	.homeWhat-wedo-section { padding: 60px 30px 0px; }
	.homeWWD-content { max-width: 500px; margin-right: 70px; }
	.elearning-time h6 { font-size: 9px; }
	.elearning-time { width: 70px; height: 70px; }
	.btn-primary { min-width: 190px; padding: 14px 25px; line-height: 20px; }
	.map-container { height: 794px; }
	.inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
	.our-company-section { padding: 100px 30px 150px }
	.ourCompany-content h3, .ourCompany-content h2 { font-size: 30px !important; }
	.research-maskContent h4, .accordion-button, .shop-containerHeading h4, .shop-containerHeading h5 { font-size: 18px; }
	.filter-select-box .nice-select { font-size: 13px; }
	ul.nav-tabs.tabstyle1 li.nav-item a { min-width: 100px; }
	.executiveList-item h3, .shop-title h2 { font-size: 24px; }
	.learning-container { padding: 20px 30px 100px; }
	.form-control, .form-custom-select, .form-select { height: 50px; padding: 12px 20px; }
	.nice-select { height: 50px; padding: 14px 50px 14px 20px; }
	.thank-you-content h1 { font-size: 70px; }
	.thank-you-content-area .thank-you-content { max-width: 490px; }
	.tooltipBox { font-size: 12px; }
	.footer-head { font-size: 18px; }
	.footer-wrapper .wide-container { padding: 0px 30px; }
	.research-itemSection::before { top: 190px; }
	}

@media (max-width: 1599.98px) {
	.nav>ul>li { margin: 0px 10px; }
	.topHead-bar h4 { font-size: 18px; }
	.ftcol4 { min-width: 400px; }
	.ftcol1 { min-width: 410px; }	
    }

@media (max-width: 1499.98px) {
	.headerTopLinks>li img { max-height: 18px; }
	.nav ul, .nav > ul ul, .nav > ul ul ul { font-size: 13px; }
	.topHead-bar h4 { font-size: 16px; }
    }

@media (max-width: 1399.98px) {
	.headerTopLinks { margin: 0px -5px; }
	.headerTopLinks>li { margin: 0px 5px; }
	.nav ul, .nav > ul ul, .nav > ul ul ul { font-size: 12px; }
	.homeBannerSlider .slick-dots { bottom: 40px; }
	.homeBannerSlider .slick-dots li button::before { width: 10px; height: 10px; }
	.homeWho-section { padding: 70px 0px 40px; }
	.homeNews-section { padding: 30px 0px; }
	.homeWhat-wedo-section { padding: 30px 15px 0px; }
	.homeNews-box { width: 580px; }
	.collaborator-section, .homeContact-section, .about-introSection, .recc-director, .contact-container, .contact-bottomSection { padding: 70px 0px; }
	.about-service-section { padding: 40px 0px; }
	.our-company-section { padding: 60px 15px 60px; }
	.main-container { padding: 70px 0px 50px; }
	.project-section { padding: 20px 0px 0px; }
	.executiveList-item { margin-bottom: 30px; }
	.learning-container { padding: 20px 15px 60px; }
	.company-innerinfo-box { margin-bottom: 25px; }
	.contactForm { padding: 30px 30px; }
	.tooltipBox { min-width: 126px; }
	.footer-top { padding: 60px 0px; }
	.footer-wrapper .wide-container { padding: 0px 15px; }
	.ftcol1 { min-width: auto; }
	.topHead-bar h4 { font-size: 14px; }
	}

@media (max-width: 1299.98px) {
	#pageHeaderWrapper { min-height: 70px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
	.is-sticky #pageHeader { position: relative !important;}
    .mean-container a.meanmenu-reveal { top: 5px; right: 0px !important; left: 0px !important; width: 100%; text-align: right !important; padding: 17px 0px !important; height: auto !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
	.header-enquireBtn { display: none !important; }
	.topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; justify-content: end; padding: 25px 50px 24px 0px; }
	.nav-wrapper { margin: 0px 0px; order: 3; position: absolute; top: 0px; right: 0px; float: none; width: 100%; }
	.mean-container a.meanmenu-reveal:before { position: absolute; content: "Menu"; top: 0; left: 0px; color: #1B5EBF; width: 100%; height: 45px; font-size: 14px; letter-spacing: 0px; text-align: left; line-height: 30px; padding: 13px 0px; font-weight: 700; text-transform: uppercase; display: block !important; }
	.webNone { display: block !important; }
	.homeContact-form { padding-right: 0px; }
	.logo { width: 400px; height: 60px; }
	}

@media (max-width: 1199.98px) {
	.homeNews-container { margin-left: 0px; padding-left: 25px; }
	.homeNews-box::before { inset: -10px; border: 3px solid #1856AF; }
	.homeWWD-content { max-width: 100%; margin-right: 0px; float: none; padding-right: 15px; }
	.homeWWD-listing .homeWWD-item:nth-child(2n) .homeWWD-content { margin: 0px 0px; padding-left: 15px; }
	.aboutContent-box { padding-right: 0px; }
	.pwb-4 { --bs-gutter-x: 2rem; }
	.research-itemBox::before { inset: -10px; border: 3px solid #1856AF; }
	.contact-contentBox { padding: 0px 0px; }
	.tooltipBox { left: auto; right: 20px; }
	.tooltipBox::before { display: none; }
	.ftcol { max-width: 33.3333%; }
	.footer-head { margin: 0px 0px 15px; }
	.ftcol4 { min-width: 100%; padding-top: 20px; }
	.newsletter-box { margin: 0px auto 20px; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.topHead-bar h4 { font-size: 14px; }
	.logo { width: 270px; height: 41px; }
	.celebrating-logo img { max-width: 50px; }
	.bannerLogo img { max-height: 80px; margin: 0px auto;}
	.banner_caption .captionContainer { padding-bottom: 0px; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 45px; }
	.banner_caption { position: relative; inset: auto; padding: 50px 0px 40px; }
	.homeBannerSlider .slick-dots li:hover button::before, .homeBannerSlider .slick-dots li.slick-active button::before { background: #000000; }
	.homeBannerSlider .slick-dots li button::before { background: #000000; }
	.homeBannerSlider .slick-dots { bottom: 0px; }
	.homeNews-box { width: 100%; }
	.homeNews-slider { margin: 0px 0px; }
	.homeNews-container { padding: 0px 12px; }
	.homeNews-box a { padding: 15px 15px; }
	.homeNews-slide { padding: 15px 15px; }
	.homeWWD-item::before { display: none; }
	.homeWWD-content { padding: 30px 0px; }
	.homeWWD-content h3 { font-size: 30px; }
	.homeWWD-listing .homeWWD-item:nth-child(odd) .wwd-order1 { order: 1; }
	.homeWWD-listing .homeWWD-item:nth-child(odd) .wwd-order2 { order: 2; }
	.homeWWD-listing .homeWWD-item:nth-child(2n) .homeWWD-content { padding-left: 0px; }
	.elearning-arrowBtn {font-size: 20px; }
	.homeContact-section .row .col-lg-7, .homeContact-section .row .col-lg-5, .training-course-container>.wide-container>.row>.col-lg-7, .training-course-container>.wide-container>.row>.col-lg-5 { width: 100%; }
	.homeContact-form { padding-bottom: 30px; }
	.map-container { height: 400px; }
	.inner_banner_caption { position: relative; inset: auto; padding: 25px 0px; background: #333333; }
	.image-wrapp-box, .contact-info-box, .image-wrapper { margin-bottom: 20px; }
	.ourCompany-content { max-width: 100%; }
	.inner-banner figure img { min-height: 100px; }
	.research-maskContent { bottom: 0px; padding: 20px 15px; }
	.research-maskContent h4 { font-size: 16px; padding: 0px 0px 15px; }
	.recc-table thead tr th, .recc-table tbody tr td { padding: 14px 10px; }
	ul.nav-tabs.tabstyle1 { justify-content: center; }
	.accordion-button { font-size: 16px; padding: 12px 30px 12px 15px; }
	.accordion-button::after { font-size: 20px; margin-right: -20px; }
	.accordion-body { padding: 20px 12px; }
	.accordion-item { margin-bottom: 15px; }
	.shop-containerHeading { padding: 20px 12px; }
	.shop-containerBody { padding: 30px 12px; }
	.contactForm { padding: 30px 15px; }
	.thank-you-content-area { position: relative; inset: auto; padding: 40px 0px; }
	.thank-you-content-area .thank-you-content { max-width: 100%; }
	.thank-you-content p { margin: 0px 0px 30px; }
	.footer-bottom .row .col-auto { width: 100%; text-align: center; }
	.copyright { text-align: center; padding-top: 10px; font-size: 12px; }
	/*11-Dec-2023*/
	div#eventModal .modal-content{width: 90% !important;}
	.modal-inner .modal-content{padding: 20px !important;}
	/*22-12-2023*/
	.fc .fc-toolbar { flex-wrap: wrap; }
	.fc .fc-toolbar .fc-toolbar-chunk { width: 100%; margin-bottom: 10px; }
	.fc .fc-toolbar .fc-toolbar-chunk:nth-child(1) { order: 3; }
	.fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) { order: 1; }
	.fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) { order: 2; }
	.fc .fc-toolbar-title { padding-bottom: 0px; }
	}

@media (min-width: 992px) {	
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .pageTitle h1, .pageTitle h2, .thank-you-content h1, .banner_caption .captionContainer .bannerHeading1 { font-size: 26px !important; letter-spacing: 0px !important; }
	h2, .inner_banner_caption .captionContainer .innerBannerHeading1, .wwa-itemBox h3, .homeWWD-content h3, .thank-you-content h2 { font-size: 24px; letter-spacing: 0px !important; }
	h3, .homeWWD-content h4, .ourCompany-content h3, .ourCompany-content h2 { font-size: 20px !important; letter-spacing: 0px !important; }
	h4 { font-size: 18px; letter-spacing: 0px !important; }
	h5 { font-size: 16px; letter-spacing: 0px !important; }
	h6, .wwa-itemBox h4 { font-size: 14px; letter-spacing: 0px !important; }
	.topHead-bar .row { justify-content: space-between !important; }
	.topHead-bar h4 { font-size: 12px; }
	.pageTitle { padding: 0px 0px 20px; }
	.topHead-bar .row .col { flex: 100%; text-align: center; padding: 10px 0px 0px; }
	.wwa-itemBox { padding: 30px 20px; margin-bottom: 20px; }
	.pageTitle h1::before, .pageTitle h2::before { width: 15px; height: 22px; vertical-align: middle; background-size: cover; }
	.homeNews-heading .col-md-auto { padding-top: 20px; }
	.slide-button button img { max-width: 14px; }
	.elearning-eventBox a { padding: 10px 15px; }
	.elearning-eventBox a .row .col-auto { width: 100%; }
	.elearning-time, .elearning-title { margin-bottom: 10px; }
	.executive-filter .row .col-auto, .filter-select-box, .filter-select-box .NiceSelect { width: 100%; }
	.filter-select-text { display: block; padding: 0px 0px 10px 0px; }
	.accordion-teamItem { margin: 5px 0px; }
	.ftcol { max-width: 100%; width: 100%; padding-bottom: 15px; }
	.ftcol3, .ftcol4 { padding-bottom: 0px; }
	/*22-Dec-2023*/
	.fc .fc-col-header-cell-cushion { font-size: 10px; padding: 10px 0px; }
	.fc .fc-daygrid-day-number { font-size: 12px; }
	.fc .fc-daygrid-day-bottom { opacity: 0 !important;}
	.research-itemSection::before { top: 150px; }

    }

@media (max-width: 575.98px) {
	.homeNews-box a .row .col-md-5, .homeNews-box a .row .col-md-7 { width: 100%; }
	.news-pic-container { margin-bottom: 15px;}
	ul.footer-nav.twoCol { column-count: 1; }
	}

@media (max-width: 480px) {
	.logo { width: 199px; height: 30px; }
	}

@-ms-viewport{ width: auto !important; }





div#eventModal {
        position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #000000bd;
}

div#eventModal .modal-content{width: 700px}
.modal-inner{height: 100vh; display: flex; align-items: center; justify-content: center;}
.modal-inner .modal-content{padding: 50px; position: relative;}
.modal-inner .modal-content .close{position: absolute;
    top: -35px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
border-radius: 50%; cursor: pointer;} 
.modal-inner .modal-content .close:hover{background-color: #1B5EBF; color: #fff;}
/*.calendar-box .fc-event .fc-event-title {text-wrap:wrap !important;} */