* {
  padding: 0;
  margin: 0; }

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

a, a:focus, a:active, a:visited, a:hover {
  text-decoration: none;
  outline: none; }

*:focus {
  outline: none; }

html {
  scroll-behavior: smooth; }
  html body {
    background: #f9f9f9;
    /*max-width: 1900px;
    margin: 0 auto;*/ }

body {
  width: 100%;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  line-height: normal; }

#contact {
  background: #ffffff; }

.col-custom,
.col-sm-custom,
.col-md-custom,
.col-lg-custom,
.col-xl-custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

@media (min-width: 540px) {
  .col-sm-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 768px) {
  .col-md-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
@media (min-width: 960px) {
  .col-lg-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }
@media (min-width: 1140px) {
  .col-xl-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }
header {
  padding: 25px 15px; }
  header ul {
    text-align: right; }
    header ul li.nav-item {
      min-width: 160px;
      text-align: center; }
    @media (max-width: 768px) {
      header ul li {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      header ul li.nav-item {
        min-width: 120px; } }
    header ul li.nav-img {
      min-width: 1px; }
    header ul li a {
      font-size: 14px;
      font-weight: 400;
      color: #5b4271;
      line-height: 1.2; }
      header ul li a:hover {
        color: #5b4271;
        font-weight: 700; }
      header ul li a.img-link img {
        max-height: 29px; }
  @media (max-width: 768px) {
    header .nav-width {
      width: 100%; }
    header .nav-menu {
      width: 100%;
      background: #ffffff;
      border-top: 1px solid #383838;
      border-bottom: 1px solid #383838;
      text-align: center;
      z-index: 1; }
      header .nav-menu img {
        margin: 0 auto;
        margin-bottom: 20px; } }
  header .navbar-toggler {
    outline: none; }

p {
  font-size: 14px;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  padding-bottom: 15px; }

span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #b8b8b8;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (max-width: 575px) {
    span {
      font-size: 16px; } }

h1 {
  font-size: 48px;
  font-weight: 700;
  color: #434343;
  line-height: 1;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 35px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 34px;
  font-weight: 700;
  color: #434343;
  line-height: 1;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 28px; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 26px; } }

