/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body { 
    overflow-x: hidden;
}

body, p {
    font-family: "Open Sans", serif; 
}

a {
  color: #000;
  transition: ease all 0.3s;
}
strong
{
  font-weight: 600;
}
a:hover {
  color: #000;
  text-decoration: none;
 /* opacity: 0.7;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
font-family: "Nunito Sans", serif;
     color: #000000;
  font-weight:700;
}

h2.main-heading, h2, .h2, h1.main-heading {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
p {
    font-family: "Open Sans", serif;
    color: #6C6C6C;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.btn-wrap {
    margin-top: 35px;
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
	width: 92%;
  }
}

@media (min-width: 1440px) {
  .container>.row>.col-lg-11{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
h4
{
  font-size:24px;
}
h6
{
  font-size:18px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/



.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 100px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    z-index: 997;
    align-items: center;
    display: flex;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

.menu-right-btn {
    text-align: right;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 18px;
     font-family: "Nunito Sans", serif;
  font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #000000;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #101010;
  font-family: "Nunito Sans", serif;
  font-weight: 600;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #000000;
}

.nav-menu .drop-down>a:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #141414;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    top: 21px;
    right: 0;
}
header .btn-theme-black {
    min-width: 148px;
    padding: 22px 10px !important;
    text-align: center;
    margin-left: 24px;
}
.nav-menu .drop-down>a {
    position: relative;
}
 

li.drop-down {
    margin: 0px 20px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.search-icon {
  width: 20px;
}

ul#menu-main-menu {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
}

ul#menu-main-menu li {
    margin: 0px 30px;
}
body #mega-menu-wrap-menu-1 {
    background: transparent !important;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    font-weight: 500 !important;
    background: transparent !important;
    color: #000 !important;
    font-family: "Nunito Sans", serif;
}

body  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #000 ;
     font-weight: 600;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center !important;
}
  #mega-menu-main-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    color: #000
}
.mega-wrap h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.mega-wrap ul {
    padding: 0px 0px 0px 2px;
    margin: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #FFF !important;
}

.mega-wrap ul li a {
    font-family: "Nunito Sans", serif;
    font-size: 16px;
    font-weight: 300;
    padding-left: 17px;
    color: #6C6C6C;
    /* padding: 10px 0px; */
}

.mega-wrap ul li {
    display: block;
    position: relative;
    padding: 4px 0px;
}

.mega-wrap ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #EDEDED;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 0;
}
.mega-wrap a.btn-theme.btn-theme-black {
    padding-left: 0 !important;
    margin-left: 0;
    background: #000000;
    opacity: 1;
    min-width: 194px;
    text-align: center;
    margin-top: 30px;
}
.mega-wrap a.btn-theme.btn-theme-black {
    padding-left: 0 !important;
    margin-left: 0;
    background: #000000;
    opacity: 1;
    min-width: 194px;
    text-align: center;
    margin-top: 30px;
}
 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
/*
    padding-left: 13%;
    max-width: 58%;
	padding-top: 59px;
*/
	padding-left: 13%;
    height: calc(100vh - 67px); 
    overflow-y: auto;
    z-index: 999;
	padding-bottom:0px ;
   
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1::-webkit-scrollbar {
  width: 4px;
    height:5px;
  border-radius: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    height: 100% !important; 
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    height: 100%;
}

.textwidget.custom-html-widget {
    height: 100%;
}

.mega-all {
    height: 100%;
    
}
.menu-row {
    justify-content: space-between;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "" !important;
    position: absolute;
    height: 10px;
    width: 10px;
    top: -10px;
    right: -10px;
    background-image: url("../img/icon/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 5px grey;
  border-radius: 30px;
}

 
#mega-menu-wrap-menu-1 #mega-menu-menu-1::-webkit-scrollbar-thumb {
  background: #1c1c1c;
  box-shadow: inset 0 0 5px grey;
  border-radius: 30px;
}

 
#mega-menu-wrap-menu-1 #mega-menu-menu-1::-webkit-scrollbar-thumb:hover {
  background: #1c1c1c;
  box-shadow: inset 0 0 5px grey;
  border-radius: 30px;
}

.menu-media-img {
    height: 100%;
}

.menu-media-img img {
    height: 100%;
    object-fit: cover;
	width: 100%;
}

.mega-left-inner {
    width: 100%;
    display: flex;
    max-width: 867px;
    margin-left: auto;
    padding-right: 57px;
}
.logo-col{
    margin-right: 20px;
}
.menu-col,
div#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
    position: static;
}
ul#mega-menu-menu-1 {
    position: static !important; 
}
.mega-all {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0;
}

.mega-left {
    width: 62%;
    display: flex;
    padding-left: 182px;
}

.menu-media {
    width: 38%;
    flex: 1;
}

.mega-left .menu-wrap {
    width: 33.33%;
}
 

.mega-left .mega-wrap {
    width: 33.33%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    border-top: 1px solid #e7e7e7;
    padding: 0 !important;
}

.mega-left {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mega-wrap h3 {
    margin-bottom: 18px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 20px 20px !important;
    height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    margin-right: 10px;
}
.search-open-header .search-form-main-header {
    display: block!important;
    display: inline-block!important;
    position: absolute;
    right: 10px;
    z-index: 99;
    min-width: 600px;
    top: 100px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.11);
    border-radius: 4px
}
.search-open-header span.input-group-btn .btn:hover, header span.input-group-btn .btn:focus {
    background: #57575A!important;
}
.search-open-header .search-form-main-header span.input-group-btn {
    position: absolute;
    right: 0;
    max-width: 57px;
    top: 0;
    height: 100%;
    width: 59px
}
header span.input-group-btn .btn {
    padding: 18px 14px!important;
    min-width: auto;
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background:#57575A;
    border-color:#57575A;
}
.pro-search-form {
    position: relative
}
.pro-search-form .form-control {
    border: 1px solid #57575A!important;
    height: 65px
}
 

header span.input-group-btn .btn img {
    filter: invert(1) brightness(1);
}



@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .nav-menu a {
    padding: 12px 12px;
    font-size: 14px;
  }
}
@media (min-width:992px)
{
#header .nav-menu {
    justify-content: center;
    display: flex!important;
}
}
/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #101010;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #ffffffc9;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: calc(100vh - 92px);
  padding: 0;
 /* overflow: hidden;*/
 position: relative;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 92px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
/*
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 30%;
*/
}
#hero h2 , #hero p, #hero .btn-theme {
    text-shadow: 0px 1px 7px rgb(0 0 0);
	font-weight:400;
}

#hero .btn-theme:hover {
    text-shadow: none;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }
#hero .carousel-content.container {
    padding: 0 40px 0px 15px;
}
 
}

#hero h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: 700;
    font-family: "Nunito Sans", serif;
}

#hero p {
  font-size: 18px;
	line-height: 33px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
 font-family: "Open Sans", serif;
}
#hero .para {
    margin: 30px 0px 40px;
    max-width: 600px;
}
.hero-container  .btn-theme {
    padding: 23px 10px;
    min-width: 160px;
    text-align: center;
}

 .arrow-down {
    position: absolute;
    bottom: 36px;
    z-index: 1;
    text-align: center;
    max-width: 28px;
    margin: auto;
    left: 0;
    right: 0;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  opacity: 1;
  bottom: 60px!important;
}
#hero .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    border: none;
}
#hero .arrow-carousel-left-hover,
#hero .arrow-carousel-right-hover {
  display: none;
}

#hero .carousel-control-prev_hover .arrow-carousel-left-hover,
#hero .carousel-control-next_hover .arrow-carousel-right-hover {
  display: block;
}

#hero .carousel-control-prev_hover .arrow-carousel-left,
#hero .carousel-control-next_hover .arrow-carousel-right {
  display: none;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
#hero .carousel-indicators
{
  bottom: 40px;
}
#hero .carousel-indicators .active {
  background-color:#000;
  border: 1px solid #000;
  height: 26px;
  width: 26px;
  position: relative;
}

#hero .carousel-indicators .active:before{
  content: '';
  background-color: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#hero .carousel-indicators li {
    background: #fff;
    border: 1px solid #fff;
}
#hero .carousel-indicators {
    top:50%;
    left: unset;
    /* width: 0px; */
    margin-left: 1%!important;
    margin-right: 1%!important;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
}
#hero .carousel-indicators li {
  opacity: 1!important;
}

@media (max-width:767px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    display: none;
  }
}
.carousel-control-prev .carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next .carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next {
    right: 30px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 80px 0;
}

@media (max-width:767px) {
  section {
    padding: 50px 0;
  }
}

@media (min-width:1680px) {
section {
    padding: 80px 0;
}
}


/*********Button css*********/

.btn-theme {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 23px 33px;
    border-radius: 0px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    font-family: "Nunito Sans", serif;
}
.btn-theme-black {
    border: 1px solid #57575A;
    background: #57575A;
}
.btn-theme-black:hover
{
   color: #fff;
  border: 1px solid #707074;
    background: #707074; 
}
.btn-theme-outline {
    border: 1px solid #fff;
    color: #fff;
}
.btn-theme-outline:hover {
    background: #fff;
    color: #000;
}
.btn-theme-outline-dark {
    border: 1px solid #57575A;
    color: #000;
}
.btn-theme-outline-dark:hover {
    background: #57575A;
    color: #ffffff;
}
.menu-right-btn .search-ico {
    margin-left: 20px;
}

.btn-wrap .btn-theme:not(:last-child){
  margin-right: 35px;
}
/***Footer Section***/

