body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

#carouselExampleCaptions p {
  color: #fff;
}

p {
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #e4772f !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.site-navbar.transparent {
  background: transparent;
}

.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px !important;
  background: transparent;
}

.site-navbar .site-logo img {
  width: 120px;
  height: 80px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

/* .site-navbar .site-navigation .site-menu .active>a span {
  background: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
} */

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 0px;
  color: #000;
  font-size: 16px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a>span {
  padding: 5px 20px;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 30px;
}

.site-navbar .site-navigation .site-menu>li>a:hover>span {
  background: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a span {
  position: relative;
  padding-right: 30px;
}

.site-navbar .site-navigation .site-menu .has-children>a span:before {
  /* position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; */
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #000;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #e4772f;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:after {
  position: absolute;
  right: 0;
  content: "\e315";
  right: 20px;
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a span,
.site-navbar .site-navigation .site-menu .has-children:focus>a span,
.site-navbar .site-navigation .site-menu .has-children:active>a span {
  background: #000;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.menu-btn {
  display: none;
}

nav .menu-btn .i {
  color: #000;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 1200px) {
  .menu-btn {
    display: block;
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: -65px;
    z-index: 9999;
    cursor: pointer;
  }

  .menu-btn i {}

  #click:checked~.menu-btn::before {
    color: #fff;
    content: 'X';
    position: absolute;
    top: 75px;
    transform: rotate(-5deg);
    border-bottom: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
  }

  nav ul {
    position: fixed;
    top: 100px;
    left: -100%;
    background: rgb(0, 0, 0);
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 9;
  }

  #click:checked~ul {
    left: 0;
    opacity: 0.9;
    border-radius: 0px;
    padding-left: 0px !important;
  }

  nav ul li {
    width: 100%;
    margin: 5px 0;
  }

  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff !important;
  }

  nav ul li:last-child .btn {
    margin: 0px !important;
  }

  #click:checked~ul li a {
    margin-left: 0px;
  }
}


/* .site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #e4772f;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #f8f9fa;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #e4772f;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #e4772f;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
} */


/* Contact section */

.contact .info-box {
  color: #000;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  background: rgba(241, 206, 206, 0.158);
}

.contact .info-box:hover {
  box-shadow: rgba(187, 14, 1, 0.747) 0px 2px 3px 0px, rgba(221, 87, 9, 0.15) 0px 2px 6px 2px;
}

.contact .info-box i.bx {
  font-size: 24px;
  color: #000;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: #ec7d33;
}

.contact .info-box h3 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  margin: 10px 0 8px 68px;
}

.contact .info-box p {
  padding: 0;
  color: #000;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .info-box .social-links-contact {
  margin: 5px 0 0 68px;
  display: flex;
}

.contact .info-box .social-links-contact a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}

.contact .info-box .social-links-contact a:hover {
  color: #ec7d33;
}

.contact .php-email-form {
  padding: 30px;
  border-radius: 12px;
}

.contact .php-email-form .error-message {
  display: none;
  background: rgba(255, 255, 255, 0.466);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #ec7d33;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #ec7d33;
  border-top-color: #000;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: transparent;
  border: 1px solid #4438018a;
  border-radius: 4px;
  transition: 0.3s;
  color: #000;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  background-color: rgba(245, 187, 187, 0.062);
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
  color: rgba(20, 2, 2, 0.3);
  opacity: 1;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(14, 1, 1, 0.3);
  opacity: 1;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(34, 5, 5, 0.3);
  opacity: 1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ec7d33;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ec7d33;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* contact section end */


.section-title p {
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.about h2::after,
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ec7d33;
  margin: 4px 10px;
}

.portfolio-section {
  position: relative;
  padding: 0;
}


.gallery-block {
  position: relative;
  margin-bottom: 30px;
}



.gallery-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.gallery-block .image-box {
  position: relative;
  display: block;
  z-index: 1;
}

.gallery-block .image {
  position: relative;
  display: block;
}

.gallery-block .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.gallery-block .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px 25px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 2;
}

.gallery-block .inner-box:hover .cap-box {
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease 300ms;
  -moz-transition: all 0.5s ease 300ms;
  -ms-transition: all 0.5s ease 300ms;
  -o-transition: all 0.5s ease 300ms;
  transition: all 0.5s ease 300ms;
}

.gallery-block .cap-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.gallery-block .cap-box h6 a {
  color: #ffffff;
}

