/**
*	Theme Name: Mountains Source
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 144, sass/style.scss */
.site-btn {
  display: inline-block;
  padding: 16px 36px;
  font: 600 16px "Montserrat", sans-serif;
  background: linear-gradient(1deg, #000 26%, #565656 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
}
/* line 155, sass/style.scss */
.site-btn i {
  margin-left: 4px;
}
/* line 159, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 25%, #fff 50%, #323232 75%, #323232 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 182, sass/style.scss */
.site-btn:hover {
  background-color: transparent;
  color: #fff;
}
/* line 185, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}
/* line 189, sass/style.scss */
.site-btn.white-btn {
  background: none;
  color: #000;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 210, sass/style.scss */
.sec-padd {
  padding: 100px 0;
}

/* line 214, sass/style.scss */
.sec-padd-top {
  padding-top: 100px;
}

/* line 217, sass/style.scss */
.sec-padd-bottom {
  padding-bottom: 100px;
}

/* line 221, sass/style.scss */
.font-130 {
  font: 800 130px "Montserrat", sans-serif;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#000 50%, #fff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/* line 224, sass/style.scss */
.font-100 {
  font: 700 90px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 227, sass/style.scss */
.font-60 {
  font: 700 50px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 230, sass/style.scss */
.font-50 {
  font: 300 40px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 233, sass/style.scss */
.font-40 {
  font: 700 40px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 236, sass/style.scss */
.font-36 {
  font: 300 36px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 239, sass/style.scss */
.font-30 {
  font: 300 30px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/* line 242, sass/style.scss */
.font-24 {
  font: 500 24px "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
}

/* line 245, sass/style.scss */
.font-20 {
  font: 700 20px "Montserrat", sans-serif;
  line-height: 1.7rem;
  color: #000;
}

/* line 249, sass/style.scss */
.font-18 {
  font: 400 18px "Montserrat", sans-serif;
  line-height: 1.7rem;
  color: #000;
}

/* line 253, sass/style.scss */
.font-16 {
  font: 400 16px "Montserrat", sans-serif;
  line-height: 1.7rem;
  color: #000;
}

/* line 257, sass/style.scss */
.font-14 {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #000;
}

/* line 261, sass/style.scss */
.font-12 {
  font: 400 12px "Montserrat", sans-serif;
  color: #000;
}

/* line 265, sass/style.scss */
.mobile-header {
  display: none;
}

/* line 269, sass/style.scss */
.site-header {
  padding-top: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all .4s ease-in-out;
}
/* line 277, sass/style.scss */
.site-header.fix_top {
  top: 0;
  background-color: #fff;
  padding-top: 0px;
  box-shadow: 0px 4px 3px -6px #000;
}
/* line 283, sass/style.scss */
.site-header.fix_top .site-logo img {
  max-width: 40px;
}
/* line 287, sass/style.scss */
.site-header.fix_top .border-box {
  padding: 2px 0;
  border: none;
}
/* line 293, sass/style.scss */
.site-header.fix_top .right-btn .btn-block a {
  font-size: 12px;
  padding: 10px 24px;
}
/* line 302, sass/style.scss */
.site-header.fix_top .navigation ul li a {
  font: 500 12px "Montserrat", sans-serif;
}
/* line 310, sass/style.scss */
.site-header .border-box {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
/* line 315, sass/style.scss */
.site-header .row {
  align-items: center;
}
/* line 320, sass/style.scss */
.site-header .navigation ul li {
  display: inline-block;
  padding-left: 25px;
}
/* line 323, sass/style.scss */
.site-header .navigation ul li:first-child {
  padding: 0;
}
/* line 326, sass/style.scss */
.site-header .navigation ul li a {
  text-transform: uppercase;
  font: 500 16px "Montserrat", sans-serif;
  color: #aeaeae;
}
/* line 334, sass/style.scss */
.site-header .site-logo {
  text-align: center;
}
/* line 336, sass/style.scss */
.site-header .site-logo img {
  width: 100%;
  max-width: 70px;
}
/* line 341, sass/style.scss */
.site-header .right-btn {
  text-align: right;
}
/* line 343, sass/style.scss */
.site-header .right-btn ul {
  margin: 0;
}
/* line 347, sass/style.scss */
.site-header .right-btn .btn-block a {
  font-size: 13px;
}
/* line 349, sass/style.scss */
.site-header .right-btn .btn-block a.white-btn {
  background: none;
  color: #000;
}
/* line 356, sass/style.scss */
.site-header .right-btn .dropdown h3 {
  text-transform: capitalize;
  margin: 0;
  font: 500 12px "Montserrat", sans-serif;
}
/* line 361, sass/style.scss */
.site-header .right-btn .dropdown h4 {
  font: 400 11px "Montserrat", sans-serif;
  margin: 5px 0 0 0;
  text-transform: capitalize;
}
/* line 366, sass/style.scss */
.site-header .right-btn .dropdown .dropdown-item {
  font: 400 11px "Montserrat", sans-serif;
}

/* line 373, sass/style.scss */
.hero-banner {
  position: relative;
  padding-top: 6%;
}
/* line 376, sass/style.scss */
.hero-banner .img-box {
  position: relative;
  padding-bottom: 45%;
}
/* line 379, sass/style.scss */
.hero-banner .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* line 388, sass/style.scss */
.hero-banner .content-box {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  max-width: 550px;
  margin: auto;
  right: 0;
  text-align: center;
  z-index: 1;
}
/* line 398, sass/style.scss */
.hero-banner .content-box p {
  margin: 0;
}
/* line 401, sass/style.scss */
.hero-banner .content-box .btn-block {
  margin-top: 25px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 415, sass/style.scss */
.our-mission .container-fluid {
  padding: 0 120px;
}
/* line 418, sass/style.scss */
.our-mission .content-box {
  text-align: center;
  position: relative;
}
/* line 421, sass/style.scss */
.our-mission .content-box .mission-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: -250px;
}
/* line 427, sass/style.scss */
.our-mission .content-box .mission-img img {
  animation: rotate 10s linear infinite;
}
/* line 431, sass/style.scss */
.our-mission .content-box .line {
  margin-top: 15px;
}
/* line 434, sass/style.scss */
.our-mission .content-box h4 {
  margin: 30px 0 0 0;
}
/* line 437, sass/style.scss */
.our-mission .content-box p {
  margin: 35px auto 0;
  width: 100%;
  max-width: 650px;
}
/* line 442, sass/style.scss */
.our-mission .content-box .btn-block {
  margin-top: 40px;
}
/* line 446, sass/style.scss */
.our-mission .img-box {
  position: relative;
  padding-bottom: 130%;
}
/* line 449, sass/style.scss */
.our-mission .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border: 1px solid #dadada;
  padding: 25px;
}
/* line 460, sass/style.scss */
.our-mission .img-box.left-img img {
  filter: grayscale(100%);
  transform: rotate(-6deg);
}
/* line 466, sass/style.scss */
.our-mission .img-box.right-img img {
  transform: rotate(6deg);
}

/* line 473, sass/style.scss */
.gears {
  background-image: url("images/gears-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 100px;
}
/* line 480, sass/style.scss */
.gears .sec-content p {
  margin: 0;
}
/* line 483, sass/style.scss */
.gears .sec-content .btn-block {
  margin-top: 30px;
}
/* line 486, sass/style.scss */
.gears .sec-content h2 {
  margin: 10px 0 0 0;
}
/* line 490, sass/style.scss */
.gears .box-list {
  margin-top: 70px;
}
/* line 493, sass/style.scss */
.gears .box-list .box-wrap .img-box {
  position: relative;
  padding-bottom: 100%;
}
/* line 496, sass/style.scss */
.gears .box-list .box-wrap .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* line 505, sass/style.scss */
.gears .box-list .box-wrap .content-box {
  margin-top: 20px;
}
/* line 507, sass/style.scss */
.gears .box-list .box-wrap .content-box h3 {
  text-transform: uppercase;
  font: 700 20px "Montserrat", sans-serif;
  margin: 0;
}
/* line 512, sass/style.scss */
.gears .box-list .box-wrap .content-box .btn-block {
  margin-top: 16px;
}
/* line 514, sass/style.scss */
.gears .box-list .box-wrap .content-box .btn-block a {
  background: none;
  color: #000;
  border: 1px solid #858585;
}
/* line 523, sass/style.scss */
.gears .border-sec {
  border-bottom: 1px solid #e0e0e1;
  padding: 100px 0;
  margin: 0 0 40px 0;
}
/* line 529, sass/style.scss */
.gears .slick-prev,
.gears .slick-next {
  top: 40%;
  background-color: #000;
  padding: 20px;
  color: #fff;
  margin: 0;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}
/* line 543, sass/style.scss */
.gears .slick-prev:hover,
.gears .slick-next:hover {
  color: #000;
}
/* line 545, sass/style.scss */
.gears .slick-prev:hover::before,
.gears .slick-next:hover::before {
  color: #000;
}
/* line 552, sass/style.scss */
.gears .slick-next {
  right: 0;
}
/* line 554, sass/style.scss */
.gears .slick-next::before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  opacity: 1;
  font-weight: 100;
}
/* line 562, sass/style.scss */
.gears .slick-prev {
  left: 0;
  z-index: 1;
}
/* line 565, sass/style.scss */
.gears .slick-prev::before {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  opacity: 1;
  font-weight: 100;
}
/* line 573, sass/style.scss */
.gears .desktop-off {
  text-align: center;
  margin-top: 40px;
  display: none;
}

/* line 582, sass/style.scss */
.rolling-steps .step-list {
  margin-top: 40px;
}
/* line 586, sass/style.scss */
.rolling-steps .step-list .col-md-10 .row {
  border: 1px solid #858585;
  margin-top: 20px;
}
/* line 589, sass/style.scss */
.rolling-steps .step-list .col-md-10 .row .col-md-7,
.rolling-steps .step-list .col-md-10 .row .col-md-5 {
  padding: 0;
}
/* line 595, sass/style.scss */
.rolling-steps .step-list .content-box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 601, sass/style.scss */
.rolling-steps .step-list .content-box h3 {
  font-weight: 700;
  margin: 0;
}
/* line 605, sass/style.scss */
.rolling-steps .step-list .content-box p {
  margin: 14px 0 0 0;
}
/* line 608, sass/style.scss */
.rolling-steps .step-list .content-box span {
  font-weight: 500;
}
/* line 613, sass/style.scss */
.rolling-steps.our-process {
  position: relative;
}
/* line 616, sass/style.scss */
.rolling-steps.our-process .left-img {
  position: absolute;
  top: -130px;
  left: -105px;
}
/* line 621, sass/style.scss */
.rolling-steps.our-process .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 628, sass/style.scss */
.rolling-steps.our-process .sec-heading h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
/* line 634, sass/style.scss */
.rolling-steps.our-process .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f7f7f7;
  padding: 22px;
}
/* line 647, sass/style.scss */
.rolling-steps.our-process .step-list .col-md-12 .row {
  border: 1px solid #dadada;
  margin-top: 40px;
}
/* line 650, sass/style.scss */
.rolling-steps.our-process .step-list .col-md-12 .row .col-md-6,
.rolling-steps.our-process .step-list .col-md-12 .row .col-md-6 {
  padding: 0;
}
/* line 657, sass/style.scss */
.rolling-steps.our-process .step-list .content-box {
  position: relative;
  padding: 40px 80px;
  justify-content: center;
}
/* line 661, sass/style.scss */
.rolling-steps.our-process .step-list .content-box .num {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  right: -15px;
  top: -15px;
}
/* line 672, sass/style.scss */
.rolling-steps.our-process .step-list .content-box .num span {
  color: #fff;
}
/* line 676, sass/style.scss */
.rolling-steps.our-process .step-list .content-box h3 {
  margin-top: 20px;
}
/* line 679, sass/style.scss */
.rolling-steps.our-process .step-list .content-box p {
  width: 100%;
  max-width: 450px;
}

/* line 688, sass/style.scss */
.why-source {
  position: relative;
}
/* line 690, sass/style.scss */
.why-source .left-img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 695, sass/style.scss */
.why-source .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 701, sass/style.scss */
.why-source .sec-content h2 {
  line-height: 5rem;
  margin: 0;
}
/* line 706, sass/style.scss */
.why-source .sec-content .left-side p {
  margin: 25px 0 0 0;
}
/* line 711, sass/style.scss */
.why-source .count-num {
  border-top: 1px solid #e0e0e1;
  border-bottom: 1px solid #e0e0e1;
  padding: 80px 0;
  margin: 50px 0;
}
/* line 716, sass/style.scss */
.why-source .count-num h2 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 6rem;
}
/* line 721, sass/style.scss */
.why-source .count-num span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}

/* line 731, sass/style.scss */
.testimonial .tstimonial-list {
  margin-top: 30px;
}
/* line 734, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap {
  background-color: #000;
}
/* line 737, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .name-sec h3 {
  color: #fff;
  opacity: 1;
}
/* line 744, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .content-box p {
  color: #fff;
  opacity: 1;
}
/* line 749, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .quote-icon i {
  color: #fff;
  opacity: 1;
}
/* line 755, sass/style.scss */
.testimonial .tstimonial-list .box-wrap {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f1f1f1;
}
/* line 766, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .quote-icon i {
  color: #000;
  opacity: .5;
  font-size: 24px;
}
/* line 772, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .content-box {
  margin-top: 20px;
}
/* line 774, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .content-box p {
  color: #000;
  line-height: 1.8rem;
  margin: 0;
  opacity: .5;
  font-family: "Oswald", sans-serif;
}
/* line 782, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .name-sec {
  margin-top: 25px;
}
/* line 784, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .name-sec h3 {
  color: #000;
  margin: 0;
  text-transform: uppercase;
  opacity: .5;
  font: 700 16px "Montserrat", sans-serif;
}
/* line 791, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .name-sec span {
  font: 400 15px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
  opacity: .5;
  margin: 3px 0 0 0;
  display: block;
}
/* line 802, sass/style.scss */
.testimonial .slick-list {
  padding: 40px 0 20px !important;
}
/* line 805, sass/style.scss */
.testimonial .slick-initialized .slick-slide {
  padding: 0 10px;
}
/* line 808, sass/style.scss */
.testimonial .slick-track {
  display: flex;
  height: inherit;
}
/* line 812, sass/style.scss */
.testimonial .slick-slide {
  height: inherit !important;
}

/* line 816, sass/style.scss */
.the-gear {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 820, sass/style.scss */
.the-gear.sec-padd {
  padding: 200px 0;
}
/* line 824, sass/style.scss */
.the-gear .sec-content h4 {
  color: #fff;
  margin: 0;
}
/* line 828, sass/style.scss */
.the-gear .sec-content h2 {
  background: -webkit-linear-gradient(#dedede, #515151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 833, sass/style.scss */
.the-gear .sec-content .font-18 {
  margin-top: 50px;
}
/* line 836, sass/style.scss */
.the-gear .sec-content p {
  color: #fff;
  opacity: .4;
  margin: 20px 0 0 0;
}
/* line 841, sass/style.scss */
.the-gear .sec-content h5 {
  color: #fff;
  margin: 20px 0 0 0;
}
/* line 845, sass/style.scss */
.the-gear .sec-content .btn-block {
  margin-top: 80px;
}

/* line 851, sass/style.scss */
.site-footer {
  background-image: url("images/footer-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 70px 0 50px;
}
/* line 859, sass/style.scss */
.site-footer .logo-widget a img {
  max-width: 160px;
  filter: invert(1);
}
/* line 864, sass/style.scss */
.site-footer .logo-widget p {
  margin: 60px 0 0 0;
  color: #fff;
  width: 100%;
  max-width: 350px;
  opacity: .4;
  line-height: 1.7rem;
}
/* line 873, sass/style.scss */
.site-footer h3.font-18 {
  color: #fff;
  margin: 0;
  font: 600 24px "Oswald", sans-serif;
  text-transform: uppercase;
}
/* line 880, sass/style.scss */
.site-footer .foo-menu ul {
  margin-top: 30px;
}
/* line 882, sass/style.scss */
.site-footer .foo-menu ul li {
  margin-top: 25px;
}
/* line 884, sass/style.scss */
.site-footer .foo-menu ul li a {
  font: 400 14px "Montserrat", sans-serif;
  color: #FFFFFF;
  opacity: .4;
  transition: all .4s ease-in-out;
  text-transform: uppercase;
}
/* line 890, sass/style.scss */
.site-footer .foo-menu ul li a:hover {
  opacity: 1;
}
/* line 897, sass/style.scss */
.site-footer .copyright {
  border-top: 1px solid #646464;
  padding-top: 40px;
  margin-top: 120px;
}
/* line 901, sass/style.scss */
.site-footer .copyright .font-14 {
  color: #fff;
  margin: 0;
  opacity: .4;
  text-transform: capitalize;
  font-weight: 400;
}
/* line 908, sass/style.scss */
.site-footer .copyright .social-links {
  text-align: right;
}
/* line 910, sass/style.scss */
.site-footer .copyright .social-links ul {
  margin: 0;
}
/* line 913, sass/style.scss */
.site-footer .copyright .social-links ul li a {
  border-left: 1px solid #646464;
  padding-left: 15px;
  margin-left: 15px;
  transition: all .4s ease-in-out;
}
/* line 918, sass/style.scss */
.site-footer .copyright .social-links ul li a:hover {
  opacity: 1;
}
/* line 923, sass/style.scss */
.site-footer .copyright .social-links ul li:first-child a {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 936, sass/style.scss */
.about-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 12% 0 5%;
}
/* line 941, sass/style.scss */
.about-hero .content-box {
  text-align: center;
}
/* line 943, sass/style.scss */
.about-hero .content-box h4 {
  text-transform: uppercase;
  font-weight: 500;
}
/* line 947, sass/style.scss */
.about-hero .content-box p {
  width: 100%;
  max-width: 550px;
  margin: 20px auto 0;
}
/* line 952, sass/style.scss */
.about-hero .content-box .btn-block {
  margin-top: 40px;
}
/* line 956, sass/style.scss */
.about-hero .img-box {
  margin-top: -36%;
  position: relative;
  z-index: -1;
}
/* line 960, sass/style.scss */
.about-hero .img-box img {
  width: 100%;
}

/* line 968, sass/style.scss */
.what-offer .sec-heading h4 {
  text-transform: uppercase;
  font-weight: 500;
}
/* line 973, sass/style.scss */
.what-offer .list {
  margin-top: 60px;
}
/* line 976, sass/style.scss */
.what-offer .img-box {
  position: relative;
  padding-bottom: 80%;
}
/* line 979, sass/style.scss */
.what-offer .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* line 988, sass/style.scss */
.what-offer .content-box {
  background-color: #fff;
  box-shadow: 0px 0px 6px -2px #ccc;
  padding: 30px;
}
/* line 992, sass/style.scss */
.what-offer .content-box h3 {
  margin: 0;
  text-transform: uppercase;
}
/* line 996, sass/style.scss */
.what-offer .content-box p {
  margin: 10px 0 0 0;
  text-transform: math-auto;
}

/* line 1003, sass/style.scss */
.our-values {
  position: relative;
}
/* line 1005, sass/style.scss */
.our-values .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 1010, sass/style.scss */
.our-values.sec-padd {
  padding: 250px 0 130px;
}
/* line 1013, sass/style.scss */
.our-values .container {
  position: relative;
}
/* line 1015, sass/style.scss */
.our-values .container .left-img {
  position: absolute;
  top: -130px;
  left: -105px;
}
/* line 1021, sass/style.scss */
.our-values .img-box {
  position: relative;
  padding-bottom: 100%;
}
/* line 1024, sass/style.scss */
.our-values .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* line 1033, sass/style.scss */
.our-values .sec-head {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 1040, sass/style.scss */
.our-values .sec-head .top-sec h4 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
/* line 1045, sass/style.scss */
.our-values .sec-head .top-sec h2 {
  margin: 10px 0 0 0;
}
/* line 1048, sass/style.scss */
.our-values .sec-head .top-sec p {
  color: #000;
  opacity: .5;
  margin: 20px 0 0 0;
}
/* line 1057, sass/style.scss */
.our-values .bottom-sec ul li {
  position: relative;
  padding: 30px 0px 30px 30px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 1061, sass/style.scss */
.our-values .bottom-sec ul li h3 {
  text-transform: uppercase;
  margin: 0;
}
/* line 1065, sass/style.scss */
.our-values .bottom-sec ul li p {
  margin: 2px 0 0 0;
  text-transform: math-auto;
}
/* line 1069, sass/style.scss */
.our-values .bottom-sec ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
}

/* line 1081, sass/style.scss */
.gears-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 12% 0 20%;
}
/* line 1086, sass/style.scss */
.gears-hero .content-box {
  text-align: center;
}
/* line 1088, sass/style.scss */
.gears-hero .content-box h4 {
  text-transform: uppercase;
  font-weight: 500;
}
/* line 1092, sass/style.scss */
.gears-hero .content-box h1 {
  margin: 0;
}
/* line 1095, sass/style.scss */
.gears-hero .content-box p {
  width: 100%;
  max-width: 550px;
  margin: 20px auto 0;
}

/* line 1105, sass/style.scss */
.gear-tabs .sec-heading h2 {
  color: #000;
  font-weight: 700;
}
/* line 1110, sass/style.scss */
.gear-tabs .nav-tabs {
  display: block;
  margin: 50px 0 30px;
  border-bottom: none;
}
/* line 1114, sass/style.scss */
.gear-tabs .nav-tabs li {
  text-align: center;
}
/* line 1116, sass/style.scss */
.gear-tabs .nav-tabs li button {
  display: inline-block;
  font: 400 16px "Montserrat", sans-serif;
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 0;
  padding: 12px 45px;
  margin: 10px 0 0 5px;
}
/* line 1124, sass/style.scss */
.gear-tabs .nav-tabs li button.active {
  background-color: #000;
  color: #fff;
}
/* line 1132, sass/style.scss */
.gear-tabs .tabs-box .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.gear-tabs .tabs-box .img-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* line 1136, sass/style.scss */
.gear-tabs .tabs-box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
/* line 1146, sass/style.scss */
.gear-tabs .tabs-box .prod-content {
  margin-top: 25px;
}
/* line 1148, sass/style.scss */
.gear-tabs .tabs-box .prod-content h3 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1153, sass/style.scss */
.gear-tabs .tabs-box .prod-content a {
  background: none;
  color: #000;
  margin-top: 20px;
}
/* line 1160, sass/style.scss */
.gear-tabs .prod-box {
  border: 1px solid #f7f7f7;
  padding: 16px;
  height: 100%;
}
/* line 1166, sass/style.scss */
.gear-tabs .prod-box:hover .img-box img {
  transform: scale(1.1);
}
/* line 1172, sass/style.scss */
.gear-tabs .col-md-4 {
  margin-top: 40px;
}
/* line 1176, sass/style.scss */
.gear-tabs.word-pro .col-md-4 {
  margin-top: 20px;
}
/* line 1179, sass/style.scss */
.gear-tabs.word-pro .font-12 {
  margin: 7px 0 0 0;
}
/* line 1185, sass/style.scss */
.gear-tabs.gear-pro .prod-content span {
  text-transform: capitalize;
  display: block;
  margin-top: 4px;
}
/* line 1190, sass/style.scss */
.gear-tabs.gear-pro .prod-content .font-12 {
  margin: 7px 0 0 0;
}

/* line 1198, sass/style.scss */
.popup-form form {
  width: 100%;
  max-width: 650px;
  position: relative;
  background-color: #1A1A1A;
  border-radius: 0;
  margin: 30px auto 0;
  padding: 30px;
}
/* line 1206, sass/style.scss */
.popup-form form .form-group {
  margin-top: 10px;
}
/* line 1208, sass/style.scss */
.popup-form form .form-group br {
  display: none;
}
/* line 1211, sass/style.scss */
.popup-form form .form-group span {
  display: block;
  font: 400 12px "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
/* line 1218, sass/style.scss */
.popup-form form .form-group.sub-btn {
  text-align: center;
}
/* line 1220, sass/style.scss */
.popup-form form .form-group.sub-btn input {
  display: inline-block;
  padding: 16px 36px;
  font: 600 14px "Montserrat", sans-serif;
  background: linear-gradient(1deg, #000 26%, #565656 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}
/* line 1232, sass/style.scss */
.popup-form form .form-group.sub-btn input:hover {
  background-color: transparent;
  background: linear-gradient(1deg, #000 45%, #565656 100%);
}
/* line 1238, sass/style.scss */
.popup-form form .form-group .wpcf7-spinner {
  position: absolute;
}
/* line 1242, sass/style.scss */
.popup-form form .form-group.msg-box textarea {
  border-radius: 10px;
  height: 140px;
}
/* line 1250, sass/style.scss */
.popup-form select,
.popup-form textarea,
.popup-form input {
  border: none;
  color: #999999;
  font: 400 14px "Montserrat", sans-serif;
  padding: 12px 20px;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 0px 0px 0.4px #9AA2B1;
}
/* line 1261, sass/style.scss */
.popup-form select:focus,
.popup-form textarea:focus,
.popup-form input:focus {
  border-color: #9AA2B1;
  background-color: transparent;
  box-shadow: 0 0 0 1px #9AA2B1;
}
/* line 1267, sass/style.scss */
.popup-form select::placeholder,
.popup-form textarea::placeholder,
.popup-form input::placeholder {
  font: 400 14px "Montserrat", sans-serif;
  color: #9AA2B1;
}
/* line 1272, sass/style.scss */
.popup-form textarea {
  height: 100px;
}
/* line 1276, sass/style.scss */
.popup-form .wpcf7 {
  margin-top: 10px;
}
/* line 1279, sass/style.scss */
.popup-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font: 400 12px "Montserrat", sans-serif !important;
  margin: 5px 0 0 0;
}
/* line 1284, sass/style.scss */
.popup-form .selected-flag {
  border-radius: 0;
}

/* line 1289, sass/style.scss */
.popup-form .modal .btn-close {
  opacity: 1;
  background: no-repeat;
  padding: 0;
  width: auto;
  height: auto;
}

/* line 1652, sass/style.scss */
/* line 1298, sass/style.scss */
.popup-form .modal .form-group.sub-btn {
  position: relative;
}

/* line 1302, sass/style.scss */
.popup-form .modal .form-group.sub-btn .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 10px;
  top: 10px;
}

/* line 1308, sass/style.scss */
.contact-us.popup-form .modal form {
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}

/* line 1318, sass/style.scss */
.contact-us.popup-form .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 0em;
  font-size: 11px;
}

/* line 1323, sass/style.scss */
.login-as {
  padding: 13% 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
/* line 1330, sass/style.scss */
.login-as .inner-box {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 0px 6px -6px #000;
}
/* line 1335, sass/style.scss */
.login-as .inner-box .sec-head h1 {
  margin: 0;
  font-weight: 700;
}
/* line 1339, sass/style.scss */
.login-as .inner-box .sec-head p {
  margin: 12px auto 0;
  width: 100%;
  max-width: 450px;
}
/* line 1346, sass/style.scss */
.login-as .forgot-pass {
  display: block;
  text-align: right;
  color: #000;
  font: 500 12px "Montserrat", sans-serif;
  opacity: .6;
}
/* line 1353, sass/style.scss */
.login-as .form-group {
  margin-top: 20px;
}
/* line 1355, sass/style.scss */
.login-as .form-group textarea,
.login-as .form-group select,
.login-as .form-group input {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 45px;
  font: 400 12px "Montserrat", sans-serif;
  color: #7f7f7f;
  padding: .375rem .75rem;
  width: 100%;
}
/* line 1365, sass/style.scss */
.login-as .form-group textarea::placeholder,
.login-as .form-group select::placeholder,
.login-as .form-group input::placeholder {
  font: 400 12px "Montserrat", sans-serif;
  color: #7f7f7f;
}
/* line 1369, sass/style.scss */
.login-as .form-group textarea:focus,
.login-as .form-group select:focus,
.login-as .form-group input:focus {
  border-color: #e1e1e1;
  background-color: #fbfbfb;
  box-shadow: 0 0 0 1px #e1e1e1;
}
/* line 1375, sass/style.scss */
.login-as .form-group .site-btn {
  width: 100%;
}
/* line 1378, sass/style.scss */
.login-as .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.04904e-05%200.628635C-0.000711441%200.504494%200.035552%200.382952%200.104177%200.279502C0.172804%200.176052%200.270681%200.0953823%200.385334%200.0477781C0.499987%200.000173822%200.626218%20-0.0122084%200.747935%200.0122102C0.869653%200.0366287%200.981341%200.0967416%201.06876%200.184885L4.37501%203.49739L7.68126%200.184885C7.79895%200.067195%207.95857%200.00107752%208.12501%200.00107752C8.20742%200.00107752%208.28903%200.0173097%208.36517%200.0488474C8.44131%200.0803851%208.51049%200.126611%208.56876%200.184885C8.62703%200.243159%208.67326%200.31234%208.7048%200.388479C8.73634%200.464618%208.75257%200.546223%208.75257%200.628635C8.75257%200.795073%208.68645%200.954695%208.56876%201.07238L4.81876%204.82238C4.70166%204.93879%204.54325%205.00413%204.37814%205.00413C4.21302%205.00413%204.05461%204.93879%203.93751%204.82238L0.18751%201.07238C0.128455%201.0145%200.0814743%200.945473%200.0492887%200.8693C0.0171041%200.793128%200.000353813%200.711327%201.04904e-05%200.628635Z%22%20fill%3D%22%23242020%22%2F%3E%3C%2Fsvg%3E) !important;
  background-repeat: no-repeat !important;
  background-position-x: 98% !important;
  background-position-y: 50% !important;
  background-size: 12px;
}
/* line 1388, sass/style.scss */
.login-as .form-group .form-label {
  margin: 0 0 8px 0;
}
/* line 1391, sass/style.scss */
.login-as .form-group textarea {
  height: auto;
  padding: 15px 15px;
}
/* line 1396, sass/style.scss */
.login-as .font-14 {
  margin: 12px 0 0 0;
  text-align: center;
  text-transform: math-auto;
  font-weight: 500;
}
/* line 1401, sass/style.scss */
.login-as .font-14 a {
  font-weight: 700;
  color: #000;
}
/* line 1406, sass/style.scss */
.login-as #profileSaveBtn {
  margin-top: 20px;
}
/* line 1410, sass/style.scss */
.login-as.contact-us form.wpcf7-form.init {
  width: 100%;
  max-width: 750px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
}
/* line 1418, sass/style.scss */
.login-as.contact-us form.wpcf7-form.init .sub-btn {
  text-align: center;
}
/* line 1420, sass/style.scss */
.login-as.contact-us form.wpcf7-form.init .sub-btn input {
  display: inline-block;
  padding: 20px 36px;
  font: 600 14px "Montserrat", sans-serif;
  background: linear-gradient(1deg, #000 26%, #565656 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  height: auto;
}
/* line 1434, sass/style.scss */
.login-as.contact-us form.wpcf7-form.init .sub-btn input:hover {
  background-color: transparent;
  background: linear-gradient(1deg, #000 45%, #565656 100%);
}
/* line 1440, sass/style.scss */
.login-as.contact-us form.wpcf7-form.init .wpcf7-spinner {
  position: absolute;
}

/* line 1450, sass/style.scss */
.dashboard-wrap .tab-content.pt-4 {
  width: 100%;
  max-width: 950px;
  margin: auto;
}

/* line 1457, sass/style.scss */
.creator-list {
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 20px;
  transition: all .4s ease-in-out;
}
/* line 1461, sass/style.scss */
.creator-list .row {
  align-items: center;
}
/* line 1464, sass/style.scss */
.creator-list .media-list {
  display: flex;
  align-items: center;
}
/* line 1467, sass/style.scss */
.creator-list .media-list .media {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  object-fit: cover;
  border: 1px solid #d1d1d1;
}
/* line 1476, sass/style.scss */
.creator-list .media-list .media img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  object-fit: cover;
}
/* line 1486, sass/style.scss */
.creator-list .media-list .media-title {
  padding-left: 16px;
}
/* line 1488, sass/style.scss */
.creator-list .media-list .media-title h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
/* line 1493, sass/style.scss */
.creator-list .media-list .media-title p {
  margin: 3px 0 0 0;
  line-height: normal;
}
/* line 1499, sass/style.scss */
.creator-list .location {
  text-align: center;
}
/* line 1501, sass/style.scss */
.creator-list .location h4 {
  margin: 0;
  font: 500 12px "Montserrat", sans-serif;
  color: #383838;
  text-transform: uppercase;
}
/* line 1508, sass/style.scss */
.creator-list .btn-block {
  text-align: right;
}
/* line 1510, sass/style.scss */
.creator-list .btn-block button {
  font: 500 14px "Montserrat", sans-serif;
  padding: 12px 24px;
  border: none;
  display: inline-flex;
  align-items: center;
}
/* line 1516, sass/style.scss */
.creator-list .btn-block button img {
  display: none;
  margin-right: 4px;
}
/* line 1522, sass/style.scss */
.creator-list:hover {
  background-color: #000;
}
/* line 1526, sass/style.scss */
.creator-list:hover .media-list .media-title p,
.creator-list:hover .media-list .media-title h3 {
  color: #fff;
}
/* line 1533, sass/style.scss */
.creator-list:hover .location h4 {
  color: #fff;
}
/* line 1538, sass/style.scss */
.creator-list:hover .btn-block button {
  background: linear-gradient(1deg, #fff 26%, #fff 100%);
  border-color: #fff;
  color: #000;
}
/* line 1542, sass/style.scss */
.creator-list:hover .btn-block button img {
  display: inline-block;
}

/* line 1551, sass/style.scss */
.as-model .row.align-center {
  align-items: center;
}
/* line 1555, sass/style.scss */
.as-model .media-list {
  display: flex;
  align-items: center;
}
/* line 1558, sass/style.scss */
.as-model .media-list .media {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  object-fit: cover;
  border: 1px solid #d1d1d1;
}
/* line 1567, sass/style.scss */
.as-model .media-list .media img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  object-fit: cover;
}
/* line 1577, sass/style.scss */
.as-model .media-list .media-title {
  padding-left: 16px;
}
/* line 1579, sass/style.scss */
.as-model .media-list .media-title h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
/* line 1584, sass/style.scss */
.as-model .media-list .media-title p {
  margin: 3px 0 0 0;
  line-height: normal;
}
/* line 1587, sass/style.scss */
.as-model .media-list .media-title p span {
  font: 500 12px "Montserrat", sans-serif;
}
/* line 1589, sass/style.scss */
.as-model .media-list .media-title p span i {
  margin-right: 2px;
}
/* line 1597, sass/style.scss */
.as-model .btn-block {
  text-align: right;
}
/* line 1599, sass/style.scss */
.as-model .btn-block a {
  font: 500 14px "Montserrat", sans-serif;
  padding: 12px 24px;
  border: none;
  display: inline-flex;
  align-items: center;
}
/* line 1605, sass/style.scss */
.as-model .btn-block a img {
  display: none;
  margin-right: 4px;
}
/* line 1611, sass/style.scss */
.as-model .gear-tabs {
  margin-top: 30px;
}
/* line 1613, sass/style.scss */
.as-model .gear-tabs .col-md-4 {
  margin-top: 10px;
}
/* line 1617, sass/style.scss */
.as-model .social-links {
  margin-top: 30px;
}
/* line 1621, sass/style.scss */
.as-model .social-links ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font: 400 14px "Montserrat", sans-serif;
  min-width: 120px;
  justify-content: center;
  text-align: center;
}
/* line 1631, sass/style.scss */
.as-model .social-links ul li a span {
  margin-left: 4px;
}
/* line 1634, sass/style.scss */
.as-model .social-links ul li a.youtube-lnk {
  background-color: #ff0000;
}
/* line 1637, sass/style.scss */
.as-model .social-links ul li a.vimeo-lnk {
  background-color: #00aff2;
}
/* line 1640, sass/style.scss */
.as-model .social-links ul li a.mail-lnk {
  background-color: #000;
}

.as-model .social-links ul li a.work-lnk {
    
    background-color: #000;
}

/* line 1649, sass/style.scss */
.public-profile-page {
  padding-top: 200px;
}

/* line 1654, sass/style.scss */
.line hr {
  margin: 30px 0 0 0;
  opacity: .1;
}

/* line 1662, sass/style.scss */
.js-gear-item.gear-reveal {
  animation: gearCardReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes gearCardReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* line 1677, sass/style.scss */
.load-more-gear {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-top: 40px;
}

/* line 1682, sass/style.scss */
.load-more-gear.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

/* line 1689, sass/style.scss */
.policy-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 11% 0 5%;
}
/* line 1694, sass/style.scss */
.policy-wrap .container {
  max-width: 950px;
}
/* line 1697, sass/style.scss */
.policy-wrap .font-16 {
  margin-top: 30px;
}
/* line 1700, sass/style.scss */
.policy-wrap p {
  margin: 15px 0 0 0;
}

/* line 1705, sass/style.scss */
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
  color: #000  !important;
}

/* line 1711, sass/style.scss */
.community-page-wrap.dashboard-wrap.login-as {
  padding: 12% 0 4%;
}

@media (max-width: 1366px) {
  /* line 2, sass/_screen.scss */
  .site-header .navigation ul li {
    padding-left: 20px;
  }

  /* line 5, sass/_screen.scss */
  .font-100 {
    font: 700 50px "Montserrat", sans-serif;
  }

  /* line 8, sass/_screen.scss */
  .font-36 {
    font: 300 24px "Montserrat", sans-serif;
  }

  /* line 11, sass/_screen.scss */
  .font-50 {
    font: 300 30px "Montserrat", sans-serif;
  }

  /* line 14, sass/_screen.scss */
  .font-18 {
    font: 400 16px "Montserrat", sans-serif;
  }

  /* line 17, sass/_screen.scss */
  .gears {
    padding-bottom: 0;
  }

  /* line 20, sass/_screen.scss */
  .the-gear.sec-padd {
    padding: 110px 0;
  }

  /* line 23, sass/_screen.scss */
  .why-source .sec-content h2 {
    line-height: 3rem;
  }
}
@media (max-width: 1170px) {
  /* line 29, sass/_screen.scss */
  .desktop-header {
    display: none;
  }

  /* line 32, sass/_screen.scss */
  .mobile-header {
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
  }

  /* line 38, sass/_screen.scss */
  .mobile-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* line 44, sass/_screen.scss */
  .hero-banner {
    position: relative;
    padding-top: 15%;
  }

  /* line 49, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    cursor: pointer;
  }

  /* line 59, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 68, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 72, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 87, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 92, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 96, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 101, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 106, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #000;
  }

  /* line 112, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 118, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 122, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 126, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 130, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 135, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 138, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 143, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 148, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 155, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 167, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 170, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 173, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 177, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 183, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 186, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 190, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 193, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 197, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 200, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 205, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 208, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 213, sass/_screen.scss */
  .nav-bar {
    background-image: url("images/nav-bg.webp");
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 226, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* line 236, sass/_screen.scss */
  .site-header .navigation ul li {
    padding-left: 0;
    text-align: center;
    display: block;
  }

  /* line 241, sass/_screen.scss */
  .site-header .navigation ul li a {
    text-transform: uppercase;
    font: 500 20px "Montserrat", sans-serif;
    color: #000;
    display: block;
  }

  /* line 247, sass/_screen.scss */
  .font-24 {
    font: 500 18px "Montserrat", sans-serif;
  }

  /* line 250, sass/_screen.scss */
  .menuToggle ul#menu {
    margin: 0;
  }

  /* line 253, sass/_screen.scss */
  .site-header.fix_top .navigation ul li a {
    font: 500 20px "Montserrat", sans-serif;
  }

  /* line 256, sass/_screen.scss */
  .site-header .right-btn {
    text-align: center;
  }

  /* line 259, sass/_screen.scss */
  .site-header .right-btn .btn-block a {
    font-size: 16px;
    width: 100%;
  }

  /* line 263, sass/_screen.scss */
  .font-130 {
    font: 800 80px "Montserrat", sans-serif;
  }

  /* line 267, sass/_screen.scss */
  .about-hero {
    padding: 20% 0 5%;
  }
}
@media (max-width: 980px) {
  /* line 273, sass/_screen.scss */
  .our-mission .container-fluid {
    padding: 0 40px;
  }

  /* line 276, sass/_screen.scss */
  .the-gear.sec-padd {
    padding: 60px 0;
  }

  /* line 279, sass/_screen.scss */
  .site-footer .col-md-6 {
    width: 100%;
    text-align: center;
  }

  /* line 283, sass/_screen.scss */
  .site-footer .logo-widget p {
    margin: 30px auto 0;
    line-height: 1.7rem;
  }

  /* line 287, sass/_screen.scss */
  .site-footer .col-md-2 {
    width: 50%;
    text-align: center;
  }

  /* line 291, sass/_screen.scss */
  .site-footer .foo-widget {
    margin-top: 40px;
  }

  /* line 294, sass/_screen.scss */
  .site-footer .copyright .social-links ul {
    margin: 5px 0 0 0;
    text-align: center;
  }

  /* line 298, sass/_screen.scss */
  .site-footer .copyright {
    padding-top: 30px;
    margin-top: 30px;
  }

  /* line 302, sass/_screen.scss */
  .rolling-steps .step-list .col-md-10 {
    width: 100%;
  }

  /* line 305, sass/_screen.scss */
  .login-as {
    padding: 20% 0 10%;
  }

  /* line 308, sass/_screen.scss */
  .font-130 {
    font: 800 50px "Montserrat", sans-serif;
  }

  /* line 311, sass/_screen.scss */
  .what-offer .list .col-md-4 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 315, sass/_screen.scss */
  .what-offer .list {
    margin-top: 30px;
  }

  /* line 318, sass/_screen.scss */
  .our-values.sec-padd {
    padding: 150px 0 100px;
  }

  /* line 321, sass/_screen.scss */
  .our-values .col-md-6 {
    width: 100%;
  }

  /* line 324, sass/_screen.scss */
  .our-values .sec-head {
    padding-left: 0;
    margin-top: 30px;
  }

  /* line 328, sass/_screen.scss */
  .public-profile-page .col-md-6 {
    width: 100%;
    text-align: center;
  }

  /* line 332, sass/_screen.scss */
  .public-profile-page .as-model .media-list {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* line 337, sass/_screen.scss */
  .public-profile-page .profile-content-col {
    margin-top: 30px;
    border-top: 1px solid #e8e9e9;
    padding-top: 30px;
  }

  /* line 342, sass/_screen.scss */
  .gear-tabs.word-pro.sec-padd {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  /* line 348, sass/_screen.scss */
  .our-mission .col-md-6 {
    width: 100%;
    order: -1;
  }

  /* line 352, sass/_screen.scss */
  .our-mission .col-md-3 {
    width: 50%;
  }

  /* line 355, sass/_screen.scss */
  .our-mission .img-box {
    margin-top: 40px;
  }

  /* line 358, sass/_screen.scss */
  .our-mission .img-box.left-img img {
    transform: rotate(-1deg);
  }

  /* line 361, sass/_screen.scss */
  .our-mission .img-box.right-img img {
    transform: rotate(1deg);
  }

  /* line 364, sass/_screen.scss */
  .as-model .gear-tabs .col-md-4 {
    margin-top: 10px;
    width: 50%;
  }

  /* line 368, sass/_screen.scss */
  .modal.show .modal-dialog {
    max-width: 95%;
  }

  /* line 371, sass/_screen.scss */
  .gears .sec-content .col-md-1,
  .gears .sec-content .col-md-5,
  .gears .sec-content .col-md-6 {
    width: 100%;
  }

  /* line 376, sass/_screen.scss */
  .gears .sec-content {
    text-align: center;
  }

  /* line 379, sass/_screen.scss */
  .gears .sec-content p {
    margin: 15px 0 0 0;
  }

  /* line 382, sass/_screen.scss */
  .gears .box-list {
    margin-top: 10px;
  }

  /* line 385, sass/_screen.scss */
  .gears .border-sec {
    padding: 80px 0;
    margin: 0 0 0px 0;
  }

  /* line 389, sass/_screen.scss */
  .why-source .sec-content {
    text-align: center;
  }

  /* line 392, sass/_screen.scss */
  .why-source .sec-content .col-md-5,
  .why-source .sec-content .col-md-6 {
    width: 100%;
  }

  /* line 396, sass/_screen.scss */
  .why-source .count-num {
    text-align: center;
  }

  /* line 399, sass/_screen.scss */
  .why-source .count-num {
    padding: 40px 0;
    margin: 20px 0;
  }

  /* line 403, sass/_screen.scss */
  .the-gear .sec-content .btn-block {
    margin-top: 40px;
  }

  /* line 406, sass/_screen.scss */
  .the-gear .sec-content .font-18 {
    margin-top: 20px;
  }
}
@media (max-width: 850px) {
  /* line 412, sass/_screen.scss */
  .our-mission .content-box .mission-img img {
    max-width: 70%;
  }

  /* line 415, sass/_screen.scss */
  .our-mission .content-box .mission-img {
    overflow: hidden;
  }

  /* line 419, sass/_screen.scss */
  .gears .slick-prev, .gears .slick-next {
    padding: 15px;
    height: 25px;
    width: 25px;
  }

  /* line 424, sass/_screen.scss */
  .gears .slick-prev::before,
  .gears .slick-next::before {
    font-size: 14px;
  }

  /* line 428, sass/_screen.scss */
  .gear-tabs .prod-box {
    padding: 10px;
    margin: 0 5px;
  }

  /* line 432, sass/_screen.scss */
  .font-20 {
    font: 700 16px "Montserrat", sans-serif;
    line-height: 1.5rem;
  }

  /* line 436, sass/_screen.scss */
  .why-source .sec-content .right-content p {
    margin: 25px 0 0 0;
  }

  /* line 440, sass/_screen.scss */
  .why-source .sec-content .right-content p,
  .why-source .sec-content .left-side p {
    line-height: 1.5rem;
  }

  /* line 444, sass/_screen.scss */
  .testimonial .tstimonial-list {
    margin-top: 0px;
  }

  /* line 447, sass/_screen.scss */
  .sec-padd-bottom {
    padding-bottom: 70px;
  }

  /* line 450, sass/_screen.scss */
  .font-30 {
    font: 300 24px "Montserrat", sans-serif;
  }

  /* line 453, sass/_screen.scss */
  .gear-tabs .nav-tabs li {
    white-space: nowrap;
  }

  /* line 456, sass/_screen.scss */
  .gear-tabs .nav-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #000 #e0e0e0;
  }

  /* line 464, sass/_screen.scss */
  .gear-tabs .nav-tabs::-webkit-scrollbar {
    height: 4px;
  }

  /* line 468, sass/_screen.scss */
  .gear-tabs .nav-tabs::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
  }

  /* line 473, sass/_screen.scss */
  .gear-tabs .nav-tabs::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
  }

  /* line 478, sass/_screen.scss */
  .gear-tabs .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  /* line 481, sass/_screen.scss */
  .login-as {
    padding: 25% 0 10%;
  }

  /* line 484, sass/_screen.scss */
  .gears-hero {
    padding: 20% 0px 30%;
  }
}
@media (max-width: 767px) {
  /* line 491, sass/_screen.scss */
  .what-offer .list .col-md-4 {
    width: 100%;
  }

  /* line 495, sass/_screen.scss */
  .font-60 {
    font: 700 30px "Montserrat", sans-serif;
  }

  /* line 499, sass/_screen.scss */
  .about-hero {
    padding: 25% 0 5%;
  }

  /* line 503, sass/_screen.scss */
  .creator-list .media-list {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* line 508, sass/_screen.scss */
  .creator-list .media-list .media-title {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  /* line 513, sass/_screen.scss */
  .creator-list .btn-block {
    text-align: center;
    margin-top: 20px;
  }

  /* line 517, sass/_screen.scss */
  .creator-list .location h4 {
    margin: 10px 0 0 0;
  }

  /* line 520, sass/_screen.scss */
  .as-model .media-list {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* line 525, sass/_screen.scss */
  .as-model .btn-block {
    text-align: center;
    margin-top: 20px;
  }

  /* line 529, sass/_screen.scss */
  .as-model .media-list .media-title {
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }

  /* line 534, sass/_screen.scss */
  .rolling-steps .step-list .content-box {
    padding: 25px;
  }

  /* line 537, sass/_screen.scss */
  .rolling-steps .step-list .content-box .num {
    margin-top: 0;
    order: -1;
  }

  /* line 541, sass/_screen.scss */
  .rolling-steps .step-list .content-box .top-side {
    margin-top: 15px;
  }

  /* line 544, sass/_screen.scss */
  .why-source .col-md-3 {
    width: 50%;
  }

  /* line 547, sass/_screen.scss */
  .rolling-steps.sec-padd {
    padding-bottom: 0;
  }

  /* line 550, sass/_screen.scss */
  .why-source .left-img img {
    max-width: 150px;
  }

  /* line 553, sass/_screen.scss */
  .why-source .right-img img {
    max-width: 150px;
  }

  /* line 556, sass/_screen.scss */
  .site-footer .foo-menu ul {
    margin: 30px 0 0 0;
  }

  /* line 559, sass/_screen.scss */
  .site-footer .foo-menu ul li {
    margin-top: 15px;
  }

  /* line 563, sass/_screen.scss */
  .gear-tabs.dashboard-wrap .col-md-4 {
    width: 50%;
  }

  /* line 566, sass/_screen.scss */
  .gear-tabs.dashboard-wrap .nav-tabs {
    justify-content: center;
  }

  /* line 570, sass/_screen.scss */
  .gear-tabs .col-md-4 {
    width: 50%;
  }

  /* line 573, sass/_screen.scss */
  .gear-tabs.listing-tabs.sec-padd {
    padding-top: 40px;
  }

  /* line 576, sass/_screen.scss */
  .rolling-steps.our-process.sec-padd {
    padding-bottom: 80px;
  }

  /* line 579, sass/_screen.scss */
  .gear-tabs.listing-tabs .col-md-4 {
    width: 50%;
  }

  /* line 582, sass/_screen.scss */
  .rolling-steps.our-process .step-list .content-box {
    padding: 30px 30px;
  }

  /* line 585, sass/_screen.scss */
  .rolling-steps.our-process .step-list .content-box .num {
    right: 15px;
    top: -15px;
  }

  /* line 589, sass/_screen.scss */
  .rolling-steps.our-process .icon {
    width: 60px;
    height: 60px;
    padding: 18px;
  }

  /* line 594, sass/_screen.scss */
  .rolling-steps.our-process .col-md-12 {
    padding: 0 20px;
  }

  /* line 597, sass/_screen.scss */
  .policy-wrap {
    padding: 35% 0 5%;
  }

  /* line 600, sass/_screen.scss */
  .line hr {
    margin: 0;
  }

  /* line 606, sass/_screen.scss */
  .community-card, .community-discussion-card, .community-reply-card {
    padding: 10px;
  }

  /* line 609, sass/_screen.scss */
  .community-page-wrap.dashboard-wrap.login-as {
    padding: 40% 0 15%;
  }

  /* line 612, sass/_screen.scss */
  article.community-discussion-card.mt-4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  /* line 618, sass/_screen.scss */
  .font-100 {
    font: 700 37px "Montserrat", sans-serif;
  }

  /* line 621, sass/_screen.scss */
  .sec-padd {
    padding: 70px 0;
  }

  /* line 624, sass/_screen.scss */
  .font-30 {
    font: 300 20px "Montserrat", sans-serif;
  }

  /* line 627, sass/_screen.scss */
  .hero-banner {
    padding-top: 26%;
  }

  /* line 630, sass/_screen.scss */
  .hero-banner .content-box {
    position: initial;
  }

  /* line 633, sass/_screen.scss */
  .our-mission .content-box .mission-img img {
    max-width: 50%;
  }

  /* line 636, sass/_screen.scss */
  .our-mission {
    padding-top: 40px;
  }

  /* line 639, sass/_screen.scss */
  .gears .desktop-off {
    display: block;
  }

  /* line 643, sass/_screen.scss */
  .gears .mob-off {
    display: none;
  }

  /* line 646, sass/_screen.scss */
  .gears .col-md-4 {
    margin-top: 20px;
  }

  /* line 649, sass/_screen.scss */
  .font-40 {
    font: 700 30px "Montserrat", sans-serif;
  }

  /* line 652, sass/_screen.scss */
  .rolling-steps .step-list {
    margin-top: 10px;
  }

  /* line 655, sass/_screen.scss */
  .site-footer {
    padding: 50px 0 50px;
  }

  /* line 658, sass/_screen.scss */
  .site-footer .foo-menu ul {
    margin: 20px 0 0 0;
  }

  /* line 661, sass/_screen.scss */
  .site-footer h3.font-18 {
    font: 600 20px "Oswald", sans-serif;
  }

  /* line 664, sass/_screen.scss */
  .site-footer .copyright .social-links ul li a {
    padding-left: 10px;
    margin-left: 0px;
  }

  /* line 668, sass/_screen.scss */
  .the-gear .sec-content h5 {
    margin: 15px 0 0 0;
    font-size: 16px;
  }

  /* line 672, sass/_screen.scss */
  .the-gear .sec-content .font-18 {
    margin-top: 10px;
    font: 400 14px "Montserrat", sans-serif;
    width: 100%;
    max-width: 340px;
  }

  /* line 678, sass/_screen.scss */
  .rolling-steps .step-list .col-md-10 .row {
    margin: 20px 0 0 0px;
  }

  /* line 681, sass/_screen.scss */
  .our-mission .container-fluid {
    padding: 0 20px;
  }

  /* line 685, sass/_screen.scss */
  .creator-list .btn-block button {
    font: 500 12px "Montserrat", sans-serif;
    padding: 10px 10px;
  }

  /* line 690, sass/_screen.scss */
  .creator-list .media-list .media {
    width: 80px;
    height: 80px;
  }

  /* line 694, sass/_screen.scss */
  .creator-list .media-list .media img {
    width: 60px;
    height: 60px;
  }

  /* line 698, sass/_screen.scss */
  .creator-list .btn-block button img {
    margin-right: 3px;
    max-width: 13px;
  }

  /* line 702, sass/_screen.scss */
  .font-14 {
    font: 500 12px "Montserrat", sans-serif;
  }

  /* line 705, sass/_screen.scss */
  .creator-list .location h4 {
    margin: 0;
  }

  /* line 708, sass/_screen.scss */
  .the-gear .line {
    display: none;
  }

  /* line 711, sass/_screen.scss */
  .container {
    padding: 0 20px !important;
  }

  /* line 714, sass/_screen.scss */
  .the-gear .sec-content .btn-block {
    margin-top: 20px;
  }

  /* line 717, sass/_screen.scss */
  .login-as {
    padding: 35% 0 10%;
  }

  /* line 720, sass/_screen.scss */
  .font-130 {
    font: 800 36px "Montserrat", sans-serif;
  }

  /* line 723, sass/_screen.scss */
  .site-btn {
    padding: 14px 24px;
    font: 600 14px "Montserrat", sans-serif;
  }

  /* line 727, sass/_screen.scss */
  .about-hero {
    padding: 35% 0 10%;
  }

  /* line 730, sass/_screen.scss */
  .gear-tabs.dashboard-wrap.login-as {
    padding: 38% 0 20%;
  }

  /* line 733, sass/_screen.scss */
  .gear-tabs.dashboard-wrap .prod-box {
    margin: 0 0px;
  }

  /* line 736, sass/_screen.scss */
  .gear-tabs.dashboard-wrap .prod-content .font-20 {
    font: 700 14px "Montserrat", sans-serif;
    line-height: 1.2rem;
  }

  /* line 740, sass/_screen.scss */
  .login-as .inner-box {
    padding: 25px;
  }

  /* line 743, sass/_screen.scss */
  .gears-hero .content-box p {
    max-width: 350px;
    margin: 10px auto 0;
    line-height: 1.5rem;
  }

  /* line 748, sass/_screen.scss */
  .gears-hero {
    padding: 25% 0px 25%;
  }

  /* line 751, sass/_screen.scss */
  .gears-hero.gears-main-hero {
    padding: 40% 0px 50%;
  }

  /* line 754, sass/_screen.scss */
  .public-profile-page .as-model .social-links ul li a {
    padding: 8px 10px;
    font: 400 12px "Montserrat", sans-serif;
    min-width: 90px;
  }

  /* line 759, sass/_screen.scss */
  .public-profile-page {
    padding-top: 150px;
  }

  /* line 762, sass/_screen.scss */
  .site-header .site-logo img {
    max-width: 50px;
  }

  /* line 766, sass/_screen.scss */
  .gear-tabs.word-pro .prod-box {
    margin: 0 0px;
  }

  /* line 769, sass/_screen.scss */
    .public-profile-page .as-model .social-links ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

  
      .public-profile-page .as-model .social-links ul li {
        margin: 4px 3px 0px 3px;
        width: 48%;
    }
    
    .as-model .social-links {
    margin-top: 15px;
}
    

  /* line 775, sass/_screen.scss */
  .public-profile-page .profile-content-col p {
    font-size: 14px;
    line-height: 1.3rem;
  }

  /* line 779, sass/_screen.scss */
  .site-header {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 785, sass/_screen.scss */
  .hero-banner {
    padding-top: 35%;
  }

  /* line 788, sass/_screen.scss */
  .font-50 {
    font: 300 24px "Montserrat", sans-serif;
  }

  /* line 791, sass/_screen.scss */
  .creator-list {
    padding: 15px 10px;
  }

  /* line 794, sass/_screen.scss */
  .gear-tabs .nav-tabs li button {
    font: 400 14px "Montserrat", sans-serif;
    padding: 10px 15px;
    margin: 0 0 0 5px;
  }

  /* line 799, sass/_screen.scss */
  .gear-tabs .nav-tabs {
    margin: 30px 0 20px;
  }

  /* line 802, sass/_screen.scss */
  .login-as {
    padding: 45% 0 10%;
  }

  /* line 806, sass/_screen.scss */
  .login-as.contact-us form.wpcf7-form.init .wpcf7-spinner {
    left: 0;
    margin: 0;
  }

  /* line 810, sass/_screen.scss */
  .gears-hero.gears-main-hero {
    padding: 40% 0px 40%;
  }

  /* line 814, sass/_screen.scss */
  .gear-tabs.listing-tabs .col-md-4 {
    margin-top: 20px;
  }

  /* line 817, sass/_screen.scss */
  .rolling-steps.our-process .left-img {
    max-width: 200px;
  }

  /* line 820, sass/_screen.scss */
  .rolling-steps.our-process.sec-padd {
    padding-top: 20px;
  }

  /* line 823, sass/_screen.scss */
  .sec-heading h2 {
    margin: 5px 0 0 0;
  }

  /* line 826, sass/_screen.scss */
  .gear-tabs.listing-tabs .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  /* line 833, sass/_screen.scss */
  .about-hero {
    padding: 40% 0 10%;
  }

  /* line 836, sass/_screen.scss */
  .site-btn {
    padding: 14px 18px;
    font: 600 14px "Montserrat", sans-serif;
  }

  /* line 840, sass/_screen.scss */
  .gears-hero.gears-main-hero {
    padding: 40% 0px 50%;
  }
}