#footer {
    color: #fff;
    font-size: 14px;
}
.footer-top {
    padding: 70px 0px;
    background: #F7F7F7;
}
.footer-mid{
  background-color: #F7F7F7;
  padding: 70px 0px;
}
.menu-links {
    padding-left: 18px;
}
.menu-links li::marker {
    color: #6C6C6C;
}
.menu-links li a {
    font-size: 15px;
    color: #6C6C6C;
    font-weight: 300;
}
.menu-links li {
    padding-bottom: 8px;
    position: relative;
}
.widget-title {
    font-size:20px;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
       font-family: "Nunito Sans", serif;
}
.foo-contact .info img {
    float: left;
    line-height: 1;
    width: 18px;
    position: absolute;
    left: 0;
}
.foo-contact .info p {
    padding: 0 0 0px 13px;
    top: -5px;
    position: relative;
    margin-bottom: 2px;
    color: #6C6C6C;
    font-size: 15px;
    line-height: 22px;
}
.foo-contact .info p a{
 color: #6C6C6C;
     font-size: 15px;
}
.foo-contact   div.address p {
    max-width: 220px;
    display: inline-block;
    margin-left: 0;
    padding-left: 10px;
    /* float: left; */
}

.foo-contact div.address p + p {
    /* padding-left: 32px; */
    max-width: inherit;
}

.foo-contact div.address p em {
    font-size: 14px;
    line-height: 22px;
/*    white-space: nowrap;*/
}

.address {
    margin-bottom: 0 !important;
}

.foo-contact .info img {
    /* margin-right: 3px; */
}

p.address {}
.footer-bottom {
    background: #fff;
    padding: 20px 0px;
}
.copyright-foo p {
    text-align: center;
    margin-bottom: 0px;
    color: #6C6C6C;
    font-size: 14px;
}
.copyright-foo p a{
 color: #6C6C6C;
}
#footer{
    position: relative;
}
#footer .social-icons a {
    color: #000;
    margin-left: 10px;
}
#footer .social-icons {
    font-family: "Open Sans", serif;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: right;
}
.subscribe_form {
  width: 100%;
  display: inline-block;
}

.subscribe_form {
    width: 100%;
    display: flex;
    position: relative;
}
span.wpcf7-form-control-wrap.email-address {
    width: 80%;
}
.subscribe_form span.input-group-btn {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe_form .form-control {
  border: none;
}

.subscribe_form .form-control:focus {
  box-shadow: none;
}

.subscribe_form input {
    height: 63px;
    font-weight: bold;
    font-style: normal;
    background: #FFF !important;
    border: 0 !important;
    outline: 0 !important;
    padding: 10px;
    font-size: 15px;
    font-family: "Nunito Sans", serif;
    padding-left: 20px;
}
button:focus {
    outline: 0 !important;
}
.subscribe_form button {
    border: none;
    height: 63px;
    background-color: #fff;
    color: #000000;
    margin: 0px;
    border-radius: 0px 6px 6px 0px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    padding: 0.375rem 0.75rem;
    margin-left: -10px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Nunito Sans", serif;
    outline: 0 !important;
    text-transform: none;
}
.social ul {
    margin: 0;
    padding: 0;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 3px;
    font-size: 24px;
}
 
.social ul li a {
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.social ul li a img {
/*    filter: invert(69%) sepia(87%) saturate(88%) hue-rotate(191deg) brightness(-75%) contrast(105%);*/
    max-width: 12px;
    max-height: 12px;
    object-fit: contain;
}

.social {
    margin-top: 20px;
}
.email-update-foo h4 {
    color:  #000000;
    font-size: 24px;
    font-weight: 700;
}
#footer .info {
    font-size: 15px;
    color: #6C6C6C;
    margin-bottom: 0px;
    padding-top: 10px;
}
#footer .border-line {
    border-bottom: 1px solid #EBEBEB;
}
.foo-contact .info div {
    margin-bottom: 15px;
}
#menu-range{
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
div.address p strong {
    color: #000;
    font-family: "Nunito Sans", serif;
    font-size: 17px;
}
/***Product Rage Section***/

section.product-range-sec{
  background-color: #F7F7F7;
}
section.product-range-sec  .main-heading,
.learning-hub-sec  .main-heading,
.latest-project-sec .main-heading{
    margin-bottom: 0;
}
.product-range .product-range-box{
  position: relative;
}

.product-range-box .img-container{
  position: relative;
  display: block;
  /* padding-bottom: 118%; */
  overflow: hidden;
  max-height: 500px; 
}
body .latest-post,
.latest-projects,
.product-range {
    margin-top: 50px !important; 
}
 
.product-range-box .img-container img{
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  /* width: 100%; */
  /* height: 100%; */
/*  opacity: 0.5;*/
  transition: ease 0.4s;
  max-height: 734px;
	min-height: 500px;
}
.product-range-box .img-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.product-range-box .title-wrapper{
  position: absolute;
  padding: 0px 46px;
  bottom: 40px;
  width: 100%;
}

.product-range-box h2.entry-title {
    text-align: left;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    transition: 0.4s ease;
    margin-bottom: 0;
    font-weight: 500;
}

.product-range-box .title-wrapper h2.entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container.full-width-container{
  width: 100%;
  max-width: 100%;
}

.container.full-width-container .col-lg-12{
  padding-left: 0;
  padding-right: 0;
}

.product-range-box:hover .img-container img{
    transform: scale(1.1);
}

.product-range-box .img-container:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.4s ease;
}

.product-range-box:hover .img-container:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.owl-nav button:focus{
  outline: none;
}


.product-range-slider .owl-stage{
  padding-left: 40px !important;
}



.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
}

.product-range-slider .owl-prev, .product-range-slider .owl-next {
    position: absolute;
    top: calc(50% - 15px);
}

.product-range-slider .owl-prev.disabled, .product-range-slider .owl-next.disabled{
  opacity: 0 !important;
}

.product-range-slider{
  margin-top: 24px;
}

.features-item {
    display: flex;
    margin-bottom: 37px;
}

.features-item .features-icon {
    max-height: 50px;
}

.features-sec .features-wrap .features-item:last-child .features-icon {
    max-width: 50px;
}
.features-item .features-text {
  width: calc(100% - 51px);
  padding-left: 28px;
}

.features-text p {
    margin: 0;
}

.features-wrap {
    margin-top: 45px;
}

.features-text h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

/***project section**/
section.latest-project-sec{
  background-color: #F7F7F7;
}

.project-box{
  position: relative;
}

.project-box .img-container {
    position: relative;
    display: block;
    /* padding-bottom: 86%; */
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 550px;
}

.project-box .img-container img {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
    transition: ease 0.4s;
    /*min-height: 500px;*/
 
}

.project-box .title-wrapper{
 
}

.project-box h2.entry-title{

  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  transition: 0.4s ease;
  margin-bottom: 0;
}

.project-box h2.entry-title span {
    font-family: "Open Sans", serif;
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 300;
    margin-left: 12px;
}

.project-box:hover .img-container img{
    transform: scale(1.1);
}



.project-slider .owl-stage{
  padding-left: 40px !important;
}

.project-slider .owl-prev, .project-slider .owl-next {
    position: absolute;
    top: calc(50% - 15px);
}

.project-slider .owl-prev.disabled, .project-slider .owl-next.disabled{
  opacity: 0 !important;
}

.project-slider{
  margin-top: 24px;
}

/*--------------------------------------------------------------
# Section Slider
--------------------------------------------------------------*/

section#section-slider{
  padding: 0;
}

#section-slider {
  width: 100%;
  height: 100vh
  padding: 0;
 /* overflow: hidden;*/
 position: relative;
}

#section-slider .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#section-slider .carousel-item::before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 30%;
}

#section-slider .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#section-slider .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #section-slider,
  #section-slider .carousel-item {
    height: calc(100vh - 70px);
  }
  #section-slider .carousel-content.container {
    padding: 0 50px;
  }
}

#section-slider h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 53px;
    font-weight: 700;
    text-align: center;
}

#section-slider p {
  font-size: 18px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
 font-family: "Open Sans", serif;
}
#section-slider .para {
    margin-bottom: 30px;
}
#section-slider .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#section-slider .carousel-inner .carousel-item,
#section-slider .carousel-inner .active.carousel-item-left,
#section-slider .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#section-slider .carousel-inner .active,
#section-slider .carousel-inner .carousel-item-next.carousel-item-left,
#section-slider .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#section-slider .carousel-inner .carousel-item-next,
#section-slider .carousel-inner .carousel-item-prev,
#section-slider .carousel-inner .active.carousel-item-left,
#section-slider .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#section-slider .carousel-control-prev,
#section-slider .carousel-control-next {
  width: 10%;
  opacity: 1;
  bottom: 60px!important;
}
#section-slider .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    border: none;
}
#section-slider .arrow-carousel-left-hover,
#section-slider .arrow-carousel-right-hover {
  display: none;
}

#section-slider .carousel-control-prev_hover .arrow-carousel-left-hover,
#section-slider .carousel-control-next_hover .arrow-carousel-right-hover {
  display: block;
}

#section-slider .carousel-control-prev_hover .arrow-carousel-left,
#section-slider .carousel-control-next_hover .arrow-carousel-right {
  display: none;
}

@media (max-width: 768px) {
  #section-slider h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #section-slider .carousel-control-prev,
  #section-slider .carousel-control-next {
    width: 5%;
  }
}
#section-slider .carousel-indicators
{
  bottom: 40px;
}
#section-slider .carousel-indicators .active {
   background-color:#000;
  border: 1px solid #000;
  height: 26px;
  width: 26px;
  position: relative;
}
#section-slider .carousel-indicators .active:before{
  content: '';
  background-color: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#section-slider .carousel-indicators li {
    background: #fff;
    border: 1px solid #fff;
}
#section-slider .carousel-indicators {
    top:50%;
    left: unset;
    /* width: 0px; */
    margin-left: 1%!important;
    margin-right: 1%!important;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
}

#section-slider .carousel-indicators li {
  opacity: 1!important;
}

@media (max-width:767px) {
  #section-slider .carousel-control-prev,
  #section-slider .carousel-control-next {
    display: none;
  }
}

/*** feature sec **/
section.features-sec {
    background-color: #F7F7F7;
    padding: 22px 0px;
}

.features-sec .features-wrap{
  display: flex;
}

.features-sec .features-wrap .features-item{
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.features-sec .features-wrap .features-item .features-text {
    width:100%;
    padding-left: 0;
}

.features-sec .features-wrap .features-item .features-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.features-sec .features-wrap .features-item .features-icon{
  margin-bottom: 24px;
}

.features-sec .features-wrap .features-item:not(:last-child):after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #EBEBEB;
  position: absolute;
  right: 0;
  top: 0;
}

