@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* 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: 'Rubik', sans-serif;
	font-size: 16px;
	color: #101010;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* 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 {
	
	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;
	}
	.accordion-button:not(.collapsed)::after {
     background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

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

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

/* 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;
	}

.is-sticky #pageHeader {
    left: auto;
    max-width: 1920px;
	background: #ffffff;
	box-shadow: 0px 5px 10px #c6c6c6;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	width: 160px;
	height: auto;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px;
	margin: 15px 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

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

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

/* Top Right Header */
	
.topRightHeader {
    position: relative;
    display: flex;
    padding: 0px;
	height: 100%;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px;
    justify-content: end;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
    float: left;
	margin: 0px auto;
	}
	
.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%;
	font-size: 15px;
	flex-wrap: wrap;
	margin: 0px auto;
	align-items: center;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 0px 30px;
	}
	
.nav>ul>li:last-child {
	margin-right: 0px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	color: #333333;
	line-height: 20px;
	padding: 40px 0px;
	text-align: center;
	-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.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: "\f078";
	font-size: 12px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

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

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

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #7b6e4b!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;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -50px;
	padding: 0px 0px;
    font-weight: 400;
	min-width: 225px;
	text-align: left;
	visibility: hidden;    
    text-transform: none;
	background: #FFFFFF;
	margin: 30px 0px 0px 0px;
	border-radius: 5px 5px 10px 10px;
	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%;
	color: #5B5B5B;
	line-height: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	}
	
.nav>ul ul>li:last-child {
	border: none;
	}

.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #333333;
	line-height: 20px;
	padding: 13px 20px;
	background: transparent;
	}
	
/* .nav>ul>li li.menu-item-has-children>a {
	padding-right: 35px;
	}

.nav>ul>li li.menu-item-has-children > a:after {
    content: "\f054";
	right: 15px;
	}
	 */

.nav>ul ul li:first-child>a {
	border-radius: 5px 5px 0px 0px;
	}

.nav>ul ul li:last-child>a {
	border-radius: 0px 0px 10px 10px;
	}
	
.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: #7b6e4b!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;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	float: right;
	padding: 0px;
	margin: 0px 0px;
	align-items: center;
	}
/* Header Top Links */
	
.headerTopLinks {
	font-family: 'Manrope', sans-serif;
	position: relative;
	float: right;
	padding: 0;
    font-size: 0px;
	display: block;
	list-style: none;
	margin: 0px -15px;
	}
	
.headerTopLinks li {
	position: relative;
	font-size: 15px;
	margin: 0px 15px;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	}
	
.headerTopLinks li a {
	position: relative;
    display: block;
	}

.headerTopLinks li img {
	z-index: 1;
	max-width: 100%;
	max-height: 19px;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.headerTopLinks>li img.showicon {
	display: block;
	}

.headerTopLinks>li img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon {
	display: block;
	}

.headerEnqueryBtn>a {
	font-weight: 500;
	min-width: 160px;
	line-height: 23px;
	padding: 15px 15px;
	text-align: center;
	border-radius: 6px;
	background: #7b6e4b!important;
	color: #ffffff !important;
	border: 1px solid #7b6e4b!important
	}

.headerEnqueryBtn>a:hover {
	background: #1C3C6E !important;
	border-color: #1C3C6E !important;
	}

.customSearch-box {
	position: absolute;
	right: -100%;
	top: 1px;
	opacity: 0;
	width: 0px;
	display: flex;
	z-index: 99999;
	background: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.headerGroupContainer.active .customSearch-box{
	width: 500px;
	opacity: 1;
	right: 0px;
	}

.headerGroupContainer.active .headerTopLinks {
	opacity: 0;
	}

.customSearch-box input {
	border-radius: 0px;
	height: 50px;
	border: 1px solid #0087F7;
	}
	
.customSearch-box button.submit-search {
	position: relative;
	display: flex;
	height: 50px;
	width: 50px;
	padding: 0px 0px;
	color: #ffffff;
	align-items: center;
	background: #0087F7;
	justify-content: center;
	border: 1px solid #0087F7;
	}

.customSearch-box .closeSearch {
	position: relative;
	display: flex;
	height: 50px;
	width: 40px;
	cursor: pointer;
	color: #000000;
	align-items: center;
	background: #ffffff;
	justify-content: center;
	border: 1px solid transparent;
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto 0px;
	}
	
.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;
	}
	
.fullHeightContainer,
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.fullHeightContainer {
    height: 100vh;
    }
	
.fullHeightContainer img,
.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;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.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;
	padding: 0px;
	display: table-cell;
	padding-bottom: 310px;
	vertical-align: bottom;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	max-width: 680px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-size: 65px;
	line-height: 1.2;
	padding-bottom: 35px;
	letter-spacing: -1.3px;
	}

.banner_caption .captionContainer .bannerHeading1 strong {
	font-weight: 800;
	}

.homeBannerSlider .slick-dots {
	bottom: 62%;
	left: 50%;
	z-index: 7;
	width: auto;
	margin-left: -710px;
	}
	
.homeBannerSlider .slick-dots li button::before {
	font-size: 15px;
	opacity: 1;
	color: #5E5E5E;
	}

.homeBannerSlider .slick-dots li.slick-active button::before,
.homeBannerSlider .slick-dots li:hover button::before {
	color: #7b6e4b!important;
	}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	.inner-container {
		position: relative;
	}
	
	.mission-holder {
		position: unset !important;
	}
	
	.misson-wrapper .col-sm-6:not(:last-child) .mission-holder:before {
		left: 50%;
	}
.socialMedia-body {
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 1001;
	}

.socialMedia-body .socialMedia-item {
	position: relative;
	display: block;
	}

.socialMedia-body .socialMedia-item a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	padding: 20px 25px;
	background: #0A66C2;
	border-radius: 5px 0px 0px 0px;
	}

.socialMedia-body .socialMedia-item a:hover {
	background: #08519b;
	}

.socialMedia-body .socialMedia-item.plane-paper a {
	background: #27A7E7;
	border-radius: 0px 0px 0px 5px;
	}	

.socialMedia-body .socialMedia-item.plane-paper a:hover {
	background: #1d81b3;
	}

