@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

html{ scroll-behavior: smooth; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'Poppins', sans-serif; }
.site-header .navbar .nav-item .nav-link { font-weight: 500; font-family: 'Poppins', sans-serif; }
.site-header .btn { font-weight: 500; }
img { max-width: 100%; height: auto; }
.site-header .btn{ font-family: 'Poppins', sans-serif; }
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 18px; } 
h6, .h6 {font-size: 16px; }

body {
      color: #000000;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
}
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .xl-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }
  .xl-gutters > .col,
  .xl-gutters > [class*='col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.wp-caption-text {
  font-size: 0.875rem;
}

.pd_100 { padding:100px 0; }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header .navbar-collapse {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse {
    background-color: #F4F4F4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.fontw_500 { font-weight: 500; }

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav {
    background-color: #F4F4F4;
  }
}

.site-header .navbar .nav-item {
  font-weight: 400px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-size: 1rem;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
  .site-header .navbar .nav-item {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
  }
}

.site-header .navbar .nav-item.active {
  color: #1C1D1E;
}

.site-header .navbar .nav-item .nav-link {
  color: #000000;
  font-weight: 500;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  font-size: 18px;
}
.site-header .navbar .nav-item .nav-link:hover + .dropdown-menu, .site-header .navbar .nav-item .nav-link + .dropdown-menu:hover{display: block; padding-top: 10px; }
.dropdown-item-sub {
  display: none;
}
.site-header .navbar .nav-item .dropdown-menu .dropdown-item:hover + .dropdown-item-sub, .site-header .navbar .nav-item .dropdown-menu .dropdown-item + .dropdown-item-sub:hover {
  display: block;
  position: absolute;
  background-color: black;
  top: -10px;
  left: 100%;
  word-break: break-all;
  width: 150%;
  max-width: 400px;
}
.dropdown-item{
      padding: .55rem 1rem;
}
.dropdown-item{
      font-size: 14px;
}
.site-header .navbar .nav-item .nav-link + .dropdown-menu div{
  position: relative;
}

.dropdown-item {
      white-space: wrap;
          white-space: inherit;
}
@media (min-width: 991px) {
  .site-header .navbar .nav-item .nav-link {
    position: relative;
  }
 /* .site-header .navbar .nav-item .nav-link.active::before, .site-header .navbar .nav-item .nav-link:hover::before {
    content: "";
    border-bottom: solid 2px #ffffff;
    width: calc(100% - 0px);
    display: block;
    position: absolute;
    bottom: 1px;
    z-index: 1;
  }*/
}

@media (max-width: 991px) {
  .site-header .navbar .nav-item .dropdown-menu {
    border: solid 1px #ffffff;
    border-radius: 0px;
    background-color: white;
  }
}

@media (max-width: 991px) {
  .site-header .navbar .nav-item .dropdown-menu .dropdown-item {
    color: #1C1D1E;
    border: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1;
    border-color: #1C1D1E;
    border-width: 1px;
    padding: 20px 40px;
  }
}

.site-header .nav-modules li {
  margin-left: 0px;
}

.site-header .navbar-toggler {
  background-color: #F4F4F4;
}

.btn-outline-black-header {
  border: solid;
  border-width: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-pills .nav-link {
  padding: .75rem 2rem;
  border-radius: 2rem;
}

.nav-pills .nav-link.active {
  color: #ffffff;
}

.navbar .nav-modules {
  padding: 0;
  margin: 0;
}

.navbar .nav-modules .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-modules .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #ffffff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 991px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar input {
    width: 320px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 30px 15px 0;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-modules .btn-link {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6246F9;
}

.navbar .nav-modules .nav-item-social-nav:not(:last-child) {
  margin-right: 1.2rem;
  padding-right: 1.2rem;
  border-right: solid 1px #dee2e6;
}

.navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Page main title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1C1D1E;
}

@media (min-width: 991px) {
  .site-footer ol,
  .site-footer ul {
    -webkit-padding-start: 1rem;
       -moz-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .site-footer .footer-widgets {
    padding-top: 100px;
  }
}

.site-footer .footer-widgets .footer-widget {
  font-weight: 500;
  margin-bottom: 30px;
}

.site-footer .footer-widgets .footer-widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer .footer-widgets .footer-widget ul {
    margin-bottom: 0px;
  }
}

.site-footer .footer-widgets .footer-widget ul ul {
  -webkit-padding-start: 0rem;
     -moz-padding-start: 0rem;
          padding-inline-start: 0rem;
}

@media (min-width: 991px) {
  .site-footer .footer-widgets .footer-widget ul ul {
    -webkit-padding-start: 1rem;
       -moz-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.site-footer .footer-widgets .footer-widget ul li {
      padding: 3px 0;
  font-weight: 500;
}
.site-footer .footer-widgets .footer-widget ul li  i.fa.fa-phone{
      transform: rotate(90deg);
}

.site-footer .footer-widgets .footer-widget a {
  color: #ffffff;

    word-break: break-word;

}

.site-footer .footer-widgets .footer-widget a:hover {
  color: #ffffff;
}

.site-footer .footer-bottom-area {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #747474;
  padding-top: 0px;
}

.site-footer .footer-bottom-area a {
  color: #ffffff;
}

.site-footer .footer-bottom-area a .icon {
  font-size: 18px;
  width: 1.25em;
}

.site-footer .footer-bottom-area a:hover {
  color: #ffffff;
}

.site-footer .footer-bottom-area .border-padding {
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 991px) {
  .site-footer .footer-bottom-area {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #999999;
  position: absolute;
  top: -32px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.blog-post .entry-content-wrapper {
  background-color: white;
  padding: 38px 30px;
}

.blog-post .entry-content-wrapper .entry-title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .blog-post .entry-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
}

.blog-post .entry-content-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content-wrapper .entry-content > p {
  margin-bottom: 0;
}

.blog-post .entry-content1-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 18px;
  background-color: #F4F4F4;
}

.blog-post .entry-content1-wrapper .entry-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.blog-post .entry-content1-wrapper .entry-title a {
  color: #000000;
}

.blog-post .entry-content1-wrapper .entry-content > p {
  margin-bottom: 0;
}

.entry-meta-top {
  font-size: 0.875rem;
  font-weight: 800;
  color: #a7a7a7;
  margin-bottom: 05;
}

.entry-meta-top a {
  color: #a7a7a7;
}

.entry-meta-top span {
  display: inline-block;
  margin-bottom: 13px;
}

.entry-meta-top span:not(:last-child) {
  margin-right: 1.6rem;
}

.entry-meta-top span i {
  margin-right: 0.5rem;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.entry-footer .entry-meta-bottom {
  margin-top: 4rem;
}

.entry-footer .entry-author-container {
  border-top: solid 1px #ffffff;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.entry-footer .entry-author-container .caps {
  color: #999999;
}

.navigation.post-navigation {
  border-top: solid 1px #F4F4F4;
  border-bottom: solid 1px #F4F4F4;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.navigation.post-navigation .nav-subtitle {
  font-size: 0.75rem;
  color: #555865;
  text-transform: uppercase;
}

.navigation.post-navigation .nav-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  font-size: 1rem;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li.tags-icon {
  color: #999999;
  margin-right: 0.5rem;
}

.entry-tags li a {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  padding: 12px 20px;
  margin: 5px 0.5rem 5px 0;
  font-size: 0.875em;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.entry-read-more {
  margin-top: 15px;
  display: block;
  color: #999999;
  font-size: 0.875rem;
}

.blog-post.card-post-style article {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-post.card-post-style article .entry-content-wrapper {
  border-top-width: 0;
}

.single-post article {
  padding-bottom: 1.9rem;
}

@media (max-width: 767.98px) {
  .single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
}

.single-post article .entry-content-wrapper .entry-media {
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media img {
  z-index: 1;
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
  bottom: 40px;
}

.single-post .comments {
  background: #ffffff;
  padding-top: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.single-post .entry-footer,
.container-small {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .single-post .entry-footer,
  .container-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.text-center.align-items-center .btn.btn-light {
  color: #666666;
  background: #F4F4F4;
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(1.5rem + 3vw);
  font-weight: 800;
  line-height: 0.9;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1200px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.property-block {
  margin-bottom: 57px;
}

.property-block .property-item .content-image {
  margin-bottom: 25px;
}

.property-block .property-item .content-title {
  margin-bottom: 15px;
  color: #1C1D1E;
}

.property-block .property-item .content-price {
  color: #6246F9;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.property-block .property-item .content-meta {
  color: #a7a7a7;
  margin-left: 0px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/* Products */
/**
 * Products
 */
.products .product {
  list-style: none;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .products .product {
    margin-bottom: 45px;
  }
}

.products .product .product-content-wrapper {
  padding-top: 30px;
}

.products .product .product-content-wrapper .product-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.products .product .product-content-wrapper .price {
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #6246F9;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#infinite-handle {
  text-align: center;
  margin: 0 auto;
}

#infinite-handle span {
  background: initial;
  border-radius: initial;
  color: initial;
  cursor: pointer;
  font-size: initial;
  padding: initial;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card .card-header {
  border-bottom: 0px;
}

.accordion .card .card-header a {
  display: block;
  position: relative;
}

.accordion .card .card-header a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  padding-right: 15px;
  color: #1C1D1E;
}

.accordion .card .card-header a.collapsed::before {
  content: "\f105";
}

.accordion .card .card-body {
  margin-top: 20px;
  background-color: #F4F4F4;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.position {
  position: absolute;
  fill: #ffffff;
  color: #ffffff;
}

@media (min-width: 991px) {
  .position {
    margin-left: -350px;
    margin-top: 165px;
  }
}

@media (max-width: 991px) {
  .position {
    margin-left: -375px;
    margin-top: 200px;
  }
}

@media (max-width: 767.98px) {
  .position {
    margin-left: -200px;
    margin-top: 100px;
  }
}

.position:hover {
  fill: #ffffff;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 800;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1200px) {
  .countdown .countdown_value {
    font-size: 2.5rem;
  }
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.round-icon-list {
  padding-left: 0;
  list-style: none;
}

.round-icon-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 50px;
  text-align: center;
}

.round-icon-list li a i {
  color: #000000;
}

.round-icon-list li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member-content {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.member-content .member-text .member-name {
  margin-bottom: 15px;
}

.member-content .member-text .member-tag {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600px;
  color: #a7a7a7;
}

.member-content .member-text .member-link {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*='col-'] {
  padding: 2.5px;
}

/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.pricing-table-item {
  margin-bottom: 2rem;
  padding: 3rem 3rem;
}

.pricing-table-item .pricing-table__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__price {
  margin-bottom: 1rem;
  font-weight: 800;
  font-family: 'Source Sans Pro', sans-serif;
}

.pricing-table-item .pricing-table__price .pricing-table__amount {
  font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .pricing-table-item .pricing-table__price .pricing-table__amount {
    font-size: 3.75rem;
  }
}

.pricing-table-item .pricing-table__price * {
  display: inline;
  font-size: 1.25rem;
  font-family: "Roboto";
}

.pricing-table-item .pricing-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# text-image-box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.heme-carousel .carousel-item {
  min-height: 666px;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #000000), color-stop(66.6666666%, #232323));
  background: -webkit-linear-gradient(left, #000000 66.66%, #232323 66.6666666%);
  background: linear-gradient(90deg, #000000 66.66%, #232323 66.6666666%);
}

.heme-carousel .carousel-item .heme-carousel-caption {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
}

@media (min-width: 991px) {
  .heme-carousel .carousel-item .heme-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
  color: #a7a7a7;
}

#disqus_thread {
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 2rem;
  color: #999999;
  font-weight: 400;
}

@media (min-width: 991px) {
  .comments {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .comments {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .comments {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment, .comment_container {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar, .comment_container .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 2rem;
}

.comment-author, .comment_container-author {
  font-size: 1.0625rem;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author, .comment_container-author {
    font-size: 1.125rem;
  }
}

.comment-author .says, .comment_container-author .says {
  display: none;
}

.comment-author span, .comment-author cite, .comment-author a, .comment_container-author span, .comment_container-author cite, .comment_container-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a, .comment_container-author .fn a {
  font-weight: 800;
}

.comment-notes, .comment_container-notes {
  display: none;
}

.comment .reply, .comment-content, .comment .comment-text, .comment_container .reply, .comment_container-content, .comment_container .comment-text {
  margin-left: 77px;
}

.comment .reply, .comment_container .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a, .comment_container .reply a {
  font-size: 0.875rem;
  background: #dee2e6;
  border-radius: 2px;
  color: #6c757d;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  padding: .2em .65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a, .comment_container .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover, .comment_container .reply a:hover {
  color: #000000;
}

.comment-content a, .comment_container-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover, .comment_container-content a:hover {
  text-decoration: none;
}

.comment-body, .comment_container-body {
  clear: both;
}

.comment .comment-respond, .comment_container .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond, .comment_container .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 0.875rem;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
  font-family: 'Source Sans Pro', sans-serif;
}

.comment-metadata a {
  color: #999999;
}

.comment-metadata a:hover {
  color: #000000;
}

.comments__inner .children {
  padding: 0;
}

.comments .comments__inner .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .comments__inner .children .comments__inner .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .comments__inner .children {
    margin-top: 30px;
    margin-left: 60px;
  }
  .comments .comments__inner .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000000;
}

article.comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #000000;
          box-shadow: 0 0 0 2px #000000;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: h2;
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #999999;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000000;
}

.logged-in-as {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: -15px;
  font-size: 0.875rem;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.comment-form-comment label {
  color: #a7a7a7;
}

.required {
  color: #dc3545;
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  color: #a7a7a7;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 4rem;
}

.widget .widget-title {
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #999999;
  display: block;
  text-transform: uppercase;
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1.25rem;
     -moz-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  width: 100%;
}

.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul {
  list-style: none;
}

.widget_pages > ul > li::before,
.widget_recent_comments > ul > li::before,
.widget_meta > ul > li::before,
.widget_recent_entries > ul > li::before,
.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
.widget_product_categories > ul > li::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 1px #999999;
  border-radius: 50px;
  margin-left: -1.25rem;
  margin-right: 10px;
}

.widget_recent_comments li {
  margin-bottom: 1rem;
}

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu ul li {
  width: 100%;
  list-style: none;
  padding: 0.6rem 0;
}

.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_nav_menu ul .current-menu-item a {
  padding: 0.4rem 2rem;
  margin-left: -2rem;
  border-radius: 50px;
  min-width: 130px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
}

.widget_rss ul li a.rsswidget {
  font-size: 1.2rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.widget_rss ul li .rss-date {
  color: #999999;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
  display: block;
}

.search-form .form-control,
.search-form .btn {
  border-color: #F4F4F4;
}

.search-form .input-group .form-control {
  border-color: #F4F4F4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) {
  .height-px-420 {
    height: 420px;
  }
}

@media (min-width: 991px) {
  .height-px-542 {
    height: 542.99px;
  }
}

@media (min-width: 768px) {
  .height-px-600 {
    height: 603px;
  }
}

@media (max-width: 767.98px) {
  .height-px-600 {
    height: 320px;
  }
}

@media (min-width: 991px) {
  .home-bg {
    background-image: url(../images/bg_img.jpg);
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
  }
}

@media (min-width: 991px) {
  .home-bg-1 {
    background-image: url("../images/home/bgi2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 991px) {
  .about-bg-1 {
    background-image: url("../images/home/bgi4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .home-bg-11 {
    background-image: url("../images/home/h16.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (min-width: 991px) {
  .home-bgi3 {
    background-image: url("../images/home/bgi3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (min-width: 991px) {
  .service-1 {
    background-image: url("../images/services/service1.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center left;
  }
}

@media (min-width: 991px) {
  .team-1 {
    background-image: url("../images/team/teambg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 991px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90vh;
  }
}

@media (max-width: 991px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image {
    background-image: url("../images/single-project/featured-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 30vh;
  }
}

@media (min-width: 991px) {
  .featured-image-blog {
    background-image: url("../images/blog/b1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 65vh;
  }
}

@media (max-width: 991px) {
  .featured-image-blog {
    min-height: 50vh;
  }
}

@media (max-width: 767.98px) {
  .featured-image-blog {
    background-position: center center;
    min-height: 30vh;
  }
}

.seventy-percent-bg-black-pearl {
  background-color: transparent;
  background-color: #1C1D1E;
}

@media (min-width: 991px) {
  .seventy-percent-bg-black-pearl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1C1D1E), color-stop(45%, #F4F4F4));
    background: -webkit-linear-gradient(top, #1C1D1E 45%, #F4F4F4 45%);
    background: linear-gradient(180deg, #1C1D1E 45%, #F4F4F4 45%);
  }
}

.custom-icon {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}

@media (min-width: 991px) {
  .custom-icon {
    font-size: 50px;
    line-height: 50px;
    position: relative;
  }
}

.icon-style {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 10px;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.8em;
  font-weight: 500;
}

.lead-1 {
  font-size: 1.25rem;
  line-height: 1.7em;
  font-weight: 400;
}

.paragraph-extend {
  font-size: calc(1.3rem + 0.6vw);
  color: #1C1D1E;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 52px;
}

@media (min-width: 1200px) {
  .paragraph-extend {
    font-size: 1.75rem;
  }
}

.title-404 {
  color: #000000;
  font-size: 175px;
  font-weight: 600;
  line-height: 210px;
  width: 100%;
}

@media (min-width: 991px) {
  .title-404 {
    color: #000000;
    font-size: 280px;
    font-weight: 600;
    line-height: 310px;
  }
}

.heading-size {
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 700;
}

.font-fifty {
  color: #FFDA00;
  font-size: calc(1.46875rem + 2.625vw);
  line-height: 50px;
}

@media (min-width: 1200px) {
  .font-fifty {
    font-size: 3.4375rem;
  }
}

.input-border {
  border-color: #1C1D1E;
}

.input-border:focus {
  border-color: #1C1D1E;
}

.hover:hover {
  color: #A8A8A8;
}

.custom-line-height {
  line-height: 38px;
  margin-bottom: 19px;
}

.read-more-style {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  color: #818a91;
}

.number-border {
  border: solid;
  border-width: 1px;
  border-bottom: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #747474;
  text-align: center;
}

.input-border {
  border: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1;
  border-color: #1C1D1E;
}

.input-border .padding-1 {
  padding-top: 20px;
  padding-bottom: 21px;
}

.padding {
  padding: 5px 25px;
}

.image-height {
  height: 40px;
}

.font-size {
  font-size: 14px;
  color: #747474;
  font-weight: normal;
}

@media (min-width: 991px) {
  .ml-n28 {
    margin-left: -17px;
  }
}

@media (max-width: 991px) {
  .ml-n28 {
    margin-left: -45px;
  }
}

@media (max-width: 767.98px) {
  .ml-n28 {
    margin-left: 0px;
  }
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.btn-school-yellow:hover, .btn-school-yellow:active, .btn-school-yellow:focus,  {
  background-color: #b64f24;
  border-color: #b64f24;
  color: #fff;
}
.btn-school-white:hover {
  color: #b64f24;
}

.btn-black-pearl-brown {
    color: #fff;
    background-color: #bc4f25;
    border-color: #bc4f25;
}
.btn-black-pearl-brown:hover {
    background-color: #bc4f25;
    border-color: #bc4f25;
    color: #fff;
}

.btn-black-pearl:hover {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

.btn-black-pearl {
     background-color: #bc4f25;
    border-color: #bc4f25;
    color: #fff;
}
.btn-black-pearl:hover {
     background-color: #000;
  border-color: #000;
  color: #ffffff;
}
.w_19 a {
  width: 19%;
}
.nav-tabs .nav-link {
    padding: 8px;
    max-width: 130px;
    margin-left: 20px !important;
}
.nav-tabs .nav-link { border: 2px solid transparent; border-top: 0; border-left: 0; border-right: 0; margin-left: 15px !important; margin-right: 15px !important;  }
.font-italic {font-style: italic; }
.btn-link {border: solid; border-width: 4px; border-bottom: 1; border-top: 0; border-left: 0; border-right: 0; padding-bottom: 6px; font-weight: bold; }
.btn-link:hover {color: #1C1D1E; }
.hover-color:hover {color: #747474; }
.nav-pills.border-right .nav-link.active {border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-school-yellow {color: #fff; background-color: #000000; border-color: #000000; }
.btn-school-white {color: #000; background-color: #fff; border-color: #fff; }
.logo_slider a:hover img {-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ filter: grayscale(0%); }
.logo_slider a img {display: inline-block; width: auto !important; max-width: 100%; max-width: 150px; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }
h4.mb-3.hover-color {font-size: 20px; }
.w_800 { max-width:800px; margin:0 auto; }
.products_home .portfolio-item:hover .portfolio__content {bottom: 75px; transition: all 1.2s ease; transition: all 1.2s ease; }
.products_home .portfolio-item .portfolio__content {padding-top: 26px; padding-left: 20px; padding-right: 20px; position: absolute; bottom: 50px; z-index: 999; transition: all 1.2s ease; }
.products_home .portfolio-item .portfolio__title a, .products_home .portfolio-item:hover .portfolio__title a {color: #ffffff; letter-spacing: 1px; }
.our_cmpny .fancybox__icon img { max-width: 250px;-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.color_white { color: #ffffff !important; }
.counter-item {border: 1px solid #cdcdcd; box-shadow: 0 0 5px 0px #cdcdcd; padding: 40px 40px; height: 100%; transition: all 0.3s linear; }
.products_tabs .products_tab {width: 25%; }
.products_tabs .all_pro{width: 74%; margin-left: 1%; }
.products_tabs .portfolio-filter li a {border: 1px solid #838383; border-bottom: 0; padding: 30px 15px; }
.products_tabs .portfolio-filter li{ width: 100%; text-align: center; }
.products_tabs .portfolio-filter li a.active{background-color: #b9511f; color: #fff; }
.products_tabs ul li:last-child a{ border: 1px solid #838383; }
.portfolio-item .portfolio__img {position: relative; overflow: hidden; background-color: #f2f2f2; }
.portfolio-item .portfolio__img img {width: 100%; max-width: 100%; border-radius: 0px; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -ms-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; }
.portfolio-item:hover .portfolio__img img {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.portfolio-item .portfolio__content { padding-top: 26px; padding-left: 20px; padding-right: 20px; min-height: 69px; }
.portfolio-item .portfolio__cat a {position: relative; font-size: 14px; color: #090909; padding-right: 7px; }
.products_home .portfolio-item {position: relative; margin-bottom: 20px; padding-bottom: 30px; border-radius: 0px; height: 95%; cursor: pointer; }
.products_home .portfolio-item .portfolio__img:before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-color: #0000008a; z-index: 1; }
.portfolio {border: 1px solid #dee2e6; margin-bottom: 0px; width: 22%; margin: 0 1% 2%; width: 23%; position: relative; padding-bottom:90px ; }
.text-right.pt-2 i {margin-left: 10px; }
.text_header { padding: 0 0 70px 0; }
.text_header h2 { text-align: center; }
.pd15 { padding:0 15px; }
.award_box { text-align: center; padding:20px; border: 1px solid #dadada; }
.award_box h3 {  font-size: 24px; margin-bottom: 0px;padding: 15px;background-color: #1c1d1e;color: white;text-align: center; }
.award_box p { margin: 0 auto; font-size: 16px; margin-top: 15px; margin-bottom: 15px; line-height: 30px; text-align: center; text-transform: inherit; color: #1c1d1e; }
#nav-tabContent {margin: 0 25px; }
#nav-tabContent h5 {margin-bottom: 20px !important;font-size: 1rem;position: absolute;bottom: -20px;left: 0;right: 0;padding: 15px;background-color: #000;display: flex;align-items: center;color: #fff; justify-content: center; }
#nav-tabContent p {text-align: left; font-size: 16px; color: black; }
#nav-tabContent li { text-align: left; font-size: 16px; color: black; margin-bottom: 15px;}
#portfolio_icon img { max-width:100px; margin-bottom: 20px; }
#portfolio_icon .bg-white-smoke { margin-bottom:30px; height: 90%; text-align: center; }
#portfolio_icon h4 { font-size:18px; }
#various h3 img { max-width: 50px; margin-right: 10px; } 
#various h3 { font-size: 20px; }
.nav-tabs {text-align: center; justify-content: center; }
.footer { background-color: #161616; display: flex; justify-content: center; align-items: center; justify-content: center; height: 100%; }
.footer {background-color: #161616; display: flex; justify-content: center; align-items: center; justify-content: center; height: 100%; }
.footer-bottom p { font-size: 14px; padding: 15px 0; color: #fff; margin-bottom: 0; }
.footer-bottom a { color: #ffffff; }
.color_white{ color: #ffffff !important; }
.bg-school-yellow {background-color: #bc4f25 !important;  }
.btn { padding: 6px 2.2rem; font-weight: 500; font-size: 16px; text-transform: capitalize; }
.nav-tabs { border-bottom: 0; display: flex; justify-content: center; align-items: center; }
.col-lg-4.col-sm-6.portfolio.one.all { width: 31%; }
#line_three .col-lg-3 { width: 31%; }
.form-group {margin-bottom: 25px; }
.modal.show .modal-dialog { max-width: 800px; padding: 0 15px; }
.modal-header { border: none; }
.form-control {border: 1px solid #ba4f22; font-size: 15px; color: #000; padding: 10px 15px;}
.modal-content {border: 0; border-radius: 0; }
button.close {border: none; background-color: #bf5d33; color: #fff; width: 30px; }
.modal{ padding: 0 15px; }
::-webkit-input-placeholder {color: #000000 !important; }
:-ms-input-placeholder {color: #000000 !important; }
::placeholder { color: #000000 !important; }
.bg_grey_img {background-color: #f6f6f6 !important; text-align: center; }
.contact_us_ft span { display: inline-block; margin-bottom: 15px; }
.contact_us_ft span.email { margin-top: 20px; }
.contact_us_ft .fa-envelope { margin-right:5px; }
select {-webkit-appearance: none; -moz-appearance: none; background: transparent; background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); background-repeat: no-repeat; background-position-x: 98%; background-position-y: 13px; border: 1px solid #dfdfdf; border-radius: 2px; margin-right: 2rem; padding: 1rem; padding-right: 2rem; }
.txt_just { text-align: justify; }
/*.just .bg-black-pearl p  {text-align: justify; }*/
.px-4 {padding-right: 1rem !important; padding-left: 1rem !important; }
.color-white {color: #ffffff !important; }
.bg-video-wrap {position: relative; overflow: hidden; width: 100%; height: 100vh; background: url(assets/images/sliders/1.jpg) no-repeat center center/cover; position: absolute; top: 0; z-index: -2;}
.bg-video-wrap video {min-width: 100%; min-height: 100vh; z-index: 1; height: 100%; width: 177.77777778vh; /* 100 * 16 / 9 */ min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */; object-fit: cover; }
.banner_hy { height: 100vh; position: relative; }
.banner_hy:before{content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: rgba(27, 26, 26, 0.15); background-color: rgb(0 0 0 / 68%) !important; z-index: 1; }
.banner_hy .container { z-index: 99; position: relative; }
.banner_hy h1 { font-size: 4rem }
.banner_hy .banner_txt { height: 100vh; display: flex; align-items: center; justify-content: center;}
.site-header.hy {background-color: #fff; position: absolute; top: 0; z-index: 999; width: 100%;}
.banner_hy form#contactForm {z-index: 2; background-color: #ffffff3b; padding: 25px; position: relative;  max-width: 370px; margin-left: auto;}
.banner_hy form#contactForm h5 { margin-bottom: 20px; }
.banner_hy .form-group {position: relative; margin-bottom: 15px; }
.banner_hy .form-control {height: 45px; border: 1px solid #f4f4f4; background-color: #ffffff; border-radius: 1px; padding: 0 0 0 20px; border-radius: 3px; }
.he_100 { height: 100%; background-color: #fff;}
.pt-3.ds_icon {display: flex; justify-content: inherit; align-items: center; margin-bottom: 10px;}
.pt-3.ds_icon img { max-width: 50px; margin-right:15px; }
.pt-3.ds_icon h4 { margin-bottom:0 !important; }
.bg-white-smoke {background-color: #f4f4f470 !important; }
.clear, .clear li { margin: 0; padding: 0; list-style-type: none;}
.location .contact_us_box { background-color: #1c1d1e; padding: 30px;     height: 100%; }
.location .contact_us_box h4 { color: #ffffff; margin-bottom: 11px; font-size: 20px; margin-bottom: 20px; }
.location .contact_us_box i {font-size: 16px; margin-right: 10px; }
.location .contact_us_box li {color: #ffffff; margin-bottom: 6px; font-size: 14px; margin-bottom: 9px; }
.location .contact_us_box a.map {margin-bottom: 10px; display: block; margin-top: 10px; }
.location .contact_us_box a {color: #ffffff; word-wrap: break-word; } 
.location .contact_us_box p {font-size: 14px; line-height: 1.5; margin-bottom: 10px; }
ul.navbar-nav.mx-auto { margin-right: 0 !important; align-items: center; }
section.container-fluid.products_home {background-color: #fafafa; }
form button.btn.btn-black-pearl-brown { width: 100%; }
.site-header.fixed {position: fixed; }
.slider {padding: 0; overflow-x: hidden; }
.header-transparent+.slider .slide-item {padding-top: 100px; }
.max_50 img { max-width:100px; }
.height_100 {height: 100%; }
.box_height a { height:100%; display: block; background-color: white; text-align: center; }
.slider .slide-item {height: 92vh; }
.align-v-h {display: flex !important; justify-content: center !important; align-items: center !important; }
.page1 .bg-overlay:before {background-color: rgb(0 0 0 / 50%) !important; z-index: 1; }
.bg-overlay-2:before {background-color: rgba(27, 26, 26, 0.1); }
/*.tab-content>.tab-pane .row {justify-content: center; } */
.bg-overlay:before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: rgba(27, 26, 26, 0.15); }
.bg_bwn {background-color: #bb4d21 !important; }
.dis_flx {display: flex; flex-wrap: wrap; }
.contact_us_box {
    padding: 25px;
        border: 1px solid #c1c1c1;
    height: 100%;
}
.contact_us_box a {
  word-break: all;
}
.contact_us_box a {
    word-break: break-all;
    font-size: 16px;
}
.contact_us_box li i{ margin-right: 10px; font-size: 16px; line-height: 1.5;}
.contact_us_box h4 i { font-size: 20px; margin-right: 4px;  }
.dis_flx img {
     max-width: 120px;
    padding: 0 15px;
}
.boxs_height p {
    min-height: 136px; 
}
.contact_us_box h4 { margin-bottom:15px; font-size: 22px; }
.contact_us_box li:nth-child(2) h4 {
    margin-top: 25px;
}
.contact_us_box  p{ margin-bottom: 0; }
.form-control:focus {
    color: #1c1d1e;
    background-color: white; }
.text-dim-gray {
    color: #000000 !important;
}
.bg_bw_text {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    margin-top: -25px;
}
.btn { border-radius: 2px; }

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(assets/images/sliders/1.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
}
.page1 .slide__content {
    position: relative;
    z-index: 999;
   padding-right: 70px;
}
.page1 .slide__content p { color: #ffffff !important; font-size: 18px; line-height: 1.5; }
.slider .slide__title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 10px;
}
.mx-800 { max-width: 800px; margin: 0  auto; padding-right: 0 !important;}
.mx-900 { max-width: 900px; margin: 0  auto; padding-right: 0 !important; }
.slide__content.mx-900{ margin-top: 0px !important;}
.site-header {
    z-index: 9;
    position: relative;
    z-index: 999;
    padding: 15px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}
.book_box {
    padding: 0 30px;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-wrap: wrap;
}
.book_box_details {
    width: 31%;
    margin: 0 1%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #c1c1c1;
    padding: 25px;
        background-color: white;
}
.book_box_details img {
    max-width: 80px;
    padding-bottom: 10px;
}
.book_box p {
    color: #000000;
    font-size: 18px;
    margin-top: 0px;
    max-width: 300px;
    margin: 0 auto;
}
.book_box p { color: #000000; font-size: 18px; }
.book_box p a { word-break: break-all; }
.book_box p a:hover {color: #000000; }
a.box_sec {
    display: inline-block;
    box-shadow: 0 0 7px 1px #c1c1c1;
}


.bg-video-wrap.new video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
}

#contactForm {
    z-index: 2;
    background-color: #ffffff3b;
    padding: 25px;
    position: relative;
}
.form-control {
    height: 45px;
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 3px;
}

.btn.btn__black {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 35px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #000000;
    color: #ffffff;
    width: auto;
}

.img_50 img { max-width: 60px;margin-bottom:30px; }
.height_100.img_50 {
    background-color: #fafafa !important;
}
.logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.logos div {
    width: 13.66%;
    padding: 20px;
}
#portfolio_icon.h4_sm h4 {
    font-size: 16px;
    font-weight: 400;
}
.font_18 p{
font-size: 18px;
 color: #000;
     line-height: 1.5;
}

.bgcolor_br {
      background-color: #bc4f25;
}
.mx_200 img { max-width: 300px; width: 100%; }
.logo_150 { max-width: 150px; }
.navbar-light .navbar-toggler { border-color: rgb(199 108 73); }
.site-header .navbar-toggler { background-color: #ffffff; }


@media screen and (max-width:1400px){
  /*.site-header .navbar .nav-item .nav-link { position: relative; font-size: 14px; }*/
  .banner_hy h1 { font-size: 3rem; }
}

@media screen and ( max-width: 1200px){ 
.portfolio {width: 31%; }
.banner_hy h1 { font-size: 2rem; }
.slider .slide__title { font-size: 36px; }
.lead-1 { font-size: 16px; }

}
@media screen and ( max-width: 991px){ 
.portfolio, #line_three .col-lg-3 {width: 47%; }
.col-lg-4.col-sm-6.portfolio.one.all { width:48%; }
.bg_remove_mob { background-image:none !important; text-align: center; }
.banner_hy .form-control { font-size: 15px; height: 40px; }
.banner_hy .banner_txt { height: 100%; padding-top: 30%;}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover, 
.navbar-light .navbar-brand:focus { max-width: 360px; }
.pd_100 {padding: 70px 0; }

}
@media screen and ( max-width: 767px){  

.portfolio {width: 100%; margin: 0 0% 2%; text-align: center; }
.col-lg-4.col-sm-6.portfolio.one.all, #line_three .col-lg-3 { width:100%; }
.form-control { padding: 12px; font-size: 16px; }
.banner_hy {height: 100%; position: relative; overflow: hidden; }
.banner_hy .banner_txt { padding-top: 35%; text-align: center }
.banner_hy form#contactForm {margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom: -10px; }
.btn { padding: 5px 1.5em; }
.my-6 {margin-top: 2rem !important; margin-bottom: 2rem !important; }
.py-7 {padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pd_100 {padding: 50px 0; }
.nav-link {display: block; padding: 15px 0; }
img.logo_bottom {max-width: 180px; }
.pt-7 { padding-top: 3rem !important; }
.lead { font-size: 16px; }
.location  .col-md-3 { margin-bottom: 30px; }
.pb-7 { padding-bottom: 1rem !important; }
#contactForm{ margin-top:30px; }
.slider .slide-item { height: 100%; }
.page1 .slide__content{ margin-top: 40px; padding-right: 00px; }
.bg-video-wrap { height: 70vh; }
.bg-video-wrap video { height: 40vh; z-index: 1; width: 100%; min-height: auto; max-height: 100%; object-fit: cover; object-position: left; } 
section.slider.slider-layout1.page1 { padding: 0; overflow: hidden; padding-bottom: 150px; }
.slider .slide-item { height: auto; position: relative; padding-bottom:10vh; }
.contact-info-layout2 .cta__banner { padding: 20px; }
.bg-video-wrap.new { height: 100%; }
section.slider.slider-layout1.page1.pb-mt-0 { padding-bottom: 10px !important; }
#contactForm { padding: 15px; }


}

@media screen and (max-width:500px){
  .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { max-width: 220px; }
  img.logo_bottom { max-width: 130px; }
  .site-footer .footer-widgets .footer-widget a img {
    max-width: 260px !important;
}
.contact-info-box.d-flex.align-items-center.home_contact { margin-bottom: 20px; }
}

.bg_white_box .bg-white-smoke { background-color:#ffffff !important; }
.dropdown-menu {top: 90%; }
.mx_800 { max-width: 800px; margin: 0 auto; }
.mx_1000 { max-width: 1000px; margin: 0 auto; }
.logo_box a img { max-width: 150px;margin: 0 auto 20px; display: block; }
.logo_box a img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.logo_box a:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.contact_us_icon i {font-size: 17px; color: #1c1d1e; margin-right: 12px;  }
.contact_us_icon i.fa.fa-phone{     transform: rotate(90deg); }
.bg_grey { background-color:#e0e0e0; }
.dis_align{display: flex; align-items: center; height: 100%; }

.bg-white.height_100.img_50, .bg-white {
    background-color: #ffffff !important;
}
.fontw_300 { font-weight: 300; }
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.w100 img {
    width: 100%;
    max-width: 100%;
}
a.box_sec img{
      transition: all 300ms linear 0s;
}
a.box_sec:hover img {
      transition: all 300ms linear 0s;
            transform: scale(1.05);
}
.pd_15{ padding: 0 15px; }
a.box_sec{ height: 100%; overflow: hidden; }
.year_box {
    max-width: 200px;
    margin: 0 auto;
    background-color: #b84f21;
    text-align: center;
    padding: 5px 15px;
    position: relative;
}
.m_0{ margin: 0; }

.year_box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 110%;
    background-color: #b84f21;
    height: 1px;
    left: 100%;
}
.year_box h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
.txt h3 {
    font-size: 22px;
    font-weight: 400;
}
.bg{ background-repeat: no-repeat; background-size: cover; background-position: center; }
.overflow_hidden { overflow: hidden; }
.over_lay{ position: relative; }
.over_lay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color:#0000009e;
     z-index: 0;
}
.over_lay .container { position: relative; z-index: 1; }
.pd_100 { padding: 5rem 0; }
.contact-info-box {
  margin-bottom: 30px;
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px;
      display: flex;
    align-items: center;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 18px;
  margin-bottom: 9px;
  line-height: 1.5;
}



.contact-info-layout2 .contact-info-box .contact__info-box-icon {
  flex: 0 0 70px;
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  background-color: #c05932;
}

.contact-info-layout2 .contact-info-box .contact__info-box-title {
  margin-bottom: 10px;
}

.contact-info-layout2 .contact-info-box .contact__info-list li {
  margin-bottom: 2px;
}

.contact-info-layout2 .cta__banner {
  border-radius: 4px;
  max-width: 530px;
  padding: 50px 50px 50px 50px;
  margin-left: 20px;
  margin-top: -220px;
  z-index: 4;
  margin-bottom: 30px;
  background-color: #c05932;
  position: relative;
}
.color_black, .page1 .slide__content p.color_black {     color: #000 !important; }
 
.pd_50 {
    padding: 50px 0;
}
.contact-info-layout2 .cta__banner .cta__title {
  line-height: 1.4;
  margin-bottom: 17px;
}

.contact-info-layout2 .cta__banner .cta__title,
.contact-info-layout2 .cta__banner .cta__desc,
.contact-info-layout2 .cta__banner .btn {
  position: relative;
  z-index: 2;
}

.contact-info-layout2 .cta__banner .btn i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fe5a0e;
  background-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;
}

.contact-info-layout2 .cta__banner .btn:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}

.contact__number i {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid rgba(27, 26, 26, 0.25);
  font-size: 17px;
  margin-right: 13px;
}

.contact__number a {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.contact-panel {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  background-color: #fff;
  padding: 80px 80px 40px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.contact-panel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: -o-calc(100% - 160px);
  width: calc(100% - 160px);
  height: 3px;
  background-color: #fe5a0e;
}

.contact-panel .contact__panel-info {
  flex: 0 0 34%;
  max-width: 34%;
  padding-bottom: 40px;
}

.contact-panel .contact__panel-info-top {
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  padding: 50px 50px 32px;
}

.contact-panel .contact__panel-info-top .contact-info-box:last-of-type {
  margin-bottom: 0;
}

.contact-panel .contact__panel-info-bottom {
  background-color: #222222;
  border-radius: 0 0 4px 4px;
  padding: 50px 50px 42px;
}

.contact-panel .contact__panel-info-bottom .contact__panel-info-title {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}

.contact-panel .contact-info-box .contact__info-list li {
  color: #ffffff;
  margin-bottom: 6px;
}

.contact-panel .contact-info-box .contact__info-list li a {
  color: #ffffff;
}

.contact-panel .contact-info-box .contact__info-box-title {
  color: #ffffff;
  margin-bottom: 11px;
}

.contact-panel .contact__number i {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.contact-panel .contact__number a {
  color: #ffffff;
}

.contact-panel .contact__panel-form {
  flex: 0 0 66%;
  max-width: 66%;
  padding-left: 50px;
  padding-bottom: 40px;
}

.contact-panel .contact__panel-title {
  font-size: 24px;
}

.contact-panel .contact__panel-desc {
  font-size: 15px;
  line-height: 25px;
}

.contact-panel .nice-select .list {
  width: 100%;
}

.google-map+.contact-layout1 {
  position: relative;
  z-index: 3;
  margin-top: -120px;
}

.contact-layout2 .contact-panel .contact__panel-info-top,
.contact-layout2 .contact-panel .contact__panel-info-bottom {
  background-color: #fe5a0e;
}

.contact-layout2 .contact__number i {
  border-color: rgba(255, 255, 255, 0.25);
}

.contact-layout3 .contact-panel .contact__panel-form {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 40px;
}

.contact-layout3 .contact-panel .contact__panel-info {
  background-color: #fe5a0e;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px;
  border-radius: 3px;
}

.contact-layout3 .contact-panel .contact__panel-info .contact__panel-info-title {
  display: block;
  color: #ffffff;
  margin-bottom: 23px;
}

.contact-layout3 .contact__number i {
  border-color: rgba(255, 255, 255, 0.25);
}

.contact-layout3 textarea.form-control {
  min-height: 140px;
}

.none_border_box .counter-item{
    border: none;
    box-shadow: none;
}

.none_border_box .counter-item h2 { font-size: 5rem; margin-bottom: 0; }


@media screen and (max-width: 1200px){
  .none_border_box .counter-item h2{ font-size: 3rem; }
  .none_border_box .counter-item { padding: 5px; }

}

@media screen and (max-width: 991px){
  .none_border_box .counter-item h2{ font-size: 2rem; margin-bottom: 0 !important; }
  .none_border_box .counter-item { padding: 5px; }
}
.w_100 { width: 100%; }
.logo_icon{ height: 35px; width: auto; display: inline-block; max-width: 100%; margin-bottom: 20px; }
.border_grey { border: 1px solid #1c1d1e45; }
.pdf{ max-width: 20px; margin-right: 10px;  }
.download { font-size: 20px; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #c05932;
}
.font_22{ font-size: 1.3rem; }
.h56{ min-height: auto; font-size: 16px; margin-bottom: 20px;}
.over_50 {
    height: 40vh !important;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1500px){
  .over_50 { height: 50vh !important; }
}

@media screen and (max-width: 1200px){
  .over_50 { height: 80vh !important; }
}

@media screen and (max-width: 767px){
  .over_50 { height: 90vh !important; }
  .slider .slide__title {font-size: 26px; }
}


.menu{
      position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14;
    color: #747474;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.15);
    border-radius: 0;
  position: absolute;
  top: 90%;
}
.sub_menu {
  display: block;
    width: 100%;
    padding: 0.55rem 2rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0.55rem 1rem;
    font-size: 16px;
    white-space: inherit;
    text-transform: capitalize;
}
.sub_menu:hover{ color: #fff;
background-color: #c05932;
 }
.menu_icon{
  position: relative;
}
.menu_icon:before{
    content: "\f078";
    position: absolute;
    right: -20px;
    top: 9px;
    font-size: 20px;
    font: normal normal normal 11px/1 FontAwesome;
}
.menu_icon { position: relative; }
.menu_icon:hover + .menu, .menu_icon + .menu:hover {
  display: block;
}
.nav-item { position: relative; }

@media screen and (max-width: 991px){
  .menu {
    position: relative;
    display: block;
        background-color: transparent;
  }
  .sub_menu { color: #000; padding: 5px 0px; }
}

.right_icon { position: relative; }
.breadcrumb.pd_50 {padding: 30px 0; margin-bottom: 0; }
.bread_link { text-align: right; }
.bread_link a { margin-left: 5px;     font-size: 16px; }
.bread_link i { font-size: 14px; margin-left: 10px; }
.color_org { color: #bc4f25 ; }
.contact-info-box .contact__info-list li i{ font-size: 14px; margin-right: 7px; }
.min_60 {min-height: 60px;font-size: 20px;font-weight: 500;margin-top: 30px;}
.bg_grey_new { background-color: #575757 !important; }
.bg-red-border {border: 2px solid #bc4f25; }
.color_red { color: #bc4f25; }
.pf-o { padding-left: 0 !important; }
.logos a {  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }
.logos a:hover {
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.nav-tabs .nav-link {
    max-width: 100%;
    margin-left: 20px !important;
    margin-bottom: 10px;
}

.slick-dots {display: flex; justify-content: center; margin: 0; padding: 1rem 0; list-style-type: none; }
.slick-dots li { margin: 0 0.25rem; }
.slick-dots li button {display: block; width: 1rem; height: 1rem; padding: 0; border: none; border-radius: 100%; background-color: #000; text-indent: -9999px; }
.slick-dots li.slick-active button { background-color: #bd501e; }
.education_sec .portfolio-item .portfolio__img { height: 100%; }
.education_sec .portfolio-item { margin-bottom: 30px; height: 95%; }
.sub_menu2 {position: relative; }

.sub_menu:hover {color: #fff; background-color: #c05932; }
.menu_2 { display: none; }

.sub_menu_2:hover + .menu_2 { display: block; }
.sub_menu_2 .menu_2 .sub_menu { margin-left: 20px; }
.menu_2:hover a,  
.menu_2:hover, 
.sub_menu_2:hover, 
.menu_icon:hover + .menu, 
.menu_icon + .menu:hover,
.sub_menu_2:hover + .menu_2:hover { display: block; }
.sub_menu2:hover + .menu_2: hover { display: block; }
.sub_menu_2:hover + .menu_2:hover,
.menu_icon:hover + .menu, .menu_icon + .menu:hover + .sub_menu_2:hover + .menu_2:hover { display: block; }

.menu_2 .sub_menu:hover { display: block; }
.menu_2{ background-color: #000;  }
.menu_2 a:hover { background-color: #c05932; }



.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
 display: block;
    padding: 10px 15px;
    background-color: #bd5128;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
   background-color: #000;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accordion {
    max-width: 800px;
    margin: 0 auto;
}
.panel-body p {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    margin-left: 20px;
}
.panel-body p:before{
  content: "\f061";
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 16px;
  font: normal normal normal 18px/1 FontAwesome;
  width: 20px;
  height: 20px;
  color: #bd5228;
  left: 0;
}
@media screen and (max-width: 767px){
  .pd_50 {padding: 40px 0 !important; }
   section.slider.slider-layout1.page1.pd_mb{padding: 0; overflow-x: hidden; padding-bottom: 0; }
  .page1.pd_mb .slide__content {margin-top: 0; }
  .pd_100 {padding: 3rem 0; }
}


/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2;
}

.widget {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 3px;
  background-color: #ba4e24;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
  margin-left: 25px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
  border: 2px solid #eaeaea;
  padding-right: 30px;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  color: #333333;
  padding: 0;
  min-width: 0;
  font-size: 18px;
  line-height: 55px;
  height: 55px;
}

.widget-search .widget__form-search button:before {
  display: none;
}

.widget-search .widget__form-search button:hover {
  color: #fe5a0e;
}

.widget-categories ul li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.04);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a.active,
.widget-categories ul li a.active-a,
.widget-categories ul li a:hover {
  background-color: #ba4e24;
  color: #ffffff;
}

ol, ul {
    padding-left: 1rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 30px;
}
.widget-tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  background-color: #ba4e24;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #1b1a1a;
}

/*widget posts*/
.widget-posts .widget-post-item .widget__post-title {
  font-size: 17px;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #222222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: #fe5a0e;
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 19px;
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 7px;
}

.widget-posts .widget-post-item .widget__post-cat {
  margin-bottom: 7px;
  line-height: 1;
}

.widget-posts .widget-post-item .widget__post-cat a {
  position: relative;
  font-size: 13px;
  color: #fe5a0e;
  padding-right: 7px;
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
  color: #1b1a1a;
}

.widget-posts .widget-post-item .widget__post-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #fe5a0e;
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
  padding: 0;
}

.widget-posts .slick-dots {
  text-align: left;
}

/* Widget Download */
.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: left;
}

.widget-download .btn span {
  display: block;
  margin-top: 10px;
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  left: 25px;
  width: 22px;
  height: 24px;
}

/* Widget help */
.widget-help {
  overflow: hidden;
  padding: 50px;
}

.widget-help .widget__content {
  position: relative;
}

.widget-help .widget__content h5 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 17px;
}

.widget-help .widget__content p {
  color: #f9f9f9;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px;
}

.widget-help .widget__content .btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #fe5a0e;
  display: inline-block;
}

.widget-help:after {
  content: "";
  font-family: icomoon;
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}

/* Large Size Screens */
@media (min-width: 991px) and (max-width: 1200px) {
  .sidebar {
    margin-right: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Tablets and  Small Screens */
@media (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 25px;
  }

  .widget .widget__title {
    margin-bottom: 25px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-help .widget__content p {
    margin-bottom: 30px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px;
  }

  .widget-download .btn {
    height: 60px;
  }
}
.tab_sec_fancy .fancybox-item {
    padding: 15px;
    border: 2px solid #ba4e24;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}
.menu:hover .menu_2:hover .sub_menu: hover { display: block; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1c1d1e;
    background-color: #e7e7e7;
    border-color: #1c1d1e;
    border: 2px solid #1c1d1e;
    border-radius: 6px;
}
.tab{
  display: none;
}
.tab-active{
  display: block;
}
.sub_menu_list:hover , .sub_menu:hover + .menu_2:hover { display: block; }
.sub_menu_list {
    position: relative;
}
.menu_2 { position: absolute; right: -100%; top: 0; width: 120%; left: 100%; }
.sub_menu_2:hover + .menu_2 { display: block; }

@media screen and (max-width: 991px){
  .menu_2 {
    position: relative;
    right: 0%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: transparent;
    margin-left: 10px;
}
}

.small_icon_txt img { max-width: 70px !important; width: 100%; margin-bottom: 20px; }
.small_icon_txt h4 { font-size: 20px; font-weight: 500; }
.height_400_scroll {
      height: 400px;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: auto;
}

@media screen and (max-width: 991px){
  .height_400_scroll {height: 100%; overflow-x: initial; width: 100%; scroll-behavior: auto; }
}

.contact-info-box {
  margin-bottom: 30px;
    border: 2px solid #bc4f25;
    padding:40px 15px;
    height: 85%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /*cursor: pointer;*/
     transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; 
}
.contact-info-box:hover{
      transform: scale(1.1);
       transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; 
}
.contact-info-box:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 5px;
    background-color: #bc4f25;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.contact-info-box img {
    position: relative;
    max-width: 20px;
    margin-right: 10px;
}
.home_contact:before {display: none; }
.home_contact {  }
.contact-info-box.d-flex.align-items-center.home_contact {padding: 15px; font-size: 14px; border: none; }
.contact-info-box.d-flex.align-items-center.home_contact li { font-size: 14px; }
.fix_btn { position: fixed; right: -90px; bottom: 50%; transform: rotate(-90deg); z-index: 9999; }
.fix_btn a { color: #fff; background-color: #bc4f25; border-color: #bc4f25; }
.fix_btn a:hover, .fix_btn a:focus {background-color: #000; border-color: #000; color: #fff;  }

.row.gx-0.bg-black-pearl.align-items-center.odd {
    flex-direction: row-reverse;
}
.row.gx-lg-5, .row.gx-5 { --bs-gutter-x: 0; }
.mx-100 { max-width: 100% !important; padding-right: 0 !important; }

h2.slide__title.color_black.mb-7 {
    text-align: center;
}
section.slider.slider-layout1.page1.bg .pd_40 { padding-top: 3rem !important; }
.adh_boxs .col-lg-4 { margin-bottom: 30px; }

@media screen and (max-width: 1200px){

  .small_icon_txt h4 { font-size: 16px; }
  .contact_us_box h4 { font-size: 17px; }
  .contact_us_box { padding: 20px; }
  .contact_us_box a { font-size: 14px; }
}

@media screen and (max-width: 1024px){
/*
  .slider .slide-item { height: 60vh; }
  .bg-video-wrap { height: 60vh; top: 90px; }*/
}

@media screen and (max-width: 991px){

  h1, .h1 { font-size: 26px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 22px; }
  .book_box_details { width: 48%;}
  .contact-info-layout2 .cta__banner {margin-top: 0; max-width: 90%; } 
  #contactForm { margin-top: 20px; }
  .icon_bx .col-lg-3 { margin-bottom: 20px; }
  .logos div { width: 19.66%; }
  .m-m-t-20 { margin-top: 50px; }
  .sidebar { margin-right: 0px; margin-bottom: 30px; }
  a.box_sec { margin: 0 auto; display: block; }
  a.box_sec img { width: 100%; }
  .col-lg-4.mt-lg-0.mt-md-5.mt-5.wow.fadeInUp { margin-top: 0rem !important; }
  .row.wow.fadeInUp.small_icon_txt.mt-5 + p { margin-top: 30px; }
  .mb-7 { margin-bottom: 2rem !important; }
  .portfolio-item .portfolio__content { padding-right: 0px; padding-bottom: 30px; }
  .portfolio-item .portfolio__content p { font-size: 14px; }
  .portfolio-item.pb-5 { padding-bottom: 1rem !important; }

  .col-lg-6 .px-5.py-4{ padding-left: 1.5rem !important; padding-right: 1.5rem !important;  }
  .pt-3.ds_icon h4 { font-size: 20px !important; }
  .border_grey p { font-size: 18px !important; }
  .border_grey { border-radius: 20px !important; }
  .contact-info-box .contact__info-list li { font-size: 16px; }
  .font_22 { font-size: 18px; }
  .font_18 p { font-size: 16px; }
  h4.portfolio__title br { display: none; }
  .award_slider_ .px-5 { padding-right: 15px !important; padding-left: 15px !important; }
  .adh_boxs .col-lg-4 { margin-bottom: 30px; }
  .award_box h3 { font-size: 20px; }
  .tb-mt-30 { margin-bottom: 30px; }

  .pt-6 { padding-top: 1rem !important;  }
  .min_60 { font-size: 18px; }

  .slider .slide-item.page1_in { height: 42vh; }
  .page1_in .bg-video-wrap{ height: 42vh; top: 100px;}
  .page1_in .bg-video-wrap  video{ width: 100%; }

  #SRP_1652512568 { margin-top: 40px; }

}

@media screen and (max-width: 767px){

  h1, .h1 { font-size: 20px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 22px; }
  h6, .h6 {font-size: 16px; }

  
  body { font-size: 14px; }

  .book_box_details { width: 100%; margin: 0; margin-bottom: 15px;}
  .contact-info-layout2 .cta__banner {padding: 20px; }
  .logo_box a img { max-width: 100px; }
  .site-footer .footer-widgets { padding-top: 50px; padding-bottom: 10px; }
  .text_header { padding: 0 0 40px 0; }
  .fix_btn { right: -67px; }
  .products_home .portfolio-item { padding-bottom: 10px; }
  .px-4.py-5.he_100 .mx-3 {margin-right: 0 !important; margin-left: 0 !important; }
  p { font-size: 16px; line-height: 1; margin-bottom: 10px; line-height: 1.5; }
  .site-footer .footer-widgets .footer-widget p {line-height: 1.8; }
  .py-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
  #various h3 { font-size: 18px; }
  .award_box img { display: block; margin: 0 auto; }
  .logos div { width: 25%; }
  .row.gx-0.bg-black-pearl.align-items-center .mb-5 { margin-bottom: 1rem !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .panel-default>.panel-heading a{ font-size: 18px; }
  .panel-body p { font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 20px; margin-left: 10px; }
  .pb-5 { padding-bottom: 2rem !important; }
  .pt-5 { padding-top: 2rem !important; }
  #portfolio_icon .bg-white-smoke { margin-bottom: 0px;  height: 100%; }
  .site-footer .footer-widgets .footer-widget {margin-bottom: 0px; }
  .site-footer .footer-widgets .footer-widget ul li { padding: 7px 0; }
  section.slider.slider-layout1.page1.bg .pd_40 { padding-top: 2rem !important; }
  #nav-tabContent { margin: 0 5px; }

  .pt-3.ds_icon h4 { font-size: 18px !important; }
  .border_grey p { font-size: 16px !important; }
  .font_22 { font-size: 16px; }
  a.box_sec { height: 100%; }
  .book_box p { font-size: 16px; }
  .slider .slide-item.pd-btm-o, section.slider.slider-layout1.page1.pd-btm-o { padding-bottom: 50px; }
  .font_18 p { font-size: 14px; }
  .mb-mt-30 { margin-top: 30px !important;}

  .boxs_height p { height: 100% !important; min-height: auto !important; }
  .contact-info-box {margin-bottom: 0; margin-top: 0;}
  .mb-mt-30 { margin-top: 30px; }

  #contactForm { margin-top: 30px; }
  .products_home .portfolio-item .portfolio__content { bottom: 0px; }
  .award_box p { font-size: 14px; line-height: 20px; }
  .award_box h3 { font-size: 18px; }
  .mb-4 { margin-bottom: 1rem !important; }
  .contact_us_icon i { font-size: 14px; }
  .mx_200 img { max-width: 200px; }
  .contact_us_box { padding: 20px; }
  .contact_us_box h4 { margin-bottom: 10px; }
  .contact_us_box  { font-size: 20px; }
  .contact_us_box a.map, .contact_us_box a { font-size: 16px; line-height: 1; }
  .contact_us_box li:nth-child(2) h4 { margin-top: 15px; }
  #nav-tabContent p, #nav-tabContent li { font-size: 14px; }

}

@media screen and (max-width: 640px){

  h1, .h1 { font-size: 20px; }
  .page1 .slide__content p {  font-size: 16px;}
  .mt-5 { margin-top: 2rem !important; }
  .mb-5 { margin-bottom: 2rem !important; }
  .text_header { padding: 0 0 30px 0; }
  .py-5 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  #various h3 {font-size: 15px; }
  .logos div { width: 50%; }
  .nav-tabs .nav-link { width: 100%; }
  .nav-tabs .nav-link.mb-img-100 { width: 35%; max-width: inherit; }
  .tab-content>.tab-pane {  margin-top: 30px; }
  .mt-5 { margin-top: 1rem !important; }
  .col-lg-4.mt-lg-0.mt-md-5.mt-5.wow.fadeInUp { margin-top: 0rem !important; }
  .row.gx-lg-5.wow.fadeInUp.small_icon_txt + p { margin-top: 30px; }
  .page1 .slide__content p.color_black br { display:none; }
  .book_box p { font-size: 16px; line-height: 1.5; }
  .container.my-lg-3.my-md-7.my-6.logo_box { margin-top: 0rem !important; }
  h4.mb-3.hover-color.text-center { margin-bottom: 0 !important; padding-bottom: 0; }
  .book_box { padding: 0 0px; }
  .mb-mt-30 { margin-top: 30px; }

  .col-mb-100 { width: 100%; }

  .site-footer .footer-widgets .footer-widget a { font-size: 16px; }

}

@media screen and (max-width: 420px){
  h4, .h4 { font-size: 22px; }
  h2, .h2 { font-size: 24px; line-height: 1.4; }
  .logos a img { width: 70%; }
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#SRP_1652512568 {
    z-index: 2;
    background-color: #ffffff3b;
    padding: 25px;
    position: relative;
}

.whatsapp_box {
    margin: 0 0 50px 0 !important;
    padding-left: 15px;
    padding-right: 20px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #25D366;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp_box svg {
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
}

@media screen and (max-width: 767px){
  .whatsapp_box div { display: none; }
  .whatsapp_box{ padding-left: 5px; padding-right: 5px;} 
}
