@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/poppins-v15-latin-200.eot);
  src: local(""),
    url(../fonts/poppins-v15-latin-200d41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/poppins-v15-latin-200.woff2) format("woff2"),
    url(../fonts/poppins-v15-latin-200.woff) format("woff"),
    url(../fonts/poppins-v15-latin-200.ttf) format("truetype"),
    url(../fonts/poppins-v15-latin-200.svg#Poppins) format("svg");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins-v15-latin-regular.eot);
  src: local(""),
    url(../fonts/poppins-v15-latin-regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/poppins-v15-latin-regular.woff2) format("woff2"),
    url(../fonts/poppins-v15-latin-regular.woff) format("woff"),
    url(../fonts/poppins-v15-latin-regular.ttf) format("truetype"),
    url(../fonts/poppins-v15-latin-regular.svg#Poppins) format("svg");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins-v15-latin-600.eot);
  src: local(""),
    url(../fonts/poppins-v15-latin-600d41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/poppins-v15-latin-600.woff2) format("woff2"),
    url(../fonts/poppins-v15-latin-600.woff) format("woff"),
    url(../fonts/poppins-v15-latin-600.ttf) format("truetype"),
    url(../fonts/poppins-v15-latin-600.svg#Poppins) format("svg");
}
body,
html {
  height: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
  line-height: 1.78571;
  color: #666;
  font-size: 13px;
  background: #fafafa;
}
a {
  text-decoration: none !important;
}
* {
  margin: 0;
  padding: 0;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  background: 0 0;
  border: none;
  appearance: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-image: url(../images/logo.png);*/
}
.arc-bg {
  background-color: #f8f8f3;
}
.container.block {
  max-width: 1330px;
}
.com-section {
  padding: 50px 0;
}
.project-section {
  padding: 40px 0;
}
.p-g-section {
  padding: 40px 0;
}
.main-logo {
  margin: 20px 0;
}
@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.theme_menu.stricky-fixed {
  margin: 0;
  padding: 0 0 !important;
  position: fixed !important;
  background: #fafafa;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  animation-name: menu_sticky;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  box-shadow: 0 2px 10px 0 rgba(0, 0%, 0%, 8%),
    0 2px 10px 0 rgba(93, 73, 73, 0.12);
}
.theme_menu .container {
  position: relative;
}
.main-screen .theme_menu.home-main {
  position: absolute;
  z-index: 99;
  padding: 0 0;
  width: 100%;
}
.main-screen .home-main .main-logo {
  margin: 0 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 25px 25px;
}
.main-screen .home-main .menuzord-menu > li > a {
  color: #fff;
}
.theme_menu {
  position: absolute;
  z-index: 99;
  padding: 0 0;
  width: 100%;
  border-bottom: 1px solid;
  border-bottom-color: currentcolor;
  border-color: rgba(234, 234, 234, 0.4);
}
.contact-page .theme_menu {
  position: relative;
  padding: 0 0;
  border-bottom: 1px solid #f0f0f0 !important;
}
.arc-project .theme_menu {
  position: relative;
  padding: 12px 0;
}
.contact-page .theme_menu,
.project .theme_menu {
  border-bottom: 0 solid;
}
.white .theme_menu {
  border-bottom: 0 solid;
}
.white .menuzord-menu > li > a {
  color: #fff;
}
.white .menuzord-menu > li.active > a,
.white .menuzord-menu > li:hover > a {
  color: #fff;
}
.white .menuzord-menu > li > a:after {
  background: #fff;
}
.theme_menu .menu-column {
  padding-left: 0;
  position: inherit;
}
.theme_menu .menuzord {
  padding: 0;
  background: 0 0;
  float: right;
}
.menuzord-menu > li > a {
  position: relative;
  padding: 28px 10px;
  text-transform: uppercase;
  color: #666;
}
.menuzord-menu > li:hover > a {
  color: #000;
}
.menuzord-menu > li:first-child a {
  padding-left: 0;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  padding: 0 20px;
  min-width: 230px;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0%, 0%, 8%),
    0 10px 10px 0 rgba(93, 73, 73, 0.12);
  right: auto !important;
}
.menuzord-menu ul.dropdown li a {
  padding: 14px 0 14px;
  color: #666;
  font-weight: 300;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  font-size: 12px;
}
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 0;
  padding-right: 0;
  color: #000;
  transition: 0.5s ease-in-out;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.menuzord-menu ul.dropdown li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 5px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #000;
  -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  width: 0;
}
.menuzord-menu ul.dropdown li a:hover:after {
  width: 100%;
  left: 0;
}
.project-menu {
  padding-left: 20px;
}
.project-menu.no-pad {
  padding-left: 0;
}
.project-menu h3 {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  letter-spacing: 1px;
}
.project-mega .col-lg-3 {
  border-right: 1px solid #ccc;
  padding: 15px 15px;
}
.project-menu-link {
  margin-top: 20px;
}
.project-menu-link li {
  margin: 4px 0;
}
.project-menu-link a {
  text-transform: capitalize;
  font-size: 11px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  color: #666;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.project-menu-link a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #666;
  -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  width: 0;
}
.project-menu-link > li:hover > a:hover:after {
  width: 100%;
  left: 0;
}
.project-mega .col-lg-3:last-child {
  border-right: 0 solid #ccc;
}
.menuzord-menu .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.menuzord-menu > li > .megamenu {
  left: inherit;
  right: 0 !important;
  width: 100%;
  padding: 40px 30px 40px;
  background: #eaeaea;
}
.menuzord-menu ul.megamenu-dropdown {
  min-width: 190px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.menuzord-menu ul.megamenu-dropdown li a {
  padding: 12px 0 9px;
  color: #848484;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
}
.menuzord-menu ul.megamenu-dropdown li a:hover {
  color: #6bbe50;
  transition: 0.5s ease;
}
.menuzord-menu .menu-item {
  float: left;
  width: 25%;
}
.menuzord-menu .event-section2 {
  float: left;
  width: 25%;
}
.main-footer {
  background-color: #181818;
  color: #fff;
  padding: 60px 0;
  font-size: 12px;
  text-align: center;
  text-transform: inherit;
}
.footer-icon {
  text-align: center;
}
.footer-icon img {
  height: 30px;
  width: 30px;
}
#time-3-icon {
  fill: red;
}
.main-foot-link a {
  color: #fff;
}
.main-footer a {
  color: #fff;
}
.sub-footer a {
  color: #fff;
}
.sub-footer {
  background-color: #181818;
  color: #fff;
  padding: 20px 0;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
  border-top: 1px solid #2c2c2c;
}
.sub-social a {
  font-size: 14px;
  margin-left: 10px;
}
.footer-title {
  font-size: 10px;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: 0.08333rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 4px;
}
.email-lab span {
  font-size: 10px;
  position: relative;
  bottom: -4px;
  color: #999;
}
.main-slider {
  position: relative;
  z-index: 10;
  height: 100vh;
}
.main-slider .tp-caption {
  z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.45) !important;
}
.main-slider .title {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: Sofia, cursive;
}
.main-slider .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background-color: #fff;
}
.main-slider h2 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
}
.main-slider .text {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
}
.small-title {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
}
.comm-box {
  color: #666;
  font-size: 11px;
  line-height: 1.78571;
}
.about-box {
  color: #666;
  font-size: 13px;
  line-height: 2.2;
  padding-left: 82px;
  padding-right: 120px;
  padding-top: 20px;
}
.tag-line {
  text-align: left;
  position: relative;
  padding-left: 80px;
}
.tag-line:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #666;
  left: 0;
  top: 22px;
  position: absolute;
}
.chronology {
  margin-bottom: 30px;
}
.project-box {
  color: #666;
  font-size: 11px;
  line-height: 1.7;
  padding-left: 30px;
}
.project-box-1 p {
  font-size: 12px;
}
.project-box-2 {
  margin-top: 20px;
  font-size: 13px;
  font-family: Helvetica;
  line-height: normal;
}
.d-tit {
  font-size: 32px;
  color: #666;
  letter-spacing: 0;
  font-weight: 400;
}
.home-block {
  font-size: 11px;
  color: #666;
  padding-top: 20px;
  text-align: justify;
}
.btn-about {
  color: #666;
  padding: 14px 36px;
  border-radius: 0;
  background-color: #fafafa;
  border-color: #dadada;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-about:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-slider-box {
  color: #fff;
  padding: 14px 40px;
  border-radius: 0;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-slider-box:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-arc {
  background-color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
  border-radius: 0;
}
.btn-arc:hover {
  background-color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-section {
  position: relative;
  padding: 50px 0 0;
}
.gallery-section .row {
  margin-left: 0.5px;
  margin-right: 0.5px;
}
.gallery-item .g-tit {
  background-color: #009e4f;
  padding: 10px;
  text-align: center;
  position: relative;
  top: -10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5;
}
.gallery-item .video-box {
  position: relative;
  margin-bottom: 28px;
  padding: 0 15px;
}
.gallery-item {
  position: relative;
}
.gallery-item .inner-box {
  position: relative;
  overflow: hidden;
}
.gallery-item .inner-box:before {
  position: absolute;
  right: -10%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item:hover .inner-box:before {
  right: 0;
  opacity: 0.8;
}
.gallery-item .image {
  position: relative;
}
.gallery-item .image img {
  display: block;
  width: 100%;
}
.gallery-item .caption-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  padding: 0 40px 50px;
}
.gallery-item .caption-box .inner {
  position: relative;
  overflow: hidden;
}
.gallery-item .caption-box .icon-box {
  position: absolute;
  width: 100%;
  z-index: 1;
  right: 50px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}
.gallery-item:hover .caption-box .icon-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item .caption-box .icon-box a {
  position: relative;
  display: block;
}
.gallery-item .caption-box .icon-box span {
  position: relative;
  float: right;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #009e4f;
  border: 1px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gallery-item:hover .caption-box .icon-box span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallery-item .caption-box .icon-box:after,
.gallery-item .caption-box .icon-box:before {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 0;
  content: "";
  border-bottom: 1px solid #333;
}
.gallery-item:hover .caption-box .icon-box:before {
  width: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gallery-item .caption-box .icon-box:after {
  right: -50px;
}
.gallery-item:hover .caption-box .icon-box:after {
  width: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallery-item .caption-box .title {
  position: relative;
  width: 0;
  overflow: hidden;
}
.gallery-item .caption-box .title h3 {
  position: relative;
  font-size: 25px;
  line-height: 1.2em;
  color: #009e4f;
  min-width: 340px;
  margin-bottom: 30px;
}
.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
  color: #666 !important;
}
.gallery-item .caption-box .title h3 a {
  color: #009e4f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item .caption-box .title h3 a:hover {
  color: #fff;
}
.gallery-item:hover .caption-box .title {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallery-item .caption-box h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-item:hover .caption-box h4 {
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.gallery-masonry {
  position: relative;
  padding: 150px 0;
  background-color: #fbfbfb;
}
.gallery-masonry .row {
  margin: 0 -15px;
}
.gallery-masonry .gallery-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.mixitup-gallery .filters {
  margin-bottom: 40px;
  text-align: center;
}
.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
  text-align: center;
}
.mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  background: 0 0;
}
.mixitup-gallery .filters li::before {
  position: absolute;
  background-color: #666;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 50%;
  -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.mixitup-gallery .filters li:hover::before {
  width: 100%;
  left: 0;
}
.mixitup-gallery .filters li.active::before {
  width: 20px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.gallery-item.mix {
  display: none;
}
.gallery-detail-section {
  position: relative;
  padding: 230px 0 110px;
}
.gallery-detail-section .gallery-detail {
  position: relative;
}
.gallery-detail .image-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.gallery-detail .image-box .image {
  position: relative;
}
.gallery-detail .image-box .image img {
  display: block;
  width: 100%;
}
.gallery-detail .lower-content {
  position: relative;
  margin-bottom: 70px;
}
.gallery-detail .content-column,
.gallery-detail .info-column {
  position: relative;
  margin-bottom: 40px;
}
.gallery-detail h3 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.gallery-detail p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
  margin-bottom: 25px;
}
.gallery-detail .info-column .inner-column {
  position: relative;
  border-left: 1px solid #e7e7e7;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-left: 40px;
}
.gallery-detail .info-list {
  position: relative;
}
.gallery-detail .info-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
  font-weight: 500;
  margin-bottom: 25px;
}
.gallery-detail .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
}
.load-more-option {
  position: relative;
  display: block;
  text-align: center;
}
.load-more-option li {
  position: relative;
  display: inline-block;
}
.load-more-option li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
  height: 33px;
  width: 33px;
  border: 1px solid #e7e7e7;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.load-more-option li a {
  color: #333;
}
.load-more-option li:hover a {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.load-more-option .load-more a {
  font-size: 25px;
  height: auto;
  width: auto;
  padding: 0;
  border: 0;
}
.load-more-option .load-more a:hover {
  color: #009e4f;
  background: 0 0;
}
.filter-list .col-lg-4,
.filter-list .col-md-6,
.filter-list .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.home-project {
  padding-bottom: 20px;
  font-size: 11px;
}
.fact-counter.style-2 {
  position: relative;
  padding: 20px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #fff;
  margin-bottom: 3px;
  background-color: #666;
}
.fact-counter.style-2 .auto-container {
  position: relative;
  z-index: 1;
}
.fact-counter.style-2 .column {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  z-index: 5;
}
.fact-counter.style-3 .column {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 5;
}
.fact-counter.style-2 .item {
  position: relative;
  padding: 17px 0 25px;
}
.column {
  border-right: 1px solid #303030;
}
.about-show .column {
  border-right: 1px solid #5f5f5f;
}
.column:last-child {
  border-right: 0 solid #303030;
}
.fact-counter.style-2 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 5px;
  color: #8dc63f;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.fact-counter.style-2 .count-outer {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.fact-counter.style-2 .column .counter-title {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.fact-counter.style-3 .count-outer {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #666;
}
.fact-counter.style-3 .column .counter-title {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.main-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-tool .col-lg-4:nth-child(4),
.home-tool .col-lg-4:nth-child(5),
.home-tool .col-lg-4:nth-child(6) {
  margin-top: 60px;
}
.home-tool-1 .col-md-6:nth-child(3),
.home-tool-1 .col-md-6:nth-child(4),
.home-tool-1 .col-md-6:nth-child(5),
.home-tool-1 .col-md-6:nth-child(6) {
  margin-top: 60px;
}
.img-left-box {
  margin-right: 30px;
  display: block;
}
.img-right-box h4 {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-bottom: 16px;
}
.img-right-box {
  display: block;
  font-size: 11px;
}
.co-banner {
  background-position: top;
}
.co-text {
  font-size: 1.2em;
  color: #666;
}
.co-name {
  margin-top: 50px;
}
.co-name h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1d1716;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.co-name span {
  color: #666;
}
.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: 100%;
  background-position: left center;
  padding: 18px 0;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.inner-banner h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 280px;
  width: 100%;
  text-align: center;
}
.breadcumb-wrapper {
  background: #fff;
  padding: 19px 0;
  border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper li,
.breadcumb-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8dc63f;
}
.breadcumb-wrapper ul.link-list li a {
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}
.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: uppercase;
  font-weight: 700;
  color: #8dc63f;
  font-size: 14px;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #8dc63f;
  margin-right: 7px;
  font-size: 14px;
}
.m-social-media ul {
  padding: 0;
  margin: 0;
}
.m-social-media ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2.66667rem;
  margin-left: 1.5rem;
}
.m-social-media ul li:first-child {
  margin-left: 0 !important;
}
.m-social-media ul li a {
  font-size: 1.33333rem;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-social-media ul li a:hover {
  color: #000;
}
.team-block .team-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #666;
}
.team-block .col-lg-4 {
  margin-bottom: 30px;
}
.mt-16 {
  margin-top: 16px;
}
.arc-portfolio--wrapper
  .arc-portfolio-wrapper--items-holder
  .masonry
  .selector {
  margin-bottom: 30px;
}
.o-breadcrumb {
  background-color: transparent;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .o-breadcrumb {
    padding: 2.6rem 0;
  }
}
.o-breadcrumb .arc-breadcrumb-holder {
  width: 100%;
}
@media (min-width: 576px) {
  .o-breadcrumb .arc-breadcrumb-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.o-breadcrumb .arc-breadcrumb-holder .arc-breadcrumb-page {
  margin-bottom: 1.33333rem;
  text-align: center;
  color: #666;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .o-breadcrumb .arc-breadcrumb-holder .arc-breadcrumb-page {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.16667rem;
    color: #666;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
  }
}
.o-breadcrumb .arc-breadcrumb-holder .m-breadcrumb-nav {
  text-align: left;
}
@media (max-width: 575px) {
  .o-breadcrumb .arc-breadcrumb-holder .m-breadcrumb-nav {
    margin-left: 0 !important;
    text-align: center;
  }
}
.m-breadcrumb-nav {
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .m-breadcrumb-nav {
    margin-left: 0 !important;
  }
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2.66667rem;
  margin-left: 0;
  font-size: 12px;
  color: #666;
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item:first-child {
  margin-left: 0 !important;
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item a {
  color: inherit;
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item a:hover {
  color: #666;
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item.arc-breadcrumb-nav-item-separator {
  font-size: 1rem;
  color: #666;
  padding: 0 0.58333rem;
}
.m-breadcrumb-nav .arc-breadcrumb-nav-item.arc-breadcrumb-nav-item-active {
  color: #666;
}
.full-width-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f3;
  min-height: 600px;
  width: 100%;
  display: block;
  object-fit: cover;
}
.shop-column {
  color: #666;
  font-size: 12px;
  border-top: 1px solid #e2e2e2;
}
.project-title {
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #666;
  margin-bottom: 20px;
}
.shop-title {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}
.padding-contact {
  margin-top: 60px;
  padding: 30px 0;
}
.marg-bot {
  margin-bottom: 50px;
}
.star-box {
  margin-bottom: 20px;
  margin-top: -16px;
  position: relative;
}
.link-column {
  margin-top: 30px;
}
.link-column li {
  position: relative;
  margin-bottom: 6px;
}
.link-column li {
  position: relative;
  margin-left: 15px;
}
.link-column li:before {
  content: "\f0dd";
  position: absolute;
  font-size: 12px;
  font-family: FontAwesome;
  color: #666;
  left: -19px;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.link-column li:hover:before {
  color: #6bbe50;
  transition: 0.5s ease-in-out;
}
.link-column li:after {
  content: "";
  position: absolute;
  left: 0;
  background: 0 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.5s ease-in-out;
}
.column {
  margin-bottom: 30px;
}
.column div {
  position: relative;
}
figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.arc-post-navigation {
  background-color: #fafafa;
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
}
.arc-post-navigation
  .arc-post-navigation-link
  a
  .arc-post-navigation-text-icon {
  position: relative;
  width: 100%;
  color: #666;
}
.arc-post-navigation
  .arc-post-navigation-link
  a
  .arc-post-navigation-text-icon
  .arc-post-navigation-title {
  font-size: 14px;
  line-height: 1.33333;
  letter-spacing: 0.08333rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.arc-post-navigation
  .arc-post-navigation-link
  a
  .arc-post-navigation-text-icon
  .arc-post-navigation-subtitle {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
@media (min-width: 576px) {
  .arc-post-navigation
    .arc-post-navigation-link
    a
    .arc-post-navigation-text-icon
    .arc-post-navigation-subtitle {
    margin-top: 0.66667rem;
  }
}
.arc-post-navigation
  .arc-post-navigation-link:not(.arc-post-navigation-link-back)
  a:hover
  .arc-post-navigation-title {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}
.arc-post-navigation
  .arc-post-navigation-link:not(.arc-post-navigation-link-back)
  a:hover
  .arc-post-navigation-subtitle {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.arc-post-navigation
  .arc-post-navigation-link.prev
  .arc-post-navigation-text-icon
  .arc-post-navigation-subtitle {
  left: 0;
}
.arc-post-navigation .arc-post-navigation-link-back .arc-post-navigation-title {
  text-align: center;
  margin-bottom: 0;
}
.arc-post-navigation
  .arc-post-navigation-link.next
  .arc-post-navigation-text-icon
  .arc-post-navigation-subtitle {
  right: 0;
}
.arc-post-navigation
  .arc-post-navigation-link.cent
  .arc-post-navigation-text-icon
  .arc-post-navigation-subtitle {
  margin: 0 auto;
  text-align: center;
  left: 40%;
}
.demo-gallery {
  margin-bottom: 30px;
}
.demo-gallery a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.demo-gallery a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.split-box {
  position: relative;
}
.col-contect-left {
  width: 50%;
  background: #666;
  float: left;
  height: 150vh;
}
.col-contect-right {
  width: 50%;
  background: #fafafa;
  float: right;
  height: 100vh;
}
.place-card {
  display: none !important;
}
#map .map-control {
  display: block;
}
.gm-style .place-card-large {
  padding: 9px 4px 9px 14px !important;
  margin-top: 45px !important;
}
.contact-head {
  margin-bottom: 40px;
}
.contact-head-box {
  color: #666;
  font-size: 11px;
}
.contact-box a {
  color: #666;
}
.contact-box .footer-title {
  font-size: 10px;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: 0.08333rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 4px;
}
.contact-page .scroll-top {
  display: none;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #fafafa;
}
.form-control:focus {
  border-color: #000 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px transparent,
    0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
}
.shop-ic i {
  background-color: #666;
  padding: 10px;
  color: #fff;
}
.a-woo-badge.a-woo-badge--red-color {
  background-color: #b01c33;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.a-woo-badge.a-woo-badge--theme-color {
  background-color: #666;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.a-woo-badge {
  z-index: 1;
  position: absolute;
  top: 0.83333rem;
  left: 0.83333rem;
}
.arc-hovers .arc-hover-body {
  margin-top: 15px;
  text-align: left;
}
.arc-posts-wrapper.arc-posts-wrapper-meta-outside
  .arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-title {
  text-align: left;
  margin-bottom: 0.66667rem;
}
.arc-hover-body-meta-title a {
  color: #666 !important;
  font-size: 14px;
  text-transform: uppercase;
}
.arc-posts-wrapper.arc-posts-wrapper-meta-outside
  .arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-title
  a:hover {
  color: #666;
}
.arc-posts-wrapper.arc-posts-wrapper-meta-outside
  .arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta) {
  text-align: left;
  margin-bottom: 0.33333rem;
  font-size: 1.16667rem;
  font-weight: 300;
  color: #666;
}
.arc-posts-wrapper.arc-posts-wrapper-meta-outside
  .arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta)
  span {
  color: #666;
  font-size: 1.16667rem;
}
.arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta)
  a {
  color: #666;
}
.arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta)
  .a-separator
  svg {
  stroke: #666;
}
.arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta)
  .a-separator
  ul
  li
  a {
  font: inherit;
  color: inherit;
}
.arc-posts-wrapper.arc-posts-wrapper-meta-outside
  .arc-hovers
  .arc-hover-body
  .arc-hover-body-meta
  .arc-hover-body-meta-subtitle:not(.arc-blog-post-meta)
  .a-separator
  ul
  li
  a:hover {
  color: #666;
}
.table td,
.table th {
  border-top: 0;
}
.about-show {
  padding: 60px 0 40px 0 !important;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../images/about-show.jpg);
}
.whatwedo {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 20px;
  margin-bottom: 60px;
}
.whatwedo .num-rig {
  float: right;
  position: absolute;
  right: 0;
  font-size: 14px;
}
.line-hit {
  color: #666;
  text-align: left;
  position: relative;
  padding-left: 0;
  width: 100%;
  display: inline-block;
}
.client-box {
  filter: grayscale(1);
  transition: all 0.5s ease 0s;
}
.client-box:hover {
  filter: none;
  transition: all 0.5s ease 0s;
}
.client-box img {
  /*filter: grayscale(100%);*/
  margin-bottom: 50px;
  /*transition: all 0.5s ease 0s;*/
}
.client-box img:hover {
  /*filter: none;*/
  /*-webkit-filter: grayscale(0);*/
  /*transition: all 0.5s ease 0s;*/
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}
.tabs nav li a {
  color: #999;
}
.tabs nav li.tab-current a {
  color: #000;
}
.tabs nav a:focus {
  outline: 0;
}
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 4em 1em;
  max-width: 1200px;
  text-align: left;
  color: #666;
}
.content-wrap section.content-current {
  display: block;
}
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
  display: block;
}
.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}
@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #fafafa;
}
.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em;
  }
}
.time-box-ady {
  margin-bottom: 30px;
}
.time-box-line {
  font-size: 13px;
}
.time-box-location {
  font-size: 12px;
}
.design-app-box h3 {
  color: #666;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.sub-link-projrct {
  margin-top: -26px;
}
.project-btn {
  margin-bottom: 30px;
}
.project-btn .project-tabs-line {
  position: relative;
  display: block;
  text-align: center;
}
.project-btn.sub-link-projrct li {
  font-size: 11px;
  color: #999;
}
.project-btn li a {
  color: #666;
}
.project-list-align .project-btn li:first-child {
  margin-left: 0;
}
.project-btn li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  background: 0 0;
}
.project-btn li::before {
  position: absolute;
  background-color: #666;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 50%;
  -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.project-btn li:hover::before {
  width: 100%;
  left: 0;
}
.project-btn li.active::before {
  width: 100%;
  left: 0;
}
.fadeInUp {
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
}
#remove-full {
  display: none;
}
.logo-hide {
  display: none;
}
.home-b-logo {
  opacity: 0;
}
.home-b-logo.sw {
  opacity: 1;
}
.right-career {
  padding-left: 30px;
}
.error-page {
  padding: 50px 0;
}
.error {
  color: red !important;
}
.cust-img-css {
  width: 100%;
}
.cust-row-height {
  min-height: 303px;
}
.cust-alignment-css {
  text-align: center;
}
@media (min-width: 992px) {
  .cust-alignment-css {
    text-align: end !important;
  }
}
.img-cust-css {
  object-fit: none;
}
.column-align-css {
  text-align: center !important;
}
.pt-65 {
  padding: 65px 0 0 0 !important;
}
@media (max-width: 768px) {
  .pt-30.pt-80 {
    padding: 30px 0 0 0 !important;
  }
}
@media (max-width: 466px) {
  .pt-30.pt-80 {
    padding: 80px 0 0 0 !important;
  }
}
.pt-80 {
  padding: 80px 0 0 0 !important;
}
@media (max-width: 992px) {
  .mobile-m-0 {
    margin: 0 !important;
  }
}
@media (max-width: 762px) {
  .text-para-css {
    margin-top: 50px !important;
  }
  .tp-cust-btn {
    margin-top: 100px !important;
  }
}
@media (max-width: 398px) {
  .text-para-css {
    margin-top: 110px !important;
  }
  .tp-cust-btn {
    margin-top: 200px !important;
  }
}
@media (max-width: 768px) {
  .r-pt-40 {
    padding: 40px 0 0 0 !important;
  }
}
@media (max-width: 992px) {
  .menuzord-responsive .menuzord-menu > li > a {
    margin: 0 !important;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    height: 42px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .text-parap-css {
    margin-top: 13px !important;
  }
}
.text-parap-css {
  margin-top: 13px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
#map {
  height: 550px;
}
.country-link {
  cursor: pointer;
}
.cust-css-flex-footer {
  align-items: center;
}
.cust-img-css {
  object-fit: none;
}
.ptb-20 {
  padding: 20px 0 !important;
}
.cust-margin-css {
  margin-bottom: 30px !important;
}
@media (min-width: 349px) and (max-width: 575px) {
  .cust-margin-css {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 575px) {
  .cust-margin-css {
    margin-bottom: 30px !important;
  }
}

.margin-00 {
  margin: auto 0 !important;
}

.cust-size-img {
  object-fit: cover;
  max-height: 126px;
  width: 100%;
}
#iframe-map {
  /*display:none;*/
}
.project-box p {
  text-align: justify !important;
}
#es-new #es-header .es-free {
  display: none !important;
}