.latest-post{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.latest-post .post-thumbnail{
  display: block;
  padding-bottom: 110%;
  position: relative;
  overflow: hidden;
}

.latest-post .post:nth-child(2) .post-thumbnail{
  padding-bottom:152%;
}

.latest-post .post-thumbnail img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}



.latest-post .post:nth-child(2){
  grid-column: span 2;
  grid-row: span 2;
}

.latest-post .post:not(:nth-child(2)) .post-thumbnail{
  margin-bottom: 24px;
}

.post .post-thumbnail .post-category{
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 9px 14px;
  background:#57575A;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", serif;
  z-index: 3;
}

.post .post-meta-date {
    font-size: 16px;
    color: #909090;
    line-height: 36px;
    font-weight: 400;
}
a.view-all-link {
    font-size: 18px;
    font-family: "Nunito Sans", serif;
    font-weight: bold;
    margin-left: auto;
    display: block;
    text-align: right;
}
.post .post-title{
  font-size: 20px;
  content: #000000;
  line-height: 30px;
}

.post{
  position: relative;
}

.latest-post .post:nth-child(2) .post-content-wrap{
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 3;
  padding-right:60px;
}

.latest-post .post:nth-child(2) .post-content-wrap .post-meta-date, .latest-post .post:nth-child(2) .post-content-wrap .post-title, .latest-post .post:nth-child(2) .post-content-wrap .post-title a{
  color: #fff;
}

.latest-post .post:nth-child(2):before{
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.2;
}

.post:hover .post-thumbnail img{
    transform: scale(1.1);
}


/*** review sec **/
section.review-sec{
  padding-top: 0;
}

section.review-sec .separator{
  border-top: 1px solid #EBEBEB;
  padding-bottom: 80px;
}

.review-carousel .item{
  border: 1px solid #EBEBEB;
  padding: 50px 50px 40px;
}

.review-carousel .item .review-text{
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 300;
  margin-bottom: 30px;
}

.reiview-auth {
    display: flex;
    align-items: center;
}

.reiview-auth .author-image-wrap{
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.reiview-auth .author-image-wrap img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.reiview-auth h3{
  padding-left: 24px;
  font-size: 18px;
}

.review-carousel .item .separator{
  width: 100%;
  border-top: 1px solid #EBEBEB;
  margin-top: 30px;
  padding-bottom: 30px;

}



/**** breadcrumbs ***/
.breadcrumbs {

    text-align: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-height: 600px;
	max-height:600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	/*background-position: bottom !important;*/
}
.single-product section.breadcrumbs {
    background-position: bottom !important;
}
.breadcrumbs h2, .breadcrumbs h1 {
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 9px rgb(0 0 0 / 85%);
}

section.breadcrumbs:before {
    content: '';
/*
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
*/
}

/*** products **/
.elementor-widget-container {
    margin-bottom: 15px;
}
section.elementor-section {
    padding: 0;
}
.filter-row {
    margin-bottom: 44px;
    justify-content: space-between;
}
.page-toggle .btn {
  min-width: 124px;
  margin-right: 20px;
  padding: 14px 26px;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
}


.page-toggle #count-results {
  color: #6C6C6C !important;
  font-size: 14px;
  line-height: 42px;
}

.sorting-wrap .orderby {
    background: transparent;
    border: 1px solid #57575A !important;
    width: 100%;
    padding: 10px 10px;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    padding: 16px 25px;
    height: 64px;
    outline: none;
}

