/* header section */

/*
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:wght@300,400,500,600,700,900");

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");*/
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.btn,
.elh-header-left-style p,
.elh-stylish-font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar .navbar-nav li a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Lato', sans-serif;
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #708090;
    border-radius: 5px
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    font-size:14px;
    color: #111;
    line-height: 1.857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
	background:#fff;
	font-family: 'Lato', sans-serif;
}

p {
    margin-bottom: 25px
}

p:last-child {
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 6rem
}

.h2,
h2 {
    font-size: 4.8rem
}

.h3,
h3 {
    font-size: 3.6rem
}

.h4,
h4 {
    font-size: 2.4rem
}

.h5,
h5 {
    font-size: 1.8rem
}

.h6,
h6 {
    font-size: 1.2rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.208333;
    font-weight: 700
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	color:#000;
}

a:focus,
a:visited {
    outline: 0
}
a:focus, a:hover {
    color: #000;
}
#topmsg.owl-carousel .owl-controls { display:none!important}
#topmsg.owl-carousel .owl-wrapper-outer{padding-bottom:0px;}
.topmsg {
    width: 100%;
    padding: 2px 0 2px 0;
    background:#f7f7f7;
    font-size: 14px;
}

.topmsg .container {
    padding: 0 15px 0 15px
}

.topmsg_cntnt {
    width: 100%;
    text-align: center
}

.topmsg_cntnt p {
    color: #000;
    font-weight: 500;
	margin-bottom:0px
}

.topmsg_cntnt_spbtn {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 10px
}

.topmsg_cntnt_spbtn:hover {
    opacity: .3
}

.topmsg_close {
    color: #000;
    margin: 0 0 0 5px;
    font-weight: 100;
    border: 0;
    background: 0 0;
	position: fixed;
    top: 0px;
	margin-left: 120px;
}

.topmsg_close:hover {
    opacity: .8
}

.topmsg_cntnt p a{
    color: #000;
    font-weight:400;
	letter-spacing: 1px;
	text-transform:none;
	margin-left:10px
}

.topmsg_cntnt p a:hover{
    color:#000;
}