@media (max-width: 992px) {
  #body-css-1 {
    display: none !important;
  }
  #body-css {
    padding: 20px 25px;
    border-bottom: 1px solid rgb(240, 240, 240) !important;
  }
  .font-css-cust > li > a {
    color: #f2f2f2c7 !important;
  }
}
@media (min-width: 992px) {
  #body-css {
    display: none !important;
  }
}

.a2a_kit {
  filter: grayscale(100%);
}

.row .contact-img-section {
  display: flex;
  align-items: center;
  padding: 40px;
}
.contact-img-section img {
  width: 100% !important;
}

/************************* Blog & Single Blog CSS Start ************************/

.knowledge-page .theme_menu {
  position: relative;
  padding: 12px 0;
}
.knowledge-detail-page .theme_menu {
  position: relative;
  padding: 12px 0;
}

.blog-title-section {
  background-color: #181818;
  position: relative;
  overflow: hidden;
}
.blog-title-section .container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-title-section .container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  z-index: -1;
  width: 100%;
  background-color: #fff;
}
.blog-title-section .title {
  color: #fff;
  margin: 10px 0;
}
.blog-title-section .filter-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.blog-title-section .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}

.blog-list-section {
  padding: 50px 0;
}
.blog-list-section .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.blog_items {
  margin-bottom: 50px;
}
.blog_items .blog_thumb {
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog_items .blog_thumb img {
  border-radius: 5px;
  display: block;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
.blog_items .blog_thumb:hover img {
  transform: scale(1.1);
}
.blog_items .blog_content {
  display: inline-block;
  width: 100%;
}
.blog_items .blog_content .blog_meta {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.blog_items .blog_content .blog_meta .date {
  color: rgb(76 84 98 / 100);
  display: inline-block;
}
.blog_items .blog_content .blog_meta .posted {
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #666;
}
.blog_items .blog_content .blog_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog_items .blog_content .blog_title a {
  color: rgb(32 54 53 / 1);
}
.blog_items .blog_content .blog_title a:hover {
  color: #666;
}
.blog_items .blog_content .blog_desq {
  color: rgb(106 114 111 / 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}
.blog_items .blog_content .link-btn {
  border: 1px solid;
  border-radius: 32px;
  padding: 10px 30px;
  color: #666;
  background-color: rgb(255 73 124 / 0);
  transition: all 0.15s ease-in-out;
}
.blog_items .blog_content .link-btn:hover {
  transform: scale(0.96);
}

.title-section {
  padding: 30px 0;
  background-color: #181818;
}
.title-section .title {
  color: #fff;
  margin: 10px 0;
}

.blog-details-section {
  padding: 50px 0;
}
.blog-details h2 {
  margin-bottom: 20px;
}
.blog-details h3 {
  margin-bottom: 20px;
}
.blog-details h4 {
  margin-bottom: 20px;
}
.blog-details h5 {
  margin-bottom: 20px;
}
.blog-details h6 {
  margin-bottom: 20px;
}
.blog-details p {
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-details ul {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog-details ul li {
  list-style: disc;
}
.blog-details ol {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog-details ol li {
  list-style: decimal;
}

.widget-box {
  display: inline-block;
  width: 100%;
  background: #f4f4f5;
  padding: 15px;
  border: 1px solid #d7e2e6;
}
.widget-box .widget-title {
  color: #1f2732;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #999;
}
.widget-box .categories a {
  color: #6a727f;
  font-size: 16px;
}
.widget-box .categories a:hover {
  color: #000;
}
.widget-box .categories a span {
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .blog-title-section .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-title-section .container:after {
    display: none;
  }
  .blog-title-section .filter-title {
    color: #fff;
    font-size: 18px;
  }
  .blog-title-section .form-control {
    margin-bottom: 15px;
  }
}

.contact-form-div .form-group {
  margin-bottom: 20px;
}
.contact-form-div .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact-form-div .btn-submit {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background-color: #181818;
}

/************************* Blog & Single Blog CSS End ************************/
