--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 300px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/*--------------------------------------------------------------
# Background image Section for Index page
--------------------------------------------------------------*/
#banner_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/banner-bg.png") top center;
  background-size: cover;
  position: relative;
}

#banner_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#banner_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#banner_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#banner_bg_main h1 span {
  color: #ffc451;
}

#banner_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#banner_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#banner_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#banner_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#banner_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#banner_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#banner_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #banner_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #banner_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #banner_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}



/*--------------------------------------------------------------
# Background image Section for Night Shoot page
--------------------------------------------------------------*/
#nightshoot_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/night-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#nightshoot_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#nightshoot_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#nightshoot_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#nightshhot_bg_main h1 span {
  color: #ffc451;
}

#nightshoot_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#nightshoot_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#nightshoot_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#nightshoot_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#nightshoot_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#nightshoot_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#nightshoot_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #nightshoot_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #nightshoot_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #nightshoot_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}



/*--------------------------------------------------------------
# Background image Section for book page
--------------------------------------------------------------*/
#book_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/book-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#book_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#book_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#book_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#book_bg_main h1 span {
  color: #ffc451;
}

#book_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#book_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#book_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#book_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#book_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#book_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#book_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #book_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #book_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #book_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}



/*--------------------------------------------------------------
# Background image Section for Wedding
--------------------------------------------------------------*/
#gallery_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/wedding-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#gallery_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#gallery_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#gallery_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#gallery_bg_main h1 span {
  color: #ffc451;
}

#gallery_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#gallery_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#gallery_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#gallery_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#gallery_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#gallery_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#gallery_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #gallery_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #gallery_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #gallery_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}



/*--------------------------------------------------------------
# Background image Section for Design
--------------------------------------------------------------*/
#design_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/design-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#design_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#design_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#design_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#design_bg_main h1 span {
  color: #ffc451;
}

#design_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#design_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#design_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#design_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#design_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#design_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#design_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #design_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #design_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #design_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Background image Section for Kids Page
--------------------------------------------------------------*/
#kids_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/kids-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#kids_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#kids_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#kids_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#kids_bg_main h1 span {
  color: #ffc451;
}

#kids_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#kids_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#kids_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#kids_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#kids_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#kids_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#kids_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #kids_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #kids_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #kids_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}



/*--------------------------------------------------------------
# Background image Section for Studio
--------------------------------------------------------------*/
#studio_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/studio-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#studio_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#studio_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#studio_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#studio_bg_main h1 span {
  color: #ffc451;
}

#studio_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#studio_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#studio_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#studio_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#studio_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#studio_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#studio_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #studio_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #studio_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #studio_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Background image Section for Graduation
--------------------------------------------------------------*/
#graduation_bg_main {
  width: 100%;
  min-height: 95vh;
  background: url("../images/graduation-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#graduation_bg_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#graduation_bg_main .container {
  
  padding-top: 0px;
  text-align: center;
}

#graduation_bg_main h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#graduation_bg_main h1 span {
  color: #ffc451;
}

#graduation_bg_main h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#graduation_bg_main .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#graduation_bg_main .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#graduation_bg_main .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#graduation_bg_main .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#graduation_bg_main .icon-box h3 a:hover {
  color: #ffc451;
}

#graduation_bg_main .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #graduation_bg_main {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #graduation_bg_main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #graduation_bg_main h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Background image Section for Pre-Wedding
--------------------------------------------------------------*/
#prewedding_bg {
  width: 100%;
  min-height: 95vh;
  background: url("../images/pre-wedding-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#prewedding_bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#prewedding_bg .container {
  
  padding-top: 0px;
  text-align: center;
}

#prewedding_bg h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#prewedding_bg h1 span {
  color: #ffc451;
}

#prewedding_bg h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#prewedding_bg .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#prewedding_bg .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#prewedding_bg .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#prewedding_bg .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#prewedding_bg .icon-box h3 a:hover {
  color: #ffc451;
}

