@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {	
	line-height: 1.5;
	font-size: 16px;
	color: #1e1d1c;;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	outline: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus, a:hover {
    text-decoration: none;
    outline: none;
}
body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {    
    font-size: 2em;
    color: #212121;
    position: relative;
    padding-bottom: 1em;
    text-align: left;
	text-transform: uppercase;

}
h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 600;
    text-transform:uppercase;
}
h3 {
    font-size: 1.5em;
    line-height: 1.2em;
}
h4 {
    font-size: 1.2em;
    line-height: 1.2em;
}
h5 {
    font-size: 1em;
    line-height: 1em;
}
h6 {
    font-size: .8em;
    line-height: .8em;
}

/* Anchor Links */
a {     
    text-decoration: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    cursor: pointer;
}
a:hover, a:focus { color:#3FAEFF; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


p {
    margin: 0 0 0;
	font-family: 'Open Sans', sans-serif;
}
marquee {
    color: #d9af42;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    z-index: 999999;
}
/*** header style goes below***/


.header-container-top {
	background: rgba(0 , 0 , 0 ,0.7);
	padding: 20px 0;
	position: static;
	z-index: 999999;
	top: 0;
	width: 100%;
	box-shadow: 1px 1px 2px 2px #d9af42;
}
.left-logo {
    padding-top: 10px;
}
.left-logo img {
    max-width: 100px;
}
.nav {   
    padding-top: 25px;
}
.nav ul {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    text-align: right;
}
.nav ul li {
    display: inline-block;
}

.nav ul li a {
		color: #eee;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		transition: all 0.5s ease;
		position: relative;
		font-family: 'Open Sans';
		padding: 0 15px;
		text-align: center;
		font-weight: 600;
}
.nav ul li a:hover {
    color: #d9af42;
}

.nav ul li a:after {
	content: "";
	position:absolute;
	bottom: -9px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #d9af42;
	transition: all 0.2s ease;
}

.nav ul li a:hover:after {
    width: 100%;
}
.nav ul li.active a {
    color: #d9af42 !important;
}
.nav > a {
    display: none;
}
.has-lightbox .header-container-wrapper {
    display: none;
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/**tabber**/
ul.tabs li {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    background-color: #fff4b4;
    color: #111224;
	border-bottom:1px solid #111224;
}
ul.tabs li:hover {
	background-color: #111224;
	color: #fff4b4;
}
ul.tabs li.current {
    background-color: #111224;
    color: #fff4b4;
}
.tab-content {
	display: none;
	border: 2px solid #ccc;
	padding: 30px 15px;
	text-align:center;
}
.tab-content img {
    width: 100%;
}
.cm-winner-wrapper .tab-content img {
    max-width: 300px;
}
.tab-content.current {
    display: inherit;
}
.tab-content h3 {
    color: #d9af42;
    margin: 0;
    padding: 20px 0 0;
    clear: both;
    border-bottom: 1px solid #333;
    text-align: center;
}
.tab-content textarea {
	width: 100%;
	display: block;
	padding: 10px 15px;
	border: 1px solid #eee;
	min-height: 150px;
	resize: none;
	outline: 0 none;
}
section.contact-area {
    clear: both;
    padding: 30px 0;
    display: block;
}
.cm-sponser-images,
.cm-media-images{
    padding: 40px 0;
    text-align: center;
}
.cm-sponser-images img,
.cm-media-images img{
    width: 100%;
    max-width: 200px;
    min-height: 250px;
    max-height:250px;
}
.cm-media-images p {
    margin: 5px 0 30px;
    display: block;
}
/**** banner style goes below***/
/***Dashboard Page****/
.custom-sidebar {
    box-shadow: 3px 2px 5px 3px #eee;
}
.main-container-wrapper {
    padding: 50px 0;
}
.tab-content table {
    border: 2px solid #333;
    width: 100%;
}

.tab-content table th {
    padding: 5px;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    border-right: #eee;
	border-bottom: #eee;
	min-width: 150px;
}

.tab-content table td {
	padding: 5px;
	font-size: 14px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	border-right: #eee;
	color: #333;
	border-bottom: #eee;
}
.tab-content ol {
    list-style-type: decimal;
    padding-left: 40px;
}
.tab-content img {
    margin: 15px 0;
}
.tab-content ol li {
    padding: 10px 0;
}
.tab-content ol li p {
    margin: 10px 0;
}
.tab-content ol li p a {
    margin: 0 15px;
}
.tab-content table caption {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tab-content form {
    background: none !important;
    border: 2px solid #eee !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-top: 30px !important;
    padding-right: 20px !important;
    max-width: 80% !important;
    padding-bottom: 80px !important;
    margin: 0 auto;
}

.tab-content form input.form-control {
    background: none !important;
    border: 1px solid #ccc !important;
    padding: 25px 25px !important;
    font-size: 16px !important;
    text-align: center !important;
    display: block !important;
    color: #333 !important;
    letter-spacing: 0.5px;
}

.tab-content form button#submit {
    position: relative ;
    color: #001;
    background-color: #d9af42;
    border: 1px solid #d9af42;
    padding: 10px 25px;
    font-weight: bold;
}
.logout {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 999999;
}

.logout a {
    color: #fff;
}

.logout a:hover {
    color: #d9af42;
}

/*****team section goes below***/
.cm-team {
    padding: 60px 0 0;
}
.cm-team-member{
	padding: 30px 0;
}
.cm-team h3{
    color: #d9af42;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
}
.cm-team h3:after {
    content: none;
    position: absolute;
    left: 50%;
    top: -48px;
    width: 1px;
    height: 140px;
    background: #000;
    transform: rotate(45deg);
}
.cm_team_grid {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cm_team_grid1 {
    position: relative;
}
.mb-0, .my-0 {
    margin-bottom: 0;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(217, 175, 66, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.cm_team_grid1_pos {
    position: absolute;
    right: 5%;
    bottom: -3%;
    background: none;
}
.cm_team_grid1_pos ul {
    margin: 0;
    padding: 0;
    display: block;
}
ul.social-icons li {
    display: inline-block;
}
.fab {
		font-family: 'Font Awesome';
		vertical-align: top;
		margin: 0;
		width: 32px;
		height: 32px;
		font-size: 15px;
		color: #fff;
		position: relative;
		display: block;
}
.icon-border::before, .icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    line-height: 2.2;
}
.icon-border.fa-facebook-f::before {
    box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.fa-linkedin::before{
    box-shadow: inset 0 0 0 48px #212121;
}
.icon-border.fa-instagram::before {
    box-shadow: inset 0 0 0 48px #212121;
}
.hover15 figure:hover::before,
.cm_team_grid:hover .hover15 figure::before,
.banner-bottom-icons:hover .hover15 figure::before,
.w3_featured_services_grid:hover .hover15 figure::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.icon-border.fa-facebook-f:hover::before {
    box-shadow: inset 0 0 0 2px #3b5998;
}
.icon-border.fa-facebook-f:hover::after {
    color: #3b5998;
}
.cm_team_grid1_pos ul li:nth-child(2), .cm_team_grid1_pos ul li:nth-child(3) {
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.cm_team_grid:hover .cm_team_grid1_pos ul li:nth-child(2), .cm_team_grid:hover .cm_team_grid1_pos ul li:nth-child(3) {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.icon-border.fa-linkedin:hover::before{
    box-shadow: inset 0 0 0 2px #1da1f2;
}
.icon-border.fa-linkedin:hover::after {
    color: #1da1f2;
}
.icon-border.fa-instagram:hover::before{
    box-shadow: inset 0 0 0 2px #833ab4;
}
.icon-border.fa-instagram:hover::after {
    color: #833ab4;
}
.p-3 {
    padding: 1rem;
}
.cm_team_grid h4 {
    letter-spacing: 1px;
    font-size: 18px;
	color: #343a40;
	margin: 0.5rem 0;
}
.cm_team_grid p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #343a40;
}
.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.hover15 figure:hover::before, 
.cm_team_grid:hover .hover15 figure::before,
.banner-bottom-icons:hover .hover15 figure::before, 
.w3_featured_services_grid:hover .hover15 figure::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*****team section goes below***/
/*****portfolio section goes below***/
.cm-portfolio {
    padding: 50px 0;
}
.cm-portfolio h3{
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 50px;
}
.cm-portfolio .col-md-3 {
    padding: 0;
}

.cm_news_grid {
    overflow: hidden;
    position: relative;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.cm_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.cm_news_grid_pos {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}
.wthree_text {
    text-align: center;
    padding-top: 6.5em;
    opacity: 0;
    -webkit-transform: translateY(0) scale3d(0, 0, 1);
    -moz-transform: translateY(0) scale3d(0, 0, 1);
    -ms-transform: translateY(0) scale3d(0, 0, 1);
    transform: translateY(0) scale3d(0, 0, 1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3 {
    font-size: 40px;
    font-family: 'Montez', cursive;
    letter-spacing: 2px;
	color: #fff;
	font-weight: 700;
}
.cm_gallery_grid:hover .cm_news_grid .cm_news_grid_pos {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.cm_gallery_grid:hover .wthree_text {
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -moz-transform: translateY(0) scale3d(1, 1, 1);
    -ms-transform: translateY(0) scale3d(1, 1, 1);
    transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
/*****portfolio section goes below***/
/*** Crown chasers section geos below ***/
/* carousel demo #2 */
.cm-crown-chasers{
	padding: 50px 0;
}
.cm-crown-chasers h3 {
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
}
#carousel-2 .slide {
	min-height: 400px;
}

#carousel-2 .slide .item {
	float: left;
	display: inline-block;
	width: 33.33333%;
	margin: 0;
	padding: 1em;
	text-align: center;
}
#carousel-2 .slide .item img {
    max-height: 230px;
    object-fit: cover;
}
div#carousel-2 .control {
    padding: 5px 0;
    width: 70px;
    display: inline-block;
    border: 1px solid #d9af42;
    text-align: center;
    margin-left: 20px;
    font-size: 20px;
    color: #d9af42;
}

div#carousel-2 .control:hover {
    background-color: #d9af42;
	color: #000;
	border: 1px solid #000;
}
.item h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    padding: 15px 0;
    text-transform: none;
    letter-spacing: 0;
}

.item p {
    color: #000;
    font-size: 15px;
    text-align: center;
}
/* carousel demo #1 */

#carousel-1 .slide {
	height: 600px;
}
.cm-testimonial .slide img {
    max-width: 400px;
	max-height: 300px;
    margin: 0 auto;
	display: block;
	min-height: 250px;
}
.cm-testimonial .slide h3 {
    color: #d9af42;
    font-size: 22px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 0 20px;
}
.cm-testimonial .slide p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 30px;
}
.cm-testimonial .container {
    max-width: 600px !important;
    margin: 0 auto !important;
}
.cm-testimonial a.control.prev {
    position: absolute;
    top: 20%;
    left: 0px;
    padding: 5px 0;
    width: 50px;
    display: inline-block;
    border: 1px solid #d9af42;
    text-align: center;
    font-size: 20px;
	color: #d9af42;
	z-index: 99;
}

.cm-testimonial a.control.next {
    position: absolute;
    top: 20%;
    right: 0px;
    padding: 5px 0;
    width: 50px;
    display: inline-block;
    border: 1px solid #d9af42;
    text-align: center;
    font-size: 20px;
    color: #d9af42;
	z-index: 99;
}
.cm-testimonial {
	position: relative;
	padding: 70px 0;
	background-color: #fffbde;
}
.cm-testimonial > .container > h3 {
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
}

/**** media media goes below***/
.cm-gallery-conatiner .gallery a {
	float: left;
	width: 24%;
	height: auto;
	border:3px solid #d9af42;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
	height: 250px;
    margin: 15px 5px;
    object-fit: cover;
}
.cm-gallery-conatiner .gallery a img ,
.cm-gallery-conatiner .gallery a iframe{
    width: 100%;
	height: 100%;
}
.cm-gallery-conatiner {
    padding: 50px 0;
}
/**** media media goes below***/
/**** index page goes above**/
.square1_caption,
.square1_prev_image,
.square1_next_image,
.square1_dots{
	display: none !important;
}
.cm_team_grid1 img {
    height: 250px;
	width:250px;
}
div#tab-1 .col-md-3 {
    min-height: 500px;
}
.cm_team_grid {
    margin-bottom: 25px;
}
/**** index page style goes below***/
/**apply page***/
.cm-apply {
    padding: 50px 0;
}

.form-container h1 {
    color: #d9af42;
    font-size: 30px;
}

.form-container form p {
    margin-bottom: 25px;
}

.form-container form textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
    box-shadow: none;
    outline: none;
    border: 2px solid #000;
    resize: none;
    min-height: 100px;
}
/***** crown-chasers section goes below***/

/* Filter and search options */

.cm-crown-chaser-container #price-range {
  width: 370px;
  margin: 10px auto 30px auto;
  text-align: center;
  font-weight: bold;
}

