@import url("font.css");
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Square721BT-Roman';
}
/* width */
::-webkit-scrollbar {
  width: 25px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #d1d3d4;
  box-shadow: 5px 5px 8px 4px rgba(128, 130, 133, 0.8) inset;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #414142;
}
::-moz-scrollbar {
  width: 25px;
}
/* Track */
::-moz-scrollbar-track {
  background: #d1d3d4;
  box-shadow: 5px 5px 8px 4px rgba(128, 130, 133, 0.8) inset;
}
/* Handle */
::-moz-scrollbar-thumb {
  background: #414142;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
strong {
  font-family: 'Square721BT-Roman';
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
.bg-dark {
  background-color: #000000;
}
.border-none {
  border: none;
}
ul {
  margin-bottom: 0px;
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
}
.border-top {
  border-top: 2px solid #808285;
}
.border-radius {
  border-radius: 12px;
}
.border-top-gray {
  border-top: 25px solid #808285;
}
.border-none {
  border: none;
}
.bg-gray {
  background: #808285;
}
.bg-gray.light {
  background: #c6c6be;
}
.bg-green {
  background: #53b4af;
}
.p-t-16 {
  padding-top: 16px !important;
}
.p-b-16 {
  padding-bottom: 16px !important;
}
.h-100 {
  height: 94% !important;
  margin: 2px 0 !important;
}
/*===================================Some Commen Css==========================================*/
/*----- Section ----*/
section {
  padding: 80px 0px;
}
/*----Button Content---*/
.btn-content {
  margin: 10px 0px;
  display: block;
  width: 100%;
}
.button {
  display: inline-block;
  margin: 0px 10px;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 200px;
  background: #3d9cd7;
  border: 1px solid #3d9cd7;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover {
  background: none;
  color: #3d9cd7;
  border: 1px solid #3d9cd7;
}
/*-------------------------------- Topbar ------------------------------------*/
.topbar {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0px;
  z-index: 999;
  background: #fff;
  padding: 0;
}
.topbar-content {
  padding: 10px 25px;
  background-color: #ffffff;
}
.logo-content .img-logo {
  width: 100%;
  margin: 0px;
}
.topbar .logo-content .img-logo-white {
  display: block;
}
.topbar .logo-content .img-logo-dark {
  display: none;
}
/*----- Fixed Navigation ----*/
.topbar.afixed {
  margin: 0;
  background: #ffffff;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.topbar.afixed .logo-content .img-logo-white {
  display: none;
}
.topbar.afixed .logo-content .img-logo-dark {
  display: block;
}
.topbar .divider {
  position: relative;
  bottom: -1px;
  width: 100%;
}
/*------------------------------------- Navigation -------------------------------------*/
.navigation-content {
  background-color: transparent;
  padding: 30px 45px;
}
.navigation-content .navbar {
  margin-bottom: 0px;
  border: none;
}
.navigation-content .navbar .logo-content {
  display: inline-block;
  float: left;
  margin: 0;
  width: 300px;
}
.navigation-content .navbar .navbar-header {
  display: none;
}
.navigation-content .navbar .navbar-collapse ul {
  float: right;
  margin: 35px auto;
}
.navigation-content .navbar .navbar-collapse ul li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 12.5px;
}
.navigation-content .navbar .navbar-collapse ul li:first-child {
  margin-left: 0px;
}
.navigation-content .navbar .navbar-collapse ul li:last-child {
  margin-right: 0px;
}
.navigation-content .navbar .navbar-collapse ul li a {
  position: relative;
  font-size: 20px;
  color: #414142;
  padding: 0;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: all 0.5s ease-in-out;
  font-family: 'Square721BT-Roman';
  font-weight: 600;
  text-transform: uppercase;
}
.navigation-content .navbar .navbar-collapse ul li a:hover,
.navigation-content .navbar .navbar-collapse ul li a:focus,
.nav .open a,
.nav .open a:focus,
.nav .open a:hover {
  text-decoration: none;
  outline: none;
}
/*----- dropdown Content -----*/
.nav .open a,
.nav .open a:focus,
.nav .open a:hover {
  background-color: transparent;
  border: none;
}
.nav .open ul li:last-child {
  margin-bottom: 0px;
}
.nav li.active a,
.nav li.active a.nav-link,
.nav li a:focus,
.nav li a:hover,
.nav .open ul li a:hover {
  background: transparent;
  color: #3c9cd6 !important;
}
.nav li.dropdown.active .dropdown-menu a.dropdown-item {
  color: #000000 !important;
}
.nav li.dropdown.active .dropdown-menu a.dropdown-item:hover {
  color: #3c9cd6 !important;
}
/*------ List After Navigation Fixed -------*/
.afixed .navigation-content .navbar .navbar-collapse ul li a {
  color: #4d4d4f;
}
.afixed .navigation-content .navbar .navbar-collapse ul li a:hover,
.afixed .navigation-content .navbar .navbar-collapse ul li.open a {
  color: #4d4d4f;
}
/*--- Navigation Toggle ---*/
.navbar-toggle {
  border-radius: 0px;
  background: #4b29f6;
  border: 1px solid #4b29f6;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
}
/*-------- Dropdown -----*/
.nav.navbar-nav .dropdown .dropdown-menu {
  min-width: 250px;
}
.nav.navbar-nav .dropdown .dropdown-menu a.dropdown-item {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
}
/*-- Section Home Category ----*/
.sec-product-catagory {
  background: url(../images/bg-home.jpg);
  background-repeat: repeat;
  background-size: contain;
  margin-top: 152px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.sec-product-catagory .img-content {
  position: relative;
  top: 0px;
}
.sec-product-catagory .img-overlay {
  /*position: absolute;
  top: 0px;*/
  width: 100%;
  height: 100%;
  padding: 250px 80px 200px 80px;
}
.sec-product-catagory .img-overlay a.img-box {
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.sec-product-catagory .img-overlay a.img-box .img {
  padding: 10px;
}
.sec-product-catagory .img-overlay a.img-box:hover {
  color: #3c9cd6 !important;
}
.sec-product-catagory .img-overlay a.img-box .img-dtl h1 {
  font-size: 58.86px;
  line-height: 58.86px;
}
/*-- Section Home Category ----*/
.sec-two {
  padding: 15px 0;
}
.sec-two .row-custom [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.sec-two .img-box {
  position: relative;
  /* margin: 0px; */
}
/* .sec-two .img-box .thumbnail .img {
  filter: contrast(0.9);
} */
.sec-two .row-custom .col-lg-8 {
  width: 64.666667%;
}
.sec-two .row-custom .col-lg-4 {
  width: 32.333333%;
  margin-left: 20px;
}
.sec-two .row-custom .col-lg-8 .img-box {
  margin: 15px 0px;
}
.sec-two .row-custom .col-lg-8 .row .col-lg-6 {
  padding: 0px 15px;
}
.sec-two .img-box .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sec-two-home .img-box .img-overlay {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sec-two .row-custom .col-lg-4 .img-box .img-overlay {
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0;
}
/*.sec-two .row-custom .col-lg-4 .img-box .img-overlay .text-content h4 {
    font-size: 19.53px;
}*/
.sec-two .img-box .img-overlay .text-content {
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 15px;
}
.sec-two .img-box .img-overlay .text-content h4 {
  font-family: 'Square721BT-Bold';
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.sec-two .img-box .img-overlay .text-content span {
  font-family: 'Square721BT-Roman';
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
}
.sec-two .img-box:hover .img-overlay {
  opacity: 1;
}
/*-- Section Three ----*/
.sec-three {
  background: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 20px 0px 10px 0px;
  overflow: hidden;
}
.sec-three .row-custom[class*='col-'],
.sec-three .row-custom .row[class*='col-'] {
  padding-left: 20px;
  padding-right: 00px;
}
.sec-three .text-overlay {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translate(-10%, -55%);
}
.sec-three .text-overlay h1 {
  color: #3c9cd6;
  font-size: 82.13px;
  font-family: 'Square721BT-Bold';
  line-height: 82.13px;
}
.sec-three .img-box {
  text-align: center;
  font-weight: 600;
}
.sec-three .img-box h4,
.sec-three .img-box h3 {
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.sec-three .img-box h4 {
  font-size: 22.81px;
  font-family: 'CenturyGothic-Bold';
  color: #4d4d4f !important;
}
.sec-three .img-box h3 {
  font-size: 22.81px;
  font-family: 'CenturyGothic-Bold';
  color: #4d4d4f;
}
.sec-three .img-box:hover h4,
.sec-three .img-box:hover h3 {
  color: #3c9cd6;
}
/*--------- Sec Four -----*/
.sec-four {
  padding: 20px 0px;
}
.sec-four .img-box {
  margin: 15px 5px;
}
/*--------- Sec five -----*/
.sec-process {
  padding: 0;
}
.sec-process .title {
  text-align: center;
  background: #808285;
  padding: 20px 0px;
}
.sec-process .title h1 {
  font-family: 'eurostarblack';
  color: #fff;
  font-weight: 600;
  font-size: 54.75px;
  line-height: 46px;
  font-family: 'Square721BT-Bold';
}
/*---------Home Bottom Content -----*/
.bottom-contet {
  /* min-height: 170px; */
  text-align: center;
  color: #fff;
  padding: 40px 0px;
}
.bottom-contet p {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 41.06px;
  line-height: 52.06px;
  font-family: 'CenturyGothic-Bold';
}
.bottom-contet span {
  font-size: 41.06px;
  line-height: 52.06px;
  font-family: 'CenturyGothic';
  font-weight: normal;
}
.bottom-contet-contact p {
  font-size: 28px;
  line-height: 42px;
  font-family: 'Square721BT-Roman';
  font-weight: normal;
}
.bottom-contet.bg-gray.light p {
  color: #414142;
}
.bottom-contet.bg-gray.light span {
  color: #414142;
}
/*============================================= About Us =============================================*/
.m-b-0 {
  margin-bottom: 0px !important;
}
.content-left,
.content-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.sec-about-one {
  margin-top: 174px;
  padding: 30px 0px;
}
.sec-about-one .container {
  width: 1400px;
}
.sec-about-one .row-equal-content .content-left {
  width: 47.8%;
}
.sec-about-one .row-equal-content .content-right {
  width: 52.2%;
}
.sec-about-one .row-equal-content .content-left figure,
.sec-about-one .row-equal-content .content-left figure img {
  width: 100%;
}
.sec-about-one1 .row-equal-content .content-right.detail-content,
.sec-about-one .row-equal-content .content-right.detail-content {
  vertical-align: top;
  padding: 0px 30px;
}
.sec-about-one1 .row-equal-content .content-right.detail-content .title,
.sec-about-one .row-equal-content .content-right.detail-content .title {
  margin-bottom: 35px;
}
.sec-about-one1 .row-equal-content .content-right.detail-content .title h2,
.sec-about-one .row-equal-content .content-right.detail-content .title h2 {
  font-family: 'CenturyGothic-Bold';
  font-weight: 900;
  color: #414142;
  font-size: 40px;
}
.sec-about-one1 .row-equal-content .content-right.detail-content p,
.sec-about-one .row-equal-content .content-right.detail-content p {
  font-family: 'CenturyGothic';
  color: #414142;
  margin-bottom: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 25px;
}
/*---------- Section Two ------------*/
.sec-about-two {
  padding: 0px;
}
.sec-about-two .row-equal-content {
  background: #58595b;
}
.sec-about-two .row-equal-content .col-lg-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

}
.sec-about-two .content-left,
.sec-about-two .content-right {
  vertical-align: top;
}
.sec-about-two .content-right .row [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.sec-about-two .content-right figure {
  position: relative;
}
.sec-about-two .content-right figure img {
  width: 100%;
  height: auto;
}
.sec-about-two .content-right figure .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 15px 10px;
}
.sec-about-two .content-right figure .overlay h4 {
  font-size: 36.49px;
  color: #414142;
  position: absolute;
}
.sec-about-two .content-right figure.fig-col-one .overlay h4 {
  right: 3%;
  bottom: 5%;
  color: #fff;
}
.sec-about-two .content-right figure.fig-col-two .overlay h4 {
  left: 3%;
  bottom: 5%;
  color: #fff;
}
.sec-about-two .content-right figure.fig-col-three .overlay h4 {
  right: 3%;
  top: 5%;
}
.sec-about-two .content-right figure.fig-col-four .overlay h4 {
  left: 3%;
  top: 5%;
}
.sec-about-two .content-right .row[class*='col-'] {
  padding-left: 0px;
  padding-right: 0px;
}
.sec-about-two .content-left {
  padding: 40px 40px;
  width: 50%;
}
.sec-about-two .content-left .title {
  margin-bottom: 50px;
}
.sec-about-two .content-left .title h2 {
  font-family: 'CenturyGothic-Bold';
  font-weight: 500;
  color: #fff;
  font-size: 41.06px;
  text-transform: uppercase;
}
.sec-about-two .content-left .list-content ul {
  display: block;
  width: 100%;
}
.sec-about-two .content-left .list-content ul li {
  margin-bottom: 35px;
  display: block;
  width: 100%;
}
.sec-about-two .content-left .list-content ul li:last-child {
  margin-bottom: 0px;
}
.sec-about-two .content-left .list-content ul li h3 {
  font-family: 'CenturyGothic-Bold';
  font-weight: 500;
  color: #fff;
  font-size: 31.93px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.sec-about-two .content-left .list-content ul li p {
  font-family: 'CenturyGothic';
  color: #fff;
  width: 100%;
  font-size: 25.09px;
}
.sec-about-three {
  position: relative;
  padding: 0;
  /* height: 800px; */
}
.sec-about-three .circle-lines {
  width: 80%;
  margin: 0 auto;
}
/* .sec-about-three .overlay {
  position: absolute;
  top: -44%;
  z-index: -1;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 150px;
} */
.sec-about-three .overlay .title-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 170px;
  width: 170px;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #3d9cd7;
  border: 1px solid #3d9cd7;
  display: block;
}
.sec-about-three .overlay .title-focus h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  line-height: 170px;
  font-family: 'eurostarblack';
  color: #fff;
}
.sec-about-three .overlay-two .img-content img {
  position: absolute;
}
.sec-about-three .overlay-two .img-content img.img-one {
  left: 19%;
  top: 2%;
}
.sec-about-three .overlay-two .img-content img.img-two {
  left: 65%;
  top: 10%;
}
.sec-about-three .overlay-two .img-content img.img-three {
  left: 24%;
  top: 50%;
}
.sec-about-three .overlay-two .img-content img.img-four {
  left: 55%;
  top: 50%;
}
.sec-about-three .overlay-two .text-content h3 {
  position: absolute;
  font-family: 'CenturyGothic';
  font-weight: 900;
  color: #414142;
  font-size: 20px;
  line-height: 22px;
}
.sec-about-three .overlay-two .text-content h3.text-one {
  left: 13%;
  top: 45%;
}
.sec-about-three .overlay-two .text-content h3.text-two {
  left: 75%;
  top: 43%;
}
.sec-about-three .overlay-two .text-content h3.text-three {
  left: 7%;
  top: 77%;
}
.sec-about-three .overlay-two .text-content h3.text-four {
  left: 73%;
  top: 90%;
}
.sec-about-four {
  padding: 50px 0px;
  text-align: center;
  position: relative;
  background: #bcbec0;
}
.sec-about-four .title {
  margin-bottom: 50px;
}
.sec-about-four .title h2 {
  font-family: 'CenturyGothic-Bold';
  font-weight: 900;
  color: #414142;
  font-size: 41.06px;
  text-transform: uppercase;
  line-height: 41.06px;
}
.sec-about-four .para-content p {
  font-family: 'CenturyGothic';
  color: #414142;
  margin: 0px auto 40px auto;
  line-height: 38px;
  width: 75%;
  font-size: 27.37px;
}
.bottom-contet.bg-green {
  border-top: 4px solid #fff;
}
/*============================== Category Product =========================*/
#owl-header .owl-item .item {
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
#owl-header .owl-item.active.center .item {
  transform: scale(0.9);
}
#owl-header .owl-item .item img {
  width: 100%;
  margin: 0 auto;
}
#owl-header .owl-item.active.center .item img {
  width: 100%;
}
#owl-header .owl-item.active .item {
  padding: 10px;
}
#owl-header.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
#owl-header.owl-carousel .caption {
  text-align: center;
}
#owl-header .owl-item .item {
  padding: 10px 20px;
}
#owl-header .owl-dots {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 5px;
  min-height: 600px;
  margin: 0;
  width: 20px;
  display: inline-grid;
  align-items: center;
  transform: translate(0, 0%);
}
.carousel-content-furniture #owl-header .owl-item .item {
  transform: scale(0.9);
}
.carousel-content-automotive #owl-header .owl-item.active.center .item {
  transform: scale(0.9);
}
.carousel-content.carousel-content-product #owl-header .owl-item .item {
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
}
.carousel-content.carousel-content-product #owl-header .owl-item.active.center .item {
  transform: scale(0.9);
}
.sec-product-first-one {
  background: url(../images/bg-3.png);
  background-size: 100%;
  margin-top: 175px;
  padding: 0px;
  background-repeat: repeat-y;
  position: relative;
}
.iamge-overlay {
  position: absolute;
  /* padding: 15px 0px; */
  top: 0;
  left: 10px;
  z-index: 1;
  height: 100%;
  width: 25px;
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}
.sec-product-first-one .carousel-content {
  /*height: 600px;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    transform: translate(0, 0);*/
  padding: 30px 0px;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
}
.sec-product-first-one .carousel-content .carousel-inner {
  width: 85%;
}
.sec-product-first-one .carousel-content .item {
  display: inline-block;
  width: calc(33.33% - 4px);
  /* width: 100%; */
  text-align: center;
}
.sec-product-first-one .carousel-content .item_first,
.sec-product-first-one .carousel-content .item_third,
.sec-product-first-one .carousel-content .item_sec {
  display: inline-block;
  /* width: calc(33.33% - 4px); */
  width: 100%;
  text-align: center;
}
.item_intrior {
  padding: 0px 100px;
}
.item_intrior img {
  width: 100%;
}
.item_first img {
  width: 100%;
}
.item_first {
  padding-top: 40px;
}
.item_third {
  padding-top: 80px;
}
.item_pad {
  padding: 0 40px;
}
.item_third img {
  width: 100% !important;
  margin-left: 0px;
}
.sec-product-first-one .carousel-content .item_first img,
.sec-product-first-one .carousel-content .item_sec img,
.sec-product-first-one .carousel-content .item_third img,
.sec-product-first-one .carousel-content .item img {
  transform: scale(0.9);
  width: 100%;
}
.sec-product-first-one .carousel-content .item_first.center img,
.sec-product-first-one .carousel-content .item_third.center img,
.sec-product-first-one .carousel-content .item_sec.center img,
.sec-product-first-one .carousel-content .item.center img {
  transform: scale(1);
}
.sec-product-first-one .carousel-content.carousel-content-furniture .item_first img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item_sec img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item_third img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item img {
  transform: scale(0.7);
  width: 100%;
}
.sec-product-first-one .carousel-content.carousel-content-furniture .item_first.center img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item_sec.center img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item_third.center img,
.sec-product-first-one .carousel-content.carousel-content-furniture .item.center img {
  transform: scale(1.2);
}
/*.sec-product-first-one .carousel-content.carousel-content-furniture{
    height: 600;
}
.sec-product-first-one .carousel-content #owl-header {
  transform: translate(0, 0);
}
.sec-product-first-one .carousel-content.carousel-content-product{
  height: 600;
  transform: translate(0, 0%);
}
.sec-product-first-one .carousel-content.carousel-content-automotive{
  height: 600;
  transform: translate(0, 0);
}
.sec-product-first-one .carousel-content .owl-stage-outer {
  padding: 10px 0px;
}*/
.sec-product-first-one .title {
  height: 160px;
  text-align: center;
}
.sec-product-first-one .title h1 {
  font-size: 72px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0px;
  line-height: 68px;
}
.sec-product-first-one .title p {
  font-family: 'Square721BT-Roman';
  color: #414142;
  font-size: 26px;
  line-height: 64px;
  font-weight: 600;
}
.sec-product-portfolio {
  padding: 15px 0px 20px 0px;
  padding-top: 0px !important;
}
.sec-product-portfolio .img-box {
  position: relative;
  /* margin: 2px 0px; */
}
.img-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* .sec-product-portfolio .automotive_5 .img-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sec-two  .img-box {
  margin-top: 15px;
  margin-bottom: 15px;
} */
.sec-product-portfolio .img-box .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sec-product-portfolio .img-box11 .img-overlay {
  position: absolute;
  top: 1px;
  left: 9px;
  width: 65%;
  height: 100%;
  background: #00000099;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sec-product-portfolio .img-box:hover .img-overlay {
  opacity: 1;
}
.sec-product-portfolio .img-box .img-overlay .text-content {
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  top: 50%;
}
.sec-product-portfolio .img-box .img-overlay .text-content h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.sec-product-portfolio .img-box .img-overlay .text-content span {
  text-transform: capitalize;
}
.container-fluid-auto {
  background: url(../images/bg-5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.container-fluid-auto .col-lg-12 {
  padding: 50px 15px;
}
/*==================================Award Page ================================*/
.sec-award {
  padding: 0px;
  background: #414142;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.sec-award .sidebar {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 25%;
  top: 0;
  left: 0;
}
.sec-award .sidebar .logo-content {
  padding: 30px 50px;
}
.sec-award .sidebar .logo-content img {
  width: 90%;
  margin: 10px auto;
}
.sec-award .sidebar .para-content {
  padding: 22px;
}
.sec-award .sidebar .para-content h3 {
  font-size: 17.1px;
  line-height: 24px;
  color: #414142;
  font-family: 'Square721BT-Roman';
}
.sec-award .sidebar .para-content h3 b {
  font-family: 'Square721BT-Bold';
}
.sec-award .sidebar .para-content h3 strong {
  font-weight: bold;
}
.sec-award .wrapper {
  position: absolute;
  width: 77%;
  margin-left: 25%;
  height: 100%;
  padding: 0px;
  overflow-y: auto;
}
.para-content .owl-carousel .owl-stage {
  transform: unset !important;
  transition: unset !important;
}
.sec-award .wrapper .close-content {
  width: 35px;
  float: right;
  z-index: 10000;
  position: absolute;
  right: 5%;
}
.sec-product-portfolio.sec-award-portfolio {
  margin-top: 174px;
  padding: 20px 0px !important;
}
.sec-product-portfolio.sec-award-portfolio .img-box img {
  position: relative;
  overflow: hidden;
}
.sec-product-portfolio.sec-award-portfolio .img-overlay .text-content h4 {
  font-size: 20px;
  font-family: 'Square721BT-Bold';
  font-weight: 600;
  margin-bottom: 30px;
}
.sec-product-portfolio.sec-award-portfolio .img-overlay .text-content span {
  font-size: 20px;
}
.sec-product-portfolio.sec-award-portfolio .img-box .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sec-product-portfolio.sec-award-portfolio .img-box:hover .img-overlay {
  opacity: 1;
}
/*--------------------- Slider Content ----------------------*/
.sec-award .wrapper #big .item img {
  width: 82%;
  margin: 0px auto;
}
.sec-award .wrapper #big {
  padding: 0px 30px;
  position: relative;
}
.sec-award .wrapper #big .owl-nav {
  position: absolute;
  top: 50%;
  width: 88%;
  left: 6%;
  margin: 0px auto;
  transform: translate(0%, -50%);
}
.sec-award .wrapper #big .owl-nav [class*=owl-] {
  background: transparent;
}
.sec-award .wrapper #big .owl-nav [class*=owl-] img {
  width: 20px;
  height: auto;
}
.sec-award .wrapper #big .owl-nav .owl-prev {
  float: left;
  opacity: 1;
}
.sec-award .wrapper #big .owl-nav .owl-next {
  float: right;
  opacity: 1;
}
.sec-award .wrapper #thumbs {
  margin-top: 25px;
}
.sec-award .wrapper #thumbs .owl-stage {
  width: auto !important;
  text-align: center;
  display: table;
  margin: 10px auto;
  min-width: 50%;
}
.sec-award .wrapper #thumbs .owl-item {
  width: 150px !important;
  padding: 5px;
}
/*================================= Testimonials =================================*/
.sec-testimonial {
  position: relative;
  margin-top: 174px;
  padding: 105px 0px;
}
.sec-testimonial .slider-content {
  /* background: url(../images/bg-6.png); */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 10px #0000003d;
}
.sec-testimonial .slider-content .item {
  padding: 100px 100px;
  position: relative;
}
.sec-testimonial .slider-content .testimonial-pin {
  position: absolute;
  width: 40px;
  top: -28px;
  right: 90px;
}
.sec-testimonial .slider-content .item p {
  color: #58595b;
  font-family: 'CenturyGothic';
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 20px;
  text-align: justify;
  line-height: 34px;
  position: relative;
}
.sec-testimonial .slider-content .item p:before,
.sec-testimonial .slider-content .item p:after {
  position: absolute;
  content: "";
}
.sec-testimonial .slider-content .item p:before {
  background: url(../images/icons/icn-coma-begin.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 20px;
  width: 20px;
}
.sec-testimonial .slider-content .item p:after {
  background: url(../images/icons/icn-coma-end.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 20px;
  width: 20px;
}
.sec-testimonial .slider-content .item p i {
  font-family: 'Square721BT-Bold';
  font-size: 108px;
  color: #58595b;
}
.sec-testimonial .slider-content .item span {
  font-family: 'CenturyGothic';
  font-size: 26px;
  font-weight: 800;
  background: #cade75;
  text-transform: capitalize;
  padding: 5px;
}
.sec-testimonial .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0%;
  margin: 0px auto;
  transform: translate(0%, -50%);
}
.sec-testimonial .owl-nav .owl-prev,
.sec-testimonial .owl-nav .owl-prev:hover {
  float: left;
  margin-left: -70px;
  background: transparent;
}
.sec-testimonial .owl-nav .owl-next,
.sec-testimonial .owl-nav .owl-next:hover {
  float: right;
  margin-right: -70px;
  background: transparent;
}
.sec-testimonial .owl-nav img {
  width: 30px;
}
.sec-testimonial .text-content {
  background: url(../images/bg-7.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 585px;
  margin-top: 40px;
}
.sec-testimonial .text-content .item {
  padding: 0px 130px;
  transform: translate(0px, -80%);
  position: absolute;
  top: 80%;
  width: 100%;
}
.sec-testimonial .text-content .item span {
  font-family: 'CenturyGothic';
  font-size: 26px;
  font-weight: 800;
  background: #ffe06a;
  text-transform: capitalize;
  padding: 5px;
}
/*================================== Contact Page ================================*/
.sec-contact {
  padding: 85px 0px;
  margin-top: 175px;
  position: relative;
}
.sec-contact ul {
  margin: 25px 0px;
}
.sec-contact ul,
.sec-contact ul li {
  display: block;
  width: 100%;
}
.sec-contact ul li {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.sec-contact ul li:last-child {
  margin-bottom: 0px;
}
.sec-contact ul li img,
.sec-contact ul li a {
  display: inline-block;
}
.sec-contact ul li img {
  width: 45px;
}
.sec-contact ul li span {
  width: auto;
  font-size: 18px;
  color: #414142;
  position: absolute;
  left: 60px;
}
.sec-contact ul li a {
  font-size: 18px;
  color: #414142;
  text-decoration: none;
}
.sec-contact .list-social li {
 display: inline-block;
 margin-right: 10px;
 width: auto;
}
.social-content {
  margin-top: 50px;
}
.bottom-contet {
  overflow: hidden;
}
.bottom-contet-contact p {
  font-size: 32px;
  line-height: 44px;
  display: inline-block;
}
.mob-line {
  display: none;
}
/*-------------------------------------------------- Footer -------------------------------------------*/
footer {
  padding: 60px 0px 80px 0px;
  position: relative;
}
footer .copyright {
  text-align: center;
}
footer .copyright p.copy {
  color: #ffffff;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 300;
  letter-spacing: 1px;
}
footer .footer-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .footer-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
}
footer .footer-bar img {
  width: 100%;
  height: 100%;
}
footer ul.list-social {
  display: block;
  text-align: center;
  margin: 25px auto;
}
footer ul.list-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
footer ul.list-social li a {
  display: inline-block;
  vertical-align: middle;
}
footer ul.list-social li a img.img-soc-icon {
  width: 72px;
}
footer p {
  margin-bottom: 10px;
  color: #4d4d4f;
  font-size: 26px;
  font-family: 'CenturyGothic';
  line-height: 36px;
}
footer a {
  color: #4d4d4f;
  text-decoration: none;
  font-weight: 500;
  font-size: 28px;
  font-family: 'CenturyGothic-Bold';
}
/*=============================================================*/
.col-top .filters {
  text-align: center;
  margin-top: 0px !important;
  /* height: 117.18px; */
}
.col-top .filters ul {
  padding: 0;
}
.col-top .filters ul li {
  font-family: 'Square721BT-Roman';
  list-style: none;
  display: inline-block;
  padding: 0px 16px;
  position: relative;
  color: #414142;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.col-top .filters ul li:after {
  content: "/";
  position: absolute;
  color: #414142;
  left: 100%;
}
.col-top .filters ul li:last-child:after {
  display: none;
}
.fancybox__button--thumbs {
  display: none !important;
}
/* .col-top .filters ul li:hover,
.col-top .filters ul li.active {
  color: #3c9cd6;
} */
.col-top .filters ul li:first-child:hover h1,
.col-top .filters ul li.active:first-child h1 {
  color: #fff;
}
.section.portfolio .filters-content {
  margin-top: 30px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}
.col-top {
  background: url(../images/bg-3.png);
  background-size: 100%;
  margin-top: 0px;
  padding: 0px;
  background-repeat: repeat-y;
  background-position: center;
}
.col-top {
  text-align: center;
  /* padding-bottom: 20px; */
}
.col-top .col-lg-12 {
  padding: 0px;
}
.col-top .title h1 {
  font-size: 82px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.col-top .filters ul li:first-child {
  padding: 0px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.col-top .filters ul li:first-child:after {
  display: none;
}
/*======================================Responsive============================================*/
/*--------------- All size of screen in mobile ----------*/

.border-top-black {
  border-top: 5px solid #666666;
}
.para-content .owl-carousel.owl-drag {
  background: #4a4a4a;
  margin-top: 74px;
}
.para-content .owl-carousel.owl-drag .owl-item {
  width: 140px !important;
  margin: 10px 10px;
}
.sec-about-one1 {
  display: none;
}
/*****************************************************************************
Gallery pop up section
*****************************************************************************/
.thumb .btn:focus,
.thumb .btn:active,
.thumb button:focus,
.thumb button:active {
  outline: none !important;
  box-shadow: none !important;
}
.thumb #image-gallery .modal-footer {
  display: block;
}
.modal-open .modal {
  background: #0000009e;
}
.modal-footer {
  border: none;
}
.modal-content {
  background-color: unset !important;
  box-shadow: unset !important;
  border: none;
}
.close {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: -25px;
  top: -15px;
}
#image-gallery-image {
  /* background: #fff; */
  padding-top: 10px;
  margin-bottom: 0px;
  /* padding-left:5pm!important; */
}
#show-next-image {
  position: absolute;
  top: 50%;
  right: -5%;
}
#show-previous-image {
  position: absolute;
  top: 50%;
  left: -5%;
}
.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.thumbnail {
  display: unset !important;
  padding: unset !important;
  margin-bottom: unset !important;
  line-height: unset !important;
  background-color: unset !important;
  border: unset !important;
  border-radius: unset !important;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}
/* .modal-lg{width:800px!important;} */
.modal-dialog {
  margin: 25px auto !important;
}
.modal-footer {
  padding: 0px;
}
/* .modal-lg{width:72%!important;} */
.modal-lg {
  width: 60% !important;
}
.modal-header {
  border-bottom: unset !important;
  padding: 0px !important;
}
.modal-body {
  padding: 0 !important;
}
.w3-button1 {
  cursor: pointer;
}
.w3-modal1 {
  z-index: 999;
  display: none;
  padding-top: 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgb(0,0,0); */
  background-color: rgba(0, 0, 0, 0.6);
}
.w3-modal-content {
  width: 80% !important;
}
.w3-container,
.w3-panel {
  padding: 3.01em 33px;
}
.w3-modal1 .modal-open .modal {
  z-index: 9999999;
}