/* 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;
	}

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

.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;
	background-color: #707070;
	}

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

.url-link a {
	font-size: 15px;
	color: #131212;
	text-decoration: underline;
	}

.url-link a:hover {
	color: #1C3C6E;
	}

.homeNewsletter-section {
	position: relative;
	display: block;
	z-index: 9;
	margin-top: -115px;
	}

.homeNewsletter-box {
	position: relative;
	display: block;
	color: #ffff;
	padding: 55px 125px 55px 140px;
	border-radius: 10px;
	background: #7b6e4b;
	}
.homeNewsletter-box .pageTitle h2 strong {
    color: #fff;
}
.homeNewsletter-box .row .col-lg-5 {
	width: 45%;
	}

.homeNewsletter-box .row .col-lg-7 {
	width: 55%;
	}

.homeNewsletter-box .pageTitle {
	padding: 0px 0px;
	max-width: 1000px;
	}

.homeNewsletter-box .pageTitle h2 {
	padding-bottom: 10px;
	color: #fff;
	}

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

.newsletter-box .form-control {
	height: 65px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	border-radius: 120px;
	border: 1px solid #FFFFFF;
	padding: 14px 220px 14px 30px;
	}

.newsletter-box .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	color: #666666;
	font-weight: 400;
	}

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

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

.newsletter-box .form-control:-ms-input-placeholder, :-ms-input-placeholder {
	color: #666666;
	font-weight: 400;
	}

.newsletter-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	padding: 14px 32px;
	text-align: center;
	border-radius: 45px;
	background: #1C3C6E;
	border: 1px solid #1C3C6E;
	-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: #7b6e4b!important;
	border-color: #7b6e4b!important;
	}

.homeFeedback-section {
	position: relative;
	display: block;
	background: #F1F1F1;
	padding: 120px 0px 90px;
	}

.homeFeedback-heading .pageTitle {
	position: relative;
	display: block;
	color: #666666;
	max-width: 650px;
	margin: 0px 0px;
	padding-bottom: 20px;
	}

.homeFeedback-heading .pageTitle h2 {
	padding-bottom: 15px;
	}

.homeFeedback-heading .slide-button {
	padding-bottom: 60px;
	}

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

.homeFeedback-slide {
	padding: 20px 15px;
	}

.homeFeedback-box {
	position: relative;
	display: block;
	color: #666666;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 35px 20px 45px;
	box-shadow: 0px 0px 20px #0000001A;
	}

.feedback-des {
	position: relative;
	display: block;
	padding-top: 45px;
	margin-bottom: 32px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/quote.png);
	}

.homeFeedback-userBox {
	font-family: 'Manrope', sans-serif;
	position: relative;
	display: block;
	font-size: 12px;
	color: #A2A2A2;
	font-weight: 500;
	}

.homeFeedback-userBox .row {
	margin: 0px -5px;
	}

.homeFeedback-userBox .row .col-auto,
.homeFeedback-userBox .row .col {
	padding: 0px 5px;
	}

.homeClient-pic {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;	
	overflow: hidden;
	border-radius: 100%;
	}

.homeClient-pic figure {
	position: absolute;
	overflow: hidden;
	display: block;
	padding: 0%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.homeClient-pic 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;
	mix-blend-mode: multiply;
	}

.homeFeedback-userBox h6 {
	line-height: 1;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	padding: 0px 0px 2px;
	}

.homePartner-section {
	position: relative;
	display: block;
	padding: 110px 0px;
	}

.homePartner-slider {
	margin: 20px -15px 40px;
	}

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

.homePartner-logo-box,
.homePartner-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
    text-align: center;
	}
	
.homePartner-logo {
	position: relative;
	display: block;
	height: 110px;
    width: 100%;
	overflow: hidden;
	}

.homePartner-logo figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 15px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.homePartner-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;
	}

/*About Us*/

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

.about-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 20px;
	padding-bottom: 92.84%;
	}
	
.about-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.about-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.about-intro-content {
	position: relative;
	display: block;
	padding-left: 50px;
	}

.about-intro-content .pageTitle {
	padding-bottom: 18px;
	}
	.img-right .about-intro-content {
		padding-right: 50px;
		padding-left: 0 !important;
	}
	
.aims-section {
	position: relative;
	display: block;
	}

.aims-section>.row>.col-lg-6 {
	position: relative;
	background: #fef8ec!important;
	}
	
.aims-content-box {
	position: relative;
	display: block;
	padding: 100px 20%;
	}

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

.aims-listing>.aims-listingItem {
	position: relative;
	display: block;
	color: #444444;
	margin-bottom: 30px;
	}

.aims-listing>.aims-listingItem:last-child {
	margin-bottom: 0px;
	}

.aims-listingItem .row {
	align-items: center;
	}

.aims-icon {
	position: relative;
	display: flex;
	width: 10px;
	height: 10px;
	border-radius: 65px;
	align-items: center;
	background: #7b6e4b;
	justify-content: center;
	}

.aims-bg-pic {
	position: absolute;
	inset: 0px;
	}

.aims-bg-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.about-mid-section {
	position: relative;
	display: block;
	padding: 120px 0px 100px;
	}

.unleashing-heading {
	position: relative;
	display: block;
	color: #666666;
	padding-bottom: 15px;
	}

.about-service-slider {
	margin: 0px -15px;
	}

.about-service-slide {
	padding: 0px 15px;
	}