.gallery-block .cap-box h3 {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.gallery-block .cap-box h3 span {
  position: relative;
  top: -3px;
  font-size: 20px;
}

.gallery-block .cap-box h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block .cap-box h3 a:hover {
  color: var(--anacolor);
}

.gallery-block .cap-box h4 {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.gallery-block .cap-box h4 span {
  position: relative;
  top: -2px;
  font-size: 18px;
}

.gallery-block .cap-box h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block .cap-box h4 a:hover {
  color: var(--anacolor);
}

.gallery-block .lower-box {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 0px;
}

.gallery-block .lower-box h4 {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-block .inner-box:hover .lower-box h4 {
  opacity: 0;
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease 300ms;
  -moz-transition: all 0.5s ease 300ms;
  -ms-transition: all 0.5s ease 300ms;
  -o-transition: all 0.5s ease 300ms;
  transition: all 0.5s ease 300ms;
}

.gallery-block .lower-box h4 a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block .lower-box h4 a:hover {
  color: var(--anacolor);
}

.gallery-block .zoom-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block .inner-box:hover .zoom-btn {
  opacity: 1;
}

.gallery-block .zoom-btn a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0px 0px -30px;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.gallery-block .inner-box:hover .zoom-btn a {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-block .zoom-btn a:hover {
  color: #ffffff;
  border-color: var(--anacolor);
  background: var(--anacolor);
}

.gallery-block-two {
  position: relative;
  margin-bottom: 40px;
}

.gallery-block-two .inner-box {
  position: relative;
  display: block;
}

.gallery-block-two .image-box {
  position: relative;
  display: block;
}

.gallery-block-two .image {
  position: relative;
  display: block;
}

.gallery-block-two .image img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-block-two .title-box {
  position: relative;
  margin-top: 20px;
}

.gallery-block-two .title-box .title {
  position: relative;
}

.gallery-block-two .title-box h4 {
  position: relative;
  padding-left: 10px;
  margin: 0;
}

.gallery-block-two .title-box h4:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 12px;
  width: 6px;
  height: 6px;
  display: block;
  background: var(--anacolor);
}

.gallery-block-two .title-box a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-two .title-box .title a {
  color: var(--anacolor);
}

.gallery-block-two .title-box .category {
  position: relative;
  color: #7f8a99;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.gallery-block-two .title-box .category a {
  position: relative;
  color: #7f8a99;
}

.gallery-block-two .title-box .title a:hover,
.gallery-block-two .title-box .category a:hover {
  color: var(--anacolor);
}

.gallery-block-two .zoom-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 17, 56, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.gallery-block-two .inner-box:hover .zoom-btn {
  opacity: 1;
}

.gallery-block-two .zoom-btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-two .zoom-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 80px;
}

.gallery-block-two .link-btn {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 1;
}

.gallery-block-two .link-btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #7f8a99;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-two .link-btn a .icon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.gallery-block-two .link-btn a .txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gallery-block-two .link-btn a:hover .txt {
  opacity: 1;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease 100ms;
  -moz-transition: all 0.3s ease 100ms;
  -ms-transition: all 0.3s ease 100ms;
  -o-transition: all 0.3s ease 100ms;
  transition: all 0.3s ease 100ms;
}

.gallery-block-two .link-btn a:hover {
  color: var(--anacolor);
  width: 160px;
}

.gallery-block-three {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block-three .inner-box {
  position: relative;
  display: block;
}

.gallery-block-three .image-box {
  position: relative;
  display: block;
}

.gallery-block-three .image {
  position: relative;
  display: block;
}

.gallery-block-three .image img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-block-three .link-btn {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 2;
}

.gallery-block-three .link-btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #7f8a99;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-three .link-btn a .icon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.gallery-block-three .link-btn a:hover {
  color: #ffffff;
  background: var(--anacolor);
}

.gallery-block-three .zoom-btn {
  position: absolute;
  right: 66px;
  bottom: 0;
  z-index: 2;
}

.gallery-block-three .zoom-btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #7f8a99;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-three .zoom-btn a .icon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.gallery-block-three .zoom-btn a:hover {
  color: #ffffff;
  background: var(--anacolor);
}

.gallery-block-three .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 17, 56, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.gallery-block-three .inner-box:hover .hover-box {
  opacity: 1;
}

.gallery-block-three .hover-box .hover-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 20px 20px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}