.product-search-field-btn {
  display: flex;
  gap: 10px;
}
select {
    -webkit-appearance: none;
    background-image: url(../img/icon/dropdown-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 92% !important;
}
.product-search-container {
  position: relative;
}

.product-search-container .search-icon.fe-search-toggle {
    cursor: pointer;
}

.product-search-container .search-icon {
  position: relative;
  display: flex;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;  
  background-color: #57575A;
}

.product-search-container .search-icon:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/icon/search.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.products-archive-sec .sorting-wrap {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.product-col .pro-media a.pro-media-link{
  display: block;;
  position: relative;
  padding-bottom: 95%;
  overflow: hidden;
}

.product-col .pro-media{
  margin-bottom: 30px;
  position: relative;
}

.product-col .pro-media a.pro-media-link img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
/*  opacity: 0.5;*/
  transition: ease 0.4s;
}

.product-col .pro-media a.pro-media-link img.hover{
  opacity: 0;
  transition: ease 0.3s;
}

.product-col .pro-media a.pro-media-link:hover img{
  opacity: 0;
  transition: ease 0.3s;
}

.product-col .pro-media a.pro-media-link:hover img.hover{
  opacity: 1;
  transition: ease 0.3s;
}

.product-col .pro-cat{
  font-size: 14px;
  color: #6C6C6C;
}

.product-col .product-title{
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

.product-col{
  padding-bottom: 50px;
}

.product-col .add-to-wishlist{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 23px;
  height: 20px;
  display: inline-block;
}

.product-col .add-to-wishlist:before{
  content: "";
  background-image: url(../img/icon/heart-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;  
  width: 23px;
  height: 20px;
}

.product-col .add-to-wishlist-dark{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 23px;
  height: 20px;
  display: inline-block;
}

.product-col .add-to-wishlist-dark:before{
  content: "";
  background-image: url(../img/icon/heart-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;  
  width: 23px;
  height: 20px;
}
.pagination .page-numbers {
    background: transparent;
    width: auto;
    height: 56px;
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    border-radius: 0;
    margin: 0px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #57575A;
    font-family: "Nunito Sans", serif;
    padding: 5px 15px;
}

.pagination{
  width:100%;
  justify-content:center;??
}

.pagination .page-numbers.current {
  background: #57575A;
  color: #fff;
  border:1px solid #000;
}

/*** CTA **/

@media (min-width: 1680px) {
  .cta-sec .container, .video-sec .container, .wider-container .container{
    max-width: 1650px;
  }
}

.cta-box{
  min-height: 719px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 100px;
  display: flex;
  align-items: flex-end;
  background-color: #000;
}

.cta-box .row{
  width: 100%;
}

.cta-box:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.text-right{
  text-align: right;
}

/***product category**/
.filter-row .pro-des{

  padding-top: 15px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.filter-row .pro-des p{
  font-size: 16px;
  line-height: 38px;
}

.filter-tag ul li {
    background: #EBEBEB;
    color: #000;
    display: inline-block;
    padding: 13px 16px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 20px;
    font-family: "Nunito Sans", serif;
}
.clear-all {
  font-family: "Nunito Sans", serif;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 800;
  cursor: pointer;
}

.filter-tag {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.filter-tag ul {
  margin: 0;
  padding: 0;
}


span.tag-close {
    margin-left: 11px;
    cursor: pointer;
}
.page-template-template-range .sorting-wrap {
    display: flex;  
}
.page-template-template-range .sorting-wrap .orderby {
    width: 100%;
}
.search-open-project .sorting-wrap   select.orderby { 
	display:none !important;
}
.page-template-template-range form  {
    width: 100%;
    margin-right: 16px;
}
.product-info-sec{
  background-color: #F7F7F7;
  padding-bottom: 350px;
  margin-bottom: -300px;
}
/*
.product-info-sec {
    background-color: #F7F7F7;
    padding-bottom: 0;
    margin-bottom: 0;
}
*/
.more-info-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.more-info-wrap .info-item{
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.more-info-wrap .info-item:before{
  content: "";
  border:1px solid #6080B1;
  opacity: 0.13;
  position: absolute;
  height: 100%;
  width:1px;
  top: 0;
  right: 0;
}

.more-info-wrap .info-item:last-child:before{
  display: none
}

.more-info-wrap .info-item .icon-wrap{
  margin-bottom: 30px;
}

.more-info-wrap .info-item .info-text-wrap h3{
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
}

.more-info-wrap .info-item .icon-wrap img{
  max-height: 70px;
}

/**product single **/

.product-single-content .pro-cat{
  font-size: 18px;
  font-weight: 300;
  color: #6C6C6C;
}

.product-title-wrap{
  display: flex;
  /*flex-wrap: wrap;*/
  gap:30px;
  align-items: start;
  margin-bottom: 35px;
}
.product-title-wrap .share {
    position: relative;
    top: 10px;
}
.product-title-wrap h1{
  font-size: 38px;
  line-height: 48px;
}

.product-content-col{
  position: relative;
}


@media (min-width: 1680px) {
  .product-content-col{
    padding-right: 80px;
  }
  .product-specs-col{
    padding-left: 80px;
  }
}

.product-content-col:before{
  content: "";
  border:1px solid #EBEBEB;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
}
.product-specs-item{
  margin-bottom: 40px;
}
.product-specs-item .label {
    font-size: 18px;
    line-height: 38px;
    color: #000;
    margin-bottom: 7px;
}

.product-specs-item p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #6C6C6C;
}

.product-specs-item em{
  color: #000;
}


.finishes-item .image-wrap{
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
  margin-bottom: 30px;
}

.finishes-item .image-wrap img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}

.finishes-sec{
  background-color: #F7F7F7;
}

.finishes-item .finishes-name{
  font-size: 20px;
  line-height: 27px;
}

.finishes-item .finishes-name span {
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-weight: 300;
    color: #9C9D9F;
}

.design-inspiration-item .image-wrap{
  position: relative;
  /* padding-bottom: 85%; */
  height: 500px;
}

.design-inspiration-item .image-wrap img{
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}

.owl-nav button{
  width: 84px;
  height: 79px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50%);
}

.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 40px;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50%);
}

.owl-carousel:hover .owl-nav button:not(.disabled){
  opacity: 1;
}
.review-carousel  .owl-nav button {
   background-color: transparent !important;
}
.client-insights-sec{
  padding-bottom: 20px;
}

.client-insights p{
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
}

.single-product-image-text-sec .image-text-wrap .image-wrap{
  margin-bottom: 80px;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(even) .image-text-wrap{
  display: flex;
  flex-direction: column-reverse;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(even) .image-wrap{
  margin-top: 80px;
  margin-bottom: 0;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(odd){
  padding-right: 40px;
}
.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(even){
  padding-left: 40px;
}

/** video box **/

.video-box{
  position: relative;
  /* padding-bottom: 52%; */
  /* overflow: hidden; */
  height: 600px;
}

.video-box>img{
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}
a.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

a.video-icon img{
  width: 71px;
  height: 71px;
}

h2.main-heading span,
h1.main-heading span{
  font-size: 38px;
  font-weight: 300;
  color: #6C6C6C;
}

.related-product-slider .owl-dots{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
}

.related-product-slider .owl-dots .owl-dot span{
  width: 6px;
  height: 6px;
  background-color: #9C9D9F;
  border-radius: 50%;
  display: inline-block;
}

.related-product-slider .owl-dots .owl-dot.active{
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-product-slider .owl-dots .owl-dot.active span{
  background-color: #fff;
}
.full-width-cta-sec {
    height: 600px;
    display: flex;
    align-items: flex-end;
    background-position: center;
}
.full-width-cta-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}

.full-width-cta-sec {
    position: relative;
}
/*** project single page**/

.projects-grid-row .project-grid-col{
  margin-bottom: 50px;
}
.share-icon {
    position: relative;
}
.share-icon .over-text {
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: opacity .3s ease;
}

.share-icon:hover .over-text {
    opacity: 1;
}

.project-title-wrap .share, .product-title-wrap .share{
  margin-bottom: 10px;
}

.project-title-wrap{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  align-items: center;
  margin-bottom: 35px;
}

.project-title-wrap h1{
  font-size: 38px;
  line-height: 48px;
}

.project-content-col{
  position: relative;
}


@media (min-width: 1680px) {
  .project-content-col{
    padding-right: 80px;
  }
  .project-specs-col{
    padding-left: 80px;
  }
}

.project-content-col:before {
    content: "";
    border: 1px solid #EBEBEB;
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
}

.project-details-table th {
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    width: 144px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.project-details-table td{
  width: calc(100% - 144px);
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #6C6C6C;
}

.section-banner-container{
  
/*max-height: 835px; */
  overflow: hidden;
}

.section-banner-container img{
  width: 100%;
  height: 100%;
   object-fit: cover;
   object-position: center;
}

.product-slider .product-box .img-container{
  margin-bottom: 30px;
}

.product-slider .product-box h2{
  font-size: 20px;
  line-height: 27px;
}

.project-image-text-sec .text-wrapper{
  max-width: 375px;
  margin-left: auto;
  margin-right: 0;
}

.project-text-image-sec  .text-wrapper{
  max-width: 375px;
  margin-left: 0;
  margin-right: auto;
}
span.angle-icon {
    margin-left: 8px;
}

@media screen and (min-width:1024px) and (max-width:1440px) {
  .project-image-text-sec .image-wrapper-col{
    padding-right: 80px;
  }

  .project-text-image-sec .image-wrapper-col{
    padding-left: 80px;
  }
}



.project-image-top-text-below-sec .image-wrapper-col{
  max-height: 835px;
  overflow: hidden;
  margin-bottom: 50px;
}

.project-image-top-text-below-sec .image-wrapper-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.project-image-top-text-below-sec{
  background: linear-gradient(180deg, transparent 60%, #F7F7F7 40%);
}

/****about page ****/
.timeline-sec{
  background-color: #F7F7F7;
}

.timeline-sec .text-wrapper{
  padding: 50px 50px 60px;
  background-color: #fff;
}


.image-slider-sec .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.image-slider .image-box {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.image-slider .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}
.team-box {
    padding-bottom: 50px;
    cursor: pointer;
}

.team-box .team-img{
  position: relative;
  padding-bottom: 104%;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-box .team-img img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}

.team-box .team-text h3{
  font-size: 22px;
}
.team-box .team-text p{
  font-size: 16px;
  color: #909090;
  font-weight: 400;
}

.full-width-cta-sec.centered{
  align-items: center;
}

/**** Learning Hub Page **/

span.nav-term{
  display: inline-block;
  min-width: 145px;
  min-height: 64px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", serif;
  color: #000;
  padding: 20px;
  border:1px solid #57575A;
}

.posts-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

.posts-grid .post-thumbnail{
  display: block;
  padding-bottom: 96%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.posts-grid .post-thumbnail img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}

/*** Learning Hub Internal **/

.entry-meta-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:30px;
  margin-bottom: 20px;
}

.entry-meta-wrapper .date-publish{
  font-size: 14px;
  color: #6C6C6C;
}

.entry-meta-wrapper .post-category{
  padding: 9px 14px;
  background: #57575A;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito Sans", serif;
}

.blog-content h1{
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 25px
}

.blog-content h2 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 10px;
}

.blog-content h3{
  font-size: 22px;
  margin-bottom: 25px;
  margin-top:30px;
}

.blog-content blockquote{
  background-color: #F7F7F7;
  border-left: 3px solid #57575A;
  padding: 60px;
  font-size: 22px;
  font-weight: 300;
  line-height: 39px;
  color: #6C6C6C;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-content-item{
  padding: 60px 0;
}
.blog-content-item:not(:last-child){
  border-bottom: 1px solid #EBEBEB;
}

.blog-content .image-wrapper{
  margin-top: 35px;
}

.blog-content .image-wrapper .caption{
  margin-top: 25px;
}

.blog-content .image-wrapper .caption img {
    margin-top: 3px;
}
.blog-content .image-wrapper .caption a{
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}

.blog-content .image-wrapper .caption a span{
  color: #000000;
}

.blog-content-item ul{
  padding-left: 20px;
}

.blog-content-item ul li{
  font-size: 16px;
  color: #6C6C6C;
  padding-bottom: 20px;
}

.copyright-foo {
    text-align: center;
    margin-bottom: 0px;
    color: #6C6C6C;
    font-size: 14px;
}
ul#menu-copyright-menu {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
}
ul#menu-copyright-menu li{ display:inline-block; padding-right: 10px; }


span.nav-right-icon img,
span.nav-left-icon img{
    max-width: 35px;
}


img.view-link {
    max-width: 30px; 
}
ul#menu-copyright-menu li a {
    color: #6C6C6C;
    position: relative;
}

ul#menu-copyright-menu li a:before {
    content: "";
    position: absolute;
    width: 1px;
    height:16px;
    background: #b1b1b1;
    right: -7px;
    top: 2px;
}

ul#menu-copyright-menu li:last-child a:before {
    display: none;
}

section.product-grid-sec.products-archive-sec {
    padding: 50px 0px 130px;
}
 
.share img {
    max-width: 20px;
}

img.angle-img-right {
    max-width: 23px;
    display: inline-block !important;
    position: relative;
    top: 3px;
    opacity: 0.5;
}


.card-mid .about-card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.page-template-template-about section.features-sec {
    padding: 125px 0px 20px;
    margin-top: -234px;
}
.page-template-template-about  section.our-team-sec {
    padding-top: 0;
	padding-bottom: 80px;
}
ul.timeline-list {
    display: flex;
    align-items: center;
    margin-top: 47px;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
}

ul.timeline-list li {
    width: calc(33.33% - 30px);
    text-align: center;
    display: inline-block;
    position: relative;
}

ul.timeline-list li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ebeaea;
    top: 0;
    left: auto;
    right: 0;
} 

ul.timeline-list li span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #57575A;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}

ul.timeline-list li span {
    margin-top: 0;
    display: block;
    position: relative;
    z-index: 2;
    padding: 19px 0px 0px 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

ul.timeline-list li:first-child:before {
    left: 211px;
}

ul.timeline-list li:last-child:before {
    left: -50px;
}

.timeline-slider .owl-nav button.owl-next {
    opacity: 1;
}
.timeline-slider .owl-nav {
    width: 100%;
}
.timeline-slider  .owl-nav button {
    background: transparent !important; 
}
.timeline-slider .owl-nav button.owl-prev {
    left: -100px;
}
.timeline-slider .owl-nav button.owl-next {
    right: -100px;
} 
.about-card:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.about-card {
    position: relative;
}

.about-card-body h3 {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.about-card-media img {
    transition: 0.3s all ease-in-out;
    
}
.about-card-media {
    overflow: hidden;
}
.about-card:hover .about-card-media img { 
    transform: scale(1.1);
}
 
.modal-body .label-col {
    margin-right: 17px;
    display: flex;
    align-items: center;
}

.modal-body .form-group {
    margin-bottom: 26px;
}

.modal-body .label-col h3 {
    margin: 0;
}

.modal-body .form-control, .modal-body select {
    height: 60px;
    background: #F5F5F5;
    border-color: #F5F5F5;
    font-size: 14px;
}

.modal-body .form-control:focus, .modal-body .form-select:focus {
    box-shadow: none;
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.modal-body .form-select {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-body {
    padding: 40px 50px 60px;
}

.modal-header {
    display: block;
    text-align: right;
}

body .modal-body .btn-primary.wpcf7-submit.btn {
    background: #57575A !important;
    color: #FFF !important;
    min-width: 164px;
    border: 0 !important;
    border-radius: 0;
}
.modal-body  textarea.form-control {
    height: 146px;
}

.modal-body .icon-x-close:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/icon/close-icon-light.svg");
    width: 18px;
    height: 18px;
}
.team-media-left {
    max-width: 260px;
}

.team-media-left img {
    width: 100%;
}
.team-text h3 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 27px;
}
.label-col {
    margin-right: 17px; 
    display: flex; 
    align-items: center; 
}
.select-col { 
    width: 100%; 
    flex: 1; 
}

.select-col select{
    width:100%;
}

.modal-body span.wpcf7-form-control.wpcf7-checkbox  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #F7F7F7;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 48px;
    height: 48px;
    border: 1px solid #E2E5EA;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    position: absolute;
    left: 0;
    top: 3px;
}
.modal-body  span.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.modal-body span.wpcf7-form-control.wpcf7-checkbox   input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px #57575A;
}
.modal-body span.wpcf7-form-control.wpcf7-checkbox  {
    padding-left: 0;
    position: relative;
    margin-bottom: 14px;
    margin-top: 23px;
    width: 100%;
    display: flex;
}

 .single-product section.latest-project-sec .row.mt-5 {
    margin-top: 0 !important;
}
section.related-product-sec  .main-heading {
    margin-bottom: 0;
}
span.wpcf7-form-control.wpcf7-checkbox  .wpcf7-list-item {
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 61px;
    margin-right: 30px;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    margin-bottom: 0;
}
 span.social-share-icon {
    width: 61px;
    height: 61px;
    display: inline-block;
    background: #57575A;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
    margin-right: 10px;
}