.about-service-slider .slick-arrow,
.homePartner-slider .slick-arrow {
	z-index: 9;
	width: 56px;
	height: 56px;
	font-size: 20px;
	color: #333333;
	border-radius: 56px;
	background: #ffffff;
	box-shadow: 8px 8px 24px #00000029;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.about-service-slider .slick-arrow:hover,
.homePartner-slider .slick-arrow:hover {
	background: #FFD25B;
	}

.about-service-slider .left-slick,
.homePartner-slider .left-slick {
	left: -120px;
	}

.about-service-slider .right-slick,
.homePartner-slider .right-slick {
	right: -120px;
	}

.left-slick::before,
.right-slick::before {
	display: none;
	}

.aboutService-box,
.aboutService-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.about-serPic-container {	
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 35px;
	border-radius: 15px;
	padding-bottom: 99.64%;
	}
	
.about-serPic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.about-serPic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.about-serContent {
	position: relative;
	display: block;
	}

.about-serContent .pageTitle {
	padding-bottom: 10px;
	}

.about-serContent .pageTitle h2 {
	font-size: 29px;
	}

.about-serContent ul.ul-listing li {
	padding-bottom: 2px;
	}

.about-serContent ul.ul-listing li::before {
	top: 10px;
	background: #BCB98F;
	}

.about-team-section {
	position: relative;
	display: block;
	padding: 0 0px 110px;
	}

.aboutTeam-heading {
	position: relative;
	display: block;
	}

.slide-button {
	position: relative;
	display: flex;
	margin: 7px -7px;
	}

.slide-button button.slick-arrow {
	width: 56px;
	height: 56px;
	margin: 0px 7px;
	color: #333333;
	border-radius: 56px;
	background: #FFFFFF;
	border: 1px solid #ffffff;
	box-shadow: 8px 8px 24px #00000029;
	}

.slide-button button.slick-arrow:hover {
	background: #7b6e4b;
	border-color: #7b6e4b;
	color: #fff;
	}

.aboutTeam-slider {
	margin: 0px -11px;
	}

.aboutTeam-slide {
	padding: 20px 11px;
	}

.team-itemBox {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #0000001A;
	}

.team-itemBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	background: #FFFFFF;
	padding: 30px 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.aboutTeam-topBox {
	position: relative;
	display: flex;
	margin-bottom: 22px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	}

.aboutTeam-pic {
	position: relative;
	display: block;
	height: 100px;
	width: 80px;
	overflow: hidden;
	margin-bottom: 25px;
	}

.aboutTeam-pic figure {
	position: absolute;
	overflow: hidden;
	display: block;
	padding: 0%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.aboutTeam-pic 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;
	mix-blend-mode: multiply;
	}

.aboutTeam-topBox h4 {
	font-size: 21px;
	color: #000000;
	font-weight: 600;
	padding: 0px 0px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-bottom: 15px;
	transition: all 0.5s;
	}
	
.aboutTeam-list {
	position: relative;
	display: block;
	color: #666666;
	margin-bottom: unset;
	text-align: center;
	margin-top: 15px !important;
	}

.aboutTeam-list ul.ul-listing li::before {
	top: 8px;
	background: #BCB98F;
	}

.aboutTeam-list ul.ul-listing li {
	font-size: 15px;
	padding-bottom: 2px;
	}

.aboutTeam-foot {
	position: relative;
	display: block;
	color: #666666;
	margin-bottom: 55px;
	}

.aboutTeam-foot h6 {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 13px;
	}

.about-teamRead-more {
	font-family: 'Rubik', sans-serif;
	position: relative;
	display: block;
	color: #333333;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.team-itemBox a:hover .aboutTeam-topBox h4,
.team-itemBox a:hover .about-teamRead-more {
	}.career-info-container  .contactForm {
    padding: 50px;
    background: #ffffff !important;
    border-radius: 15px;
    box-shadow: 0px 1px 13px #0000001c;
    margin-top: 50px !IMPORTANT;
}

	.icon-pod-box{
		background: #fef8ec!important;
		border-radius: 20px;
		text-align: center;
		padding: 40px 47px;
	}
		.icon-pod-box:last-child{margin-bottom:0px;}
		.icon-pod-img{
		display:flex;
		justify-content: center;
		align-items:center;
		line-height:1;
		margin:0px 0px 20px;
		height:60x;}
		.icon-pod-img
		img{max-height: 31px;}
		.icon-pod-info
		a{text-decoration:none;}
	.icon-pod-info
		a , .icon-pod-info p {
		font-weight: 500;
		letter-spacing: 0.3px;
		color: #101010;
	}
	.icon-pod-info h2 {
		padding-bottom: 14px;
		font-size: 20px;
		font-weight: 600;
	}
	
/*Members/Partners*/	

.member-body {
	position: relative;
	display: block;
	}

ul.members-listing {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

ul.members-listing>li {
	width: 25%;
	padding: 0px 15px 30px;
	}

.client-logo-box,
.client-logo-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #111111;
	text-align: center;
	border-radius: 10px;
	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;
	box-shadow: 0px 15px 40px #0000001A;
	}

.client-logo-box a {
	border: none;
	overflow: hidden;
	box-shadow: none;
	background: #ffffff;
	}
	
.client-logo {
	position: relative;
	display: block;
	height: 110px;
	width: 100%;
	overflow: hidden;
	}

.client-logo figure {
	position: absolute;
	overflow: hidden;
	display: block;
	padding: 15px;
	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;
	}
	
.client-logo-box:hover {
	border-color: #CECECE;
	}

/* Tabs Tabstyle 1 */

.tab-holder {
	position: relative;
	display: block;
	}

ul.nav-tabs.tabstyle1 {	
	font-family: 'Manrope', sans-serif;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	margin: 0px 0px 60px;
	list-style-type: none;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	z-index: 1;
	color: #555555;
	font-size: 30px;
	line-height: 36px;
	padding: 0px 30px;
	}

ul.nav-tabs.tabstyle1 li.nav-item:first-child {
	padding-left: 0px;
	}

ul.nav-tabs.tabstyle1 li.nav-item:last-child {
	padding-right: 0px;
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	border: none;
	color: #555555;
	padding: 0px 10px 25px;
	letter-spacing: -0.6px;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle1 li.nav-item a::before {
	position: absolute;
	bottom: -3px;
	left: 0px;
	opacity: 0;
	width: 100%;
	content: '';
	height: 3px;
	background: #7b6e4b!important;
	}

ul.nav-tabs.tabstyle1 li.nav-item a:hover::before,
ul.nav-tabs.tabstyle1 li.nav-item a.active::before {
	opacity: 1;
	bottom: 0px;
	}

ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
	opacity: 1;
	color: #7b6e4b!important;
	}

ul.nav-tabs.tabstyle1 li.nav-item a.active {
	font-weight: 800;
	}

.foot-ctc-section {
	position: relative;
	display: block;
	padding: 110px 0px;
	background-size: cover;
	background: #7b6e4b; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #b0a688, #a1936d); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #b0a688, #a1936d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	}
.foot-ctc-section .pageTitle h2, .foot-ctc-section .pageTitle h2 strong {
    color: #fff;
}
.foot-ctc-section .pageTitle {
	padding: 0px 0px;
	color: #ffff;
	}

/*Membership*/

.member-top-container {
	position: relative;
	display: block;
	padding: 120px 0px 90px;
	}

.member-top-grid .row {
	margin: 0px -15px;
	}

.member-top-grid .col-lg-5 {
	width: 44%;
	}

.member-top-grid .col-lg-7 {
	width: 56%;
	}

.member-top-grid .col-lg-5,
.member-top-grid .col-lg-7 {
	padding: 0px 15px;
	}

.membership-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 20px;
	padding-bottom: 91.26%;
	}
	
.membership-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.membership-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.member-content {
	position: relative;
	display: block;
	padding-left: 40px;
	}
		
.member-content .ul-listing {
	margin-bottom: 0px;
	}

.member-rates-section {
	position: relative;
	display: block;
	padding: 120px 0px;
	background: #F1F1F1;
	}

.member-rateGrid .col-lg-2 {
	width: 20%;
	align-self: center;
	}

.member-rateGrid .col-lg-10 {
	width: 80%;
	}

.member-rate-info {
	position: relative;
	display: block;
	color: #666666;
	padding-right: 40px;
	}

.member-rate-info h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 29px;
	font-weight: 400;
	padding-bottom: 20px;
	}

.member-rate-info a {
	color: #666666;
	}

.member-rate-info a:hover {
	color: #7b6e4b!important;
	text-decoration: underline;
	}

.member-rateListing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	}

.member-rateListing>.member-rateItem {
	position: relative;
	display: block;
	width: 25%;
	padding: 0px 10px;
	}

.member-rateBox {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 30px #0000001A;
	}
	.team  .team-itemBox {
		display: flex;
		align-items: flex-start;
		padding: 30px !IMPORTANT;
		justify-content: flex-start;
		gap: 14px;
		flex-direction: column;
	}
	
	
	.team  .aboutTeam-pic {
		background: #7b6e4b;

		width:80px !important;
		height:80px !important;
	}
	
	
	 .team .aboutTeam-topBox {
		margin-left: 0 !important;
		width: auto !IMPORTANT;
		margin: unset;
	}
	.team  .aboutTeam-list {
		text-align: left;
	}
	
	.team .aboutTeam-pic {
		margin-bottom: 0  !important;
	}
	
	
	.aboutTeam-list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.team h4 {
		font-weight: 600;
	}
	
.member-rateBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
.mrpc-photoBox {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 65.28%;
	}
	
.mrpc-photoBox figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.mrpc-photoBox figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.mrpc-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 25px;
	}

.mrpc-content h4 {
	font-size: 22px;
	color: #666666;
	padding: 0px 0px;
	margin-bottom: 18px;
	}

.mrpc-content h2 {
	font-size: 29px;
	color: #333333;
	padding: 0px 0px;
	font-weight: 800;
	letter-spacing: -0.58px;
	}

/*Events*/
.team .aboutTeam-pic {
    background: transparent !important;
}.aboutTeam-pic figure img {
    mix-blend-mode: unset;
}
.event-top-section {
	position: relative;
	display: block;
	padding: 120px 0px 60px;
	}

.event-gridCol {
	margin: 0px -30px;
	}

.event-gridCol .col-lg-6 {
	padding: 0px 30px;
	}

.event-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 50px;
	padding-bottom: 56.27%;
	}
	
.event-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.event-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.event-contentBox {
	position: relative;
	display: block;
	margin: 0px 0px 50px;
	}

.event-contentBox .pageTitle {
	padding-bottom: 20px;
	}

.event-contentBox .pageTitle h2 {
	font-size: 29px;
	}

ul.ul-event-info {
	padding: 0px 0px;
	max-width: 450px;
	margin: 0px 0px 35px;
	list-style-type: none;
	}
	
ul.ul-event-info li {
	position: relative;
	display: block;
	color: #666666;
	padding: 0px 0px 0px 30px;
	margin-bottom: 12px;
	}
	
ul.ul-event-info li p {
	margin: 0px;
	}
	
ul.ul-event-info li i {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #BCB98F;
	}

.eventMore-info {
	position: relative;
	display: block;
	color: #666666;
	}

.eventMore-info p {
	margin: 0px 0px 20px;
	}