#prewedding_bg .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #prewedding_bg {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #prewedding_bg h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #prewedding_bg h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Background image Section for About us page
--------------------------------------------------------------*/
#about_bg {
  width: 100%;
  min-height: 95vh;
  background: url("../images/about-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#about_bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about_bg .container {
  
  padding-top: 0px;
  text-align: center;
}

#about_bg h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#about_bg h1 span {
  color: #ffc451;
}

#about_bg h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#about_bg .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#about_bg .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#about_bg .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#about_bg .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#about_bg .icon-box h3 a:hover {
  color: #ffc451;
}

#about_bg .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #about_bg {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #about_bg h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #about_bg h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/* header top section start */
.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: #f26522;
}


/* header top section end */


/* Gallery Div Menu */
.gallery_menu {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.gallery_menu ul {
    margin: 15px;
    padding: 0px;
    display: inline-block;
}

.gallery_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 8px 10px 0px 10px;
}

.gallery_menu li a {
    color: #8e5a16;
}

.gallery_menu li a:hover {
    color: #f26522;
}
/* Gallery Div Menu */

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

/* long navigation bar glass effect */
.header-area {
  border-bottom: 1px dotted #eee;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 80;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  left: 0px;
  right: 0px;
  position: absolute;
}


/*---------------------------*/
.header-area .main-nav .logo {
  line-height: 100px;
  color: #000000;
  font-size: 23px;
  font-weight: 500;
  font-family: cinzel;
  letter-spacing: 1px;
  margin-left: 30px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

/* text on large navigation bar background */
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: ;
  margin-right: 60px;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
/* Navigation text properties */
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: gray;
  text-transform: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 15px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: ;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #000000;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  /* The header bar color property with a glass effect for mobile view*/
  .header-area {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }  

  /* Opened navigation background color */
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    columns: 2;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 15px;
    font-weight: 500;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.banner_taital {
    width: 100%;
    font-size: 20px;
    letter-spacing: .3rem;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 0px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt a:hover {
    background-color: #f26522;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 40px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 40px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 25px;
    height: 25px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}

/*Gallery*/

.main-content {
  float: left;
  width: calc(100% - 250px);
  width: 100%;
  position: relative;
  float: none; }
  .main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-left: 14px;
    padding-right: 14px; }
  .main-content .photos .photo-item {
    position: relative; }
    .main-content .photos .photo-item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden; }
    .main-content .photos .photo-item .photo-text-more {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
      .main-content .photos .photo-item .photo-text-more .icon {
        color: #fff;
        font-size: 20px; }
      .main-content .photos .photo-item .photo-text-more .heading {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0; }
      .main-content .photos .photo-item .photo-text-more .meta {
        color: #cccccc;
        text-transform: uppercase;
        font-size: 12px; }
    .main-content .photos .photo-item img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 300px;
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .main-content .photos .photo-item img {
          height: 300px; } }
    .main-content .photos .photo-item:hover:after {
      opacity: 1;
      visibility: visible; }
    .main-content .photos .photo-item:hover .photo-text-more {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }
/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.fashion_taital {
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 0px;
    box-shadow: 0px 0 30px 10px #f0f0f0;
    margin-bottom: 20px;
}

.shirt_text {
    width: 100%;
    font-size: 20px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.price_text {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    text-align: center;
    margin: 0px;
}

.tshirt_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 370px;
}

.btn_main {
    width: 100%;
    display: flex;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
}

.buy_bt a:hover {
    background-color: transparent;
    color: #262626;
}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: right;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}

.seemore_bt a:hover {
    background-color: transparent;
    color: #f26522;
}

#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background-color: #137b74;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}

/* fashion section end */



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #5cb874;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #5cb874;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/* Back to top */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 1px;
  z-index: 996;
  background: #137b74;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fff;
}

.back-to-top:hover i {
  color: #137b74;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*-----End back to top-----*/



/********** copyright **********/

.jumbotron {
    margin-bottom: 0 !important;
}

.copyright_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}


/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 1rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