.cm-crown-chaser-container #value-min, .cm-crown-chaser-container #value-max {
  width: 100px;
  border: none;
  background-color: #f1f1f1;
  font-family: 'Karla', sans-serif;
}

.cm-crown-chaser-container #slider { margin: 30px 0 30px 0; }

/* Filter and search options */

#buttons, #search {
  text-align: center;
  margin-bottom: 30px;
}

/* Filter buttons */

.cm-crown-chaser-container button {
	background-color: #fff;
	margin: 5px 2px;
	border: none;
	padding: 5px 12px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	border: 1px solid #d9af42;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	
}

.cm-crown-chaser-container button:hover, .cm-crown-chaser-container  button.active {
	background-color: #d9af42;
	color: #000;
	cursor: pointer;
}


/* Gallery of images */

.cm-crown-chaser-container #gallery {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}

.cm-crown-chaser-container #gallery img {
  width: 300px;
  height: 200px;
  border-radius: 3px;
  border: 8px solid #fff;
  margin: 6px;
  -webkit-box-shadow: 0 0 3px 3px #ebebeb;
  box-shadow: 0 0 3px 3px #ebebeb;
  float: left;
}
.cm-crown-chaser-container {
    padding: 50px 0;
}
/**** winners section goes below**/
.cm-winner {
    padding: 50px 0;
}
.winner-content h4{
    color: #d9af42 ;
    margin-top:0;
}
.winner-content p{
    font-weight:bold;
}
.cm-winner conatiner {
    position: relative;
}
.cm-winner-wrapper {
    padding: 50px 0;
}
.cm-winner h2 {
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
}

