@font-face {
  font-family: VampireCalligraphy-OTF;
  src: url(VampireCalligraphy-OTF.otf);
}
@font-face {
  font-family: VampireCalligraphy-TTF;
  src: url(VampireCalligraphy-TTF.ttf);
}

html {
	height: 100%;
	overflow-x: hidden;
	width:100%;
	max-width:100%;
	scroll-behavior: smooth;
	}
body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    font-family: 'Proxima Nova', sans-serif;
    color: #fff;
    background:#000;
	letter-spacing: .5px;
}
h1{
	margin-bottom:60px;
	text-transform:capitalize;
	text-align: center;
  font-size: 130px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding: 0;
	background: -webkit-linear-gradient(90deg, #BF953F, #FCF6BA 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: 'VampireCalligraphy-OTF', sans-serif;
}
.lead{
	font-weight: 700;
  font-size: 180%;
}
a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p{
	margin:0 0 15px;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus {
    outline: none;
}

:-webkit-input-placeholder {
    color: inherit;
}

.section-padding {
    padding: 60px 0;
}
h1 label{
	display: block;

font-family: 'Proxima Nova', sans-serif;

font-size: 15px;

color: #a1a1a1;

letter-spacing: 1px;
}
h1 b{
	font-family: 'DomaineDisp-Semibold', sans-serif;
	color: #00aced;
}

.header-bg{
	background: url('../images/bg.jpg');
}

.green-bg
{
	background:#00aced;
}

.pb-250
{
	padding-bottom: 250px;
}
.video-frame{
	position:relative;
	z-index:1
}
.video-frame:before{
	content:"";
	position:absolute;
	background:#BF953F;
	background: -webkit-linear-gradient(45deg, #BF953F, #FCF6BA 80%);
  left: -25px;
  top: -25px;
  width:90%;
  height:90%;
  z-index:-1
}
.video-frame iframe{
	
}
.breadcrumb > li{
text-transform:capitalize;
}
.home #sp-wp-carousel-free-id-1425.sp-wpcp-1425 .wpcp-single-item {
  border: none;
}
.wpcp-carousel-section .wpcp-single-item figure{
	position:relative
}
.wpcp-carousel-section .wpcp-single-item figure:before{
	position: absolute;
  content: "";
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .5;
  z-index: 1;
  border: 11px solid rgba(0,0,0,.9);
}
 .white-bg
 {
 background:#fff!important;
 }
.banner-info h1{
	margin-bottom:0
}
.breadcrumb li a
{
color: #db261f;    
}
.breadcrumb a{
	font-weight:900;
	color:#fff;
}
.breadcrumb {
    bottom: 0;
    background: transparent;
    font-size: 24px;
    font-weight: 400;
    list-style: none outside none;
    padding: 10px 0;
	text-align: center;
}
.breadcrumb > li + li::before {
    content: "";
    background: url(../images/breadcrumb.png) no-repeat center center;
    margin: 0 10px;
    padding: 0 10px;
	font-size: 13px;
}


.pb-0{
	padding-bottom:0
}
.white-t{
	color:#fff!important;
}
/***** Scroll top  *****/

#scrollUp {
    background: #000;
   border-radius: 50%;
  bottom: 56px;
  font-size: 20px;
  width:55px;
	height:55px; 
	line-height:55px;
	text-align:center;
  right: 50px;
  transition: all 0.5s ease 0s;
  z-index: 999 !important;
  position: fixed;
  color: #fff;
}

#scrollUp:hover {
    background-color: #272727;
}

#scrollUp:hover .hvr-icon-bob:before {
    color: #fff;

}


