@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype"),
    url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype"),
    url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype"),
    url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype"),
    url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  word-break: break-word;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none;
  border: 0px;
}

a:focus {
  border: 0px;
  outline: none;
  outline: -webkit-focus-ring-color auto 1px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn:focus {
  outline: none;
}

:focus {
  outline: 0px dotted;
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

h1 {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}

nav {
  background: #fff;
}

.padding0 {
  padding: 0;
}

.paddingr-5 {
  padding-right: 5px;
}

.mb-30 {
  margin-bottom: 50px;
}

.mt-140 {
  margin-top: 140px;
}

header {
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #e2e2e2;
}

header .header ul.top-header {
  margin: 0;
  padding: 0;
  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;
  position: relative;
}

header .header ul.top-header li {
  list-style: none;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .header ul.top-header li .logo {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header ul.top-header li .logo img {
  max-width: 85%;
  z-index: 999;
  padding-left: 20%;
}

@media (max-width: 991px) {
  header .header ul.top-header li .logo img {
    max-width: 39%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

header .header ul.top-header li input[type="search"] {
  background: url(../images/search.svg) no-repeat 9px 7px;
  padding: 5px 15px 5px 40px;
}

header .header ul.top-header li:first-child {
  width: 13%;
  border-right: 1px solid #e2e2e2;
}

header .header ul.top-header li:nth-child(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  height: 56px;
}
@media (max-width: 991px) {
  header .header ul.top-header li:nth-child(2) {
    width: 100%;
    height: 56px;
    position: absolute;
    top: 52px;
    z-index: 1;
    border-bottom: #eee solid 2px;
    background: #fff;
  }
}

@media (max-width: 991px) {
  header .header ul.top-header li:first-child {
    width: 20%;
    border-right: 1px solid #e2e2e2;
  }
}


header .header ul.top-header .quote {
  display: block;
  width: 100%;
  text-align: center;
}

header .header ul.top-header .quote a {
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  height: 54px;
  line-height: 44px;
  font-weight: 300;
}

header .header ul.top-header .quote a:hover {
  background: #EB2939;
}

@media (max-width: 1024px) {
  header .header ul.top-header .quote a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  header .header ul.top-header .quote a {
    height: 50px;
  }
}

@media (max-width: 1024px) {
  header .header ul.top-header .quote {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: auto !important;
  }
}

header .header-bor {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

header .bor-r {
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 991px) {
  header .bor-r {
    border: none;
  }
}

header .grid-view {
  position: absolute;
  right: 0;
  top: 7px;
}

@media (max-width: 991px) {
  header .grid-view {
    position: inherit;
  }
}

header ul.navbar-nav li:first-child a {
  color: #040707 !important;
}

header .order {
  position: relative;
}

header .order::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(../images/arrow.svg) no-repeat;
  top: 11px;
  right: -2px;
}

@media (max-width: 991px) {
  header .order::after {
    left: 55px;
    top: 12px;
  }
}

header .order a {
  color: #000 !important;
}

header .order-select {
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
}

footer {
  background: #fff;
  color: #666;
  padding: 20px 0;
  width: 100%;
}

footer a {
  color: #666;
  font-size: 17px;
	font-weight: 300;
}

footer .copyright {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
    font-size: 13px;
  }
}

footer .website {
  text-align: right;
}

@media (max-width: 991px) {
  footer .website {
    text-align: center;
    font-size: 14px;
  }
}

.custom-container {
  width: 100%;
  padding-right: 2em;
  padding-left: 2em;
  margin-right: auto;
  margin-left: auto;
}

.fixedbody {
  height: 100vh;
  overflow: hidden;
  padding-right: 17px;
}

.fixed-top {
  background: white;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
}

.select2-container {
  font-size: 18px;
}

.select2-search__field {
  background: #fff;
}

.select2-selection__placeholder {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .select2-selection__placeholder {
    font-size: 14px;
  }
}

.select2-results__options {
  color: #000;
  font-size: 17px;
	font-weight: 300;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-dropdown {
  border: 1px solid #e2e2e2;
  margin-top: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EB2939;
}

.custom-select-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}

.custom-select-wrapper:first-child {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-radius: 0;
}

.custom-select-wrapper:last-child {
  border-right: 1px solid #e2e2e2;
  border-radius: 0;
}

.custom-select-wrapper label {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.custom-select-wrapper .select-tag-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-color: #fff;
}

.custom-select-wrapper .clear-select {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.custom-select-wrapper .clear-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select-wrapper .clear-select svg {
  stroke: #666;
}

.custom-select-wrapper.active .select-tag-wrapper::after {
  content: none;
}

.custom-select-wrapper.active .clear-select {
  display: block;
}

.custom-select-wrapper.active .select2-selection__arrow {
  display: none;
}

@media screen and (max-width: 992px) {
  .custom-select-wrapper {
    width: 50%;
    min-width: auto;
  }
}

.portfolio-box {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .portfolio-box {
    margin-bottom: 50px;
  }
}

.portfolio-box .details-button {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
}

.portfolio-box .details-button:focus {
  border: none;
  outline: none;
}

.portfolio-box figure {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
  height: 365px;
}

.portfolio-box figure.portfolio-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .portfolio-box figure {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-box figure {
    margin-bottom: 10px;
  }
}

.portfolio-box figure img {
  background-color: #ddd;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in all 0.4s;
  transition: ease-in all 0.4s;
  border-radius: 5px;
  max-width: 100%;
  z-index: 9;
  -webkit-box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
}

.portfolio-box figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.portfolio-box figure .placeholder-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  z-index: 2;
  pointer-events: none;
}

.portfolio-box figure .placeholder-img.active {
  opacity: 1;
}

.portfolio-box figure video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 42px rgba(0, 0, 0, 0.15);
}

.portfolio-box figure .video-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #2a2a2a;
}

.portfolio-box figure .video-loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid #9d9d9d;
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.portfolio-box figure .video-loader.active {
  display: block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.portfolio-box.big figure {
  height: 400px;
}

@media screen and (max-width: 992px) {
  .portfolio-box.big figure {
    height: 100%;
  }
}

.portfolio-box .title {
  margin: 0;
  padding: 0;
  color: #000;
}

.portfolio-box .title li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  font-size: 11px;
  padding: 0;
}

.portfolio-box .title li span {
  font-size: 11px;
  margin-left: 5px;
}

.portfolio-box .title li:first-child {
  width: 80%;
}

.portfolio-box .title li:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-box .subline {
  width: 100%;
  padding: 20px 0;
  color: #000;
  font-size: 1.8em;
  font-weight: 300;
  margin: 0;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}

.portfolio-box .sector-name {
  color: #666;
  text-transform: capitalize;
}

.portfolio-box ul.category {
  margin: 0;
  padding: 0;
}

.portfolio-box ul.category li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #707070;
  margin-bottom: 5px;
  line-height: 17px;
  color: #454545;
}

.portfolio-box ul.category li:hover {
  border: 1px solid #fc6366;
  color: #fc6366;
}

.portfolio-box button.dislike {
  background: url(../images/dislike.svg) no-repeat;
  width: 18px;
  height: 17px;
  outline: none;
  border: 0px;
}

.portfolio-box button.like {
  background: url(../images/like.svg) no-repeat;
  width: 18px;
  height: 17px;
  outline: none;
  border: 0px;
}

.portfilio-details {
  position: relative;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.24);
}

.portfilio-details .details-image-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfilio-details .details-image-loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid #9d9d9d;
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.portfilio-details .details-image-loader.active {
  display: block;
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.section {
  position: relative;
  padding-top: 40px;
  background: #fff;
  height: auto;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .section {
    padding-left: 0;
  }
}

.section .heading {
  color: #000;
  margin-bottom: 3em;
  padding: 0 5%;
  text-align: center;
}

.section .heading h2 {
  width: 100%;
  font-size: 48px;
  position: relative;
  padding: 25px 0;
  text-transform: uppercase;
  line-height: 30px;
  line-height: 45px;
  color: #000;
  letter-spacing: -2px;
}

.section .heading h2:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 4px;
  background: #EB2939;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section .heading h2:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .section .heading h2 {
    font-size: 40px;
  }
}

.section .heading h2 span {
  font-size: 36px;
}

@media (max-width: 400px) {
  .section .heading h2 span {
    font-size: 32px;
  }
}

.section .heading p {
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 25px;
  margin: 0;
  line-height: 30px;
  font-weight: 300;
}

.section .figure {
  overflow: hidden;
}

.section .img-effect {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.section .img-effect:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  -webkit-box-shadow: -15px 39px 24px -37px rgba(68, 68, 68, 0.6);
  box-shadow: -15px 39px 24px -37px rgba(68, 68, 68, 0.6);
}

.section .thumb-effect {
  max-width: 100%;
  z-index: 9;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.section .thumb-effect:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 39px 24px -37px rgba(68, 68, 68, 0.6);
  box-shadow: 0px 39px 24px -37px rgba(68, 68, 68, 0.6);
}

.go-top-button {
  background-color: transparent;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 991px) {
  .go-top-button {
    bottom: 55px;
    right: 60px;
  }
}

.go-top-button img {
  width: 30px;
  height: 30px;
}
/*# sourceMappingURL=style.css.map */