.regular1 {
    position: relative;
    padding: 50px 0 0;
	margin:0 !important;
}

.regular1 .slick-prev {
    top: 0;
    left: 20px;
    color: #d9af42;
}

.regular1 .slick-prev:before  {
    color: #d9af42;
    font-weight: bold;
    font-size: 30px;
    border: 2px solid #d9af42;
    padding: 5px 20px;
	transition: all 0.5s ease;
	
}

.regular1 .slick-next {
    right: 70px;
    top: 0;
}
.regular1 .slick-next:before {
    color: #d9af42;
    font-weight: bold;
    font-size: 30px;
    border: 2px solid #d9af42;
    padding: 5px 20px;
	transition: all 0.5s ease;
}
.regular1 .slick-prev:hover:before,
.regular1 .slick-next:hover:before{
	background:#d9af42;
	color:#000001;
}
/**** winners section goes above***/
/** footer style goes below***/
.footer-bottom {
    padding: 70px 0;
    background-color: #000001;
}
.footer-logo img {
    max-width: 150px;
}
.footer-logo p {
    margin: 0;
    padding: 20px 0;
    color: #eee;
    font-size: 14px;
    line-height: 25px;
}
.quicks-links h3 {
    color: #d9af42;
    margin: 0;
    padding: 20px 0;
	font-size: 20px;
    text-align: left;
}
.quicks-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quicks-links ul li {
	padding: 5px 0;	
}
.quicks-links ul li a {
    color: #eee;
    transition: all 0.5s ease-in;
    text-decoration: none;
    font-size: 14px;
}
.quicks-links ul li.active a {
    color: #d9af42;
}
.quicks-links ul li a:hover {
    color: #d9af42;
}
.cm-form h3 {
    color: #d9af42;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    text-align: left;
}
.cm-form input[type="email"] {
    outline: none;
    padding: 12px 15px;
    color: #000;
    font-size: 14px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
}
.cm-form input[type="submit"] {
    width: auto;
    color: #fff;
    border: 1px solid #d9af42;
    border-radius: 0px;
    padding: 3px 10px;
    font-size: 16px;
    height: 42px;
    background: #d9af42;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -15px;
}
.cm-form input[type="submit"]:hover{
    color:#000;
}
p#newerror {
    padding: 10px 0;
    color: #ff0000;
    font-size: 15px;
}
.cm-form input[type="submit"]:focus {
    outline: none;
}
.newsletter form {
    position: relative;
}
.cm-social-links h3 {
    color: #d9af42;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    text-align: left;
}
.cm-social-links {
    padding-top: 16px;
}
.cm-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cm-social-links ul li {
	display: inline-block;
	margin-right: 7px;
}
.cm-social-links ul li a{
	height: 35px;
    line-height: 32px;
    width: 35px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
	font-size: 14px;
	color: #ccc;
	background-color: #555;
	border: none;
}
.cm-social-links ul li a:hover {
    background-color: #d9af42;
    color: #fff;
}
.cm-social-links ul li:hover i{
    -webkit-animation: toTopFromBottom .5s forwards;
    -moz-animation: toTopFromBottom .5s forwards;
    -ms-animation: toTopFromBottom .5s forwards;
    animation: toTopFromBottom .5s forwards;
}
@-webkit-keyframes toTopFromBottom {
49%{-webkit-transform:translateY(-50%)}
50%{opacity:0;-webkit-transform:translateY(50%)}
51%{opacity:1}
}
@-moz-keyframes toTopFromBottom {
49%{-moz-transform:translateY(-50%)}
50%{opacity:0;-moz-transform:translateY(50%)}
51%{opacity:1}
}
@-ms-keyframes toTopFromBottom {
49%{-ms-transform:translateY(-50%)}
50%{opacity:0;-ms-transform:translateY(50%)}
51%{opacity:1}
}
@keyframes toTopFromBottom {
49%{transform:translateY(-50%)}
50%{opacity:0;transform:translateY(50%)}
51%{opacity:1}
}

