
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css);
@import url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/unicons.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');




:root {
	--white: #ffffff;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #424455;
	--red: #ce2029;
	--yellow: #f8ab37;
	--grey: #dddddd;
}

.btn-primary {
	background-color: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-primary) !important;
}

/*-- Header --*/

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 36px;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
}

.header .navbar .active>.nav-link {
    color: white;
}

.header .container {
    max-width: 1400px;
}

.header-info-logo {
	z-index: 2100;
}
.header .header-info-logo-img img {
    width: 140px;
}

.header .navbar {
    border-bottom: 4px solid #ce2029;
}
.header .navbar .dropdown-item{
    text-transform: uppercase;
}

.header .navbar, .header .navbar.bg-primary {
    z-index: 2000;
}

@media(min-width: 992px) {

    .header .header-info-logo-img {
        position: absolute;
        top: 4px;
        z-index: 1032;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown-item {
        font-size: .85rem
    }

    nav.navbar .container {
        position: relative;
        height: 96px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
    }

    .header .affix {
        position: absolute!important;
    }
}

/* #hero
================================================== */

/*body{
	width: 100%;
	height: 100vh;
	background: var(--dark-blue);
	overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
p{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}*/
::selection {
	color: var(--white);
	background-color: var(--black);
}
::-moz-selection {
	color: var(--white);
	background-color: var(--black);
}
mark{
	color: var(--white);
	background-color: var(--black);
}
.color-yellow {
    color: var(--yellow);
}
/*.size-18{
    font-size: 18px;
}*/
.opacity-40{
	opacity: 0.4;
}
.opacity-60{
	opacity: 0.6;
}
.section {
    position: relative;
	width: 100%;
	display: block;
	z-index: 30 !important;
}
.over-hide {
    overflow: hidden;
}


.cw-hero {
    background-color: #000000;
}
.hero-center-section{
	position: absolute;
	top: 7%;
	left: 0;
	width: 100%;
	z-index: 10;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.hero-center-section.show{
	opacity: 1;
}

.hero-center-section.show .left-text{
	left: 0;
}

.z-bigger {
	z-index: 30 !important;
}

.img-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02);
	display: block;
	transform: scale(1.03);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.hero-center-section.show .img-wrap{
	transform: scale(1.05);
}
.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	z-index: 9999999;
}
.cursor{
	background-color: var(--white);
	height: 0;
	width: 0;
	z-index: 9999999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid var(--white);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

.link-to-page {
	position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}
.link-to-page img{
	width: 100%;
	height: auto;
	display: block;
}
.slide-buttons{
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
 	width: 280px;
 	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}
.slide-buttons li{
	position: relative;
	padding: 0;
	/*margin: 0 auto;*/
	text-align: left;
	margin: 9px 0;
	display: block;
	list-style: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons li a{
	position: relative;
	display: inline-block;
    font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-text-stroke: 2px var(--white);
    text-stroke: 2px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
	opacity: 0.3;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons li.active a{
	opacity: 1;
}
.slide-buttons li a:hover{
	text-decoration: none;
}
.slide-buttons li a:focus,
.slide-buttons li a:active{
	border: none;
	outline: none;
	box-shadow: none;
}
.slide-buttons li a::before {
	position: absolute;
	top: 0;
	left: 0;
    font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	max-height: 0;
	-webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
	color: var(--white);
	content: attr(data-hover);
	-webkit-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
.slide-buttons li.active a::before,
.slide-buttons li a:active::before,
.slide-buttons li a:focus::before {
	max-height: 100%;
}


.bottom-right{
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 1000;
}
.switch,
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.switch {
	width: 80px;
	height: 4px;
	border-radius: 27px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--dark-light);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
	position: absolute;
	font-family: 'unicons';
	content: '\eac1';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: var(--grey);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.circle:after {
	position: absolute;
	font-family: 'unicons';
	content: '\eb8f';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: var(--yellow);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
	left: 40px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: var(--dark);
}
.switched .circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
	opacity: 0;
}
.switched .circle:after {
	opacity: 1;
}

body.light p{
	color: var(--dark-blue);
}
body.light h3{
	color: var(--dark);
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
	mix-blend-mode: difference;
	z-index: 9999999 !important;
}
body.light .cursor.hover,
body.light .cursor2.hover,
body.light .cursor3.hover{
}
body.light .cursor{
	background-color: var(--dark-blue);
}
body.light .cursor2{
	height: 16px;
	width: 16px;
	background-color: var(--dark-blue);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	mix-blend-mode: difference;
	border-color: transparent;
}
body.light .cursor.hover,
body.light .cursor2.hover,
body.light .cursor3.hover{
	opacity: 0;
}
body.light .cursor2.hover{
	background: rgba(0,0,0,1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
body.light .slide-buttons li a{
	-webkit-text-stroke: 2px var(--dark-blue);
    text-stroke: 2px var(--dark-blue);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
	opacity: 1;
}
body.light .slide-buttons li a::before {
	-webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--dark-blue);
    text-fill-color: var(--dark-blue);
	color: var(--dark-blue);
}
body.light .hero-center-section.show{
	margin-top: 0;
	opacity: 0.9;
}
body.light .hero-center-section .left-text{
    color: rgba(0,0,0,.16);
    background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.16)); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*--Min Media--*/
@media (min-width: 330px) {
	/*.slide-buttons li{
		margin: 30px 0;
	}*/
	.hero-center-section{
		top: 7%;
	}
	.slide-buttons li a{
		right: 2rem; 
	}
}
@media (min-width: 440px) {
	.slide-buttons li{
		margin: 22px 0;
	}
	.hero-center-section{
		top: 8%;
	}
	.slide-buttons li a{
		right: 5rem; 
	}
}
@media (min-width: 768px) {
	.slide-buttons li a{
		right: 15rem;
		font-size: 80px; 
	}
	.slide-buttons li a::before{
		font-size: 80px;
	}
	.hero-center-section{
		top: 13%;
	}
	.hero-center-section.show .img-wrap{
		transform: scale(1.5);
	}
}
@media (min-width: 992px) {
	.padding-top-bottom {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.hero-center-section .left-text{
		position: absolute;
		top: -50%;
		/*left: 2550px;*/
		height: 200%;
		z-index: 1;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		text-align: center;    
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		font-size: 7vw;
		line-height: 1;
		color: rgba(200,200,200,.1);
		background: linear-gradient(90deg, rgba(200,200,200,0), rgba(200,200,200,0.1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		line-height: 1;
		-webkit-transition: all 300ms linear;
		transition: all 300ms linear;
		
	}
	.hero-center-section{
		top: 18.6%;
	}
	.hero-center-section.show .img-wrap{
		transform: scale(1.35);
		left: 4rem;
	}

	.slide-buttons li a{
		right: 7rem; 
	}
	.slide-buttons{
		width: 580px;
	}
	.slide-buttons li{
		margin: 40px 0;
	}
}

@media (min-width: 1200px) {
	.hero-center-section{
		top: 20.5%;
	}
	.hero-center-section.show .img-wrap{
		left: 6rem;
	}
	.slide-buttons li a{
		right: 10rem; 
	}
	.cursor2,.cursor3{
		height: 23px;
		width: 23px;
	}	
}
@media (min-width: 1400px) {
	.hero-center-section.show .img-wrap{
		transform: scale(1.5);
		left: 8rem;
	}
	.slide-buttons li a{
		font-size: 100px;
		right: 15rem;
	}
	.slide-buttons li a::before {
		font-size: 100px;
	}
}
@media (min-width: 1600px) {
	.hero-center-section{
		top: 19.5%;
	}
}
@media (min-width: 1800px) {
	.hero-center-section{
		top: 19%;
	}
	.hero-center-section.show .img-wrap{
		left: 8rem;
	}
}
@media (min-width: 1900px) {}

/*--Max Media--*/

@media (max-width: 991px) { 
	.hero-center-section .left-text{
		display: none;
	}
}

@media (max-width: 767px) {
	.cursor,
	.cursor2,
	.cursor3{
		display: none;
	}	
}


/*----subpages----*/

/*-- About Us --*/
.page-about-us .lazy-image.loaded img {
    border-radius: 300px;
}

#cwMeetOurTeam {
	background-color: #000 !important;
	padding-bottom: 3rem;
}
.cw-about-team {
	text-align: center;
	padding-top: 3rem;
	background-color: #000;
    color: #fff;
  }
  .cw-about-team h1 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1.2em;
	margin: 0;
  }
  .cw-about-team p {
	color: rgba(0, 0, 0, 0.7);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
  }
  .cw-team {
	max-width: 1050px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	background-color: #000;
  }
  .cw-teammember {
	color: white;
	/*margin: 20px 0;*/
	position: relative;
	display: block;
	max-width: 100%;
	height: 450px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-box-shadow: 0 10px 50px rgba(122, 125, 129, 0.4);
	-webkit-box-shadow: 0 10px 50px rgba(122, 125, 129, 0.4);
	box-shadow: 0 10px 50px rgba(122, 125, 129, 0.4);
  }
  .cw-teammember:before {
	content: "";
	position: absolute;
	right: -10%;
	top: 0;
	bottom: -60%;
	width: 40%;
	transform: rotate(45deg);
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 3;
  }
  .cw-teammember.Denham {
	background-color: #ce2029;
	/*margin-right: 60px; */
    height: 650px !important;
    margin-bottom: 6rem;
  }
  .cw-teammember.Denham .cwImage {
	background-image: url(https://apihoard.webit.com/api/v1/Image/EE29893B312FF4322150F39EFD12791F/EE29893B312FF4322150F39EFD12791F.jpg?size=1920x1440);
	background-color: #ce2029;
  }
  .cw-teammember.Corey {
	background-color: #ce2029;
	/*margin-left: 60px;*/
	height: 1130px !important;
	margin-bottom: 0;
  }
  .cw-teammember.Corey .cwImage {
	background-image: url(https://apihoard.webit.com/api/v1/Image/C4A697D57BB667C2C00929B561A17C12/C4A697D57BB667C2C00929B561A17C12.jpg?size=1920x1440);
	background-color: #ce2029;
  }
  .cw-teammember.Soleil {
	background-color: #ce2029;
	/*margin-right: 60px; */
    height: 650px !important;
    margin-top: 6rem;
  }
  .cw-teammember.Soleil .cwImage {
	background-image: url(https://apihoard.webit.com/api/v1/Image/093519D729ECE4E99A0A109E9821F793/093519D729ECE4E99A0A109E9821F793.png?size=1920x1440);
	background-color: #ce2029;
  }
  .cw-teammember.Soleil  .cwImage-img {
    opacity: 80% !important;
  }

  .cwLinks {
	position: absolute;
	/*right: 4%;*/
	font-family: Arial, serif, sans-serif;
	top: 5.5%;
	z-index: 3;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	transform: translate3d(0, 0, 0);
  }

  .cw-teammember.Corey .cwLinks {
	top: 3.5%;
  }

  .cwLinks a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
	-khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
	-moz-transition: all, 0.2s, ease-in 1s ease-in-out;
	-ms-transition: all, 0.2s, ease-in 1s ease-in-out;
	-o-transition: all, 0.2s, ease-in 1s ease-in-out;
	transition: all, 0.2s, ease-in 1s ease-in-out;
  }
  .cwLinks a:hover {
	color: white;
  }
  .cwBIO {
	position: absolute;
	left: 8%;
	right: 8%;
	top: 9%;
	bottom: 13%;
	transform: translate3d(0, 0, 0);
	z-index: 3;
  }
  .cwBIO h4 {
	position: absolute;
	top: 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 48px;
	word-spacing: 800px;
	width: 100%;
  }
  .cwBIO p {
	position: absolute;
	font-family: Arial, serif, sans-serif;
	bottom: 0;
	font-size: 15px;
	line-height: 1.4em;
	width: 400px;
  }

  .cw-teammember.Denham .cwBIO {
	top: 12% !important;
  }

  .cw-teammember.Denham .cwBIO p {
	top: 36% !important;
	width: auto;
	text-shadow: 1px 2px 4px #000;
  }

  .cw-teammember.Corey .cwBIO {
	top: 7% !important;
  }

  .cw-teammember.Corey .cwBIO p {
	top: 22% !important;
	width: auto;
	text-shadow: 1px 2px 4px #000;
  }

  .cw-teammember.Soleil .cwBIO {
	top: 12% !important;
  }

  .cw-teammember.Soleil .cwBIO p {
	top: 36% !important;
	width: auto;
	text-shadow: 1px 2px 4px #000;
  }

  .cwImage {
	float: right;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width: 100%;
	max-width: 100%;/*75%*/
	margin-top: 120px;
	background-size: cover;
	transform: translate3d(0, 0, 0);
	background-blend-mode: lighten;
  }

  .cwImage-img {
	position: relative;
    z-index: 2;
    border-radius: 10px;
    top: 3.5rem;
    opacity: 75%;
    width: 60%;
    left: 6.5rem;
  }

@media (min-width: 330px) {
	.cw-teammember.Denham {
		height: 625px !important;
	}
	.cw-teammember.Denham .cwBIO p {
		top: 46% !important;
	}
	.cw-teammember.Corey {
		height: 1100px !important;
	}
	.cw-teammember.Corey .cwBIO p {
		top: 27% !important;
	}
	.cw-teammember.Soleil {
		height: 625px !important;
	}
	.cw-teammember.Soleil .cwBIO p {
		top: 46% !important;
	}
	.cwImage-img {
		left: 7.5rem;
	}
}
@media (min-width: 440px) {
	.cwBIO {
		left: 6%;
	}
	.cw-teammember.Denham {
		height: 550px !important;
	}
	.cw-teammember.Denham .cwBIO p {
		top: 60% !important;
	}
	.cw-teammember.Denham .cwImage-img {
		left: 8.5rem !important;
		top: 1.5rem !important;
    	width: 65% !important;
	}
	.cw-teammember.Corey {
		height: 900px !important;
	}
	.cw-teammember.Corey .cwBIO {
		top: 8% !important;
	}
	.cw-teammember.Corey .cwBIO p {
		top: 41% !important;
	}
	.cw-teammember.Corey .cwImage-img {
		left: 8.5rem !important;
		top: 2.5rem !important;
    	width: 65% !important;
	}
	.cw-teammember.Soleil {
		height: 550px !important;
	}
	.cw-teammember.Soleil .cwBIO p {
		top: 60% !important;
	}
	.cw-teammember.Soleil .cwImage-img {
		left: 8.5rem !important;
		top: 1.5rem !important;
    	width: 65% !important;
	}
}
@media (min-width: 768px) {
	.cwBIO {
		left: 6%;
	}
	.cwLinks {
		right: 4%;
	  }
	.cw-teammember.Denham {
		height: 480px !important;
		margin-right: 60px;
	}
	.cw-teammember.Denham .cwBIO {
		top: 9% !important;
	  }
	.cw-teammember.Denham .cwBIO p {
		top: 36% !important;
		width: 310px !important;
	}
	.cw-teammember.Denham .cwImage {
		padding-bottom: 59.25%;
		max-width: 75%;
		margin-top: 60px;
	}
	.cw-teammember.Denham .cwImage-img {
		left: 7.5rem !important;
		top: 4.5rem !important;
    	width: 75% !important;
	}
	.cw-teammember.Corey {
		height: 760px !important;
		margin-left: 60px;
	}
	.cw-teammember.Corey .cwBIO {
		top: 6% !important;
	}
	.cw-teammember.Corey .cwBIO p {
		top: 23% !important;
		width: 345px !important;
	}
	.cw-teammember.Corey .cwImage {
		padding-bottom: 72.25%;
		max-width: 82%;
		margin-top: 65px;
	}
	.cw-teammember.Corey .cwImage-img {
		top: 4.5rem !important;
    	width: 74% !important;
	}
	.cw-teammember.Soleil {
		height: 480px !important;
		margin-right: 60px;
	}
	.cw-teammember.Soleil .cwBIO {
		top: 9% !important;
	  }
	.cw-teammember.Soleil .cwBIO p {
		top: 36% !important;
		width: 310px !important;
	}
	.cw-teammember.Soleil .cwImage {
		padding-bottom: 59.25%;
		max-width: 75%;
		margin-top: 60px;
	}
	.cw-teammember.Soleil .cwImage-img {
		left: 7.5rem !important;
		top: 4.5rem !important;
    	width: 75% !important;
		opacity: 80% !important;
	}
}
@media (min-width: 992px) {
	.cw-teammember.Denham .cwImage-img {
		left: 9.5rem !important;
	}
	.cw-teammember.Corey {
		height: 607px !important;
		margin-left: 60px;
	}
	.cw-teammember.Corey .cwLinks {
		top: 5.5%;
	}
	.cw-teammember.Corey .cwBIO {
		top: 8% !important;
	}
	.cw-teammember.Corey .cwBIO p {
		top: 26% !important;
		width: 446px !important;
	}
	.cw-teammember.Corey .cwImage-img {
    	width: 70% !important;
		left: 12.5rem !important;
	}
	.cw-teammember.Soleil .cwImage-img {
		left: 9.5rem !important;
	}
}

@media (min-width: 1160px) {
    .page-about-us .lazy-image.loaded img {
        border-radius: 140px;
    }
	.cw-teammember.Corey .cwImage-img {
		left: 13.5rem !important;
	}
}
@media (min-width: 1400px) {
    .page-about-us .lazy-image.loaded img {
        border-radius: 170px;
    }
}
@media (min-width: 1600px) {
	.cw-teammember.Denham .cwImage-img {
    	width: 76% !important;
	}
	.cw-teammember.Soleil .cwImage-img {
    	width: 76% !important;
	}
}
@media (min-width: 1800px) {
    .page-about-us .lazy-image.loaded img {
        border-radius: 225px;
    }
}


/*-- Services --*/
.page-services .detailedlist-item-desc {
	color: #ffffff;
}


/*-- Gallery Page --*/

.page-gallery .gallery-modal-lightbox .modal-dialog .modal-content {
	background-color: #000;
}

/*-- Events Page --*/

.cw-event-top {
	background-color: #000 !important;
}

.cw-event {
    background: #000;
    color: #fff;
    padding: 5rem 0 !important;
}

.cw-event p {
	margin-bottom: 0;
}

.cw-event .text-primary {
    color: #CE2029 !important;
}

.cw-event li {
    padding: 4px 0px;
}

.gallery-modal-lightbox.show .modal-header button:hover span {
    color: #ccc;
}

	/* CSS for gallery module titles pulled from alt tags of pictures */
	.cw-gallery-title {
		text-align: center;
		background-color: rgba(255, 255, 255, 0.7);
		color: #000;

		position: absolute;
		/* Use only top or bottom. Unless you want this covering the whole box */
		/* top: 0; */
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 1rem;
		padding: 5px 5px;
	}
/* 
	.gallery-modal-lightbox.show {
    top: 150px;
}

@media (min-width:576px) {
	.gallery-modal-lightbox.show {
    top: 135px;
}
} */

@media (max-width:991px) {
	.gallery-modal-lightbox.show {
    z-index: 20000;
}
}