@import url("https://use.typekit.net/rex3vgx.css");

body {
    background: #fff;
    color: #000;
    font-family: "myriad-pro",sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 19px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: "myriad-pro",sans-serif; text-transform: uppercase;  }
h1 { color: #C90133; padding: 0; margin: 0 0 30px; line-height: 1; font-weight: normal; }
h2 { color: #C90133; font-size: 40px; padding: 0; margin: 0 0 30px; line-height: 1; font-weight: 900;}
h3 { color: #C90133; }
h4 {  padding: 0; margin: 15px 0 0 0; line-height: 1;  }

p { margin:0; padding: 0 0 30px; color: #393939; font-weight: normal; line-height: 30px; }
h1 + p { margin-top: 13px; }
ul, ol { margin: 19px 0 0 10px; padding: 0; }

ul li { list-style-type: none; }

a { color: #C90133; }
a:hover { color: #C90133; outline: none; text-decoration: none; }
a:focus { outline: none; text-decoration: none; }

a, span, em, strong, button, input[type="submit"], label { transition: all ease-out 0.3s; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child, p:first-child { margin-top: 0; }



/* header
========================= */
#header{
	position: sticky;
	position: -webkit-sticky;
	top:0;
    background: #ffffff;
    z-index: 100;
}
#header{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#header:before{ content: ''; position: absolute; left: 0; bottom: 37px; width: 100%; height: 1px; background-color: #C90133; }
#header .logo{ padding:15px 35px; position: relative; z-index: 5;  }
#header .logo ::before{
	content:'';
	background-color:#fff;
	position: absolute;
	top:0;
	left:33.5%;
	height: 100%;
	width:59%;
}
#header .logo img{ position: relative; z-index: 6; width:370px;}

.headercontainer{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #ffffff;
}
.navigation{width: 100%;padding-left: 1vw;}

.navigation ul{ padding:0; margin:0; flex-wrap: inherit; }

.navigation ul li a, .navigation .navbar-light .navbar-nav .nav-link{ color: #C90133; text-transform: uppercase; font-size: 21px; font-weight: normal; padding:0 10px; }
.mobile-only{ display: none!important; }
.navigation button{ color: #C90133; opacity: 1; }
.navigation .navbar-light .navbar-toggler{
	color: #C90133;
	background: #ffffff;
}
.navigation > .navbar{top: -14px;}
.navbar-nav .nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
.homebanner{
    position: relative;
    top:-110px;
	margin-bottom: -110px;
	width:100%;
	
}
.home .homebanner{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/diamondwayhomebanner.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:49% top;
	min-height:1080px;
	height:100%;
	justify-content:center;
	align-items:center;
}
.home .homebanner h1{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
}
.home .homebanner h1 span{
	font-family: "myriad-pro",sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 132px;
	display: block;
}
.home .homebanner .banner1content{
	margin-top:-260px;
}
.content-container{
    max-width: 952px;
    margin:50px auto;
}


.home .bannersection2{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/banner2-diamondway.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	min-height:900px;
	height:100%;
	justify-content:flex-end;
	align-items:center;
}
.home .bannereventsection{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/home-banner4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	min-height:900px;
	height:100%;
	justify-content:center;
	align-items:center;
}
.home .bannermapsection{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/home-map.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:49% top;
	min-height:1200px;
	height:100%;
	justify-content:center;
	align-items:top;
}
.home .bannermapcontent{
	padding-top:80px;
	max-width: 45%;
	flex: 0 0 45%;
	-ms-flex: 0 0 45%;
}
.home .bannermapcontent h2{
	font-family: "myriad-pro",sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
}
.home .bannermapcontent h2 span{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
}
.home .bannermapcontent p{
	color:#fff;
}
.home #homemap{
	cursor:pointer;
}
.home .banner2content{
	max-width:422px;
	padding: 10vh 0;
	margin-right:15vw;
}
.home .bannereventsection .banner2content{
	margin-right:100vh;
}
.home .banner2content p{
	color:#fff;
}
.home a.learnmore{
	border:1px solid #fff;
	color:#fff;
}

.pagination{
	display: flex;
	justify-content: space-between;
	padding:0 10px;
}

.elementor-widget-shortcode .elementor-shortcode{
	display: flex;
	justify-content: space-between;
	padding:0px;
}

.pagination a span, .elementor-shortcode a span{
	font-size: 2em;
	position: relative;
	top:3px;
}
.show-mobile-only{
	display:none;
}

/*** sliders **/
.main-content{position: relative; z-index: 5; padding:50px 0 230px; }
.main-content:before{ content: ''; position: absolute; left: -250px; bottom: 0; background: url('../images/img-main-beads.jpg') no-repeat left top; width: 822px; height: 548px; }

.wrap-text{ position: relative;height: 100%; width: 100%; }
.wrap-text .sub-wrap{ position: absolute; top: 50%; left: 0; transform: translate(0, -50%); }
.boxes{ padding:30px 0 40px; }


.buddhism-container{ position: relative; background: url('../img/bg-slide-01.jpg') no-repeat left top; background-size: cover; padding: 180px 100px; }
.buddhism-container:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.28); }
.boxes-text{ padding-right: 60px; }
.boxes-text .boxes-logo, .boxes-text h2{ color: #fff; font-size: 40px;text-transform: uppercase; margin-bottom: 20px; font-family: "myriad-pro",sans-serif;font-weight: 300;font-style: normal;}
.boxes-text  p{ color: #fff; }
.buddhism-container h2, 
.buddhism-container .wpsisac-slick-slider h2.wpsisac-slide-title, .banner2content h2{ color: #fff; font-size: 40px; font-family: "myriad-pro",sans-serif;font-weight: 300;font-style: normal;text-transform: inherit;line-height:48px;}
.banner2content h2{font-size:40px;}
.buddhism-container h2{text-transform: uppercase;}
.buddhism-container  p{ color: #fff; }
.buddhism-container .rbox{ position: inherit; }

.quote-container{ position: relative; }
.quote-container .wrap-quote{ padding-top: 160px; text-align: right; }
.quote-container .wrap-quote .quote-text{ width: 650px; position: absolute; text-align: left; padding-top: 170px; }
.quote-container .wrap-quote h2{ font-size: 60px; font-weight: 900; font-style: italic; line-height: 1; text-transform: none; }
.quote-container .wrap-quote p{ font-size: 37px; font-weight: 300; font-style: italic; color: #C90133; }
.quote-container .wrap-quote .quote-img{ display: inline-block; width: 700px; margin-bottom: -5px; }
.quote-container .wrap-quote .quote-img img{ display: block; }

.our-teachers{ background: url('../img/teachers-bg.jpg') no-repeat left top; background-size: cover; padding-right: 5px;}
.our-books:before{ background-color: rgba(0,0,0,0.5); }

.our-books{ background: url('../img/book-bg.png') no-repeat left top; background-size: cover; padding-right: 5px;}
.our-teachers:before{ background-color: rgba(0,0,0,0.6); }
.our-buddhism, .our-books{padding-right: 5px;}
.diamond-way{ padding: 150px 0; }
.diamond-way h2{ font-weight: 900; font-size: 64px; text-align: center; }
.diamond-way h2 span{ font-weight: 300; }
.diamond-way p{ text-align: center; }

.books-box{ background: url('../img/bg-slide-03.jpg') no-repeat left top; background-size: cover; }
.books-box:before{ background-color: rgba(0,0,0,0.8); }
.books-box h4{ color: #fff; font-size: 24px; font-weight: 300; font-style: italic; text-transform: none; margin-bottom: 20px; }

.upcoming-events{ padding:150px 0; }
.upcoming-events .btn-red{ width: 165px; height: 40px; background-color: #C90133; color: #fff; }

.bottom-quotes{ background: url('../img/bg-bottom-quotes.jpg') no-repeat left top; height: 900px; background-size: cover; position: relative; }
.bottom-quotes:before{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.28); }
.bottom-quotes .wrap-quotes{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bottom-quotes .wrap-quotes h2{ color: #fff; font-size: 73px; text-transform: none; font-style: italic; }
.bottom-quotes .wrap-quotes h3{ font-style: italic; font-weight: 300; color: #fff; text-transform: none; }

.centerinner{
	background:#fff;
	position:relative;
	margin-top:-580px;
	margin-bottom:70px;
	max-width:980px;
	width: 100%;
	padding:90px;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.4);
}
#events{
	background:#fff;
	position:relative;
	margin-top:-580px;
	margin-bottom:70px;
	max-width:980px;
	padding:90px;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.4);
}
.centerinner h1, #events h1, #page-content h1{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:73px;
	line-height:1.2;
	color:#000;
}
.centerinner h2, #events h2{
	font-family: "myriad-pro",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:46px;
	line-height:30px;
	color:#000;
}
.centerinner h3, #events h3{
	font-family: "myriad-pro",sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0;
	line-height:1.5;
	font-size:36px;
	color:#000;
}
.event-lists h4,.centerinner h4{
	margin:0;
	line-height:1.5;
	font-weight:700;
	text-transform:inherit;
}
.event-lists h4, .event-lists h4 a, .centerinner h4{
	color:#C90133;
}
.event-lists h4 a{
	text-decoration:underline;
}
.event-lists h4 a:hover{
	color: #C90133;
}
.event-lists{
	display:flex;
	justify-content:space-evenly;
	flex-basis:row;
}
@media screen and (max-width:600px){
	.event-lists{
	flex-direction:column;
}
}
.wpsisac-slide-wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.wpsisac-slick-slider h2{
	color:#fff;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:36px;
	line-height:48px;
}
.wpsisac-slick-slider h4{
	color:#fff;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height:36px;
	font-style:italic;
}
.force-overflow{
    max-height: 500px;
    overflow-y: scroll;
}

.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left{
    padding:0 35px 0 60px;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide img{
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.16);
}
.wpsisac-slick-slider.design-4 .slick-dots {
    left: 0 !important;
    right: unset !important;
    bottom: -100px !important;
}
.wpsisac-slick-slider.design-4 .slick-prev{
	left: -25px !important;
}

.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore,
.home .learnmore{
	background:transparent;
	font-size: 16px;
padding: 10px 70px;
font-family: "myriad-pro",sans-serif;
}

#page-header-image {
    display: block;
}
span.header-image-holder {
    min-height: 750px;
    display: block;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
}

#page-content{
    background: #fff;
    position: relative;
    max-width: 980px;
    padding: 90px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
    margin: -580px auto 70px;
    display:block;
}
.alignleft{float:left;
margin-right:15px;
padding-right:15px;
}
.mapclick{
	display:block;
	width:100%;
	height:calc(800px - 10vh);
	content:'';
	margin-top:20px;
}

.wsp-pages-list{
	margin-bottom: 50px;;
}
.wsp-pages-list .children{
	margin-top: 0;
}

.book-header {
    margin-bottom: 20px;
    position: relative;
}

.book-header p{
    padding-bottom:10px;
}

.book-header:after {
    background-color: #D20025;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50%;
}

.row.align-items-start {
    padding: 30px 0;
}
.teacher h1{
	text-transform: inherit;
}
.teachimg{

}
.teachmore{
	text-align: center;
}
.teachmore .learnmore, .elementor-page .teachmore a.learnmore{
	border:1px solid #C90133;
	color:#C90133;
	background:transparent;
	font-size: 16px;
	padding: 10px 70px;
	font-family: "myriad-pro",sans-serif;
}
/* contact */
.contactpage{
	background:url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/contact-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	min-height: 47vmax;
	padding-bottom: 250px;

}
.contentoverlay{
	max-width: 1075px;
	width: 100%;
	display:flex;
	justify-content: center;
	position: relative;
	top: 100px;
	margin:auto;

}
.contentoverlay p{
	color:#000;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
}
.contactcontent{
	max-width: 500px;
	width: 100%;
	background:#fff;
	padding:35px;
}
.contentoverlay div{
	padding-left:10px;
	padding-right:10px;
}
.contactform{
	background: #ffffff;
	padding:40px;
}
.contactform label{
	color: #394761;
	font-size: 16px;
}
.contactform .form-control{
	margin-bottom: 20px;
}
.contactform .btnsubmit{
	background-color:#C90133;
	border:0;
	text-transform: uppercase;
}

/** center list **/
.bullet-list{
	margin-left: 1em;
	list-style-type: disc;	
}
.bullet-list li{
	list-style-type: disc;
}
.num-list{
	list-style: decimal;
margin: 0.5em 0 0.5em 1em;
}
.num-list li{
	list-style: decimal;
}
/*** footer ***/
#footer{
    background: #DDDDDD;
    padding: 50px;
    border-top: solid 2px #D20025;
    padding-bottom:0;
}

.col-md-12.f-credits {
    border-top: inset 3px #f8f9fa30;
}

.col-md-12.f-credits p {
    padding: 20px 0;
}

#footer .footer-menu ul{
    display: flex;
    justify-content: center;
}
.footer-menu li a{
    color:#fff;
    padding:18px 40px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}
.footersocial{
	position: fixed;
	bottom:10px;
	right: 5px;
}
.footersocial ul{
	display:flex;
	flex-direction: row;
	width:auto;
	align-items: center;
}
.footersocial a{
	color:#fff;
	padding:0 5px;
	display: block;
}
.footersocial .iconfb img{
	width:20px;
	height:36px;
}
.footersocial .icontweet img{
	width:36px;
	height:36px;
}
.footersocial .iconinstagram img{
	width:36px;
	height:36px;
}
.container{
    overflow:hidden;
}

.container .col{
    float:left;
}

.widget-title {
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}

.widget_nav_menu ul li {
    padding: 5px 0;
}

.row.widgets-wrapper {
    padding-bottom: 50px;
}

#menu-centres li {
    width: 50%;
    float: left;
}

.row.widgets-wrapper div {
    padding: 10px 0;
}

/** mobile css **/
@media all and (min-width:992px){
    .container{
        max-width: 100%;
    }
}
@media all and (min-width:1200px){
    .container{
        max-width: 1920px;
    }
}
@media only screen and (min-width: 40.0625em){
	.wp-medium-5 {
		width: 55.66666%;
	}
	.wp-medium-7{
		width: 48.33333%
	}
}
@media screen and (max-width:1400px){
	.home .bannersection2{
		background-position: 40% bottom;
		
	}
	.home .banner2content, .home .bannereventsection .banner2content{
		margin-right:20vh;
	}
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left{
		padding:0 0 0 10px;
	}
	.wpsisac-slide-wrap{
		align-items: flex-start;
	}
}
@media screen and (max-width: 992px) {
	#navbarSupportedContent
	{
        position: absolute;
        width: 95%;
        background: #C90034;
        z-index: 10;
        top: 56px;
    }
    
    .navigation {
        padding-left: 0;
        position: absolute;
        width: 100%;
        }
    .navigation > .navbar {
        top: -14px;
    }
    
    .navigation ul li a, .navigation .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-transform: CAPITALIZE;
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        border-bottom: #C4C4C4 1px solid;
        padding: 5px 0;
    }
    
    .navigation ul {
        padding: 10px;
        margin: 0;
    }
    
    .homebanner{
        top: 0;
        margin-bottom: 0;
    }
    
    .centerinner{
        margin-top: 0;
	}
	.page-template-full-width .homebanner, .quote{
		height: calc(100% - 10vh);
		width: 100%;
	}
}
@media (max-width:769px){
	.navigation{
		padding-left: 0;
	}
	#events{
		padding:30px;
		margin-top:0px;
	}
	#events h1{
		font-size: 3em;
		line-height: 1.1;
	}
	#events h2{
		line-height:1;
	}
	.footer-menu li a{
		padding:15px;
	}
	.contentoverlay{
		flex-direction: column;
	}
	
	.buddhism-container {
	   padding: 50px 20px;
    }
    
    .boxes-text .boxes-logo{
        font-size: 30px;
    }
    
    .wpsisac-slide-wrap{display:block;}
    .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-right {
    margin-top: 20px;
	}
	.home .homebanner{
		min-height: 700px;
		top: -110px;
    	margin-bottom: -110px;
	}
	.home .homebanner h1{
		font-size: 150%;
	}
	.home .homebanner h1 span, .home .bannermapcontent h2{
		font-size: 200%;
	}
	.home .bannermapcontent{
		max-width: 90%;
		flex: 0 0 90%;
		-ms-flex: 0 0 90%;
	}
	.footersocial ul{
		flex-direction: column;
	}
	.footersocial a{
		padding:5px;
	}
	.contactcontent {
		max-width: fit-content;
		max-width: -moz-fit-content;
		margin-left: 20px;
		margin-right: 20px;
    }
}
@media (max-width:575px){
    #navbarSupportedContent {
        width: 92%;
        top: 59px;
    }
	.home .bannersection2{
		min-height:auto;
		background-position:top right;
		padding-top:20px;
	}
	.home .bannereventsection{
		min-height: auto;
    	background-position: top left;
	}
	.home .bannermapsection{
		background-position: 270px 0%;
		background-size: auto;
		background-repeat: repeat;
		min-height: auto;
		padding-bottom:50px;
	}
	.home .bannereventsection{
		justify-content:flex-start;
	}
	.home .banner2content, .home .bannereventsection .banner2content{
		margin:auto;
		padding:4vh;
	}
	.home .boxes-text {
    	padding-right: 0;
	}
	#footer .footer-menu ul{
		flex-direction:column;
	}
	.footer-menu li a{
		padding:20px;
	} 
	
	.navigation > .navbar {
        top: 8px;
    }
    
    #header .logo img{
        width: 250px;
    }
    
    .homebanner {
        position: relative;
        top: -35px;
        margin-bottom: -35px;
    }

    #header:before {
        bottom: 30px;
    }
    .navbar-light .navbar-toggler {
        border-color: #C90034;
    }
    
    .centerinner {
        background: #fff;
        position: relative;
        margin-bottom: 0;
        max-width: 980px;
        padding: 20px 28px;
    }
    
    .centerinner h1, #events h1{
        font-size: 40px;
    }
	.content-container, .pagination{
		padding:0 10px;
	}
	.teacher .img-fluid{
		margin-bottom:30px;
	}
	
	.wpsisac-slide-wrap.wpcolumns{
		display:flex;
		flex-direction:column-reverse;
	}
	.wpcolumn, .wpcolumns{
		padding-left:0;
		padding-right:0;
		
	}
	.wpsisac-slick-slider.design-4 .slick-dots{
		left: 15px !important;
    	right: 15px !important;
		bottom:-20px !important;
	}
	.wpsisac-slick-slider.design-4 .slick-next{
		right:-20px !important;
	}
	.wpsisac-slick-slider.design-4 .slick-prev {
		left: -20px !important;
	}
	.home .bannermapcontent h2 span{
		display: block;
	}
	.home .quote{
		/*transform:scale(1.5);
		margin-top:40px;*/
	}
	.show-mobile-only{
	    display:block;
    }
	.mapclick{
		display:none;
	}
	#footer{
	    padding:10px;
	}
	
	#menu-centres li {
        width: 100%;
    }
	.alignleft{
		float:none;
		margin:auto auto 15px;
		padding:0;
		display:block;
	}
}