#back-to-top{
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    right: 10px;
	color:#001;
    background-color: #d9af42;
    border: 1px solid #d9af42;
    font-size: 13px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;    
	transition: all ease 0.5s;
}
#back-to-top:hover{
	background-color:#fff;
	color: #d9af42;
}
.copyright {
    background: #262626;
    color: #fff;
}
.copyright p {
    color: #d9af42;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.dff-logo {
    padding-top: 20px;
    text-transform: uppercase;
}
.dff-logo a {
    color: #eee;
    transition: all 0.5s ease-in;
    text-decoration: none;
    font-size: 14px;
}
.dff-logo a p {
    display: inline-block;
    padding-right: 35px;
}

.dff-logo a img {
    max-width: 100px;
}

/**** contact us section style***/
.map {
    background: #fff;
    padding: 50px 0;
}
.contact-us {
    background: url("../images/banner1.jpg") no-repeat 100% 0%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    background-attachment: fixed;
	position: relative;
}
.contact-us:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7)
}
.contact-form {
	padding: 5em 0;
	position: relative;
	z-index: 1;
}
.contact-form h4 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-align: CENTER;
    padding-bottom: 20px;
    text-transform: uppercase;    
    margin: 0;
}
.contact-form form {
    background-color: rgba(254,204,0,0.57);
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 40px;
}
.contact-form form input[type="text"], 
.contact-form form input[type="email"], 
.contact-form form input[type="number"], 
.contact-form form textarea {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: rgba(33, 37, 41, 0.85);
    border: 1px solid rgba(33, 37, 41, 0.85);
    margin-bottom: 10px;
    line-height: normal;
    width: 100%;
    padding: 13px 25px;   
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.contact-form form input[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #1e1d1c;
    display: block;
	background-color: #fecc00;
	border-color: rgba(33, 37, 41, 0.85);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    outline: none;
    cursor: pointer;
	position: relative;
	font-weight: bold;
}
.contact-form form input[type="submit"]:hover {
    color: #fff;
    background-color: #1e1d1c;
}

.contact-form form textarea {
    resize: none;
    min-height: 150px;
}
.contact-form form input[type="text"]:focus, 
.contact-form form input[type="email"]:focus,
.contact-form form input[type="number"]:focus, 
 .contact-form form textarea:focus {
    border-color: #fecc00;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form form p {
    color: rgba(255,0,0,1);
    font-size: 14px;
    padding-bottom: 10px;
}
/**** Terms section style***/
.cm-terms {
    padding: 50px 0;
}
.cm-terms ol {
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
    margin: 0;
}
.cm-terms li {
    margin: 0;
    padding: 10px 0 0 15px;
    font-weight: 400;
}

.cm-terms h1 {
    color: #d9af42;
    margin: 0;
    padding: 20px 0;
}
.cm-terms blockquote {
    margin-top: 100px;
    background-color: rgba(254,204,0,0.57);
    border: 10px solid #000;
    text-align: justify;
}
.custom-banner {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	position:relative;
	min-height:400px;
}

.custom-banner h1 {
	text-align: center;
	color: #d9af42;
	position: absolute;
	bottom: 0;
	font-size: 20px;
}
.custom-banner a {
    color: #ccc;
}

.custom-banner a:hover {
    color: #d9af42;
}
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } 
}