.gallery-block-three .hover-box .content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.gallery-block-three .hover-box h4 {
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
}

.gallery-block-three .hover-box h4 a {
  color: #ffffff;
}

.gallery-block-three .hover-box .separator {
  position: relative;
  display: block;
  width: 80px;
  margin: 5px auto;
  overflow: hidden;
}

.gallery-block-three .hover-box .separator .dot {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ffffff;
}

.gallery-block-three .hover-box .separator .dot:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 5px;
  width: 45px;
  border-bottom: 1px solid #ffffff;
}

.gallery-block-three .hover-box .separator .dot:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 100%;
  margin-right: 5px;
  width: 45px;
  border-bottom: 1px solid #ffffff;
}

.gallery-block-three .hover-box .category {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.gallery-block-four {
  position: relative;
  margin-bottom: 40px;
}

.gallery-block-four .inner-box {
  position: relative;
  display: block;
}

.gallery-block-four .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-four .image {
  position: relative;
  display: block;
}

.gallery-block-four .image img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-block-four .link-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.gallery-block-four .link-btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #7f8a99;
  background: #ffffff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-four .link-btn a .icon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.gallery-block-four .link-btn a:hover {
  color: #ffffff;
  background: var(--anacolor);
}

.gallery-block-four .zoom-btn {
  position: absolute;
  right: 66px;
  bottom: 0px;
  -webkit-transition: all 300ms ease 300ms;
  -moz-transition: all 300ms ease 300ms;
  -ms-transition: all 300ms ease 300ms;
  -o-transition: all 300ms ease 300ms;
  transition: all 300ms ease 300ms;
  z-index: 2;
}

.gallery-block-four .zoom-btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #7f8a99;
  background: #ffffff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-block-four .zoom-btn a .icon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.gallery-block-four .zoom-btn a:hover {
  color: #ffffff;
  background: var(--anacolor);
}

.gallery-block-four .inner-box:hover .zoom-btn a,
.gallery-block-four .inner-box:hover .link-btn a {
  opacity: 1;
}

.gallery-block-four .lower-box {
  position: relative;
  display: block;
  text-align: center;
  color: #7f8a99;
  padding: 20px 20px 0px;
}

.gallery-block-four .lower-box .content {
  position: relative;
  display: block;
}

/* ############################### btn ############################### */
.btn-me {
  border: 2px solid #e4772f;
  border-radius: 4px;
  padding: 10px 20px;
  color: #000 !important;
}

.btn-me:hover,
.btn-me-fill {
  background-color: #e4772f;
  color: #fff !important;
  cursor: pointer;
}

.btn-me-fill {
  background-color: #e4772f;
  color: #000 !important;
  padding: 12px 30px;
  border-radius: 4px;
}

/*  FOOTER SECTION START */


footer h1 {
  text-align: center;
  font-weight: 400;
  font-size: 35px;
  color: #656565;
}

.footer-section .dummy-text {
  color: #3c3b3b;
  font-size: 20px;
  line-height: 1.5;
}

footer .col-6 {
  width: 50%;
  display: inline-table;
}

footer {
  background-color: #e4772f;
  padding: 2em 4em;
}

#copyright {
  text-align: center;
  color: #000;
}

#owner {
  text-align: center;
  padding: 0;
  color: #000;
}

#owner a {
  color: rgb(2, 16, 36);
}

.product-section .product-detail .img {
  height: 400px;
  width: 400px;
  background-size: cover;
}

/* iPads to Smartphone for Common Elements ----------- */
@media only screen and (max-width: 1024px) {
  .footer-section .logo {
    display: none;
  }

  .footer-section .up-footer {
    display: none;
  }

  .col-3 {
    display: block;
    width: 100%;
    padding-bottom: 1em;
    position: relative;
  }

  .col-3#newsletter {
    width: 100%;
    position: relative;
    padding-bottom: 0;
    padding-top: 1em;
  }

  footer .footer-cat {
    margin-left: 25px;
  }

  .footer-toggle,
  .footer-toggle::after {
    background: #fff;
    height: 2px;
    width: 15px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }

  .footer-toggle {
    top: 11px;
    cursor: pointer;
  }

  .footer-toggle::after {
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .btnActive .footer-toggle::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .footer-cat-links {
    margin: 0 0em 0px 1.6em;
  }

  .footer-cat-links a {
    pointer-events: none;
  }

  .footer-cat-links li {
    line-height: 0;
    opacity: 0;
  }

  .footer-cat-links.active>li {
    line-height: 2;
    opacity: 1;
  }

  .social-1 {
    display: none !important;
  }

  .social-2 {
    display: block;
    position: absolute;
    top: 7.5em;
    bottom: 0px;
    height: 20px;
    padding-bottom: 1.5em;
    width: 100%;
  }

  #address {
    margin-top: 6em;
  }

  #newsletter #address li i {
    width: auto;
  }

  #newsletter #address li div {
    font-size: 1.1em;
    width: auto;
    text-align: -webkit-auto;
    float: none;
    line-height: 2;
    display: inline-block;
    padding: 10px 0 15px;
  }

  #newsletter #address li div:last-child {
    padding-bottom: 0;
  }

  #newsletter #address li:not(:first-child) {
    padding: 20px 0 0;
  }
}

