
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #999;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
}
html {
	font-family: 'Roboto', sans-serif !important;
}
html,
body{
	width: 100%;
	height: 100%;
}
/* Link style
/* ------------------------------ */
a{
	color: #212121;
}
a,
a > *{
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}
a:focus,
a:hover{
	color: #8A1E41;
	outline: none;
	text-decoration: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* Transition elements
/* ------------------------------ */
a,
button,
.transition{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 03s ease;
	transition: all 0.3s ease;
}
/* ================ Typography ================== */
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #8A1E41;
	margin: 0 0 15px;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin: 0 0 15px;
}

.white-txt,
h3.white-txt{
	color: #fff;
}

/* ================= Global Classes ==================== */

/* -- margin-top -- */
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-35{
	margin-top: 35px;
}
.mt-40{
	margin-top: 40px;
}
.mt-50{
	margin-top: 50px;
}
.mt-70{
	margin-top: 70px;
}

/* -- margin-right -- */

.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-30{
	margin-right: 30px;
}

/*margin left*/
.ml-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}
.ml-30{
	margin-left: 30px;
}

/* -- margin-bottom -- */
.mb-0{
	margin-bottom: 0;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-70{
	margin-bottom: 70px;
}
.mb-80{
	margin-bottom: 80px;
}

/*-- padding left --*/
.pdl{
	padding-left: 10px;
}
.pdl-20{
	padding-left: 20px;
}
/*padding right*/
.pdr-10{
	padding-right: 10px;
}
.pdr-20{
	padding-right: 20px;
}
.pdr-30{
	padding-right: 30px;
}

/*padding bottom*/
.pdb-10{
	padding-bottom: 10px;
}
.pdb-20{
	padding-bottom: 20px;
}
.pdb-30{
	padding-bottom: 30px;
}
.pdb-40{
	padding-bottom: 40px;
}
.pdb-50{
	padding-bottom: 50px;
}
.pdb-60{
	padding-bottom: 60px;
}
.pdb-70{
	padding-bottom: 70px;
}
.pdb-80{
	padding-bottom: 80px;
}
.pdb-90{
	padding-bottom: 90px;
}
.pdb-100{
	padding-bottom: 100px;
}
 /*padding top*/
.pdt-0{
	padding-top: 0px;
}
.pdt-10{
	padding-top: 10px;
}
.pdt-20{
	padding-top: 20px;
}
.pdt-30{
	padding-top: 30px;
}
.pdt-40{
	padding-top: 40px;
}
.pdt-50{
	padding-top: 50px;
}
.pdt-60{
	padding-top: 60px;
}
.pdt-70{
	padding-top: 70px;
}
.pdt-80{
	padding-top: 80px;
}
.pdt-90{
	padding-top: 90px;
}
.pdt-100{
	padding-top: 100px;
}

.slider-wrapper {
	height: 520px;
}

.section-padding{
	padding-top: 100px;
	padding-bottom: 70px;
}

.grey-bg{
	background-color: #eff2f5;
}
.blue-bg{
	background-color: #011a48
}
.dark-blue-bg{
	background-color: #011334
}
.redwine-bg{
	background-color: #8A1E41;
}

/*
Form Style
-------------------------------------------*/

.form-control {
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
}

.form-control:focus {
    border-color: #581429;
    box-shadow: none;
}
::-webkit-input-placeholder {
  color: #d7d7d7;
  font-weight: 300;
}
::-moz-placeholder {
  color: #d7d7d7;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #d7d7d7;
  font-weight: 300;
}
:-moz-placeholder {
  color: #d7d7d7;
  font-weight: 300;
}



/* Button Style
/* ------------------------------ */
.btn{
    padding: 12px 32px;
    border: 0;
    text-transform: capitalize;
}
.btn.active{
	box-shadow: none;
}
.btn-primary{
	background-color: #721B3B;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active:hover {
    background-color: #581429;
}


.section-title {
    font-weight: 800;
    text-transform: capitalize;
}
.section-sub {
    width: 80%;
    margin: 0 auto;
}

@media screen and ( max-width: 766px ){
	.section-sub{
		width: 100%;
	}
}

.container-fluid.no-gutter,
.no-gutter > [class*='col-']{
	padding-left: 0;
	padding-right: 0;
}
.custom-gutter {
    margin-right: 0;
    margin-left: 0;
}
.custom-gutter > [class*='col-']{
	padding-left: 1px;
	padding-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.white-text {
	color: #fff;
}


/*-----------------------------------------------------
Hero Unit
------------------------------------------------------*/
.fullscreen-banner {
  height: 100vh;
  width: 100%;
}

.hero-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (min-width: 768px) {
	.hero-content {
		padding-top: 125px;
		padding-bottom: 125px;
	}
}

.hero-intro {
	display: block;
	font-size: 18px;
	letter-spacing: 7px;
	margin-bottom: 20px;
}
.hero-title {
	font-size: 50px;
	line-height: 55px;
}
.hero-wrapper a.btn {
	display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.bg-cover,
[class*='banner-'] {
    background-size: cover !important;
}

@media (min-width: 992px) {
    .bg-fixed {
        background-attachment: fixed;
    }
}

.banner-1 {
    background-image: url("../img/slider/banner-1.jpg");  
}
.banner-2 {
    background-image: url("../img/slider/banner-2.jpg");  
}



.overlay {
  position: relative;
}
.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); /*fallback overlay*/
}

/* dark overlay */
.overlay.dark-0:before {
    background-color: rgba(88,20,41,0);
}
.overlay.dark-1:before {
    background-color: rgba(88,20,41,.1);
}
.overlay.dark-2:before {
    background-color: rgba(88,20,41,.2);
}
.overlay.dark-3:before {
    background-color: rgba(88,20,41,.3);
}
.overlay.dark-4:before {
    background-color: rgba(88,20,41,.4);
}
.overlay.dark-5:before {
    background-color: rgba(88,20,41,.5);
}
.overlay.dark-6:before {
    background-color: rgba(88,20,41,.6);
}
.overlay.dark-7:before {
    background-color: rgba(88,20,41,.7);
}
.overlay.dark-8:before {
    background-color: rgba(88,20,41,.8);
}
.overlay.dark-9:before {
    background-color: rgba(88,20,41,.9);
}
.overlay.dark-10:before {
    background-color: rgba(88,20,41,1);
}



/*Verticle Aligne Middle content*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
}


.redwine-bg .nav-tabs { 
	border-bottom: 1px solid #721C3B;
}
.redwine-bg .nav-tabs > li.active > a, .redwine-bg .nav-tabs > li.active > a:focus, .redwine-bg .nav-tabs > li.active > a:hover { 
	border-width: 0;
	border-radius: 0px;
}
.redwine-bg .nav-tabs > li > a { 
	border: none; 
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}
.redwine-bg .nav-tabs > li.active > a, .redwine-bg .nav-tabs > li > a:hover { 
	border: none; 
	color: #fff !important; 
	background: #721C3B; 
}
.redwine-bg .nav-tabs > li > a::after { 
	content: ""; 
	background: #fff; 
	height: 1px; position: absolute; 
	width: 100%; left: 0px; bottom: -1px; 
	transition: all 250ms ease 0s; 
	transform: scale(0); 
}
.redwine-bg .nav-tabs > li.active > a::after, .redwine-bg .nav-tabs > li:hover > a::after { 
	transform: scale(1); 
}
.redwine-bg .tab-nav > li > a::after { 
	background: #21527d none repeat scroll 0% 0%; 
	color: #fff; 
}
.redwine-bg .tab-pane { 
	padding: 15px 0; 
}
.redwine-bg .tab-content{
	padding:20px
}

.redwine-bg .card {
	margin-bottom: 15px;
}


/*----------------------------------------------------
Case Studies Style
------------------------------------------------------*/
.portfolio-wrapper {}
.portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-item::before {
	content: "";
    position: absolute;
    background-color: rgba(88, 20, 41, 0.9);
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-thumb img {
	width: 100%;
}
.portfolio-description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.portfolio-description p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.portfolio-description h3 {
	color: #fff;
    margin-bottom: 15px;
	font-weight: 500;
}

.portfolio-description h4 {
	margin: 0;
	color: #fff;
	font-weight: 300;
}
.portfolio-description h4 a {
    color: #D4B6BF;
}
.portfolio-description h4 a:hover {
	color: #fff;
}

.vertical-border {
    background-color: #fff;
    width: 3px;
    height: 100px;
    position: absolute;
    top: -50%;
    left: 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.portfolio-item:hover .vertical-border {
	top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
  	transition: all 600ms cubic-bezier(0.52,1.64,.37,.66);
}


.vertical-border,
.portfolio-description,
.portfolio-item::before {
    opacity: 0;
    visibility: hidden;
}

.portfolio-item:hover::before,
.portfolio-item:hover .vertical-border,
.portfolio-item:hover .portfolio-description {
    opacity: 1;
    visibility: visible;
}

/*-----------------------------------------------------
contact Page
-------------------------------------------------------*/

/*
contact us section style
---------------------------------------------------------------------------------------------*/
.contact-form textarea {
	min-height: 160px;
	padding: 20px;
	resize: none;
}
.contact-form .form-control{
	font-weight: 300;
}

/*-----------------------------------------------------
address-section
-------------------------------------------------------*/
.address-section {
    background-color: #011d52;
}
.address-wrapper address > ul li {
    display: table;
    margin-bottom: 10px;
    color: #999;
}
.address-wrapper address > ul li:last-child {
    margin-bottom: 0;
}
.address-icon {
    display: table-cell;
    vertical-align: top;
}
.address-icon i {
    color: #fff;
}
.address-title {
    color: #ffcc00;
    font-weight: 700;
}
@media (max-width: 767px) {
	.address-wrapper {
		margin-bottom: 30px
	}
}



/*-----------------------------------------------------
Footer Section
-------------------------------------------------------*/
.primary-footer {
    background-color: #8A1E41;
}

.primary-footer p,
.primary-footer h2 {
	color: #fff;
}

.primary-footer a {
	color: #fff;
}

@media (max-width: 991px) {
	.primary-footer .widget {
		margin-bottom: 30px
	}
}

/*copyright-wrapper*/
.copyright-wrapper {
    background-color: #581429;
}
.copyright-info {
	padding: 22px 0;
}
.copyright-info p {
    font-size: 14px;
    color: #D4B6BF;
    margin-bottom: 0;
    font-weight: 500;
}
.copyright-info p a {
    color: #fff;
}

/*-----------------------------------------------------
bootsnav menu override css
-------------------------------------------------------*/
nav.navbar.bootsnav {
	border-bottom: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img {
    max-height: 80px;
}
.navbar-full .navbar-brand img {
    max-height: 50px;
}

nav.navbar.bootsnav ul.nav > li > a {
	color: #413F3F;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content .menu-col li.active > a {
    color: #8A1E41;
}
nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu {
    border-top-color: #8A1E41;
}
.dropdown-menu .title {
	font-size: 15px;
}
.dropdown-menu.cart-list h2 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}
.dropdown-menu.cart-list h2 a {
	color: #413F3F;
}
.dropdown-menu.cart-list h2 a:hover {
	color: #8A1E41;
}

@media (max-width: 992px) {
	.navbar-brand img {
	    max-height: 50px;
	}
	nav.navbar.bootsnav .navbar-brand {
	    float: left !important;
	    margin: 0 0 0 20px !important;
	}

	.attr-nav > ul > li > a {
	    padding: 12px 15px 10px;
	}

}

@media (min-width: 993px) {
	/*transparent menu*/
	nav.navbar.bootsnav.no-background {
	    box-shadow: none;
	}

	nav.navbar.bootsnav ul.nav > li > a {
	    font-size: 15px;
	    font-weight: 400;
	}

	/*navbar-brand-top*/
	nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
		margin-bottom: 20px;
	}

}
@media (min-width: 993px) and (max-width: 1199px) {
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 30px 8px;
	}
}
@media (min-width: 1024px) {
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
	    padding: 6px 0;
	}
}

@media (min-width: 1200px) { 
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 30px 15px;
	}

	nav.navbar.navbar-sidebar.bootsnav ul.nav > li > a {
	    padding: 10px 15px;
	}
}


/*Onepage Menu*/
@media (max-width: 992px) {
    .onepage nav.navbar.bootsnav .navbar-brand {
        float: left !important; 
        margin: 0 !important; 
    }
    .onepage nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-left: -200px;
        margin-right: auto;
        margin-top: 5px;
    }
    nav.navbar.bootsnav .navbar-toggle {
    	color: #6f6f6f;
    }
}

/* ================ Preloader ================== */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}