.footer-top {
    padding-top: 50px;
}
.footer-top  h2 {
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
}
.footer-top-container {
    width: 100%;
	padding: 0 0px;
}
.footer-top-container button{
	display: none !important;
}
/* Slider */
.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
	max-height: 150px;
}
.responsive-regular1 .slick-slide img{
    display: block;
	max-height: 300px;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix'), 
	url('fonts/slick.woff'), 
	url('fonts/slick.ttf'),
	url('fonts/slick.svg#slick');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slider {
        width: 100%;
        margin: 30px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

/**** media section goes above***/
/**** about section geos below***/
.cm-left-right-image {
    display: block;
    padding: 50px 0;
}

.cm-left-right-image  h3 {
    color: #d9af42;
    font-size: 42px;
    font-family: 'Montez', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 20px;
}

.cm-left-content p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 30px;
}

.cm-left-content {
    width: 50%;
    float: left;
    padding: 10px 20px;
}

.cm-right-image {
    width: 50%;
    float: left;
    padding: 10px 20px;
    text-align: center;
}

.cm-right-image img {
		width: 100%;
		text-align: center;
		max-height: 400px;
		max-width: 280px;
}
.cm-row1 {
    background-color: #e7f4f8;
}
.cm-row2 {
    background-color: #fffbde;
}
.cm-row3 {
    background-color: rgba(88, 157, 62,0.2);
}
/**** about section geos above***/
/**** form style goes below***/
input[type="email"] ,
input[type="text"]{
    padding: 10px 10px;
    width: 100%;
    border-radius: 2px;   
    color: #000;
    box-shadow: none;
	outline:none;
}
input:focus{
	outline:none;
}
input[type="submit"] {
    position: relative;
    min-width: 90px;
    background: #d9af42;
    color: #000;
    right: 0;
    padding: 11px 10px;
    border: none;
    border-radius: 2px;
    font-weight: bold;
	margin-top: 15px;
}
/*** silder style***/
  [class*="slideshow"] {
  max-width: 100%;
  height: 700px	;
  margin: 0 auto 40px;
  outline: none;
}

[class*="slideshow"] img {
  display:none;
}
.image_wrapper .text_content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  opacity: 1;
}