/* iPads (portrait)----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding-right: 3em;
    padding-left: 3em;
  }

  .col-3 {
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  section {
    padding-bottom: 3em;
  }

  .sec-heading {
    padding: 1em 0;
  }

  .col-3 {
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }
}

/* Mini Tablet ----------- */
@media only screen and (max-width: 600px) {
  .col-3 {
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }

  .col-6 {
    width: 100%;
    display: block;
  }

  footer {
    padding: 3em 2em 2em;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {

  .product-section .product-detail .img {
    height: 350px;
    width: 300px;

    margin-bottom: 20px;
    background-size: cover;
  }

  .product-section .product-detail,
  .product-section .product-detail .mobil-detail {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col-6 {
    width: 100%;
    display: block;
  }

  footer {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #000 !important
}

.card-text p span,
.product-section .product-detail p span,
.about p span,
.home-about-us p span {
  color: #000 !important
}


/* ############## RESPONSIVE SECTION START ###################### */
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
}

.home-about-us .img-div {
  padding: 20px;
}

.home-about-us .img-div img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
}

.product-section .product-h2 {
  font-size: 36px;
  color: #000;
  padding-top: 2%;
  text-decoration: underline;
  font-weight: 600;
}

.product-section .product-detail p span {
  font-size: 16px;
}

@media(max-width:990px) {
  .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
  }

  .home-about-us {
    display: flex;
    flex-direction: column;
  }

  .home-about-us.img-div {
    padding: 10px;
  }

  .home-about-us .img-div img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
  }

  .home-about-us .left-h1 {
    font-size: 22px;
  }

  .product-section h1 {
    font-size: 22px;
  }

  .contact-section h1 {
    font-size: 22px;
  }

  .contact-section .contact-box {
    display: flex;
    flex-direction: column;
  }

  .contact-section .contact-box .col {
    margin-top: 15px;
  }

  .product-section h2 {
    font-size: 18px !important;

  }

  .product-section .product-title {
    font-size: 18px;
    margin-top: 6px;
  }

  .product-section .product-detail {
    display: flex;
    flex-direction: column !important;
  }

  .product-section .product-h2 {
    font-size: 16px;
    color: #000;
    padding-top: 2%;
    text-decoration: underline;
    font-weight: 600;
  }

}

/* ############################ modals settings ###################*/

.modals {
  position: fixed;
  display: flex;
  width: 100% !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0;
  top: 110px;
  transition: 4s ease-in-out;
  height: auto;
  right: calc(0%) !important;
  z-index: 9999;
}

.modals .modals-div {
  display: flex;
  flex-direction: column;
  width: 70% !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #ffffff !important;
  border-radius: 16px;
  box-shadow: #E4772F 0px 3px 8px;
  z-index: 999;
  height: 500px;
  padding-top: 100px;
  overflow-y: scroll;

}

.modals .modals-div-update {
  padding-top: 220px;
}

.modals .modals-div textarea {
  max-height: 40px;
  background: transparent;
}

.modals .modals-div input {
  background: transparent;
}

.modals .modals-div .form-div {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}

.input,
.form-control,
.input-group input,
.input-group input:focus,
.input:focus,
.form-control:focus {
  color: #24282c;
  background-color: #fff;
  border-color: #E4772F !important;
  border-radius: 8px !important;
  border: 0px !important;
  box-shadow: #E4772F 0px 1.50px 1px !important;
  border-color: #fff !important;
}

.ql-container.ql-snow {
  border: none !important;
}