
/*@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=proxima-nova:wght@100;200;300;400;500;600;700;800;900&display=swap");*/
/*@import url("https://db.onlinewebfonts.com/c/41ef03052040400ec0acd500990fdc97?family=URW+Imperial+W01+Regular");*/

@font-face {
  font-family:"Armstrong";
  src:url("../fonts/Armstrong.eot?") format("eot"),
  url("../fonts/Armstrong.woff") format("woff"),
  url("../fonts/Armstrong.ttf") format("truetype"),
  url("../fonts/Armstrong.svg#ArmstrongRegular") format("svg");
  font-weight:normal;
  font-style:normal;
}


*{
  box-sizing:border-box;
}

html,
body{
  font-family: 'DM Sans', sans-serif;
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
  font-weight: 400;
  color: #000;
  overflow-x:hidden !important;
}

p {
  line-height: 26px;
}

h1 {
  font-family:'Armstrong', sans-serif;
  font-size: 40px;
  line-height:48px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Armstrong', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  font-family: 'Armstrong', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
}

h5 {
  font-size: 1.1rem;
}

h4,
h5,
h6 {
  margin-top: 0px;
}

.top-headings-section {
  padding-bottom: 3rem;
}

.top-headings-section h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #c18847;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

h2 span {
  font-weight: 500;
  color: #000;
}

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 2.5rem;
}

.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #c18847;
}

.section-title h3 {
  font-size: 18px;
  color: #111;
  
}

.section-title h2 {
  font-size: 28px;
  color: #c18847;
  
}

.section-title.col-md-5 {
  margin-left: 1rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: .8rem !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.bg-white-3 {
  background: url(../images/bg/bg-white-3.png) 0 0 repeat !important;
}

/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/
.headings3 {
  background: url("../images/slider/2.jpeg") no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headings3 h1,
h5 {
  color: #fff;
}

.headings3 h2 span {
  color: #fff;
}

.headings h1 span {
  font-weight: 500;
}

.text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-heading p {
  font-size: 1.2rem;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}

.typed-fade-out {
  opacity: 0;
  -webkit-animation: 0;
          animation: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow-down a {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  -webkit-animation: animate-arrow 2s ease-in-out infinite;
          animation: animate-arrow 2s ease-in-out infinite;
}

@-webkit-keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------ HEADER SLIDER ------*/
.rev_slider_wrapper {
  width: 100%;
}

.slide-content-box h1 {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 800;
}

.slide-content-box.mr h1 {
  margin-right: 8rem;
}

@media screen and (max-width: 496px) {
  .slide-content-box p,
  .slide-content-box .buy-btn,
  .bg-1 .button {
    display: none;
  }

  .slide-content-box h1 {
    font-size: 1.2rem !important;
    text-align: center !important;
    line-height: 42px;
  }
}
.slide-content-box p {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}

.slide-content-box.last-slide p {
  margin: 0;
}

.slide-content-box.last-slide a {
  margin: 0 8px;
}

.slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-leftarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tp-leftarrow:hover {
  background: #c18847;
}

.tp-rightarrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tp-rightarrow:hover {
  background: #c18847;
}

.box.bg-1 a {
  margin: 0px;
  text-align: center;
}

.slide-content-box .buy-btn {
  color: #fff;
}

.rev_slider_wrapper.fullscreen-container {
  height: 100vh !important;
  margin-bottom: 4rem;
}

/*----------------------------------------------*/
/*--------- 3. PARALLAX IMAGE HOME 1 ----------*/
/*----------------------------------------------*/
.parallax-search.home-1 {
  position: relative;
  background: #1f3662;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
}

.parallax-search.home-1 .hero-inner {
  margin: 280px 0px;
}

.parallax-search.home-1 .welcome-text h1 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
}

.parallax-search.home-1 .welcome-text p {
  color: #000;
}

.homepage-1 .portfolio.right-slider {
  position: relative;
}

.homepage-1 .recently-slider {
  padding-left: calc((100% - 1140px) / 2 + 15px) !important;
  padding-right: 0 !important;
}

.container-fluid.recently-slider {
  width: 100%;
}

/*-----------------------------------*/
/*------ 33. FOOTER ------*/
/*-----------------------------------*/
.first-footer .top-footer {
  background: #303441;
  color: #333;
  padding: 6rem 0;
}

.first-footer .logo img {
  width: 165px;
  height: auto;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 991px) {
  .first-footer .netabout {
    margin-bottom: 0px;
  }

  .first-footer .netabout p {
    margin-bottom: 2rem !important;
  }
}
.first-footer .netabout h3 {
  margin-bottom: 2rem;
}

.first-footer .netabout h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #fff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: rgba(245, 255, 255, 0.8);
}

.first-footer .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.first-footer .netsocials a .fa {
  font-size: 1rem;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.first-footer .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
  border: 1px dotted #3b5998;
}

.first-footer .netsocials a .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.first-footer .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
  border: 1px dotted #1da1f2;
}