.text_content * {
  margin: .1em 0;
}
.square1 {
	font-family: helvetica, arial, sans-serif;
}

.square1 img {
	display:none;
}

.slides_container {
    position: relative;
    height: 100%;
	overflow: hidden;
}

.image_wrapper,
.wrap_placeholder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: none;
	background-size: 0;
	background-position:center center;
	background-repeat:no-repeat;
	transition: transform 1s ease-in-out;
}

.image_wrapper.no_transition,
.wrap_placeholder.no_transition {
	transition: none !important;
}

.image_wrapper > a {
	display:block;
	width:100%;
	height:100%;
}

.square1_prev_image,.square1_next_image {
	position:absolute;
	top:50%;
	left:20px;
	width:50px;
	height:50px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
	background-size: 40%;
	color: rgba(255,255,255,.3);
	cursor:pointer;
	transform:translate(0,-50%);
	z-index:1000;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity: .5;
	transition: opacity .3s ease-in-out;
}

.square1_prev_image:hover,.square1_next_image:hover {
	opacity: 1;
}

.square1_next_image {
	transform: translate(0,-50%) rotate(180deg);
	left:auto;
	right:20px;
}

.square1_dots {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:1000;
	overflow:hidden;
}

.square1_dots span {
	position:relative;
	display:inline-block;
	margin:0;
	padding:7px;
	cursor:pointer;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

.square1_dots span:before {
	content:" ";
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	background:rgba(0,0,0,.3);
	box-shadow: 0 0 14px 0px rgba(255,255,255,.4)
}

.square1_dots span.current:before {
	background:rgba(0,0,0,1);
}

.square1_dots span:hover:before {
	background:rgba(0,0,0,1);
	box-shadow:0 0 2px rgba(255,255,255,.4);
}

.square1_spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 5px solid rgba(0,0,0,0);
	border-top: 5px solid rgba(0,0,0,.5);
	animation: square1_spinner 1s linear infinite;
	z-index: -1;
	display: none;
}

.square1.loading .square1_spinner {
	display: block;
}


