/*  Fonts Section
--------------------------------------------*/
@font-face {
  font-family: Nexa-Bold;
  src: url(../fonts/Nexa-Bold.otf);
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: Exo-Medium;
  src: url(../fonts/Exo-Medium.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins-Italic;
  src: url(../fonts/Poppins-Italic.ttf);
}
.nexa-bold {
  font-family: Nexa-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.exo-medium {
  font-family: Exo-Medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-bold {
  font-family: Poppins-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-semibold {
  font-family: Poppins-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-bold {
  font-family: Poppins-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-regular {
  font-family: Poppins-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-light {
  font-family: Poppins-Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.poppins-italic {
  font-family: Poppins-Italic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fixed-header {
  z-index: 8;
}

.navbar-brand {
  color: #000 !important;
}
.navbar-brand:hover {
  color: inherit !important;
}

/*  Variables CSS Section
--------------------------------------------*/
/*  General CSS Section
--------------------------------------------*/
.text-aqua {
  color: #1DA1F2 !important;
}

.text-red {
  color: #fe5c5d !important;
}

.whatsapp-text-green {
  color: #4ed35d;
}

.linkedin-text-blue {
  color: #0072b1;
}

.upwork-icon {
  display: inline-block;
}
.upwork-icon svg {
  width: 16px;
}
.upwork-icon path {
  fill: #16a800;
}

.border-aqua {
  border-color: #1DA1F2 !important;
}

.bg-aqua {
  background-color: #1DA1F2;
}

.bg-steel-blue {
  background-color: #314252;
}

.btn-aqua {
  border-color: #1DA1F2;
  color: #1DA1F2 !important;
  background-color: transparent;
}
.btn-aqua:hover, .btn-aqua:active {
  background-color: #1DA1F2 !important;
  border-color: #1DA1F2;
  color: #fff !important;
}

.outline-0, .outline-0:focus, .outline-0:active {
  outline: 0;
}

.opacity-0 {
  opacity: 0;
}

.border-solid {
  border: 1px solid;
}

.border-solid-2 {
  border: 2px solid;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}

.half-circled {
  border-radius: 35px;
}

/*  Sidebar Section
--------------------------------------------*/
.sunset-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
  max-width: 280px;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  transition: all 320ms;
  -webkit-transition: all 320ms;
  -moz-transition: all 320ms;
  -o-transition: all 320ms;
}

.hide_sidebar {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sunset-sidebar-container {
  width: 100%;
  position: relative;
  height: 100%;
  color: #ffffff;
  padding-top: 25px;
}

.sidebar-close, .sidebar-open {
  top: 10px;
  left: 10px;
  position: absolute;
  cursor: pointer;
}

.sidebar-open {
  left: auto;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.widgettitle {
  font-size: 16px;
  text-align: center;
  background-color: #303030;
  border-radius: 20px;
  padding: 8px;
  font-weight: 300;
  display: block;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
}

.sunset-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 3;
  transition: all 320ms;
  cursor: e-resize;
  -webkit-transition: all 320ms;
  -moz-transition: all 320ms;
  -o-transition: all 320ms;
}

.no_scroll {
  overflow-y: hidden;
}

.sidebar-scroll {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-nav > li {
  border: 0;
  padding: 0;
}

.sidebar-nav > li > a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #727272;
}

.sidebar-nav > li > a:hover {
  background-color: #f1f1f1;
}

/*  Navbar
--------------------------------------------*/
.site-navbar a {
  font-family: OpenSans-ExtraBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  color: #303030;
  padding: 1rem;
  text-transform: uppercase;
}

#nav-container .nav li.current-menu-item a {
  border-bottom: 4px solid #fe5c5d;
}

.fixed-header {
  border-bottom: 1px solid #f5f5f5;
}

.fixed-header .nav a {
  color: #303030 !important;
}

.w3-animate-opacity {
  animation: opac 0.6s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  Banner
--------------------------------------------*/
.background {
  background-repeat: no-repeat;
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.fix_background {
  background-attachment: fixed;
}

.typed-cursor {
  display: none;
}

.underline1:after {
  content: "";
  max-width: 75px;
  margin: 10px auto;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #1DA1F2;
}

.underline2:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: gainsboro;
  margin: 15px 0;
}

/*  Portfolio
--------------------------------------------*/
.portfolio-classic .portfolio-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(17, 16, 19, 0.06);
  -webkit-box-shadow: 0 5px 15px rgba(17, 16, 19, 0.06);
  margin-bottom: 25px;
}
.portfolio-classic .portfolio-item:hover .opacity-0 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.portfolio-classic .portfolio-item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.portfolio-item-details h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.portfolio-item-details p {
  font-size: 14px;
}

.separator {
  background: url(../images/separator.png);
  height: 9px;
  max-width: 576px;
  width: 100%;
}

.portfolio-btn {
  margin: 2.5px;
}
.portfolio-btn:active, .portfolio-btn.active {
  background-color: #1DA1F2 !important;
  border-color: #1DA1F2;
  color: #fff !important;
}

/* Preloader/Spinner
---------------------------------------------*/
.preloader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 11000;
}

.top-bottom-0 {
  top: 0;
  bottom: 0;
}

.spinner {
  position: relative;
  height: 35px;
  width: 35px;
  top: 50%;
  margin-bottom: -12px;
  margin: 0 auto;
  border: 3px solid rgba(226, 226, 226, 0.75);
  border-radius: 100%;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
}
.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid rgb(0, 0, 0);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
  border-top-color: #1DA1F2;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Testimonial
---------------------------------------------*/
.testimonial-inner {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.testimonial-inner h6, .testimonial-inner p {
  color: #777;
}
.testimonial-inner .fa {
  font-size: 20px;
}

.client-img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 0;
  font-size: 24px;
  color: #fff;
}
.testimonial-carousel .owl-nav i {
  position: relative;
  top: -3px;
}
.testimonial-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fe5c5d !important;
}
.testimonial-carousel .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #fe5c5d !important;
}
.testimonial-carousel .owl-nav button {
  border-radius: 100%;
}
.testimonial-carousel .owl-nav > div {
  padding: 8px 3px;
  color: #fff;
}

/* Testimonial
---------------------------------------------*/
.bg-black {
  background-color: #1c1e22;
}

.red {
  color: #fe5c5d;
}

.arrow-up-container {
  top: 13px;
}

.arrow-up {
  width: 0;
  height: 0;
  top: -15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1DA1F2;
}

.short-code .arrow-up {
  border-bottom: 10px solid #fe5c5d;
}

.arrow-up-underline {
  content: " ";
  display: block;
  height: 1px;
  background-color: gainsboro;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.text-grey {
  color: #c5c7cb;
}

.contact-ways .row > div:first-child {
  border-right: 1px solid #c5c7cb;
}

.contact-ways p {
  font-size: 14px;
}

.contact-form-field {
  border: 0;
  border-bottom: 1px solid #c5c7cb;
  outline: 0;
}

.short-code .contact-form-field {
  -webkit-box-shadow: 0 0 0px 1000px #1c1e22 inset;
  -webkit-text-fill-color: #c5c7cb;
}

.focus-0:focus {
  border: 0;
  border-bottom: 1px solid #c5c7cb;
  box-shadow: none;
}

.border-bottom-aqua {
  border-bottom-color: #1DA1F2 !important;
}

.border-bottom-aqua:focus {
  border-bottom-color: #1DA1F2 !important;
}

textarea {
  resize: none;
}

.contact-form-icon-container {
  width: 25px;
}

.aqua-gradient {
  background: linear-gradient(to right, #1fc8db, #1DA1F2);
}

.h-22px {
  height: 22px;
}

.contact-btn {
  border: 1px solid #c5c7cb;
  border-radius: 35px;
  outline: 0;
}

.contact-btn:hover {
  background-color: #c5c7cb;
  color: #1c1e22;
  border-color: #c5c7cb;
}

.shadow {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) !important;
}

.shadow-btn, .shadow-btn:focus {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) !important;
}

.shadow-btn:active {
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.2) !important;
}

/* Page CSS
---------------------------------------------*/
p, li {
  line-height: 1.8;
  font-family: Poppins-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: Nexa-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*  Thickened Heading
--------------------------------------------*/
.thickened-title {
  position: relative;
  font-family: Poppins-Bold;
  letter-spacing: -2px;
  color: #314252;
  margin-bottom: 30px;
}
.thickened-title:after {
  bottom: 10px;
  color: #e2e2e2;
  content: attr(data-text);
  font-family: Poppins-Bold, sans-serif;
  font-size: 90px;
  left: 5px;
  letter-spacing: -0.03em;
  line-height: 0px;
  opacity: 0.25;
  position: absolute;
  z-index: -1;
}
.thickened-title:hover:after {
  animation: hoverFx 1s infinite;
}

@keyframes hoverFx {
  0% {
    bottom: 0;
    left: 0;
  }
  20% {
    bottom: -0.01em;
    left: 0.1em;
  }
  40% {
    bottom: 0.001em;
    left: -0.005em;
  }
  60% {
    bottom: -0.005em;
    left: -0.1em;
  }
  80% {
    bottom: 0.001em;
    left: 0.005em;
  }
  to {
    bottom: 0;
    left: 0;
  }
}
/*  Upwork rating
--------------------------------------------*/
.upwork-ratings {
  font-size: 130px;
  line-height: 120px;
}

.upwork-rating-stars {
  font-size: 30px;
  color: rgb(255, 184, 0);
}

/*  Custom application development
--------------------------------------------*/
.custom-app-dev {
  position: relative;
  transform: translate(75px);
}
.custom-app-dev .custom-dev-img {
  width: 100% !important;
  transform: scale(1.7);
  padding-bottom: 20%;
}
.custom-app-dev .floating-dashboard-card {
  position: absolute;
  z-index: 1;
  top: 185px;
  left: 0px;
  animation: 5s linear 0s infinite normal none running slideY;
}
.custom-app-dev .floating-dashboard-card img {
  width: 275px;
  transform: skew(-6deg, 0deg);
  -webkit-transform: skew(-6deg, 0deg);
}
.custom-app-dev .floating-dashboard-card-pos-1 {
  top: -85px !important;
  left: 310px !important;
}

.custom-animation-delay-1 {
  animation: 5s linear 2s infinite normal none running slideY !important;
}

@keyframes slideY {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(20px);
  }
}
/*  CTA Section
--------------------------------------------*/
.cta-section .thickened-title {
  color: #fff;
  z-index: 2;
}
.cta-section:after {
  z-index: 1;
}
.cta-section p {
  font-size: 14px;
  line-height: 32px;
}

/*# sourceMappingURL=style.css.map */