.eventMore-subGroup {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.eventMore-subGroup h6 {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding-bottom: 15px;
	}

.event-revolution-section {
	position: relative;
	display: block;
	background: #F1F1F1;
	padding: 130px 0px 110px;
	}

.filter-box {
	position: relative;
	display: block;
    width: 100%;
	color: #6c6c6c;
    font-size: 16px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	}

.filter-select-box {
	position: relative;
	display: flex;
	align-items: center;
	}

.filter-select-text {
	position: relative;
	color: #777777;
	margin: 0px 12px 0px 0px;
	}

.filter-box .nice-select {
	font-family: 'Manrope', sans-serif;
	height: 46px;
	min-width: 239px;
	font-size: 16px;
	color: #555555;
	font-weight: 600;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 12px 65px 12px 25px;
	}

.filter-box .nice-selected .nice-select .current {
	font-weight: 600;
	}

.event-listing {
	position: relative;
	display: block;
	margin-bottom: 60px;
	}

.event-listingItem {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 15px 40px #0000001A;
	}

.event-itemBox,
.event-itemBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.event-itemBox a {
	padding: 20px 20px;
	}

.event-itemBox .row {
	margin: 0px -10px;
	}

.event-itemBox .row .col-lg-2,
.event-itemBox .row .col-lg-4,
.event-itemBox .row .col-lg-6 {
	padding: 0px 10px;
	}

.event-itemBox .row .col-lg-2 {
	width: 22%;
	}

.event-itemBox .row .col-lg-4 {
	width: 28%;
	}

.event-itemBox .row .col-lg-6 {
	width: 50%;
	}

.evenet-dateBox {
	font-family: 'Manrope', sans-serif;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 24px;
	color: #1E1E1E;
	font-weight: 300;
	padding: 50px 15px;
	text-align: center;
	align-items: center;
	background: #BCB98F;
	flex-direction: column;
	letter-spacing: -0.48px;
	border-radius: 10px 0px 0px 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.evenet-dateBox h2 {
	line-height: 1;
	font-size: 65px;
	padding: 0px 0px;
	color: #1E1E1E;
	font-weight: 800;
	letter-spacing: -1.3px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.eveList-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 57.47%;
	}
	
.eveList-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.eveList-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.eveList-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #666666;
	background: #F1F1F1;
	padding: 25px 40px 35px;
	border-radius: 0px 10px 10px 0px;
	}

.eveList-content h3 {
	font-weight: 800;
	padding-bottom: 15px;
	letter-spacing: -0.58px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.event-itemBox a:hover .eveList-content h3 {
	color: #7b6e4b!important;
	text-decoration: underline;	
	}

.event-itemBox a:hover .evenet-dateBox {
	color: #ffffff;
	background: #7b6e4b!important;
	}

.event-itemBox a:hover .evenet-dateBox h2 {
	color: #ffffff;
	}

/*Event Details*/
.about-intro-section.inner-container  + .about-intro-section.inner-container {
    padding-top: 0 !important;
}


.about-intro-section.inner-container:nth-child(2) .row  , .about-intro-section.inner-container:nth-child(4) .row ,  .about-intro-section.inner-container:nth-child(6) .row {
    flex-direction: row-reverse;
}

.about-intro-section.inner-container:nth-child(2) .row  .about-intro-content ,  .about-intro-section.inner-container:nth-child(4) .row .about-intro-content , .about-intro-section.inner-container:nth-child(6) .row .about-intro-content{
    padding-left: 0 !important;!i;!;
}

.event-main-section {
	position: relative;
	display: block;
	color: #666666;
	padding: 100px 0px;
	}

.edtg-section {
	position: relative;
	display: block;
	padding-bottom: 30px;
	}

.event-main-pic {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 30px;
	padding-bottom: 141.31%;
	}
	
.event-main-pic figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.event-main-pic figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.edtg-content {
	position: relative;
	display: block;
	padding-left: 30px;
	}

.edtg-content hr {
	margin: 25px 0px;
	background: #d5d5d5;
	}

.eveTeam-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -12px;
	padding: 55px 0px 0px;
	}

.eveTeam-item {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 12px;
	}

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

.eveTeam-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto 35px;
	padding-bottom: 94.52%;
	}
	
.eveTeam-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.eveTeam-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.eveTeam-content {
	position: relative;
	display: block;
	text-align: center;
	}

.eveTeam-content h4 {
	font-size: 21px;
	padding: 0px 0px;
	font-weight: 700;
	letter-spacing: -0.42px;	
	}

.edtg-bottomGroup-content {
	position: relative;
	display: block;
	}

.edtg-bottomGroup-content a {
	color: #1C3C6E;
	text-decoration: underline;
	}

.edtg-bottomGroup-content a:hover {
	color: #000000;
	}
 .grecaptcha-badge {
    bottom: 120px !IMPORTANT;
    display: none !important;
}
 .page-template-template-contact-us   .grecaptcha-badge , .page-template-template-careers  .grecaptcha-badge
{
    display: block !important;
}
.edtgHR {
	margin: 50px 0px;
	background: #d5d5d5;
	}

.edtg-bottomGroup-content h3 {
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 12px;
	letter-spacing: -0.42px;
	}

.edtg-bottomGroup-content .ul-event-info {
	max-width: 100%;
	}

ol.ol-number li {
	margin-bottom: 10px;
	}

ol.ol-number li p {
	margin: 0px 0px;
	}

ul.ul-speakers {
	padding: 0px 0px;
	margin: 0px 0px 15px;
	list-style-type: none;
	}

ul.ul-speakers li {
	position: relative;
	display: block;
	margin-bottom: 12px;
	}
	
ul.ul-speakers li p {
	margin: 0px 0px;
	}

ul.ul-speakers li p strong {
	color: #131111;
	font-weight: 400;
	}

.workshop-table {
	position: relative;
	display: block;
	}

.workshop-table .table thead tr th,
.workshop-table .table tfoot tr th {
	font-family: 'Manrope', sans-serif;
	width: 50%;
	font-size: 21px;
	color: #333333;
	font-weight: 700;
	padding: 25px 60px;
	background: #F1F1F1;
	border: 1px solid #F1F1F1;
	}

.workshop-table .table tbody,
.workshop-table .table tfoot {
	border: none;
	}

.workshop-table .table tbody tr td {
	color: #666666;
	padding: 30px 60px;
	vertical-align: middle;
	border: 1px solid #F1F1F1;
	}

.workshop-table .table tbody tr td p strong {
	font-weight: 400;
	color: #1E1E1E;
	}

.edts-teamBox {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.edts-head-teamBox {
	position: relative;
	display: block;
	margin-bottom: 35px;
	}

.edts-teamPic-container {
	position: relative;
	display: block;
	height: 140px;
	width: 140px;
	overflow: hidden;
	border-radius: 100%;
	background: #ffffff;
	}

.edts-teamPic-container figure {
	position: absolute;
	overflow: hidden;
	display: block;
	padding: 0%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.edts-teamPic-container 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;
	mix-blend-mode: multiply;
	}

.edts-teamTitle {
	position: relative;
	display: block;
	padding-left: 10px;
	}

.edts-teamTitle h4 {
	font-size: 21px;
	color: #333333;
	font-weight: 700;
	padding-bottom: 5px;
	letter-spacing: -0.42px;
	}

.edts-subGroup-content {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.edts-subGroup-content h4 {
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 13px;
	letter-spacing: -0.38px;
	}

.blog-Pagination {
	position: relative;
	display: block;
	margin-bottom: 60px;
	padding: 70px 0px 60px;
	border-bottom: 1px solid #d5d5d5;
	}

.blog-Pagination .link-btn1 a {
	border-color: #DEDEDE;
	}

.blog-Pagination .link-btn a {
	min-width: auto;
	}

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

.blog-social-media h5 {
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 15px;
	letter-spacing: normal;
	}
	
.blog-social-media ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -7px;
	list-style-type: none;
	}
	
.blog-social-media ul li {
	padding: 10px 7px;
	}

.blog-social-media ul li a {
	position: relative;
	display: flex;
	width: 59px;
	height: 59px;
	font-size: 20px;
	color: #7b7b7b;
	border-radius: 59px;
	align-items: center;
	justify-content: center;
	border: 1px solid #D5D5D5;
	}

.blog-social-media ul li a:hover {
	color: #ffffff;
	background: #1C3C6E;
	border-color: #1C3C6E;
	}

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 30px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -1px;
    }
	