@keyframes square1_spinner {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


/* custom settings styles */

.fill_mode-contain .image_wrapper,
.fill_mode-contain .wrap_placeholder {
	background-size: contain;
}

.fill_mode-cover .image_wrapper,
.fill_mode-cover .wrap_placeholder  {
	background-size: cover;
}



.prev_next_nav-outside .square1_prev_image {
	left: -60px;
}

.prev_next_nav-outside .square1_next_image {
	right: -60px;
}

.prev_next_nav-hover .square1_prev_image {
	left: -60px;
	opacity: 0;
}

.prev_next_nav-hover:hover .square1_prev_image{
	left: 20px;
	opacity: 1;
}

.prev_next_nav-hover .square1_next_image {
	right: -60px;
	opacity: 0;
}

.prev_next_nav-hover:hover .square1_next_image{
	right: 20px;
	opacity: 1;
}

.prev_next_nav-none .square1_prev_image,
.prev_next_nav-none .square1_next_image {
	display: none;
}

.dots_nav-outside .square1_dots {
	bottom: -34px;
}

.dots_nav-hover .square1_dots {
	bottom: -34px;
	opacity: 0;
	transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
}

.dots_nav-hover:hover .square1_dots {
	bottom: 0;
	opacity: 1;
}

.dots_nav-none .square1_dots {
	display: none;
}


.square1_caption {
	position:absolute;
	bottom:-54px;
	left:0;
	right:0;
	font-size: .75em;
	text-align:center;
	display:none;
}

.caption-none .square1_caption {
	height: 0;
	width: 0;
	overflow: hidden;
}

.caption-inside .square1_caption {
	bottom: 0;
	padding: 0.7em;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.4);
}

.caption-hover .square1_caption {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.caption-hover:hover .square1_caption {
	opacity: 1;
}

.dots_nav-inside .square1_caption,
.dots_nav-hover .square1_caption,
.dots_nav-none .square1_caption {
	bottom: -25px;
}

.dots_nav-inside.caption-inside .square1_caption,
.dots_nav-hover.caption-inside .square1_caption,
.dots_nav-none.caption-inside .square1_caption {
	bottom: 0;
}

.dots_nav-inside.caption-inside .square1_dots,
.dots_nav-hover.caption-inside:hover .square1_dots {
	bottom: 30px;
	opacity: 1;
}




/* Light Theme */

.theme-light .square1_prev_image,
.theme-light .square1_next_image {
	background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E");
}

.theme-light .square1_dots span:before {
	background: rgba(200,200,200,.4);
}

.theme-light .square1_dots span:before {
	background:rgba(200,200,200,.4);
	box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
}

.theme-light .square1_dots span.current:before {
	background:rgba(255,255,255,.7);
}

.theme-light .square1_dots span:hover:before {
	background:rgba(255,255,255,.7);
	box-shadow:0 0 2px rgba(0,0,0,.4);
}

.theme-light.caption-inside .square1_caption {
	background: rgba(255,255,255,.7);
	color: rgba(0,0,0,.8);
}

.theme-light .square1_spinner {
	border-top: 5px solid rgba(255,255,255,.5);
}



/* Responsive */
@media (min-width: 993px) and (max-width: 1199px){
.nav ul li a {
    padding: 0 10px;
}	
.cm-gallery-conatiner .gallery a {
    width: 32%;
}
.cm-social-links ul li {
    margin-right: 4px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.nav ul li a {
    padding: 0 7px;
    font-size: 12px;
}	
.cm-gallery-conatiner .gallery a {
    width: 48%;
    height: 300px;
}
.cm-social-links ul li {
    margin-right: 4px;
}
.cm-form input[type="email"] {
    width: 100%;
}
.cm-form input[type="submit"] {
    position: relative;
}
.custom-banner {
    min-height: 300px;
}
}

@media (max-width: 767px) {
	.square1_prev_image {
		left: 0px;
	}
	.square1_next_image {
		right: 0px;
	}
	.square1_spinner {
		width: 20px;
		height: 20px;
	}
.cm-gallery-conatiner .gallery a {
    width: 100%;
    height: 250px;
    margin: 25px 0;
    border: none;
    text-align: center;
}
.custom-banner h1 {
	font-size: 20px;
}
 h1 {
    font-size: 20px;
}
.cm-terms li {
    font-size: 14px;
    text-align: justify;
    font-family: 'Open Sans';
}
.cm-terms ol {
    padding-left: 15px;
}
.nav ul {
    width: 100%;
    position: fixed;
    top: 97px;
    right: -100%;
    height: 100%;
    background: #000;
    transition: all 0.5s ease;
    z-index:9;
}
.active-menu  .nav ul {
    right: 0;
}
.toggle-menu > a{
	display:block;	
}
.toggle-menu > a {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #d9af42;
    display: block;
    cursor: pointer;
	z-index: 999;
	top: 20px;
}
.toggle-menu > a:after {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    width: 30px;
    height: 2px;
	background-color: #d9af42;
	transition: all 0.5s ease;
}
.toggle-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 36px;
    width: 30px;
    padding: 0;
    cursor: pointer;
}
.toggle-menu > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    width: 30px;
    height: 3px;
	background-color: #d9af42;
	transition: all 0.5s ease;
}
.nav ul li {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.nav ul li a {
    display: block;
    width: 100%;
}
.active-menu  .toggle-menu > a {
    width: 0;
}
.active-menu  .toggle-menu > a:after {
    transform: rotate(45deg);
    top: 5px;
}
.active-menu .toggle-menu > a:before {
    transform: rotate(-45deg);
	bottom:-5px;
}
body.active-menu {
    overflow: hidden;
}
.nav {
    padding: 0;
}
.cm-left-content {
    width: 100%;
}
.cm-right-image {
    width: 100%;
}
.cm-gallery-conatiner .gallery a img, .cm-gallery-conatiner .gallery a iframe {
    max-width: 300px;
    border: 3px solid #d9af42;
}

.cm-crown-chaser-container #gallery img {
    float: none;
}
  [class*="slideshow"] {
  height: 350px;
}
.cm-team {
    padding: 30px 0 0;
}
.contact-form form input[type="submit"] {
    font-size: 18px;
    height: 45px;
}
.footer-logo img {
    max-width: 100px;
}
.quicks-links {
    padding: 0 !important;
}
.header-container-top .container {
    padding: 0;
}
.contact-form form {
    padding: 30px 15px;
}
.cm-terms blockquote {
    font-size: 15px;
}
.cm-terms {
    padding: 50px 0 30px;
}
.quicks-links {
    padding: 0;
}
.left-logo img {
    max-width: 60px;
}
.left-logo {
    padding-top: 0;
}
.custom-banner {
    min-height: 200px;
}
.cm-winner-wrapper ul.tabs {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.header-container-top>.container>a {
    display: none !important;
}
}
@media (min-width: 550px) and (max-width: 767px){
.cm-gallery-conatiner .gallery a {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	float: none;
}
.cm-gallery-conatiner .gallery a {
    display: inline-block !important;
    width: 49%;
    padding: 15px 5px;
    text-align: center;
}
.logout {
    top: 5px;
}

}
/* gallery load more */
.gallery {
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery a { 
  display: none;
  float: left;
  list-style: none;
  margin-right: 10px;
}
.more, .less {
  background-color: #000;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin:0 auto;
  margin-top: 6px;
  padding: 6px 0;
  text-align: center;
	text-transform: uppercase;
  width: 320px;
}

/* login form css*/
.login-site {
    margin-top: 20%;
    margin-bottom: 20%;
    background-color: rgba(254,204,0,0.57);
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
    z-index: 99;
}
.login-site h1 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin: 0;
}
.login-page .body-container-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    background-image: url("../images/login-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    color: rgb(176 213 171);
}

.login-page .body-container-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(176, 213, 171,0.2);
}