@media (max-width:380px){
    #header .logo img {
        width: 220px;
    }
    
    .navigation > .navbar {
        top: 4px;
    }
    
    .navbar-toggler-icon{
        width: 1em;
        height: 1em;
    }
    
    .navbar-toggler{
        padding: .10rem .40rem;
    }
}

/*-----------------------------------------------------------------ELEMENTOR STYLES-----------------------------------------------------------------------------------*/

.elementor-page {}
.myriad-font, .myriad-font .elementor-widget-container *   {font-family: "myriad-pro",sans-serif !important;}
.white-text, .white-text .elementor-widget-container *  { color:#fff !important}

.hm-sec1{min-height:960px;}
.hm-sec2 { min-height:900px;}
.hm-sec3 { min-height:900px;}
.hm-sec4 { min-height:1277px;}
.hm-sec5 { min-height:900px;}
.hm-sec6 { min-height:900px;}

@media (max-width:1500px) {
	.hm-sec1{min-height:780px;}
.hm-sec2 { min-height:700px;}
.hm-sec3 { min-height:700px;}
.hm-sec4 { min-height:977px;}
.hm-sec5 { min-height:700px;}
.hm-sec6 { min-height:700px;}
	
}


@media (max-width:1300px) {
	.hm-sec1{min-height:680px;}
.hm-sec2 { min-height:600px;}
.hm-sec3 { min-height:600px;}
.hm-sec4 { min-height:877px;}
.hm-sec5 { min-height:600px;}
.hm-sec6 { min-height:600px;}
	
}


@media (max-width:1000px) {
	.hm-sec1{min-height:580px;}
.hm-sec2 { min-height:500px;}
.hm-sec3 { min-height:500px;}
.hm-sec4 { min-height:777px;}
.hm-sec5 { min-height:500px;}
.hm-sec6 { min-height:500px;}
	
}

@media (max-width:767px) {
	.hm-sec1{min-height:480px;}
.hm-sec2 { min-height:100px;}
.hm-sec3 { min-height:100px;}
.hm-sec4 { min-height:177px;}
.hm-sec5 { min-height:100px;}
.hm-sec6 { min-height:100px;}
	
}







.elementor-page .hm-sec1 h1{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 64px;
	line-height:64px;
	text-transform: uppercase;
	color: #fff;
}
.elementor-page .hm-sec1 h2{
	font-family: "myriad-pro",sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 132px;
	display: block;
	text-transform: uppercase;
	color: #fff;
}





.elementor-page .bannersection2{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/banner2-diamondway.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	min-height:900px;
	height:100%;
	justify-content:flex-end;
	align-items:center;
}
.elementor-page .bannereventsection{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/home-banner4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	min-height:900px;
	height:100%;
	justify-content:center;
	align-items:center;
}
.elementor-page .bannermapsection{
	background-image: url(http://creatvmind.com/web/diamond/wp-content/uploads/2020/10/home-map.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:49% top;
	min-height:1200px;
	height:100%;
	justify-content:center;
	align-items:top;
}
.elementor-page .bannermapcontent{
	padding-top:80px;
	max-width: 45%;
	flex: 0 0 45%;
	-ms-flex: 0 0 45%;
}
.elementor-page .bannermapcontent h2{
	font-family: "myriad-pro",sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
}
.elementor-page .bannermapcontent h2 span{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: normal;
}
.elementor-page .bannermapcontent p{
	color:#fff;
}
.elementor-page .banner2content{
	max-width:422px;
	padding: 10vh 0;
	margin-right:15vw;
}
.elementor-page .bannereventsection .banner2content{
	margin-right:100vh;
}
.elementor-page .banner2content p{
	color:#fff;
}
.elementor-page a.learnmore{
	border:1px solid #fff;
	color:#fff;
}


/*-------------------------------------hm-sec3--------------------------*/

.hm-sec3 .wpsisac-slick-slider h2.wpsisac-slide-title, .hm-sec3 h2 {
    color: #fff;
    font-size: 40px;
    font-family: "myriad-pro",sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: inherit;
    line-height: 48px;
}

.hm-sec3 p {
    color: #fff !important;
}

/*-------------------------------------hm-sec4--------------------------*/




.ttl-style1 span{ font-weight:300 !important}

/*-------------------------------------hm-sec5--------------------------*/



/*-------------------------------------header-styles--------------------------*/


@media (min-width:768px) {
.hd-main::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    height: 1px;
    background-color: #C90133;
}	
}

/*-------------------------------------footer-styles--------------------------*/
.ft-menu .hfe-nav-menu{
	column-count:2;
}
/*.ft-menu .hfe-nav-menu li.menu-item {
	width:50% !important;
	
}*/
footer a, footer p{color:#fff;}

footer a:hover{color:#000}
@media (max-width:680px) {
.ft-menu .hfe-nav-menu li.menu-item {
	width:100% !important;
	float: none
}	
}