.page-item {
    font-weight: 400;
	margin: 10px 1px;
	font-size: 16px;
	}
	
.page-link {
	position: relative;
	display: block;
	color: #555555;
	width: 27px;
	height: 27px;
	padding: 0px;
    border: none;
    font-weight: 400;
	margin: 0px auto;
	line-height: 27px;
	text-align: center;
	background: transparent;
	}

.page-item.page-prev {
	margin-right: 5px;
	}

.page-item.page-next {
	margin-left: 5px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
    color: #141313;
	font-size: 13px;
    background: transparent;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #ffffff;
    background: #7b6e4b!important;
    border-color: #7b6e4b!important;
	text-decoration: none !important;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	color: #ffffff;
    background: #7b6e4b!important;
    border-color: #7b6e4b!important;
	}

/* Content Area */

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

/* Site map */

.site-map {
	position:relative;
	display:block;
	max-width:400px;
	margin:30px auto;
	padding:25px 55px;
	border-radius:5px;
	border:1px solid #000000;
	}

.site-map-logo {
	position: relative;
	margin: 30px auto;
	text-align: center;
	}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 400;
	}

.site-map ol li {
	color: #000000;
	padding: 6px 0px;
	}

.site-map ol li a {
	color: #000000;
	font-size: 16px;
	}

.site-map ol li a:hover {
	color: #26D1A6;
	}

/* 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 img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.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;
	max-width: 1430px;
	}
	
.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: #333333;
	font-size: 50px;
	line-height: 1.2;
	padding-bottom: 15px;
	text-transform: none;
	letter-spacing: -1px;
	}
	
.inner_banner_caption .captionContainer .innerBannerHeading1 strong {
	}

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

.gray-bg {
	background: #f8f8f8;
	}

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

.nobanner .breadcrumb-container ul {
	color: #1E1E1E;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

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

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

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {
	color: #4E4E4E;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	color: #1E1E1E;
	content: '\f101';
	display: inline-block;
	margin: 0px 10px 0px 12px;
	vertical-align: baseline;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #1E1E1E;
	}

.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	color: #000000;
	}

.pageTitle,
.pageTitle2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2 {
	font-size: 45px;
	font-weight: 300;
	color: #333333;
	}
	
.pageTitle h1 strong,
.pageTitle h2 strong {
	font-weight: 800;
	color: #333333;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Manrope', sans-serif;
	position: relative;
	font-size: 45px;
	color: #333333;
	line-height: 1.4;
	font-weight: 300;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	letter-spacing: normal;
	}

.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: 800;
	}
	
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: 45px;
	}
	
h3, .h3 {
	font-size: 29px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
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,
ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	color: #666666;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	line-height: 1.7;
	list-style-type: none;
	padding: 0px 0px 20px 30px;
	}
	
ul.ul-listing li:before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '';
	left: auto;
    border: 0;
	top: 14px;
	width: 9px;
	height: 9px;
    font-size: 13px;
	font-weight: 900;
	color: #ffffff;
	overflow: hidden;
	margin-left: -30px;
    border-radius: 100%;
    background: #4E6260;
	}
	
ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}

.ul-listing.customDot li:before {
	top: 8px;
	background: #BCB98F;
	}

.ul-listing.customDot li {
	padding-bottom: 6px;
	}

/* Link Button */

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

.link-btn a,
.link-btn1 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	padding: 16px 32px;
	vertical-align: top;
	border-radius: 5px;
	display: inline-block;
	background: #7b6e4b!important;
	border: 1px solid  #7b6e4b!important;
	text-decoration: none !important;
	}

.link-btn1 a {
	color: #1E1E1E;
	background: #ffffff;
	border-color: #D5D5D5;
	}

.link-btn a:hover,
.link-btn1 a:hover {
	color: #ffffff;
	border-color: #1C3C6E !important;
	background: #1C3C6E !important;
	}

.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
    background: #ffffff;
	}
	
/* Footer Top */

.footer-top {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    line-height: 24px;
    padding: 100px 0px 100px;
    background: #fef8ec;
 }
	
.footer {
	position: relative;
    max-width: 1430px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #666666;
	}

.footer a:hover {
    color: #7b6e4b!important;
	}
	
.footer p {
	text-align: inherit;
	}

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

.ftcol2 {
	min-width: 500px;
	}

/* Footer Head */
	
.footer-head {
	font-family: 'Manrope', sans-serif;
	position: relative;
	display: block;
	font-size: 29px;
    color: #333333;
    font-weight: 300;
	margin: 0px 0px 18px;
	letter-spacing: -0.58px;
	}

.footer-head strong {
	font-weight: 800;
	}

/* Footer Contact Info Box */

ul.footer-contact-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 4% 0px 0px;
	padding: 0px;
	max-width: 270px;
	list-style-type: none;
	}

ul.footer-contact-info-box li {
	position: relative;
	display: block;
	color: #666666;
	padding-left: 30px;
	margin-bottom: 10px;
	}

ul.footer-contact-info-box li i {
	position: absolute;
	left: auto;
	top: 5px;
	color: #BCB98F;
	font-size: 14px;
	margin-left: -30px;
	}
ul.footer-contact-info-box li a {
	color: #666666;
	}

ul.footer-contact-info-box li a:hover {
	color: #7b6e4b!important;
	text-decoration: underline;
	}

/* Footer Nav */

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

ul.footer-nav.twoCol {
	column-count: 2;
	}

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

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #666666;
	padding-left: 20px;
	}

ul.footer-nav li a:before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f105';
	left: auto;
	top: 2px;
	color: #BCB98F;
	font-size: 13px;
	font-weight: 900;
	overflow: hidden;
	margin-left: -20px;
	}

ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #7b6e4b!important;
	text-decoration: underline;
	}

/* Footer Bottom */
.footer-social ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-social ul a {
    font-size: 25px;
}.footer-social {
    margin-top: 3rem;
}

.footer-bottom {
    position: relative;
    display: block;
    color: #FFFFFF;
    overflow: hidden;
    padding: 20px 0px;
    background: #7b6e4b;
 }

/* Copyright */

.copyright {
	position: relative;
	display: block;
	color: #FFFFFF;
	margin: 0px auto;
    line-height: 29px;
    text-align: center;
	}

/* Contact Info Container */

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

.contact-info-container>.wide-container>.row {
	margin: 0px -30px;
	}

.contact-info-container>.wide-container>.row>.col-lg-5 {
	width: 51.5%;
	padding: 0px 30px;
	}

.contact-info-container>.wide-container>.row>.col-lg-7 {
	width: 48.5%;
	padding: 0px 25px;
	}

.contact-left-section {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	}

.contact-pic-container {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 132.22%;
	}
	
.contact-pic-container figure {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	}
	
.contact-pic-container figure img {
	position: relative;
	width: 100% ;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
		
.contact-title-box {
	position: relative;
	display: block;
	}

.company-innerinfo-box {
	position: absolute;
	display: block;
	right: 0px;
	z-index: 1;
	bottom: 0px;
	font-size: 18px;
	max-width: 450px;
	background-size: cover;
	padding: 100px 65px 130px 80px;
	border-radius: 20px 0px 0px 0px;
	background-position: center center;
	background: #7b6e4b!important;
	color: #ffff;
	}

.company-innerinfo-box h4 {
	font-weight: 600;
	padding: 0px 0px 25px;
	color: #fff;
	}

.company-innerinfo-box ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	color: #fff;
	}

.company-innerinfo-box ul li {
	position: relative;
    display: block;
	width: 100%;
	color: #444444;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	}

.company-innerinfo-box ul li i {
	position: absolute;
	left: auto;
	top: 8px;
	font-size: 14px;
	color: #fff;
	margin-left: -30px;
	}

.company-innerinfo-box p {
	margin: 0px 0px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: -0.16px;
	}

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

.company-innerinfo-box a:hover {
	text-decoration: underline;
	}

/* Nice Select */

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

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
	height: 59px;
	font-size: 15px;
	color: #333333;
	border-radius: 4px;
	line-height: normal;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	padding: 19px 50px 18px 35px;
	}