ul.share-links li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.share-modal .modal-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.share-modal .modal-dialog {
    max-width: 375px;
}
 

ul.share-links {
    padding: 0;
}


#header .container {
	max-width: none;
	width: 100%;
	padding: 0 40px;
}
 .form-control, select {
    width: 100%;
}
a.view-all-link img {
  position: relative; /* Allows movement */
  transition: transform 0.3s ease-in-out; /* Smooth animation */
}
a.view-all-link:hover img {
  transform: translate(5px, 5px); /* Moves the image smoothly */
}
 
img.view-link {
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.product-range-box:hover img.view-link {
  transform: translate(5px, 5px); /* Moves the image 5px right and 5px down */
}
.owl-nav button.owl-prev {
    left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.product-range-slider button.owl-prev ,
.latest-projects button.owl-prev,
.gallery-wrap button.owl-prev {
    left: 66px;
}
::-webkit-input-placeholder {  
  color: #6C6C6C !important;
  font-size:14px;
  font-weight: 400;
}
::-moz-placeholder {  
  color: #6C6C6C !important;
  font-size:14px;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #6C6C6C !important;
  font-size:14px;
  font-weight: 400;
}
:-moz-placeholder { 
  color: #6C6C6C !important;
  font-size:14px;
  font-weight: 400;
}

.product-specs .product-specs-item ul li {
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

 

.search-right-box button, .search-right-box .search-btn-dark {
    background: #57575a;
    min-width: 64px;
    padding: 20px 10px;
    border: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.search-right-box .input-search {
    min-height: 64px;
    padding: 10px 20px;
}
.search-open-right {
    text-align: right;
}

.search-wrap-top{
	display: none;
}
.search-open-project .search-wrap-top {
    display: block;
}

.search-open-project  .search-open-right {
    display: none;
}
.search-open-project .search-wrap-top form {
    display: flex;
}

section.product-used-sec .product-box .img-container img {
    min-height: 550px;
    max-height: 550px;
    object-fit: cover;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
    color: #000;
    text-align: center;
    line-height:20px;
}
.page-template-template-about #section-slider .carousel-indicators {
    display: none !important; 
}

select {
    font-weight: 700;
    color: #000 !important;
    font-family: "Nunito Sans", serif;
}
.page-row-mid {
    background: #F7F7F7;
     padding: 63px 50px;
}
.nav-previous a,.nav-next a {
    display: flex;
    align-items: center;
    gap: 28px
}
.nav-links .nav-label {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px
}

.nav-links .nav-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0
}

.navigation a {
    text-decoration: none
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between
}
 
section.post-navigation-sec .container {
    max-width: 1600px;
    
}

.tags-links a {
    display: inline-block;
    background: #57575A;
    border-radius: 0;
    margin-right: 3px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    padding: 9px 15px;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 12px;
    color: #FFF;
}

.share-label{
	font-size:14px;
	color:#000;
	font-weight: 700;
	margin-right:25px;
	font-family: "Nunito Sans", serif;
}

.share-button-container .share-icon a{
	display:inline-flex;
	width:57px;
	height:57px;
	background-color:#F0F6F1;
	border-radius:50%;
	align-items:center;
	justify-content:center;
}


.share-button-container {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

span.tag-title {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
} 
.single-post .blog-content-item:not(:last-child) {
    padding-top: 0;
}

.post-search {
    position: relative
}

.post-search .input-search {
    border: 0;
    width: 100%;
    max-width: 420px;
    border-radius: 0;
    padding-right: 72px!important;
    padding: 17px 20px;
    font-size: 14px;
    background: #F7F7F7;
    min-height: 65px;
}

.post-search .btn-search {
    width: 60px;
    height: 65px;
    background: #57575a;
    border-radius: 0;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%)
}

.post-search .input-search:focus {
    outline: 0
}

.join-box {
    background: #57575A;
    padding: 60px 40px;
    
    text-align: center;
    color: #FFF;
}

.btn-theme-outline {
    padding: 20px 33px;
}

.join-box p, .join-box h3 {
    color: #FFF;
}

.join-box p {
    margin: 16px 0px 27px;
}
.tbl-box {
    padding: 30px;
    border: 1px solid #EBEBEB;
}

.tbl-box  ol {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 19px;
}

.tbl-box ol li {
    margin-bottom: 10px;
    color: #6C6C6C;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.sidebar-item {
    margin-bottom: 60px;
}



.search-col-search a.post-thumbnail img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.search-col-search h2.entry-title {
    font-size: 24px;
    margin: 20px 0px 10px;
}

.search-col-search {
    margin-bottom: 40px;
}
header.page-header.sr-heads {
    text-align: center;
    margin: 50px 0px;
}


.subscribe-modal .modal-body {
    padding: 0;
}

.sub-popup-form-col {
    display: flex;
    align-items: center;
    padding: 20px 60px 20px 32px;
}

.sub-popup-form-col form  {
    margin-top: 47px;
}

.form-media-popup {
    height: 100%;
}

.form-media-popup img {
    height: 100%;
    object-fit: cover;
}

.blog-content img {
    margin-top: 20px;
    margin-bottom: 30px;
}
.related-product-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.related-product-slider  .owl-nav button.owl-next {
    right: -100px;
}
.related-product-slider  .owl-nav button.owl-prev {
    left: -100px;
}
.related-product-sec .row {
    justify-content: center;
} 
.project-image-text-sec .text-wrapper ul  li {
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 7px;
}


section.blog-main-section  {
    font-family: "Open Sans", serif;
    color: #6C6C6C;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
 
.contact-info-box{
	background-color:#fff;
	box-shadow: 0px 3px 99px #00000010;
	position:relative;
}
.contact-info-box .icon-wrapper{
	margin-bottom:30px;
}
.contact-info-box .icon-wrapper img{
	max-height:68px; ;
	width:auto;
}

.contact-info-box h3{
	font-size:22px;
	line-height:30px;
}
img {
    max-width: 100%;
}
.contact-info-box-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.contact-info-box-col .contact-info-box {
    padding: 22px;
}

.contact-info-box-col .pop-info{
	background-color:#828385;
	position:absolute;
	font-size:14px;
	color:#fff;
	padding:5px;
	text-align:center;
	width:calc(100% - 40px);
	left:50%;
	transform:translatex(-50%);
	bottom:-14px;
}

.contact-info-box .icon-list{
	display:flex;
}

.contact-info-box .icon-list .icon-wrapper{
	width:22px;
}

.contact-info-box .icon-list .text-wrapper{
	width:calc(100% - 22px);
	padding-left:10px;
}

.contact-info-box .icon-list h3{
	font-size:17px;
}

.contact-info-box.dark{
	background-color:#57575A;
	
}

.contact-info-box.dark h3, .contact-info-box.dark p{
	color:#fff;
}

.contact-info-box.dark h3{
	font-size:17px;
}

.contact-form-col{
	background-color:#57575A;
}

.plr-0{
	padding-left:0 !important;
	padding-right:0 !important;
}

.contact-form-col{
	min-height:1064px;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:75px;
	padding-left:75px;
	display:flex;
	align-items:center;
}

.contact-form-col .form-wrapper{
	max-width:626px;
	width:100%;
	margin-left:auto;
}
.contact-form-col .wpcf7-submit.btn-theme-outline {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.contact-form-col .wpcf7-submit.btn-theme-outline:hover {
    border: 1px solid #ffffff;
    color: #000;
}
@media (min-width: 1680px) {
	.contact-form-col{
		padding-right:98px !important;
	}
}

.mb-40{
	margin-bottom:40px;
}

.form-control,select {
  height: 73px;
  background: #fff;
  font-size: 14px;
  padding: 20px;
	border-radius:0;
	color:#6C6C6C;
}

.form-control:focus,.form-select:focus {
    box-shadow: none;
    background: #F7FAFD;
    border-color: #F7FAFD
}

.form-select {
    background-color: #F7FAFD;
    border-color: #F7FAFD
}

.form-group {
    margin-bottom: 20px
}

textarea.form-control {
    height: 146px;
}

.wpcf7-submit.btn{
	min-width:108px;
	min-height:64px;
}

.pt-0{
	padding-top:0;
}

ul.social-list{
	list-style-type:none;
	display:flex;
	gap:15px;
	margin-bottom:0;
}
ul.social-list li a{
	display:inline-flex;
	background-color:#57575A;
	width:51px;
	height:51px;
	border-radius:50%;
	align-items:center;
	justify-content:center;
}

ul.social-list li a img{
	max-height:17px;
	max-width:17px;
}

.social-list-wrapper{
	display:flex;
	align-items:center;
}

.pr-50{
	padding-right:50px;
}
.pl-50{
	padding-left:50px;
}

.latest-post .post:nth-child(2) .post-thumbnail{
  margin-bottom:0 !important;
	display:block;
	height:100%;
	padding-bottom:unset !important;
}

.latest-post .post-thumbnail {
    padding-bottom: 90%;
}

.product-col .product-title a{
    font-size: 20px !important;
    color: #000;
    line-height: 30px;
}

@media (min-width: 576px) {
		.filter-modal .modal-dialog{
   	max-width: 585px;
		}
}

.filter-modal .modal-header{
	justify-content:center;
	align-items:center;
	
}

.filter-modal .modal-body{
	padding-left:60px;
	padding-right:60px;
}

.modal-header .modal-title{
	font-size:30px;
	font-family: "Nunito Sans", serif;
}
#filter-accordion .card{
	border:0;
	border-bottom:1px solid #EBEBEB;
}

#filter-accordion .card:last-child{
	border-bottom:0;
}

#filter-accordion .card-header{
	border:0;
	background-color:transparent;
	padding:0;
	padding-top:30px;
	padding-bottom:30px;
	
}

#filter-accordion .card-header h5 button {
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#filter-accordion .card-header i {
    color: #9C9D9F;
    
}
#filter-accordion button.btn.btn-link:not(.collapsed)   i.fa-plus:before{
   content: "\f068";
   font-family: "Font Awesome 6 Free"; 
}
 