header{ background:#972724; z-index:999; -webkit-transition: all .3s ease; transition: all .3s ease;position: fixed; width:100%; top:0px}

header.affix{
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: fixed
}

header .logo img{ width:100%; transition: all .3s ease-in-out;}

header.affix .logo img{ width:75%; transition: all .3s ease-in-out;}

header.affix .desktop-search {margin-top:9px;}

header.affix .cart-top {padding-top:14px!important; margin-bottom:0px}



.top-bar {
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 100%
}

.top-bar a {
    color:#1a1c2b
}

.phone-top {
    padding-top: 10px!important;
    letter-spacing: 2px
}

.phone-top span {
    margin-top: -1px!important;
    position: absolute;
    margin-left: 7px
}

.phone-top a i {
    font-size: 18px
}

.phone-top a svg {
    height: 16px;
    fill: #fff
}

.phone-top a:hover svg {
    fill: #000
}

.phone-top a:hover {
    color: #000
}

.desktop-search{ margin-top:9px}
.desktop-search input[type=text] {
  padding:6px 5px 4px 10px;
  color:#1a1c2b;
  font-size:14px;
  font-weight:500;
  border:1px solid #f7f7f7;
  width:100%;
  border-radius:0px
}
.desktop-search input[type=text]:focus{
	outline:0;
}

.desktop-search button {
  float: right;
  color:#000;
  padding:1px 18px;
  z-index:5;
  position:absolute;
  background:transparent;
  font-size:19px;
  border: none;
  cursor: pointer;
  margin-left:-48px;
  border-radius:0px
}

.desktop-search button:hover {color:#000}

.desktop-search button:focus{ outline:none; border:0px}

.cart {
	position: absolute;
    margin-left: -25px;
    margin-top: -1px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px!important;
    font-style: normal;
}

.cart:hover {
    opacity: .5
}

.cart-top {
    padding-top:14px!important;
	padding:0px;
    letter-spacing:1px;
    text-align: right;
    list-style: none
}

.cart-top li {
    display: inline-block;
	margin-left:20px;
}

.cart-top li img {
    margin-top: -3px;
	width:36px;
}

.cart-top li span {
    margin-top: -1px!important;
    position: absolute;
    margin-left: 7px
}

.cart-top li a .fa {
    font-size: 18px
}

.cart-top li a{font-weight:500; color:#FFF}

.cart-top li a:hover svg {
    fill: #000
}

.cart-top li a:hover {
    color: #fff
}

.cart-top li .active{ background:#fff; color:#000; padding:4px 15px}
.cart-top li .active:hover{color:#000;}

.login-top i {
    font-style: normal
}
.login-top ul:after {
    content: "";
    border-bottom:8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    position: absolute;
    top: -8px;
    right:45%;
    z-index: 9;
}
.login-top ul {
    display: none;
    position: absolute;
    top:45px;
    left: auto!important;
    right: 0;
    border-radius: 0;
    border: none;
    background:#fff;
    width:140px;
    padding: 0;
    text-align: left;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -khtml-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.login-top:hover ul {
    display: block;
    z-index: 999
}

.login-top li {
    display: block;
    font-size: 14px;
	margin-left:0px;
	border-bottom: 1px solid #f0f0f0;
}

.login-top li.active {
    display: block;
    font-size: 12px;
    padding: 5px 20px;
    color: #000;
    border-bottom: 1px dotted #000;
    background: #fff;
}

.login-top li a {
    display: block;
    padding: 5px 20px;
    color: #000
}

.login-top li a:hover {
	color: #000;
    background:#fafafa
}

.search-toggle {
    float: right;
    margin-top: -54px;
    font-size: 23px;
    width: 35px;
    text-align: center;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    margin-right: 110px
}

.search-toggle:hover {
    color: #000
}

.search-toggle:focus {
    outline: 0
}

.searchform {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: rgba(255, 255, 255);
    width: 100%;
    padding:10px 10px 5px 15px;
}

.searchform input[type=text] {
    padding:0px;
    font-size: 15px;
    border: 0;
    float: left;
    width: 100%;
    background: #fff;
    border:0px solid #000;
}

.searchform input:focus {
    outline: 0
}

.searchform button {
    float: right;
    width: 40px;
    padding: 0px 0;
    color: #000;
    background: 0 0;
    font-size: 20px;
    border: 0;
    border-left: none;
    cursor: pointer;
    margin-left: -11px;
    margin-top:-33px;
    border-left: 0;
}

.searchform button:hover {
    color: #000
}

.searchform button:focus {
    outline: 0
}

.searchform::after {
    content: "";
    clear: both;
    display: table
}


#mainmenu {
    width: 100%;
    display: flex;
    justify-content: center;
	position:absolute;
	
}

.navbar {
    background-color: #ff914D;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 990;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	min-height:auto;
	height:43px;
}

.navbar .navbar-brand {
    display: none;
    height: 40px;
    margin-top: 7px
}

.navbar .navbar-brand img {
    width: auto
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute
}

.navbar-brand {
    padding: 0
}

.navbar-brand>img {
    height: 100%;
    width: auto
}

.navbar .navbar-nav li:last-child a {
    border-right: 0
}

.navbar .navbar-nav>li>a {
    padding:11px 27px 9px 27px;
    font-size: 16px;
    font-weight:700;
    color:#fff;
}

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

.navbar .navbar-nav>li.active a {
    border-top: solid 3px #000
}

.navbar .navbar-nav .dropdown-menu {
    display: block;
    border: none;
    padding:0px;
	background-color:#1a1c2b;
    left: 0;
    right: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.navbar .navbar-nav .dropdown-menu li a {
    padding:2px 15px;
    border-top: none;
    display: flex;
    font-size: 15px;
}

.navbar .navbar-nav .dropdown-menu li a:hover {
    color: #000;
	text-decoration:underline;
    background: 0 0
}

.navbar .navbar-nav .dropdown>a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 4px
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    visibility: visible
}

.navbar .navbar-right>li:last-child .dropdown-menu,
.navbar .navbar-right>li:nth-last-child(2) .dropdown-menu {
    right: 0;
    left: auto
}

.navbar .navbar-nav .mega-dropdown-menu{
    padding:20px 0px;
    border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa!important;
	margin:0px;
	background-color:#fff;
    left: 0;
    right: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mega-dropdown-menu ul{ list-style:none; margin:0px; padding:0px}
.mega-dropdown-menu ul li a {
    padding:2px 0px!important;
    border-top: none;
    display: flex;
    font-size: 14px;
    color: #000;
}

.navbar .navbar-nav .dropdown-menu .mega-dropdown-menu li a:hover {
    color: #000;
    background: 0 0
}

.mega-dropdown-menu h4 {
    margin-top: 10px;
    margin-bottom: 3px;
    padding-bottom:20px;
    margin-bottom:10px;
    font-size: 15px;
	font-weight:500;
    color: #000;
}

.mega-dropdown-menu h4:after {
    content: "";
    width:15px;
    height:2px;
    background: #000;
    position: absolute;
    top:40px;
    left:15px
}



.dropdown-menu2 {
    display: none;
    border: none;
    padding: 10px;
    float: left!important;
    position: absolute;
    left: 90%!important;
    top: 0;
    opacity: 0;
    border-bottom: 4px solid #000;
    background: #fff;
    width: 185px;
    list-style: none
}

.dropdown-menu2 li a {
    line-height: 20px;
    padding: 6px 10px;
    border-top: none;
    font-weight: 400;
    width: 100%
}

.dropdown-menu2 li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 4px
}

.dropdown-menu2 li a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: underline
}

.dropdown2:hover .dropdown-menu2 {
    opacity: 1;
    display: block
}

.mega-dropdown {
    position: static!important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0 0 15px 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    clear: both
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.mega-dropdown-menu .dropdown-header {
    color: #000;
    font-size: 16px;
    padding: 10px 0 0 10px;
    line-height: 30px;
    font-weight: 500
}

















/* footer section */
footer {
    /*background-image: url(../images/map.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}


.footer-links {
    text-align:left
}

.footer-links h4 {
    padding-top:30px;
    margin-top: 10px;
    margin-bottom: 3px;
    padding-bottom: 30px;
    margin-bottom:10px;
    font-size: 18px;
	font-weight:400;
    color: #fff;
    text-transform: uppercase
}

.footer-links h4:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top:75px;
    left: 15px
}

.footer-links ul{ list-style:none; margin:0px; padding:0px}


.footer-links a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 25px;
    font-weight: 700;
}

.footer-links a i{
    font-size:18px;
    color:#fff;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-weight: 300;
    width: 20px;
	text-align:center
}

.footer-links a:hover {
    color: #ffc86e;
	text-decoration:underline
}

.footer-social-links {
    text-align:left;
	margin-top:10px
}

.footer-social-links a i{
    font-size: 18px;
    color: #fff!important;
    margin-right:10px
}

.footer-social-links a:hover i{
    color: #ffc86e!important;
}

.frm-con-tag {width:100%; float:left; position:relative;
	}
.frm-con {outline: 0;border: 0 !important;box-shadow: none;border-radius: 0;border-bottom: 1px solid #fff !important;padding: .36em 0em; width:100%;
margin-bottom:10px; background:none; color:#afafaf !important; font-size:13px; font-weight:300; text-transform:uppercase}

.effect-3::-webkit-input-placeholder {color:#ffffff;opacity:1;
	}
.effect-3::-ms-input-placeholder {color:#ffffff;opacity:1;
	}
.effect-3::-moz-placeholder {color:#ffffff;opacity:1;
	}
.effect-3 ~ .focus-border{position: absolute; top:33px; left: 0; width:100%; height:2px; z-index: 99;}
.effect1-3 ~ .focus-border{position: absolute; top:65px; left: 0; width:100%; height:2px; z-index: 99;}
.effect-3 ~ .focus-border:before,
.effect1-3 ~ .focus-border:before, 
.effect-3 ~ .focus-border:after, .effect1-3 ~ .focus-border:after{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color:#000; transition: 0.4s;}
.effect-3 ~ .focus-border:after, .effect1-3 ~ .focus-border:after{left: auto; right: 0;}
.effect-3:focus ~ .focus-border:before,
.effect1-3:focus ~ .focus-border:before, 
.effect-3:focus ~ .focus-border:after, .effect1-3:focus ~ .focus-border:after{width: 50%; transition: 0.4s;
}

.footer-links .button-banner-w{border: solid 1px #fff; margin-top:10px;padding: 5px 15px; font-size:13px; letter-spacing:0px;}


.copyright {
    margin:0 0 30px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}
.prettyprint {
	text-align: left;
    color: #d40606 !important;
    background: #fff;
    width: 100%;
    padding: 10px;
    border: 1px #999 solid;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, .03);
	font-weight: 500;
    margin-bottom: 10px !important;
	
}
.prettyprintS {
	text-align: left;
    color: #027100 !important;
    background: #fff;
    width: 100%;
    padding: 10px;
    border: 1px #999 solid;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, .03);
	font-weight: 500;
    margin-bottom: 10px !important;
	
}