.nice-select,
.nice-select .list {
	font-size: 15px;
	font-weight: 400;
	color: #8F8F8F;
	background: #F6F6F6;
	}

.nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #7b6e4b!important;
	background-color: #F6F6F6;
	}

.nice-select:hover {
	border-color: #7b6e4b!important;
	}

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

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

.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: #000000 !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;
	color: #1d1d1d;
	font-size: 14px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}
.banner_caption .captionContainer .bannerHeading1  p {
    line-height: inherit;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #7b6e4b!important;
	}

.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;
	}

.contactForm .pageTitle {
	color: #666666;
	text-align: center;
	padding-bottom: 30px;
	}

.contactForm .pageTitle h2 {
	padding-bottom: 20px;
	}

.contactForm .pageTitle p {
	margin: 0px 0px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}
	
.control-label {
	font-family: 'Manrope', sans-serif;
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
	}

.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: #C4171B;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 650px;
	overflow: hidden;
	}

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

.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: 59px;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 35px;
	border-radius: 4px;
	background-image: none;
	border: 1px solid #F6F6F6;
	background-color: #F6F6F6;
	}

textarea.form-control {
	min-height: 185px;
	line-height: 24px;
	border-radius: 4px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #333333;
	outline: none !important;
	border: 1px solid #7b6e4b!important;
	background-color: #F6F6F6;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #8F8F8F;
    font-weight: 400;
	}

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

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

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #8F8F8F;
    font-weight: 400;
	}
	
.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;
	color: #ffffff;
	font-size: 15px;
	margin: 0px auto;
	min-width: 120px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding: 16px 30px;
	border-radius: 6px;
	background: #7b6e4b;
	border: 1px solid #7b6e4b;
	-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 { }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {color: #ffffff;background: #1C3C6E !important;border-color: #1C3C6E !important;box-shadow: none !important;}
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #7b6e4b!important; border-color: #7b6e4b!important; 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: #7b6e4b!important; border-color: #7b6e4b!important; }
.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; }

/* 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 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-container figure {
	z-index: 1;
	}
	
.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;
	max-width: 1200px;
    padding: 0px 15px;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	font-family: 'Roboto', sans-serif;
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #1E1E1E;
	font-size: 16px;
    max-width: 500px;
	}
	
.thank-you-content h1 {
	color: #333333;
	font-size: 65px;
	line-height: 1.2;
	padding-bottom: 20px;
	letter-spacing: -1.3px;
	}

.thank-you-content p {
	margin: 0 0 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;
	border-radius: 100px !IMPORTANT;
	}

#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;
	border-radius: 100px !IMPORTANT;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #7b6e4b;
	}

.mean-container a.meanmenu-reveal {
	color: #7b6e4b;
	}

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

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #897b55 !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;
	}

.slick-dots li button::before {
	font-size: 12px;
	}

/**/

.customMember-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	}

.customMember-item {
	position: relative;
	display: block;
	width: 25%;
	padding: 0px 10px 30px;
	}

/* =Media Queries
-------------------------------------------------------------- */
.accordion-button:not(.collapsed) {
    color: #fff;
    background: #7b6e4b;
}

.accordion-item + .accordion-item {
    margin-top: 28px !IMPORTANT;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, .125) !important;

}

.accordion-button {
    background: #f7f7f7;
}


.accordion-button {
    outline: none !important;
}

.accordion-button:focus {
    box-shadow: none !IMPORTANT;
}
.inner-container{padding:80px 0px;position:relative;width:100%;}

.misson-wrapper {
    background: #7b6e4b;
    color: #fff;
}


.mission-holder {
    color: #ffff;
}

.mission-holder .pageTitle h2 {
    color: #ffff;
}.misson-wrapper .col-sm-6:not(:last-child) .mission-holder {
    padding-left: 0 !important;
}
.mission-holder {
    text-align: center;
    padding: 0 134px;
    position: relative;
}
.misson-wrapper .col-sm-6:not(:last-child) .mission-holder:before {
    content: ' ';
    position: absolute;
    right: -15px;
    height: 129px;
    width: 1px;
    background: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mission-holder .pageTitle h2 strong {
    color: #fff;
}
.misson-wrapper {
    margin: 80px 0;margin-top:0px;
}

/*---*/
.radio, .checkbox {
    display: block;
    margin: 0px;
    position: relative;
    text-align: left;
    margin-bottom: 6px;
    min-height: 20px;
}

.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox {
    display: inline-block;
    margin-right: 25px;
}

.checkbox label, .radio label>span, .radio1 label {
    display: block;
    position: relative;
    padding-left: 25px !important;
    margin: 0px !important;
    font-weight: 400 !important;
    cursor: pointer;
    color: var(--body);
    transition: all 0.2s linear;
    text-transform: none;
}

.checkbox-inline .checkbox:last-child {
    margin-right: 0px;
}

.radio-inline, .checkbox-inline {
    padding: 0px;
}

.checkbox label::before, .radio label>span::before, .radio1 label::before, .checkbox label::after, .radio label>span::after, .radio1 label::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 2px;
    transition: all 0.2s linear;
    border-radius: 4px;
}

.checkbox label::before, .radio label>span::before, .radio1 label::before {
    background: var(--white);
    border: 1px solid #DDDDDD;
}

.checkbox label::after, .radio label>span::after, .radio1 label::after {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-weight: 900;
    opacity: 0;
    font-size: 12px;

    line-height: 1;
}

.radio label>span::after, .radio1 label::after {
    content: "";
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    color: inherit;
}

.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] {
    opacity: 0;
    display: none;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: none !important;
}

.checkbox input[type="checkbox"]:hover+label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after {
    opacity: .5;
}

.checkbox input[type="checkbox"]:checked+label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked+span::after, .radio1 input[type="radio"]:checked+label::after {
    opacity: 1;
}

.checkbox input[type="checkbox"]:checked+label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked+label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked+span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked+label::before, .radio1 label:hover::before {
    border-color: transparent;
    background: #7b6e4b;
    color: red;
}