ul.filter-taxonomy {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.filter-taxonomy li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 14px;
}

ul.filter-taxonomy li  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #57575A;
    border-radius: 50%;
}

ul.filter-taxonomy li  input[type="checkbox"]:checked::before {
  transform: scale(1);
}

ul.filter-taxonomy li  input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 28px;
    height: 28px;
    border: 1px solid #E2E5EA;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 50%;
}
.filter-modal .modal-header .modal-title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
    margin: 0px -20px;
}
.page-template-template-learning-hub #filter-accordion .card-header {
    display: none;
}
.page-toggle.type-select span.btn.btn-theme-black {
    padding: 20px 19px;
    background-color: transparent;
    color: #000;
    display: block;
    max-width: 145px;
    text-align: left;
}
 .page-toggle.type-select  span.btn.btn-theme-black { 
    background-image: url(../img/icon/dropdown-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 92% !important;
}
 
/**radio**/
ul.filter-taxonomy li  input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #57575A;
	border-radius:50%;
}

ul.filter-taxonomy li  input[type="radio"]:checked::before {
  transform: scale(1);
}

ul.filter-taxonomy li  input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 28px;
  border: 1px solid #E2E5EA;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: -1px;
	border-radius:50%;
}

#filter-accordion .card-body{
	padding:0;
}

.btn-link:hover {
    text-decoration: none;
}

.modal-footer{
	justify-content:space-between !important;
	align-items:center;
	padding:30px;
}
.filter-modal .modal-footer button{
	width:calc(50% - 9px);
	height:64px;
	border-radius:0;
	background-color:#57575A;
}

.filter-modal .modal-footer button#clear-filter{
	background-color:transparent;
	border:1px solid #57575A;
	color:#000;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* width */
.modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal-body:hover::-webkit-scrollbar {

}

/* Track */
.modal-body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;*/
}
 
/* Handle */
.modal-body::-webkit-scrollbar-thumb {

  border-radius: 0px;
	background:transparent;
	transition: all 0.5s;
}

.modal-body:hover::-webkit-scrollbar-thumb{
	  background: #57575A; 
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #57575A;  
}

.modal-content{
	border-radius:0;
}

.product-specs .product-specs-item ul{
	list-style-type: none;
  padding-left: 0;
}



.sort-single .sorting-wrap {
    display: flex;
    width: 100%;
}

.sort-single .sorting-wrap form  {
    width: 100%;
}
.sort-single .search-right-box {
    margin-left: 20px;
}
section.section-banner.wider-container.p-0 {
    margin-bottom: 100px;
}
 

.search-col-search a.post-thumbnail {
    overflow: hidden;
    display: block;
}

.search-col-search a.post-thumbnail img {
    transition: ease 0.4s;
}


.page-id-459 button.remove-wishlist {
    border: 1px solid #57575A;
    background: #57575A;
    color: #FFF;
    padding: 10px 10px;
    text-align: center;
    min-width: 120px;
}

.page-id-459 .pro-desc {
    margin-top: 19px;
}

.page-id-459 .product-col .pro-cat {
    margin-bottom: 6px;
    display: block;
}

.page-id-459 .product-col .pro-media a.pro-media-link img {
    opacity: 1 !important;
}
 .social-text p {
    margin: 0;
}

.cnt-space {
    margin-top: 70px;
}

.single-project .project-image-top-text-below-sec {
    margin-bottom: 100px;
}


ul.gallery-col-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

ul.gallery-col-list li {
    width: 33.33%;
    list-style: none;
}
ul.gallery-col-list li img {
    min-height: 400px;
    max-height: 450px;
    object-fit: cover;
}
.wrap-col-text {
    margin-top: 30px;
}

.single-project.postid-17767 section.breadcrumbs.meet-team-banner,
.single-project.postid-17882  section.breadcrumbs.meet-team-banner,
.single-project.postid-18211  section.breadcrumbs.meet-team-banner,
.single-project.postid-17855  section.breadcrumbs.meet-team-banner,
.single-project.postid-1353  section.breadcrumbs.meet-team-banner,
.single-project.postid-18229  section.breadcrumbs.meet-team-banner{
    background-position: bottom !important;
}


.single-project .latest-project-sec .container {
/*
    width: 100%;
    max-width: 100%;
*/
}

.single-project .latest-project-sec h2.main-heading {
    max-width: 1400px;
    margin: 0px auto;
}
section.gallery-sec {
    padding-top: 0;
}

 
.single-project section.cta-sec h2.main-heading {
    margin-bottom: 9px !important;
}

.single-project  section.cta-sec  p {
    font-size: 24px;
}

 .whishcount {
    background: #cc3300;
    color: #fff;
    line-height: 21px;
    padding: 0;
    font-size: 12px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

  .text-wrapper ul  li {
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 7px;
}
.sidebar-col .widget.widget_block {
    padding: 0 !important;
}
.wpcf7-submit.btn-theme-outline {
    border: 1px solid #000000;
    color: #000000;
}

.timeslineyear {
    text-align: center;
    position: relative;
    top: 45px;
}

.timeslineyear span {
    position:relative;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    padding-top: 16px;
    padding-top: 31px;
}
.timeslineyear span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #57575A;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.timeline-sec .text-wrapper {
    height: 100%;
    padding: 50px 50px 10px;
}

.timeline-sec  .item {
    height: 100%;
}

.timeline-sec    .owl-stage {
    display: flex;
    padding-bottom: 30px;
}
 

.timeline-box {
   height: 100%;    
}

.timeline-sec .owl-item {
    margin-bottom: 40px;
}
 
.timeslineyear:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    background: #ebeaea;
    top: -16px;
    left: auto;
    right: 0;
}

/*Responsive*/



@media (min-width:1200px){
	
.single-product-image-text-sec .image-wrap img {
    min-height: 702px;
    object-fit: cover;
    object-position: bottom;
}	
.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(odd) {
   /* padding-right: 8px;*/
}
.single-product section.full-width-cta-sec h2.main-heading.text-white {
    max-width: 500px;
}
	
.single-project  .project-image-text-sec  .image-wrapper-col img ,
.single-project  section.project-text-image-sec.p-right-side-media .image-wrapper-col img{
    min-height: 835px;
    object-fit: cover;
}	
	
}



@media (min-width:768px){
	
.modal button.close {
    position: fixed;
    top: 42px;
    right: 42px;
    opacity: 1 !important;
}	
	
}


@media (min-width:1280px) and (max-width:1500px){
    
 
.project-box .img-container {
    max-height: 550px;
    object-fit: cover;
}
 .product-range-box .img-containe {
    max-height: 570px;
    object-fit: cover;
} 
section.product-used-sec .product-box .img-container img {
    min-height: 370px;
    max-height:370px;
	object-fit: cover;
}	
	
	
}




@media (min-width:1501px) and (max-width:1899px) {
	
.product-range-box .img-container, .product-range-box .img-container img {
    max-height: 600px;
    min-height: 600px;
    object-fit: cover;
}	
 
section.product-used-sec .product-box .img-container img {
    min-height: 560px;
    max-height:560px;
	object-fit: cover;
}		
	
}



@media (min-width:1200px) and (max-width:1440px){
    
.mega-left {
    padding-left: 130px;
}

.mega-left-inner {
    padding-right: 15px;
}
    
}





@media (min-width:992px) {
	
.product-range-box .img-container, .product-range-box .img-container img {
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.latest-projects.project-slider .project-box .img-container img {
    min-height: 500px;
    max-height: 500px;
}	
	
section.product-used-sec .product-box .img-container img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}	
	
}



@media (min-width:1201px){
	
.menu-mobile-show{
 display: none !important;
}

	
.review-carousel button.owl-prev {
    left: -100px;
}

.review-carousel .owl-nav button.owl-next {
    right: -100px;
}	
.projects-grid-sec .project-box .img-container {
    max-height: 368px;
}	
	
}




@media (max-width:1200px){
	

body #mega-menu-wrap-menu-1 .mega-menu-toggle {
    display: block !important;
}

body  #header {display: block;}

body  .menu-row {
    align-items: flex-start;
}

body  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    position: fixed !important;
}

body  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent !important;
}
body  
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background: #000 !important;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "" !important;
    position: absolute;
    height: 10px;
    width: 10px;
    top: -10px;
    right: -10px;
    background-image: url("../img/icon/arrow-down-light.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
body #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #57575a;
    padding: 20px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #FFF !important;
    height: auto !important;
    padding: 7px 20px 7px 0px !important;
    position: relative;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: absolute;
    top: 31px;
    right: 0;
}

body .mega-all {
    flex-wrap: wrap;
}

body .mega-left {
    width: 100%;
    display: block;
    padding: 0;
}

body .mega-left-inner {
    max-width: 100%;
    display: block;
    padding-right: 0;
}

body .mega-left .mega-wrap {
    width: 100%;
    margin-bottom: 0;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: transparent !important;
}

 

body .mega-wrap h3 { 
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    border: 0;
}

body .mega-wrap ul li a {
    color: #FFF;
}

body .mega-wrap a.btn-theme.btn-theme-black {
    margin: 20px 0px;
    border-color: #000000;
}
 
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    height: auto;
}
.menu-mobile-show img {
    margin: 20px 0px 30px;
    filter: brightness(0) invert(1);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 30px;
} 	

header .btn-theme-black {
    display: none !important;
}	
header .menu-right-col {
    display: none;
}	
	
.top-header-mobile {
    background: #e2e2e2;
    text-align: center;
    padding: 10px;
}

