/* ----------------------------------------------------------------------------------------
* Website  name          : Emma roti 
* Dev  name          : Nababur
* Dev email           : nababurbd@gmail.com
* Dev skype id      : nababur.rahman 
* File              : Coder custom CSS file
* Version           : 1.0.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------- */
/*----------------------------------------*/
/*  emma roti  default CSS
/*----------------------------------------*/
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
font-family: 'Poppins', sans-serif;
  color: #777777; }

h1, h2, h3, h4, h5, h6 {
  color: #2c2c2c;
font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 56px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

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

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #e29613; }

button, input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

/*-- 
    - Common Classes
-----------------------------------------*/
.pt-40{
  padding-top: 37px
}
.pt-60{padding-top: 60px;}
.pb-60{padding-bottom: 60px}
.section-space{
  padding-top: 62px;padding-bottom: 62px
}
/* #header-top{
  background:#1f100d url(../images/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    position: relative;
    z-index: 5;    min-height: 757px;overflow: hidden

} */

/* #header-top::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background:#000; opacity: 0.3;
} */
.header-content-area{
  background:#1f100d url(../img/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    position: relative;
    z-index: 5;    min-height: 757px;overflow: hidden

}
.header-content-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background:#000; opacity: 0.3;
}
.navbar-light .navbar-toggler {
    color: #e29613;
    border-color: #e29613;
    margin-right: 15px;
    background: #fff;
}
span.bar i{
  color: #e29613
}


.navbar.sticky {
  padding-top: 15px !important;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999;

  top: -95px;
  -webkit-transform: translateY(95px);
  transform: translateY(95px);
  transition: transform 1s, -webkit-transform 1s;
 /*    -webkit-box-shadow: 0px 4px 16px 0px rgba(203,203,203,0.25);
    box-shadow: 0px 4px 16px 0px rgba(203,203,203,0.25); */
}


.main-menu ul.navbar-nav {
        padding-left: 35px;
    background: rgba(0, 0, 0, 0.6);
}
.main-menu ul.navbar-nav li.nav-item {

}
.main-menu ul.navbar-nav li.nav-item a{font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
    padding-left: 12px;
    padding-right: 12px;color: #fff
}
.main-menu ul.navbar-nav li.nav-item a.active{
  color: #e29613;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e29613;
}
.main-menu ul.navbar-nav li.nav-item a:hover{color: #e29613;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #e29613;
}
.header-content-area{
  position: relative
}
.header-content {
    padding-top: 110px;
}
.header-content h4{
font-family: 'Poppins', sans-serif;
  font-weight: 700;font-size: 45px;color: #fff
}
.header-content p{
  color: #fff
}
.navbar-light .navbar-brand {
    color: #fff;
}

#header-top .navbar-brand {
margin-right: 0px
}

a.main-btn{
color: #fff;
    border: 1px solid#fff;
    border-radius: 0;
    padding: 6px 28px;
}
a.main-btn:hover{color: #fff;background: #e29613}



.header-caption{
position: absolute;
       bottom: -180px;
    right: 0;
    width: 50%;
    height: 100%;
}



.header-caption img{
  transform: rotate(74deg)
}

.sticky .logo a img{
	    max-width: 150px;
}

.sticky .call-number p a{
	color:#000;background:#fff
}






/* 
Search Css */

.top-search {
position: relative;
    display: inline-block;
    height: 40px;
    width: 110px;
    vertical-align: bottom;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    color: #fff;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);color: #fff
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;cursor: pointer;
}

.search:focus /* + .searchbutton */ {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
   background-color: white; 
  color: black;
}

.search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  top: 0;color: #000
}



/* .top-search input[type=search]{
  //padding: 10px 5px;
} */
.search:focus {
  width: 363px; /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 49px; /* Button width-1px */
}

.expandright:focus {
  padding: 0 0 0 16px;
}



  /**Menu Item css **/
.menu-single-item{
  position: relative
}
.menu-single-item img{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;width: 100%;
}
.middle a:hover{
  color: #fff;
}
.menu-single-item:hover img {
  opacity: 0.3;
}

.menu-single-item:hover .middle {
  opacity: 1;
}
.btn-menu-link {
   background-color: #412420;
    color: white;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    width: 90%;
    margin: 0px auto;
    display: block;
    margin-bottom: 5px;
}

.menu-content a.full-menu-btn {
    color: #948421;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid#948421;
    border-radius: 0;
    padding: 16px 80px;
}
.menu-content a.full-menu-btn:hover{
  background: #e29613;color: #fff
}





/* Standard section css */

.standard-section{
  background: url(../img/middle-banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.standard-content a {
    background: #412420;
    border-radius: 0;
    color: #fff;
    padding: 6px 25px;
}

.standard-content a:hover{background: #e29613;color: #fff}
.soical-list{}
.soical-list ul{}
.soical-list ul li{display: inline-block}
.soical-list ul li a {
    color: #948421;
    padding: 5px 12px;
    font-size: 16px;
}
.soical-list ul li a:hover{color: #e29613}















/* Footer area css */

.footer-area{
  background: url(../img/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-menu{}
.footer-menu ul {
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 15px;
    margin-top: 33px;
}
.footer-menu ul li{display: inline-block;}
.footer-menu ul li a{    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 13px;}
.footer-menu ul li a:hover{color: #e29613}

.widget-link{}
.widget-link ul{}
.widget-link ul li {
    line-height: 28px;
}
.widget-link ul li a {
    color: #ababab; 
    font-size: 14px;
    text-decoration: none;
    list-style: none;font-family: 'Montserrat', sans-serif; -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
}
.widget-link ul li i {
    color: #b4a459;
    padding-right: 18px; -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;margin-right: 4px;
}
      .widget-link ul li:hover i {
        margin-right: 8px; }
.widget-link ul li a:hover{color: #e29613;}



.footer-bottom{
      background: rgba(0, 0, 0, 0.7);
    padding: 12px 15px;
}
.footer-form{

      background: rgba(0, 0, 0, 0.6);padding: 70px;padding-bottom: 30px;

}
.footer-form .input-field{
  position: relative
}
.footer-form .input-field span i{
color: #b4a459;
    position: absolute;
    top: 11px;
    right: 15px;
}


.footer-form input[type=text], input[type=email], textarea{
  border-radius: 0;
}

.footer-form textarea{
border-radius: 0;
    height: 120px;
}

.footer-form input[type="submit"]  {
    border-radius: 0;
    background-color: #b4a459;
    border-color: #b4a459;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}



.page-banner-area {

  background:#1f100d url(../img/banner.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    position: relative;
    z-index: 5;  
    padding: 28px 0;  padding-top: 215px;
}
.breadcrumb-item {
    color: #000;
}
 
.single-blog-post{

}

.copy-write p{
color: #b3afaf;font-weight: 300;font-size: 14px
}
.copy-write-site a{
  color: #b3afaf;font-weight: 300;font-size: 14px
}