.checkbox input[type="checkbox"]:checked::before {
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:hover+label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked+span, .checkbox input[type="checkbox"]:checked+label {
    /*color: var(--primary); */
    font-weight: 400 !important;
}

.radio, .radio1 {
    display: block;
}

.radio:last-child, .radio1:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after {
    border-radius: 50%;
}

.radio label>span::before, .radio1 label::before {
}

.radio label>span::after {
}

.checkbox label>span, .radio label>span {
    display: block;
}

.checkbox label, .radio label {
    margin: 0px !important;
    padding: 0px;
}

.radio label {
    padding: 0px !important;
}

.form-group.text-center .checkbox {
    display: inline-block;
}

/*Radio Image*/
.radio-img {
}

.radio-img .radio {
    margin: 10px;
    padding: 0px;
}

.radio-img input[type=radio]+label {
    padding: 10px !important;
    text-align: center !important;
    transition: all 0.2s linear;
    min-width: 126px;
}

.radio-img input[type=radio]+label>img {
    max-width: 100%;
}

.radio-img input[type=radio]+label>span {
    display: block;
    color: #100249 !important;
    font-size: 14px !important;
    padding-top: 30px;
}

.radio-img input[type=radio]:checked+label, .radio-img input[type=radio]:hover+label {
    background: #eff0f8;
}

.radio-img .radio label::after, .radio-img .radio label::before {
    display: none !important;
}
.about-team-section .row {
    justify-content: center;
}

.support .aboutTeam-pic {
    height: 57px;
}
.homeNewsletter-section.normal {
    margin-top: -60px;
}
.aboutTeam-slide.support.col-md-3  h4 {   margin-bottom: 0 !important;}
.support .aboutTeam-topBox {
    border-bottom: 0 !important;
}
.about-team-section.inner-container.support-section  .row {
    justify-content: center !important;
}
.home .about-mid-section {
  
}

       p.hot-link  a {
            color: #7b6e4b; /* Gold color */
            text-decoration: none;
          
        }

        p.hot-link   a:hover {
            text-decoration: underline;
        }

        /* Keyframes for the blink effect */
        @keyframes blink {
            0% { opacity: 1; }  /* Fully visible */
            50% { opacity: 0; } /* Invisible */
            100% { opacity: 1; } /* Fully visible again */
        }



p.hot-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
@media (max-width: 1799.98px) {
	.homeBannerSlider .slick-dots { bottom: 68%; }
    }

@media (max-width: 1699.98px) {
    body, .nav ul, .headerTopLinks li, .newsletter-btn, ul.ul-listing, ol.ol-listing, .url-link a, .footer-top, .control-label, .breadcrumb-container ul li, .aboutTeam-list ul.ul-listing li, .filter-box .nice-select, .filter-box, .thank-you-content-area .thank-you-content { font-size: 14px }
    .container, .thank-you-content-area .captionWrapper { max-width: 1030px; }
	.header-container, .wide-container, .footer, .inner_banner_caption .captionWrapper  { max-width: 1230px; }
    h1, .h1, .pageTitle h1, .pageTitle h2, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 35px; }
    h2, .h2 { font-size: 35px; }
    h3, .h3 { font-size: 22px; }
    h4, .h4 { font-size: 20px; }
    h5, .h5, .aboutTeam-topBox h4, .mrpc-content h4, .eveTeam-content h4, .edtg-bottomGroup-content h3, .edts-teamTitle h4, .blog-social-media h5 { font-size: 18px; }
    h6, .h6, .edts-subGroup-content h4 { font-size: 16px; }

	.nav>ul>li { margin: 0px 20px; }
	.nav>ul ul a, .nav>ul ul ul a { padding: 18px 35px; }
	.banner_caption .captionContainer .bannerHeading1, .thank-you-content h1 { font-size: 50px; }
	.banner_caption .captionContainer { padding-bottom: 200px; }
	.homeBannerSlider .slick-dots { margin-left: -610px; }
	.homeNewsletter-box { padding: 55px 80px 55px 100px; }
	.about-serContent .pageTitle h2, .footer-head, .mrpc-content h2, .member-rate-info h3 {  font-size: 24px; }
	.aims-content-box { padding: 100px 10%; }
	ul.nav-tabs.tabstyle1 li.nav-item { font-size: 24px; }
	.event-gridCol { margin: 0px -15px; }
	.event-gridCol .col-lg-6 { padding: 0px 15px; }
	.evenet-dateBox { font-size: 20px; padding: 40px 15px; }
	.evenet-dateBox h2 { font-size: 50px; }
	.edtg-content { padding-left: 0px; }
	.eveTeam-pic-container { margin: 0px auto 20px; }
	.company-innerinfo-box { font-size: 16px;  max-width: 390px; padding: 60px 25px 100px 40px; }
	}

@media (max-width: 1599.98px) {
	}

@media (max-width: 1499.98px) {
	.about-service-slider .left-slick, .homePartner-slider .left-slick { left: -60px; }
	.about-service-slider .right-slick, .homePartner-slider .right-slick { right: -60px; }
	.about-service-slider .slick-arrow, .homePartner-slider .slick-arrow { width: 45px; height: 45px; font-size: 16px; }
	.slide-button button.slick-arrow { width: 45px; height: 45px; }
    }

@media (max-width: 1399.98px) {
	.homeBannerSlider .slick-dots { margin-left: -590px; bottom: 75%; }
	.banner_caption .captionContainer { padding-bottom: 160px; }
	.about-service-slider .left-slick, .homePartner-slider .left-slick { left: 0px; }
	.about-service-slider .right-slick, .homePartner-slider .right-slick { right: 0px; }
	
	}

@media (min-width: 1199.98px) {	
	.webnone { display: none !important; }
	.mission-holder {
    padding: 0 50px;
}
	}