.login-site form input[type="text"],
.login-site form input[type="password"] {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: rgba(33, 37, 41, 0.85);
    border: 1px solid rgba(33, 37, 41, 0.85);
    margin-bottom: 10px;
    line-height: normal;
    width: 100%;
    padding: 13px 25px;
    border-radius: 2px;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.login-site form input[type="text"]:focus,
.login-site form input[type="password"]:focus{
     border-color: #fecc00;
}
.login-site form input[type="submit"]{
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #1e1d1c;
    display: block;
    background-color: #fecc00;
    border-color: rgba(33, 37, 41, 0.85);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    outline: none;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    -webkit-appearance: button;
    right: 0;
    padding: 11px 10px;
    border: none;
    border-radius: 2px;
}
.login-site form input[type="submit"]:hover{
color: #fff;
    background-color: #1e1d1c;
}
.login-site form span {
    position: relative;
}

.login-site form span i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-size: 25px;
}
.tab-content .col-md-3 p {
    margin: 15px 0;
    clear: both;
    display: block;
}
div#tab-7 {
    text-align: left;
}
.btn-warning {
    margin-right: 5px !important;
}
.videos-section-wrapper h3 {
    color: #d9af42;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 0 30px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}
.videos-section-wrapper.cm-team h3 {
    border-bottom: none;
    padding-top: 0;
    margin: 0;
}