.top-header-mobile .row {
    justify-content: center;
}

.top-header-mobile .btn-theme {
    padding: 10px 10px;
}

.menu-right-btn-sm a {
    margin: 0px 7px;
}	
#header {
    height: auto !important;
}
	
#hero, #hero .carousel-item {
    height: 449px;
}

#hero .para {
    margin: 13px 0px 23px;
}

#hero h2 {
    padding-bottom: 0;
}
.logo-col {
    max-width: 264px;
}

#header .container {
    padding: 0 30px;
}

body #mega-menu-wrap-menu-1 .mega-menu-toggle {
    position: relative;
    right: -10px;
    height: auto;
}

body .menu-row {
    flex-wrap: nowrap;
}
.search-open-header .search-form-main-header {
    min-width: 100%;
    right: 0;
    top: 59px;
}
	
	
}

/*Max 1200px*/




@media (min-width:992px){
	
.range-footer-menu ul#menu-our-range {
    column-count: 2;
}	
.single-product section.client-insights-sec {
    padding-top: 0;
}
section.projects-grid-sec.projects-archive-sec {
    padding: 40px 0px 100px;
}

section.projects-grid-sec.projects-archive-sec .filter-row {
    margin-bottom: 16px;
}
	
.single-product .latest-project-sec .container {
    max-width: 100%;
    width: 100%;
}
.single-product section.latest-project-sec  h2.main-heading {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}	

.single-project .project-box .img-container img,
 .single-post .project-box .img-container img{
    min-height: 500px;
    max-height: 500px;
}
	
	
}
/*min 992px*/

@media (max-width:991px){

	
.single-project .latest-project-sec .container.full-width-container .col-lg-12 {
    padding-right: 0;
}
 

.single-project section.latest-project-sec .container {
    padding-right: 7px;
}	
	
.pl-50 {
    padding-left: 15px !important;
}

h2.main-heading, h2, .h2 ,
	h1.main-heading{
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
}
.features-sec .features-wrap .features-item {
    width: calc(100% / 2);
    padding: 10px 20px;
    text-align: center;
}

.features-sec .features-wrap {
    flex-wrap: wrap;
}
	
.foo-contact {
    margin-left: 15px;
}

a.view-all-link {
    margin-top: 13px;
    text-align: left;
}

body .latest-post, .latest-projects, .product-range {
    margin-top: 25px !important;
}	
section.review-sec .separator {
    display: none;
}
#hero h2 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

#hero .para {
    margin-top: 0 !important;
}	
.pr-50 {
    padding-right: 15px;
}	
.content-wrapper {
    margin-top: 23px;
}
.content-wrapper {
    margin-top: 23px;
}

.features-sec .features-wrap .features-item:last-child .features-icon {
    margin-left: auto;
    margin-right: auto;
}

section.features-sec .features-item {
    margin-bottom: 0;
}

.features-sec .features-wrap {
    margin-top: 9px;
}

.features-sec .features-wrap .features-item .features-text h3 {
    font-size: 14px;
    line-height: 20px;
}	
	
section.text-image-sec .content-wrapper {
    margin-top: 0;
    margin-bottom: 38px;
}	

.latest-post .post {
    margin-bottom: 30px;
}

.latest-post .post:nth-child(2) .post-content-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
    height: auto; 
}

.latest-post .post:nth-child(2) .post-thumbnail {
    height: auto !important; 
    padding-bottom: initial !important;
    position: relative;
    margin-bottom: 24px !important;
}

.latest-post .post:nth-child(2):before {
    display: none;
}

.latest-post .post:nth-child(2) {
    grid-column: inherit;
    grid-row: inherit;
    display: block;
    position: relative;
}

.posts.latest-post {
    grid-template-columns: inherit;
}

.latest-post .post-thumbnail img {
    position: relative;
}

.latest-post .post-thumbnail {
    padding-bottom: 0 !important;
}

.latest-post .post:nth-child(2) .post-content-wrap .post-meta-date, .latest-post .post:nth-child(2) .post-content-wrap .post-title, .latest-post .post:nth-child(2) .post-content-wrap .post-title a {
    color: #000000;
}

.latest-post .post:not(:nth-child(2)) .post-thumbnail {
    margin-bottom: 24px !important;
}	
	
.review-carousel .item {
    padding: 30px;
}

.latest-post .post:last-child {
    margin-bottom: 0;
}	
.footer-mid {
    padding: 30px 0px 15px;
}

.footer-top {
    padding: 40px 0px;
}	
.latest-projects,
.product-range{
    padding-left: 0px;
    padding-right: 0px;
}
.home section.latest-project-sec {
    padding-bottom: 13px;
}	
.hero-container .btn-theme {
    padding: 15px;
    min-width: 140px;
}	
#section-slider h2 {
    font-size: 20px;
    line-height: 30px;
}	
	
.breadcrumbs {
    min-height: 250px;
}

.breadcrumbs h2, .breadcrumbs h1 {
    font-size: 30px;
}	
	
.full-width-cta-sec {
    height: auto;
    justify-content: center !important;
    text-align: center;
}

.full-width-cta-sec .btn-wrap {
    text-align: center !important;
    margin-top: 15px;
}	
.filter-modal .modal-body {
    padding: 0px 20px;
}

#filter-accordion .card-header {
    padding-top: 11px;
    padding-bottom: 11px;
}

.modal-footer {
    padding: 10px;
}

.filter-modal .modal-footer button {
    height: auto;
    padding: 14px 10px;
}

#filter-accordion .card-header h5 button {
    font-size: 18px;
}

.modal-header .modal-title {
    font-size: 24px;
}	
section.product-grid-sec.products-archive-sec {
    padding: 40px 0px 40px;
}

.product-col {
    padding-bottom: 0;
}

.pro-grid-col {
    margin-bottom: 30px;
}

.pro-desc {
    text-align: center;
}	

.page-toggle {
    width: 100%;
    text-align: center;
}

.sorting-wrap {
    justify-content: center !important;
    margin-top: 30px;
}

.filter-row {
    margin-bottom: 10px;
}	
.sorting-wrap.search-right-box {
    margin-top: 0;
}	
.more-info-wrap {
    grid-template-columns: repeat(1, 1fr);
}

.more-info-wrap .info-item:before {
    border: 0;
}

.more-info-wrap .info-item {
    margin-bottom: 40px;
}

.more-info-wrap .info-item .info-text-wrap h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}

.cta-box {
    padding: 80px 20px;
    min-height: auto;
    justify-content: center;
    text-align: center;
}

.cta-box  .btn-wrap {
    text-align: center !important;
    margin-top: 11px;
}	
	
.more-info-wrap .info-item {
    padding: 0;
}

.product-info-sec {
    margin-bottom: 0;
    padding-bottom: 0;
}	
body.archive  .filter-row {
    margin-bottom: 40px;
}
.page-toggle .btn {
    padding: 10px; 
} 	
.s-col-main {
    justify-content: flex-end !important;
}

.search-right-box button, .search-right-box .search-btn-dark {
    padding: 15px 10px;
}	
.project-box h2.entry-title {
    font-size: 18px;
    line-height: 27px;
}

.projects-grid-row .project-grid-col {
    margin-bottom: 30px;
}

.project-box h2.entry-title span {
    font-size: 16px;
}
.project-box .img-container img {
    min-height: 300px;
    max-height: 300px;
}
.project-title-wrap h1 {
    font-size: 24px;
    line-height: 33px;
}

.project-title-wrap {
    margin-bottom: 16px;
}

.project-specs-col {
    margin-top: 30px;
}	
 
section.project-text-image-sec:nth-child(1n+1) .row.align-items-center {
    flex-direction: column-reverse;
}
 

section.project-image-text-sec,
section.project-text-image-sec{
    padding-bottom: 50px !important;
}
  
.project-image-top-text-below-sec .image-wrapper-col {
    margin-bottom: 25px;
}

.image-wrapper-col {
    margin-bottom: 30px;
}
.project-text-image-sec .text-wrapper {
    max-width: 100%;
}  
 .project-image-text-sec .text-wrapper {
    max-width: 100%;
}	
.project-content-col:before {
    border: 0;
}
.share-modal .modal-body {
    padding: 20px;
}	
.contact-form-col {
    padding: 20px;
    min-height: auto;
}