@media (max-width: 1199.98px) {
    body.body-noscroll { height: 100%; overflow: hidden; }
    #pageHeaderWrapper { position: relative; top: auto; left: auto; background: #000000; }
    .topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; }
    .headerGroupContainer { position: static; z-index: 5; margin: 20px 60px 20px auto; }
    .nav-wrapper { float: none; margin: 0px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .nav-wrapper .nav, .headerEnqueryBtn { display: none !important; }
    .mean-container a.meanmenu-reveal { top: 0px; right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
    .mean-container .mean-nav ul { height: 100%; overflow: auto; }
	.customSearch-box { top: 80px; right: 0px; }
	.homeNewsletter-section { padding: 70px 0px 0px; margin: 0px 0px; }
	.homeBannerSlider .slick-dots { margin-left: 0px; left: 0px; width: 100%; text-align: center; bottom: 20px; }
	.homeNewsletter-box { 	padding: 30px 40px; }
	.about-mid-section { padding: 70px 0px 50px; }
	.homeFeedback-section, .homePartner-section, .foot-ctc-section, .about-intro-section, .about-team-section, .main-container, .contact-info-container, .member-top-container, .event-main-section, .member-rates-section, .event-revolution-section { padding: 70px 0px 60px; }
	.footer-top { padding: 70px 0px 100px; }
	.ftcol2 { min-width: 400px; }
	.about-intro-content, .member-content { padding-left: 0px; }
	.aims-content-box { padding: 50px 15px; }
	ul.nav-tabs.tabstyle1 li.nav-item { font-size: 20px; }
	.member-rate-info { padding: 0px 0px 30px; }
	.member-rateGrid .col-lg-2, .member-rateGrid .col-lg-10 { width: 100%; }
	.event-top-section { padding: 70px 0px 30px; }
	.filter-box .nice-select { min-width: auto; }
	.filter-box .nice-select { padding: 12px 60px 12px 15px; }
	.eveList-content { padding: 15px 20px 30px; }
	.contact-info-container>.wide-container>.row { margin: 0px -15px; }
	.contact-info-container>.wide-container>.row>.col-lg-5, .contact-info-container>.wide-container>.row>.col-lg-7 { padding: 0px 15px; }	
	.socialMedia-body .socialMedia-item a { font-size: 14px; padding: 9px 13px; }
	.socialMedia-body { top: 40%; }
	.customMember-item { width: 33.3333%; }
	.mission-holder {
    padding: 0 41px;
}
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {p.hot-link {

    justify-content: flex-start;
   
}
	.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
	.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
	.tab-holder.TabsAccordion .nav-tabs { display: none; }
	.banner_caption, .inner_banner_caption, .thank-you-content-area { position: relative; top: auto; left: auto; background: #efefef; }
	.banner_caption .captionContainer { padding: 40px 0px 60px; }
	.banner_caption .captionContainerInner { max-width: 100%; }
	.homeNewsletter-box { 	padding: 25px 20px; }
	.homeNewsletter-box .row .col-lg-5, .homeNewsletter-box .row .col-lg-7 { width: 100%; }
	.homeNewsletter-box .pageTitle { padding: 0px 0px 20px; }
	.newsletter-box .form-control { height: 50px; font-size: 14px; padding: 14px 220px 14px 25px; }
	.newsletter-btn { top: 3px; right: 3px; padding: 10px 32px; }
	.homeFeedback-heading .row .col, .homeFeedback-heading .row .col-auto, .foot-ctc-section .row .col, .foot-ctc-section .row .col-auto, .member-top-grid .col-lg-5, .member-top-grid .col-lg-7 { max-width: 100%; width: 100%; }
	.homeFeedback-heading .slide-button { text-align: center; padding-bottom: 10px; }
	.homePartner-slider { margin: 0px -15px 40px; }
	.homePartner-slider .slick-dots { bottom: -60px; }
	.homePartner-section { padding: 70px 0px 80px; }
	.foot-ctc-section .pageTitle { padding: 0px 0px 25px; }
	.ftcol { width: 100%; max-width: 100%; }
	.ftcol1, .ftcol2  , .ftcol3 { margin-bottom: 20px; }.footer-social {
    margin-top: 1rem !IMPORTANT;!I;!;
}
	.footer-head { font-size: 20px; }
	.footer-bottom { padding: 15px 0px; }
	.about-pic-container, .membership-pic-container { margin-bottom: 30px;}
	.inner_banner_caption .captionContainerInner { padding: 35px 0px; }
	.aims-bg-pic { display: none; }
	ul.members-listing>li { width: 33.3333%; }
	.accordion-button::after { font-family: 'Font Awesome 6 Free'; font-weight: 700; content: "\f107"; color: #ffffff; background-image: none !important; }
	.member-body { padding: 30px 15px; background: #efefef;}
	.accordion-button { background: #7b6e4b!important; color: #ffffff; }
	.accordion-button:not(.collapsed) { background: #1C3C6E; color: #ffffff; }
	.member-rateListing>.member-rateItem { width: 50%; margin-bottom: 30px; }
	.event-pic-container { margin: 0px auto 30px; }
	.eventMore-subGroup { margin-bottom: 20px; }
	.event-itemBox .row .col-lg-2, .event-itemBox .row .col-lg-4 { width: 50%; }
	.event-itemBox .row .col-lg-6 { width: 100%; margin-top: 30px; }
	.event-listing { margin-bottom: 30px; }
	.edtgHR { margin: 30px 0px; }
	.workshop-table .table thead tr th, .workshop-table .table tfoot tr th { font-size: 14px; padding: 15px 15px; }
	.workshop-table .table tbody tr td { padding: 15px 15px; }
	.blog-Pagination { margin-bottom: 30px; padding: 30px 0px 30px; }
	.blog-social-media ul li a { width: 45px; height: 45px; font-size: 16px; }
	.edts-subGroup-content { margin-bottom: 30px; }
	.contact-info-container>.wide-container>.row>.col-lg-5, .contact-info-container>.wide-container>.row>.col-lg-7 { width: 100%; }
	.contact-left-section { margin-bottom: 30px; }
	.map-container { height: 400px; }
	.thank-you-content-area .thank-you-content { padding: 25px 0px; max-width: 100%; }
	.thank-you-content p { margin: 0 0 25px;  }
	.customMember-item { width: 50%; }
	
.mission-holder {
    padding: 0 32px;
}


.misson-wrapper  .col-md-6 {
    width: 100% !important;
    margin-bottom: 30px;
}
.icon-pod-box {
    padding: 20px;
}

.misson-wrapper .col-md-6:last-child {
     margin-bottom: 30px
}

.misson-wrapper .col-sm-6:not(:last-child) .mission-holder:before {
    display: none;
}
.home .aboutTeam-slide {
    width: 50%;
}

	}

@media (min-width: 992px) {	
	.tab-holder.TabsAccordion .collapse { display: block; } 
	.tab-holder.TabsAccordion .accordion-header { display: none; } 
	}

@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.home .aboutTeam-slide {
    width: 100%;
}
p.hot-link {

    justify-content: flex-start;
   
}
    h1, .pageTitle h1, .pageTitle h2 { font-size: 26px !important; letter-spacing: 0px !important; }
	h2 { font-size: 26px; letter-spacing: 0px !important; }
	h3 { font-size: 20px; letter-spacing: 0px !important; }
	h4 { font-size: 18px; letter-spacing: 0px !important; }
	h5, .blog-social-media h5 { font-size: 16px; letter-spacing: 0px !important; }
	h6, .company-innerinfo-box { font-size: 14px; letter-spacing: 0px !important; }
	.logo {         height: auto;
        width: 95px !important;}
	.headerGroupContainer.active .customSearch-box { width: 100%; }
	.banner_caption .captionContainer .bannerHeading1 { font-size: 30px; }
	.link-btn a, .link-btn1 a { padding: 12px 25px; }
	.newsletter-box .form-control { padding: 14px 25px; }
	.newsletter-btn { position: relative; top: auto; right: auto; margin: 10px auto 0px; display: block; }
	.about-serContent .pageTitle h2 { font-size: 20px !important; }
	ul.footer-nav.twoCol { column-count: 1; }
	.footer-top { padding: 50px 0px; }
	ul.footer-contact-info-box { margin: 0px 0px; max-width: 100%; }
	.aims-listingItem .row .col, .aims-listingItem .row .col-auto, .aboutTeam-heading .row .col, .aboutTeam-heading .row .col-auto { max-width: 100%; width: 100%; }
	.aims-icon { margin-bottom: 10px; }
	ul.members-listing { margin: 0px -5px; }
	.event-itemBox .row .col-lg-2, .event-itemBox .row .col-lg-4 { width: 100%; margin-bottom: 25px; }
	ul.members-listing>li { width: 50%; padding: 0px 5px 10px; }
	.evenet-dateBox h2 { font-size: 35px; margin-bottom: 5px; }
	.evenet-dateBox { font-size: 18px; }
	.event-itemBox .row .col-lg-6 {  margin-top: 0px; }
	.eveTeam-content h4 { font-size: 16px !important;}
	.workshop-table .table thead tr th, .workshop-table .table tfoot tr th { width: auto; }
	.edts-head-teamBox .row .col-auto, .edts-head-teamBox .row .col, .blog-Pagination .row .col, .blog-Pagination>.row>.col-auto { width: 100%; max-width: 100%; }
	.edts-teamPic-container, .blog-Pagination .link-btn, .blog-Pagination .link-btn1 { margin-bottom: 10px; }
	.blog-Pagination { text-align: center;}
	.blog-Pagination>.row>.col-auto>.row { justify-content: center; }
	.blog-social-media ul li { padding: 5px 7px; }
	.edts-teamTitle { padding-left: 0px; }
	.edts-teamPic-container { height: 100px; width: 100px; }
	.company-innerinfo-box { position: relative; right: auto; bottom: auto; max-width: 100%; padding: 30px 15px; border-radius: 15px; margin-top: 25px; }
	.inner_banner_caption .captionContainerInner { padding: 25px 0px; }
	.company-innerinfo-box ul li i { top: 4px; }
	.nice-select, .nice-select .list { font-size: 14px; }
	.form-control, .form-custom-select, .form-select { height: 52px; font-size: 14px; padding: 12px 25px; }
	.nice-select { height: 52px; font-size: 14px; padding: 15px 50px 18px 25px; } 
	.customMember-item { width: 100%; }
	
	.mission-holder {
    padding: 0 !important;
}

.inner-container {
    padding: 60px  0;
}

.misson-wrapper .col-sm-6:not(:last-child) .mission-holder{
    margin-bottom: 50px !IMPORTANT;
}
.home  .aims-section.about-mid-section {
    padding-bottom: 0 !important;
}
.misson-wrapper .col-sm-6:not(:last-child) .mission-holder:before {
    display: none;
}
.career-info-container .contactForm {
    padding: 30px;
}

.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox {
    width: 100% !important;
}

.icon-pod-box {
    padding: 20px !IMPORTANT;
    margin-bottom: 24px !IMPORTANT;
}

.pageTitle h2 {
    margin-bottom: 20px;
}
p.hot-link {
    padding-left: 20px;
    margin-top: 25px;
}
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 575.98px) {
	.member-rateListing>.member-rateItem { width: 100%; }
	}

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

@media (max-width: 480px) {
	.eveTeam-item { width: 100%; margin-bottom: 30px; }
	}
	
@media (max-width: 399.98px) {
    }

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