/***** bold title start *****/
.btn-primary, .btn {
    color: #000;
position:relative;
background:#BF953F;
	background: -webkit-linear-gradient(45deg, #BF953F, #FCF6BA 80%);
border-color: transparent;
border-radius: 35px;
text-transform: uppercase;
padding: 13px 60px 13px 40px;
box-shadow: 0 0 20px rgba(0,0,0,.3);
margin: 30px 0 0;
font-size:20px;
}
.btn-primary.btn:before{
	position:absolute;
	content:"\f101";
	font-family: Fontawesome;
  right: 40px;
}
.bold-heading p {
    margin: 30px 0 0;
}
.greybg{
	background:#101010
}

/*  ================================
        Header Area
    ================================ */

.header-top {    
	background:#161616;
	position: relative;
}
.header-top:before{
	position:absolute;
	content:"";
	background: #fff;

bottom: 0;

top: 90%;

left: 0;

right: 0;
}

.headerarea{
	padding: 29px 0;
}
.social-menu{
	text-align: center;
  padding: 65px 0;
  font-size: 30px;
  position: relative;
  list-style-type:none;
  margin:0;
}
.social-menu:before{
	position:absolute;
	content:"";
	background:#fff;
	width: 2px;
  height: 100%;
  top: 0;
}
.social-menu:after{
	position:absolute;
	content:"";
	background: url(../images/social-menu.png);
  bottom: 0;
  width: 80%;
  height: 100%;
  left: 10%;
  right: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 99%;
}
.social-menu li{
	
}
.social-menu li a{
	color:#fff;
	border-bottom:2px solid #fff;
	display: block;
  padding: 15% 0;
  background:#000;
  position:relative;
  z-index:1
}
.social-menu li:first-child a{
	border-top:2px solid #fff;
}
.callemail-menu{
	list-style-type:none;
  margin:0;
  padding:0
}
.callemail-menu li{
	
}
.callemail-menu li a{
	background: -webkit-linear-gradient(45deg, #BF953F, #FCF6BA 80%);
	display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  color:#383015;
  text-align: center;
  font-size: 45px;
  line-height: 2.3;
}
.callemail-menu li:last-child {
	background: -webkit-linear-gradient(45deg, #BF953F, #FCF6BA 80%);
}
.callemail-menu li:last-child a{
	background: transparent;
  font-size: 20px;
  text-transform: uppercase;
  aspect-ratio: auto;
  writing-mode: sideways-rl;
  text-orientation: mixed;
  padding: 15px 28px;
  font-weight: 700;
}


.header-area{
	
}

.header-menu {
text-transform: uppercase;
}
.menudiv{
	position: relative;

z-index: 9;
}
.slider img{
	width:100%;
	min-width:100%;
	height:auto
}
.slider{
	position: relative;
}
.slider:before{
	position: absolute;
  content: "";
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .5;
  z-index: 1;
  border: 11px solid rgba(0,0,0,.9);
}
.slider .slider-info h1, .slider .slider-info p {
	color:#fff
}
.slider .slider-info img{
	filter: grayscale(0);
}
.slider .slider-info {
	position: absolute;

bottom: 0;

left: 0;
z-index:2;
right: 0;
}
.slider .slider-info h1.blue{
	background:#00aced;
	font-size: 30px;
	display: inline-block;
padding: 8px 15px;
font-family:"VampireCalligraphy-OTF";
}

.slider .slider-info h1.yellow{
	color:#ffcf3e;
	font-family:"DomaineDisp-Semibold";
}

.slider .slider-info h1{
	font-family:"DomaineDisp-Semibold";
	font-size: 43px;
margin: 10px 0;
}

.slider .slider-info p{
	font-family: "Proxima Nova-Bold";
	font-size: 25px;
}
.slider .slider-info h1:first-child
{
margin:50% 0 10px
}
.slider .slider-info a{
	background: #BF953F;
color: #fff;
padding: 15px 50px;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
}
.logo {
    margin: 20px 0;
}
.ml5{
	padding-right: 7%;
	position:relative
}

/***** menu start *****/

.navbar {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.main-menu {
    text-align: right;
}

.navbar-nav {
    float: none;
}

.navbar ul {
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    color: #353535;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #f5a429;
    background-color: transparent;
}

.fixed-menu {
    z-index: 9999 !important;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    display: none !important;
    top: 66px;
    border: 0;
}

.open > .dropdown-menu {
    display: block !important;
}

.dropdown-menu > li > a {
    text-transform: capitalize;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #f5a429;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

/***** menu end *****/

/***** search box end *****/

/*  ================================
        slider area
    ================================ */

.slider-area {
    background-color: #272727;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
}

.breadcrumb > .active {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.breadcrumb li a {
    color: #f5a429;
    /*font-size: 18px;*/
    text-transform: capitalize;
}

blockquote {
    background-color: #F9F9F9;
    border-right: 5px solid #c40942;
    border-left-color: #c40942;
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}
/*  ================================
        Footer Part Area
    ================================ */

.footer-bottom{
	background: #BF953F;
  background: -webkit-linear-gradient(45deg, #BF953F, #FCF6BA 80%);
  color: #000;
  padding: 25px 0 10px;
  font-weight: 600;
}
.footer-bottom [class*="col-"]:last-child{
	text-align:right
}