#about {
  overflow-x: hidden;
  padding: 50px 0px 0px;
  margin-bottom: 50px;
  position: relative; }
  #about .about-bg {
    /*background-image: url('../img/about.png');*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 0px;
    bottom: 0px;
    right: 50%;
    width: 50%; }
    #about .about-bg img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  #about .about-width {
    padding: 215px 0px 0 85px; }
    @media (max-width: 1199px) {
      #about .about-width {
        padding: 215px 0px 0 0px; } }
    @media (max-width: 992px) {
      #about .about-width {
        padding: 40px 0px 0 0px; } }

#about-bot {
  overflow-x: hidden;
  margin: 50px 0px;
  padding: 100px 0px;
  position: relative; }
  #about-bot:before {
    content: "";
    background-image: url("../img/about-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 165px;
    height: 173px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px; }
  #about-bot .about-bg-bot {
    /*background-image: url('../img/about2.png');*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    position: absolute;
    display: flex;
    align-items: center;
    width: 50%;
    left: 50%;
    top: 0px;
    bottom: 0px; }
    #about-bot .about-bg-bot img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  #about-bot .about-bot-width {
    padding: 75px 0px 75px 75px; }

#work {
  overflow-x: hidden;
  margin: 50px 0px 100px;
  padding: 100px 0px;
  position: relative; }
  #work:before {
    content: "";
    background: url("../img/work-shape.png") no-repeat;
    background-size: 100% 100%;
    width: 210px;
    height: 115px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px; }
  #work .work-bg {
    /*background-image: url('../img/work.png');*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    position: absolute;
    display: flex;
    align-items: center;
    width: 50%;
    top: 0px;
    bottom: 0px;
    right: 50%; }
    #work .work-bg img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  #work .work-width {
    padding: 50px 0px 0px 85px; }
  #work a {
    color: #5b4271;
    font-weight: 700; }
    #work a:hover {
      opacity: 0.7; }

#technology {
  position: relative;
  background: #ffffff;
  padding: 90px 0px 40px; }
  #technology:before {
    content: "";
    background-image: url("../img/technology-shape.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 180px;
    height: 180px;
    display: block;
    position: absolute;
    top: -90px;
    left: 0px; }
  #technology h2 {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-bottom: 75px; }
    @media (max-width: 992px) {
      #technology h2 {
        width: 100%; } }
  #technology .technology-content img {
    width: 60px;
    padding-bottom: 15px; }
  #technology .technology-content p {
    font-size: 12px;
    color: rgba(67, 67, 67, 0.698); }

#contact .contact-desc {
  background: #383838;
  padding-top: 65px;
  padding-bottom: 80px; }
  #contact .contact-desc .contact-width {
    padding: 0 0 0 105px; }
    @media (max-width: 1199px) {
      #contact .contact-desc .contact-width {
        padding: 0px; } }
    #contact .contact-desc .contact-width h1 {
      color: #ffffff;
      padding-bottom: 35px; }
    #contact .contact-desc .contact-width a {
      color: #9f9f9f;
      line-height: 2;
      font-weight: 400;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #contact .contact-desc .contact-width a:hover {
        color: #ffffff;
        text-decoration: none; }
  #contact .contact-desc form {
    width: 65%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1199px) {
      #contact .contact-desc form {
        width: 100%; } }
    #contact .contact-desc form input {
      width: 100%;
      color: #f9f9f9;
      font-weight: 500;
      line-height: 1.2;
      font-size: 14px;
      background: transparent;
      border: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.502);
      padding-bottom: 10px;
      outline: none;
      margin-bottom: 5px; }
      #contact .contact-desc form input::placeholder {
        color: rgba(255, 255, 255, 0.502); }
    #contact .contact-desc form .area-height {
      position: relative; }
      #contact .contact-desc form .area-height textarea {
        width: 100%;
        resize: none;
        color: #f9f9f9;
        font-weight: 500;
        line-height: 1.2;
        font-size: 14px;
        background: transparent;
        border: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.502);
        outline: none;
        padding-right: 70px;
        margin-bottom: 5px;
        vertical-align: top; }
        #contact .contact-desc form .area-height textarea::placeholder {
          color: rgba(255, 255, 255, 0.502); }
        #contact .contact-desc form .area-height textarea .effect ~ .focus-border {
          margin-bottom: 5px; }
    #contact .contact-desc form #count {
      position: absolute;
      right: 0;
      top: 0; }
      #contact .contact-desc form #count #current {
        color: rgba(255, 255, 255, 0.502);
        font-size: 14px; }
      #contact .contact-desc form #count #maximum {
        color: #ffffff;
        font-size: 14px; }
    #contact .contact-desc form [type=submit] {
      width: 40%;
      float: right;
      color: #ffffff;
      font-weight: 500;
      line-height: 1.2;
      font-size: 16px;
      border: none;
      background: #ee4f76;
      border-radius: 50px;
      margin-bottom: 0;
      padding: 10px 0;
      margin-top: 20px; }
      #contact .contact-desc form [type=submit]:hover {
        opacity: 0.8; }
    #contact .contact-desc form .effect ~ .focus-border {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #60d1ef;
      transition: 0.4s;
      margin-bottom: 5px; }
    #contact .contact-desc form .effect:focus ~ .focus-border {
      width: 100%;
      transition: 0.4s; }

footer {
  background: #131313; }
  @media (max-width: 768px) {
    footer {
      text-align: center; } }
  footer .footer-desc {
    padding: 40px 0; }
    footer .footer-desc .footer-links {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        footer .footer-desc .footer-links {
          justify-content: center;
          padding-top: 20px; } }
      footer .footer-desc .footer-links a {
        color: #ffffff;
        font-size: 14px;
        padding-left: 80px; }
        @media (max-width: 992px) {
          footer .footer-desc .footer-links a {
            padding-left: 15px; } }
        footer .footer-desc .footer-links a:hover {
          opacity: 0.7; }

@media (max-width: 1199.98px) {
  #about .about-width {
    padding-top: 150px; } }
@media (max-width: 991.98px) {
  #about .about-width {
    padding-top: 70px; }

  #about .about-bg {
    position: relative;
    right: 0px;
    height: auto;
    width: 100%;
    justify-content: center; }

  #about-bot {
    padding: 0px; }
    #about-bot:before {
      display: none; }
    #about-bot .about-bg-bot {
      background-position: center center;
      position: relative;
      left: 0px;
      height: auto;
      width: 100%;
      justify-content: center; }
    #about-bot .about-bot-width {
      padding: 50px 0px 0px; }

  #work {
    padding: 0px; }
    #work:before {
      display: none; }
    #work .work-bg {
      background-position: center center;
      position: relative;
      right: 0px;
      height: auto;
      width: 100%;
      justify-content: center; }
    #work .work-width {
      padding: 50px 0px 0px; }

  #technology {
    padding: 130px 0px 40px; } }
@media (max-width: 768px) {
  header ul li.nav-img {
    text-align: center; } }
@media (max-width: 574px) {
  #about .about-bg {
    height: auto;
    background-size: auto 100%;
    background-position: right; }

  #work .work-bg {
    height: auto; }

  #about-bot {
    height: auto; }

  #about-bot .about-bg-bot {
    position: relative;
    height: auto;
    width: 100%;
    right: auto; }

  #about-bot .shapes .about-bot-width {
    padding: 30px 0px 0px 0px; } }

/*# sourceMappingURL=custom.css.map */