.contact-info-box-col {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.contact-info-box.dark p {
    margin-bottom: 0;
}

.contact-info-box .icon-list {
    margin-bottom: 30px;
}

.contact-info-box-col .contact-info-box {
    padding: 20px;
}

.contact-info-box .icon-wrapper {
    margin-bottom: 16px;
    max-width: 40px;
}

.contact-info-box.dark {
    margin-top: 30px;
}	
	
 

section.contact-info-sec .row.mt-5 {
    margin-top: 20px !important;
}

.social-list-wrapper {
    flex-wrap: wrap;
    justify-content: start;
}

ul.social-list {
    gap: 7px;
    padding-left: 0;
}	
.cnt-space {
    margin-top: 24px !important;
}	
.social-text {
    margin-top: 25px;
}	

.contact-info-box .icon-list:last-child {
    margin: 0;
}	
.s-col {
    margin-top: 15px;
    margin-bottom: 20px;
}	
.blog-content h1 {
    font-size: 24px;
    line-height: 32px;
}

.single-post .blog-content-item:not(:last-child) {
    padding-bottom: 25px;
}

.join-box {
    padding: 20px 20px 25px;
}

section.post-navigation-sec {
    padding-top: 0;
}

section.blog-main-section {
    padding-bottom: 0;
}

.sidebar-item {
    margin-bottom: 50px;
}

span.tags-links {
    margin: 20px 0px;
    display: block;
}
.contact-info-box-col .contact-info-box p {
    margin: 0;
}
.page-row-mid {
    padding: 15px;
}
 
.pagination .page-numbers {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    background: transparent;
    height: auto;
    font-size: 15px;
    padding: 3px;
    white-space: nowrap;
}

    .pagination .page-numbers li {
        margin: 10px 7px
    }

    .pagination ul li .page-numbers {
        margin: 0
    }

    .pagination ul li .page-numbers {
        width: 44px;
        height: 44px;
        line-height: 44px
    }

    .nav-previous a,.nav-next a {
        gap: 10px!important
    }

    .nav-links .nav-label {
        font-size: 14px!important
    }

    .nav-links .nav-title {
        font-size: 14px;
        line-height: 18px
    }

    .nav-links .icon-angle-left-yellow,.nav-links .icon-angle-right-yellow {
        height: 32px;
        width: 32px
    }

    .nav-links .nav-previous {
        width: 50%
    }

    .nav-links .nav-next {
        width: 50%
    }

    .nav-links {
        max-width: 100%;
        align-items: flex-start!important
    }

    .nav-links span.arrow {
        height: 32px;
        width: 32px;
        display: inline-block
    }

    .nav-links .icon-angle-left-yellow:before,.nav-links .icon-angle-right-yellow:before {
        height: 32px;
        width: 32px;
        background-size: contain
    }

p.nav-text {
    font-size: 14px;
    line-height: 25px;
}	
	
.sorting-wrap .orderby {
    height: 54px;
    padding: 10px;
}	
	
.product-title-wrap h1 {
    font-size: 24px;
    line-height: 34px;
}

.product-title-wrap {
    margin-bottom: 8px;
    gap: 20px;
}

.video-box {
    height: 230px;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(even) {
    padding-left: 15px;
}

.single-product section.video-sec {
    padding-bottom: 0;
}

.client-insights p {
    font-size: 16px;
    line-height: 28px;
}

section.single-product-image-text-sec {
    padding-top: 12px;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(even) .image-wrap {
    margin-top: 14px;
}

.product-specs-item:last-child {
    margin-bottom: 0;
}

.single-product-image-text-sec .image-text-wrap .image-wrap {
    margin-bottom: 25px;
}

.single-product section.client-insights-sec {
    padding-top: 0;
}
	
.product-content-col:before {
    border: 0;
}

.product-single-content .btn-wrap {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

 
.product-single-content .btn-wrap a {
    width:100%;
    margin-bottom:20px;
    text-align: center;
}	
.design-inspiration-item .image-wrap {
    height: 300px;
}	
main#main {
    overflow: hidden;
}
	
footer .social {
    margin-bottom: 30px;
}	
.product-range-slider .owl-stage {
    padding-left: 0px !important;
}	

.subscribe_form input {
    width: 100%;
}

.subscribe_form  p {
     width: 100%;
}	
.owl-nav button {
    width: 35px;
    height: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

span.nav-right-icon img, span.nav-left-icon img {
    max-width: 20px;
}	
.product-range-slider button.owl-prev, .latest-projects button.owl-prev {
    left: 25px;
}
	
.btn-theme {
    padding: 15px;
}	
.pagination.pt-5 {
    padding-top: 15px !important;
}

.search-center{
justify-content: center !important;	
}	
.modal-body span.wpcf7-form-control.wpcf7-checkbox {
    flex-wrap: wrap;
}

.modal-body span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px;
}

.form-group.inline-form {
    margin-bottom: 0;
}

.form-group.inline-form.d-flex {
    display: block !important;
}

.form-group.inline-form.d-flex h3 {
    font-size: 18px;
}

.modal-body {
    padding: 20px;
}
	
.form-media-popup {
    max-height: 400px;
}

.form-media-popup img {
    width: 100%;
}

.sub-popup-form-col {
    padding: 20px;
}

.form-media-popup-col {
    padding-right: 0;
}	
h1.page-title {
    font-size: 24px;
    line-height: 30px;
}	
.map-wrapper iframe {
    height: 300px;
}	
	
section.section-banner.wider-container.p-0 {
    margin-bottom: 0;
}

section.product-used-sec .product-box .img-container img {
    min-height: 300px;
    max-height: 300px;
}

.product-slider {
    margin: 15px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.container.full-width-container .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}	
.finishes-item {
    margin-bottom: 40px;
}

.finishes-item:last-child {
    margin: 0;
}	
h2.main-heading span {
    font-size: inherit;
}	
.single-product .latest-projects,
.single-product .product-range {
    padding: 0;
}

.single-product .container.full-width-container .col-lg-12 {
    padding: 0;
}
	
.card-mid {
    margin-bottom: 40px;
}

.page-template-template-about section.features-sec {
    margin-top: 0;
    padding-top: 30px;
}

.card-mid:last-child {
    margin: 0;
}	
.timeline-sec .text-wrapper {
    padding: 50px;
}

.timeline-sec .row.pt-5 {
    padding-top: 10px !important;
}	
.timeline-slider .owl-nav button.owl-prev {
    left: 0;
}

.timeline-slider .owl-nav button.owl-next {
    right: 0;
}	
.blog-content h2 {
    margin-bottom: 10px;
}
	
section.design-inspiration-sec .container-fluid.full-width-container .row.mt-5 {
    margin-top: 10px !important;
}	
.single-project .project-image-top-text-below-sec {
    margin-bottom: 40px;
}
	
.page-template-template-learning-hub #filter-accordion .card-body {
    padding-top: 30px;
}	
	
.page-template-template-learning-hub .right-all-col {
    justify-content: flex-end !important;
} 

.page-template-template-learning-hub .page-toggle.type-select span.btn.btn-theme-black {
    padding: 15px 19px;
}

.page-template-template-learning-hub .s-col {
    margin-top: 0;
}	

.image-slider .image-box {
    min-height: 352px;
}	
.p-right-side-media .col-lg-11 .row   .image-wrapper-col {
    order: 3;
}

.p-right-side-media .col-lg-11 .row  .text-wrapper-col {
    order: 2;
}

.p-right-side-media .col-lg-11 .row  .wrap-col-text {
    order: 1;
    margin-top: 0 !important;
}	
section.gallery-sec {
    padding-bottom: 25px;
}	
.single-project section.latest-project-sec .row.align-items-center.mt-5 {
    margin-top: 0 !important;
}	
body .wrap-col-text {
    margin-top: 0 !important;
}

.single-product-image-text-sec .image-text-row .col-lg-6:nth-child(odd) {
    padding-right: 15px;
}	
.product-range-slider button.owl-prev, .latest-projects button.owl-prev, .gallery-wrap button.owl-prev {
    left: 25px;
}
.single-project .latest-projects {
    padding: 0;
    margin: 0px -15px;
}
.single-project .project-slider .owl-stage {
    padding-left: 0px !important;
}	

.single-project .project-slider  .container.full-width-container .col-lg-12 {
    padding-right: 0;
}
.review-carousel .owl-nav button.owl-prev {
    left: 14px;
}
.review-carousel .owl-nav  button.owl-next {
    right: 14px;
} 
section.review-sec {
    padding-top: 40px;
}	
.latest-projects .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}

.latest-projects {
    position: relative;
}

section.product-used-sec .row.align-items-center.mt-5 {
    margin-top: 0 !important;
}
button.close {
    background: #000;
    padding: 6px;
    position: absolute;
    right: 6px;
    z-index: 4;
    opacity: 1;
    top: -9px;
    width: 34px;
} 
.page-template-template-about section.our-team-sec {
    padding-bottom: 0;
}

.team-box {
    padding-bottom: 20px;
}	
.product-title-wrap .share {
    top: 2px;
}	
body .mega-left .mega-wrap:nth-child(2) h3, body .mega-left .mega-wrap:nth-child(3) h3 {
    display: none;
}
.single-project section.product-used-sec {
    padding-top: 0;
}

.single-project .project-box h2.entry-title {
    padding-left: 10px;
}
	
 .page-template-template-about section.text-image-sec {
    padding-top: 0;
}

.page-template-template-about  .about-sec.image-text-sec {
    padding-bottom: 40px;
}
.timeline-box {
    height: auto;
}

.timeline-sec .text-wrapper p {
    margin: 0;
}

.timeline-slider .owl-nav {
    top: 36%;
    position: absolute;
}
	
	
}
/*max 991px*/



@media (min-width:992px){
	
.single-project section.product-used-sec {
    padding-top: 0;
	padding-bottom: 0;
}
.projects-grid-sec .project-box .img-container img {
    min-height: 379px;
}	
.single-project .product-used-sec .product-slider {
    margin-bottom: 80px;
}
  
section.product-single-sec .row.justify-content-center {
   align-items: inherit !important;
}

section.product-single-sec  .row.align-items-center {
    align-items: start !important;
}

.product-single-content {
    height: 100% !important;
}

.product-specs-item {
    margin-top:38px;
}	
}




@media (min-width:992px) and (max-width:1599px){
.product-specs-col {
    padding-left: 50px;
}

.product-content-col {
    padding-right: 50px;
}    
}


@media (min-width:768px) and (max-width:992px){
	
.posts-grid {
    grid-template-columns: repeat(2, 1fr);
}	
#hero h2 {
    font-size: 40px;
    line-height: 45px;
}
	
	
	
}


 






@media (max-width:767px){
 
.posts-grid .post-thumbnail {
    padding-bottom: 0;
}

.posts-grid .post-thumbnail img {
    position: relative;
    height: auto;
}
.posts-grid {
    grid-template-columns: repeat(1, 1fr);
}
 
.product-range-slider .owl-stage {
    padding-left: 0px !important;
}
.project-slider .owl-stage {
    padding-left: 0px !important;
}
	
.latest-post { 
    display: block;
}	
	
form.wpcf7-form.init {
    width: 100%;
}form.wpcf7-form.init {}

.subscribe_form input {
    width: 100%;
}

.subscribe_form span.input-group-btn {
    width: auto;
}
 

#section-slider, #section-slider .carousel-item {
    height: 300px;
}

.breadcrumbs {
    min-height: 150px;
} 	
h1.entry-title {
    font-size: 24px;
    line-height: 30px;
    
}	
	
.product-range-box .img-container img {
    max-height: 300px;
    min-height: 300px;
}	
.team-media-left {
    max-width: 100%;
}	
.owl-nav button.owl-prev, .owl-prev, .owl-next {
    opacity: 1 !important;
}	
	
}

/*max 767px*/