.first-footer .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.first-footer .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
  border: 1px dotted #dd4b39;
}

.first-footer .netsocials a .fa-google-plus:hover {
  background: #dd4b39;
  color: #fff;
}

.first-footer .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
  border: 1px dotted #cd201f;
}

.first-footer .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff;
}

.first-footer h3 {
  margin-bottom: 2rem;
  color: #fff;
}

.first-footer .contactus h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #c18847;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 6rem;
  }
}
.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem;
}

.first-footer .contactus .ti {
  margin-bottom: 0px;
}

.first-footer .contactus .info p {
  margin: 0px;
  font-size: 15px;
  color: rgba(245, 255, 255, 0.8);
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.first-footer .contactus ul li {
  margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-footer .contactus ul li .fa {
  font-size: 1rem;
  color: #fff;
}

.navigation h3 {
  margin-bottom: 2rem;
}

.first-footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first-footer .navigation h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #c18847;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .first-footer .navigation h3 {
    margin-top: 0px;
  }

  .navigation ul {
    margin-bottom: 0px;
  }

  .navigation ul li.no-mgb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .navigation h3 {
    margin-top: 3rem;
  }
}
.navigation ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.navigation ul li {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #000;
}

.navigation ul li.no-mgb {
  margin-bottom: 0px;
}

.navigation ul li a {
  text-decoration: none;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation ul li a:hover {
  color: #fff;
}

.navigation a {
  display: block;
  margin-bottom: .6rem;
}

.navigation .nav-right {
  margin-left: 2rem;
}

.first-footer .widget h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #c18847;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.twitter-widget.contuct .single-item {
  position: relative;
  margin-bottom: 25px;
}

.twitter-widget.contuct .single-item:last-child {
  margin-bottom: 0px;
}

.twitter-widget.contuct .twitter-area .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
}

.twitter-widget.contuct .twitter-area .icon-holder i {
  color: #fff;
}

.twitter-widget.contuct .twitter-area .text {
  padding: 0px 0px 0px 30px;
}

.twitter-widget.contuct .twitter-area .text h5,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 {
  font-size: 14px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3rem;
}

.twitter-widget.contuct .twitter-area .text h5 a,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 a {
  color: #fff;
  font-weight: 400;
}

.twitter-widget.contuct .twitter-area .text h4,
.inner-pages .twitter-widget.contuct .twitter-area .text h4 {
  font-size: 14px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .first-footer .widget,
  .inner-pages .first-footer .widget {
    padding-top: 0px !important;
  }

  .first-footer .widget h3 {
    margin-top: 3rem;
  }
}
.inner-pages .first-footer .twitter-widget.contuct h5::after {
  display: none;
}

.bloq-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bloq-email .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsletters h3 {
  margin-bottom: 2rem;
}

.first-footer .newsletters h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #c18847;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .first-footer .newsletters h3 {
    margin-top: 3rem;
  }

  .bloq-email .email {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.newsletters p {
  margin-bottom: 2rem;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
}

.first-footer .bloq-email .email input[type="email"] {
  border: 0px;
  background: rgba(255, 255, 255, 0.1);
  color: #333;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.first-footer .bloq-email .email input[type="submit"] {
  border: 0px;
  padding: .8rem;
  background: #c18847;
  color: #fff;
  
  font-weight: bold;
  margin-top: 1.5rem;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.first-footer .email input[type="submit"]:hover {
  background: rgba(245, 255, 255, 0.1);
}

@media screen and (max-width: 991px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  .bloq-email .email {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 1.5rem;
  }
}
.first-footer .bloq-email label.error {
  color: #ff0000;
}

.first-footer .bloq-email label {
  color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

/*------ HOVER EFFECT ------*/
.hover-effect figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.hover-effect figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.hover-effect:hover figure::before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.hover-effect figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.hover-effect:hover figure img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}


/*------ ARROW GO UP ------*/
element.style {
  display: inline;
}

.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: var(--orange);
  padding: .9rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.go-up:hover,
.go-up:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}


/*-----------------------------------*/
/*------ 36. MEDIAS QUERIES ------*/
/*-----------------------------------*/
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.2rem;
  }

  .text-heading h1 {
    font-size: 2.5rem;
  }

  .heading .logo img {
    width: 100px;
    height: auto;
  }

  .about .photo {
    padding-bottom: 3rem;
  }

  .first-footer .logo img {
    margin-left: 0px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 1.5rem;
  }

}

/*# sourceMappingURL=styles.css.map */