@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-Regular.ttf); }
.side_icon, .side_icon_right {
  vertical-align: -25%; }

.side_icon_right {
  padding-left: 10px;
  transition: all 0.3s ease; }

.ease5, .bttn, .bottom_nav li a {
  transition: all 0.5s ease; }

.ease2, .bttn-blue {
  transition: all 0.2s ease; }

.shadow, .bttn-blue {
  -webkit-box-shadow: 6px 10px 46px -21px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 10px 46px -21px rgba(0, 0, 0, 0.27);
  box-shadow: 6px 10px 46px -21px rgba(0, 0, 0, 0.27); }

.shadowlong, .bttn-blue:hover {
  -webkit-box-shadow: 6px 25px 71px -13px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 25px 71px -13px rgba(0, 0, 0, 0.27);
  box-shadow: 6px 25px 71px -13px rgba(0, 0, 0, 0.27); }

.shadowlong_down, .about_section .text_container img {
  -webkit-box-shadow: 6px 65px 71px -13px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 65px 71px -13px rgba(0, 0, 0, 0.27);
  box-shadow: 6px 65px 71px -13px rgba(0, 0, 0, 0.27); }

.pricol {
  color: #513750; }

.dark_blue_col {
  color: #1E3264; }

.grey_col {
  color: #898989; }

.dark_blue_col_bg {
  background-color: #1E3264; }

.orange_col_bg {
  background-color: #FE4632; }

.orange_col {
  color: #FE4632; }

.blue_col {
  color: #519BF6; }

.blue_col_bg {
  background-color: #519BF6; }

.light_green_col {
  color: #CDF463; }

.light_green_col_bg {
  background-color: #CDF463; }

h1, h2, h3, h4, h5, h6 {
  color: #513750; }

a {
  color: #513750 !important;
  text-decoration: none;
  padding-bottom: 5px; }

.m_link {
  text-transform: uppercase; }
  .m_link:hover .side_icon_right {
    padding-left: 15px; }

.hoverlink, .m_link:hover, .cta_bar .text a:hover {
  border-bottom: solid 2px #513750; }

.bttn {
  font-size: 1.1rem;
  border-radius: 1rem;
  padding: 1.2rem 1.5rem; }
  .bttn-blue {
    background-color: #519BF6;
    color: white !important; }
    .bttn-blue:hover {
      background-color: white;
      color: #519BF6 !important; }

.mono {
  font-family: 'Space Mono', monospace;
  font-weight: 400; }

.mono_bold {
  font-family: 'Space Mono', monospace;
  font-weight: 700; }

h1 {
  font-size: 3rem; }

.inline_block {
  display: inline-block; }

.title_text {
  font-size: 4rem;
  font-weight: 700; }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(2px, 15px); }
  to {
    transform: translate(0, 0px); } }
.floating2 {
  animation-name: floating2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(-4px, 20px); }
  to {
    transform: translate(0, 0px); } }
.floating3 {
  animation-name: floating3;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes floating3 {
  from {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(-5px, 20px); }
  to {
    transform: translate(0px, 0px); } }
.swing {
  animation-name: swing;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: 54% 22%; }

@keyframes swing {
  0% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(10deg); } }
.nav_section .container .my_navbar {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }
  .nav_section .container .my_navbar .head_logo {
    width: auto; }
    .nav_section .container .my_navbar .head_logo img {
      height: 2.5rem;
      margin-top: 5px; }
  .nav_section .container .my_navbar ul {
    list-style-type: none;
    float: right; }
    .nav_section .container .my_navbar ul li {
      display: inline-block; }
      .nav_section .container .my_navbar ul li a {
        font-weight: 800;
        margin-left: 60px; }

.about_section .aboutbg_img {
  width: 70rem;
  height: auto;
  position: absolute;
  left: 50%;
  z-index: -1; }
.about_section .text_container {
  width: 62%;
  margin: 0 auto; }
  .about_section .text_container h4 a {
    text-decoration: underline; }
  .about_section .text_container p a {
    text-decoration: underline; }
  .about_section .text_container img {
    width: 100%;
    height: auto;
    border-radius: 2rem; }
  .about_section .text_container .caption {
    width: 50%;
    padding: 0 1rem; }
    .about_section .text_container .caption small {
      font-size: 0.75rem;
      line-height: 0.7em; }
  .about_section .text_container .quote {
    margin: 2rem 0;
    padding-left: 1rem;
    border-left: 8px solid #CDF463; }
  .about_section .text_container .sub_heading {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 3px; }

.page_nav i {
  vertical-align: -25%; }
.page_nav ul li {
  display: inline-block;
  margin-right: 3rem; }

.work_section .workbg_img {
  width: 25rem;
  left: -5rem;
  top: 130px;
  position: absolute;
  z-index: -1; }
.work_section .title_text {
  margin-bottom: 5rem;
  margin-top: 8rem; }

.works_container {
  padding-top: 30px; }
  .works_container .work_card img {
    width: 100%;
    height: auto;
    border-radius: 1rem; }
  .works_container .work_card .work_title {
    width: 100%;
    font-weight: bold;
    margin: 0px;
    padding-top: 1rem; }

.footer_section {
  padding-top: 5rem; }
  .footer_section .col {
    padding: 0px; }
  .footer_section .bttn_wrap {
    margin-top: 20%; }
  .footer_section .first_row {
    margin-bottom: 10rem !important; }
    .footer_section .first_row h1 {
      width: 100%; }
      .footer_section .first_row h1 a {
        text-decoration: underline; }

.social_list_wrap {
  margin-bottom: 4rem;
  margin-top: 2rem; }
  .social_list_wrap ul li {
    display: inline-block;
    margin-right: 2rem; }
  .social_list_wrap .social_link {
    text-transform: uppercase; }
    .social_list_wrap .social_link .fab {
      margin-right: 0.5rem; }

.bottom_line {
  margin-top: 4rem; }
  .bottom_line p {
    display: inline-block;
    opacity: 0.4; }

.bottom_nav li {
  display: inline-block;
  margin-left: 3rem; }
  .bottom_nav li a {
    opacity: 0.4; }
    .bottom_nav li a:hover {
      opacity: 1; }

.cta_modal {
  border-radius: 1rem; }
  .cta_modal .header_modal {
    height: 20px; }
  .cta_modal .content {
    padding: 0px 3rem;
    margin-bottom: 50px; }
    .cta_modal .content p {
      font-size: 1rem;
      font-weight: bold; }
      .cta_modal .content p i {
        vertical-align: -2px; }

body {
  font-family: Google Sans;
  overflow-x: hidden;
  margin: 0px !important; }

.hero_section {
  height: 83vh;
  width: 100%; }
  .hero_section .hero_bg {
    width: 100%;
    height: auto; }
    .hero_section .hero_bg .hero_img_11 {
      position: absolute;
      right: -10rem;
      width: auto;
      height: 28rem;
      bottom: 5rem; }
    .hero_section .hero_bg .hero_img_12 {
      position: absolute;
      right: 7rem;
      width: auto;
      height: 12rem;
      bottom: 5rem; }
    .hero_section .hero_bg .hero_img_21 {
      position: absolute;
      bottom: 4rem;
      width: 100%;
      height: 8rem;
      right: 35rem; }
    .hero_section .hero_bg .hero_img_22 {
      position: absolute;
      bottom: 9rem;
      width: 100%;
      height: 4rem;
      right: 30rem; }
    .hero_section .hero_bg .container .textbox {
      position: absolute;
      margin-top: 10%; }
      .hero_section .hero_bg .container .textbox h1 {
        width: 65%; }

.cta_bar_big {
  padding: 3rem 0rem; }
.cta_bar .text a:hover .side_icon_right {
  padding-left: 15px; }

.space_sec {
  width: 100%;
  height: 8rem; }

.masonry_wrap {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  padding: 0rem !important; }
  .masonry_wrap .masonry_card {
    display: inline-block;
    overflow: visible; }
  .masonry_wrap .showcase_card {
    width: 100%;
    height: auto;
    padding: 0 5%;
    margin-bottom: 5rem; }
    .masonry_wrap .showcase_card img {
      width: 100%;
      object-fit: cover;
      border-radius: 2rem; }
    .masonry_wrap .showcase_card .textbox {
      padding: 0 5%; }
      .masonry_wrap .showcase_card .textbox .alt_text {
        font-size: 0.8em; }
      .masonry_wrap .showcase_card .textbox h5 {
        font-size: 1.2rem;
        font-weight: bold; }

@media only screen and (max-width: 600px) {
  .masonry_wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
@media only screen and (min-width: 601px) {
  .masonry_wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 993px) {
  .masonry_wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
.skills_section {
  margin-top: 6rem; }

.skills_wrap .skills_vec {
  position: absolute;
  width: auto;
  height: 22rem;
  left: -5.5rem;
  z-index: -1; }
.skills_wrap .skills_textbox {
  z-index: 2;
  width: 100%; }
  .skills_wrap .skills_textbox .skill_box h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2.5rem; }
  .skills_wrap .skills_textbox .skill_box .divider {
    width: 60%;
    height: 4px;
    border-radius: 30px;
    margin-bottom: 2.5rem; }
  .skills_wrap .skills_textbox .skill_box p {
    font-size: 1rem; }

.works_wrap {
  margin-bottom: 0px;
  padding: 1rem; }
  .works_wrap .row {
    margin-bottom: 0px !important; }
  .works_wrap .work_img {
    padding: 1rem 1rem; }
    .works_wrap .work_img img {
      width: 100%;
      height: 25rem;
      object-fit: cover;
      object-position: 50% 25%; }
  .works_wrap .works_text {
    position: relative; }
    .works_wrap .works_text .works_vec {
      position: absolute;
      z-index: -1;
      right: -10rem;
      bottom: -11rem;
      height: 25rem;
      width: auto; }
    .works_wrap .works_text h1 {
      width: 60%;
      margin-top: 20%;
      text-align: right; }

@media only screen and (max-width: 768px) {
  body {
    font-family: Google Sans;
    overflow-x: hidden;
    margin: 0px !important; }

  .nav_section .container .my_navbar .head_logo {
    width: auto;
    margin: auto;
    text-align: center;
    display: block !important; }

  .nav_section .container .my_navbar ul li a {
    font-weight: 200;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    /* width: 100px; */ }

  .nav_section .container .my_navbar ul {
    list-style-type: none;
    float: none;
    display: block;
    text-align: center; }

  .nav_section .container .my_navbar ul li {
    display: inline-block;
    width: 30%; }

  .hero_section .hero_bg .container .textbox h1 {
    width: 80%;
    font-size: 2.3rem;
    margin: auto; }

  .hero_section .hero_bg .hero_img_11 {
    position: absolute;
    right: -10rem;
    width: auto;
    height: 16rem;
    bottom: 5rem; }

  .hero_section .hero_bg .hero_img_12 {
    position: absolute;
    right: 1rem;
    width: auto;
    height: 6rem;
    bottom: 6rem; }

  .hero_section .hero_bg .hero_img_21 {
    position: absolute;
    bottom: 13rem;
    width: 100%;
    height: 4rem;
    right: 10rem; }

  .hero_section .hero_bg .hero_img_22 {
    position: absolute;
    bottom: 15.5rem;
    width: 100%;
    height: 2rem;
    right: 7.8rem; }

  .cta_bar {
    width: 100%; }
    .cta_bar .text {
      text-align: center;
      width: 100%; }
      .cta_bar .text a {
        width: 100%; }

  .space_sec {
    width: 100%;
    height: 5rem; }

  .masonry_wrap .showcase_card {
    padding: 0 0; }

  .skills_wrap .skills_textbox {
    text-align: center; }
    .skills_wrap .skills_textbox .title_text {
      display: block;
      text-align: center; }

  .skills_wrap .skills_textbox .skill_box .divider {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    border-radius: 30px;
    margin-bottom: 2.5rem;
    text-align: center; }

  .skill_box {
    margin-top: 3rem; }

  .skills_wrap .skills_textbox .skill_box p {
    font-size: 1.3rem; }

  p {
    font-size: 1.3rem; }

  .skills_section {
    margin-top: 0rem; }

  .skills_wrap .skills_vec {
    position: absolute;
    width: auto;
    height: 16rem;
    left: -11.5rem;
    bottom: -168rem;
    z-index: -1; }

  .works_wrap {
    padding: 0px; }

  .footer_section .first_row {
    margin-bottom: 4rem !important; }

  .social_list_wrap .social_link {
    text-transform: uppercase;
    font-size: 1.2rem; }

  .social_list_wrap ul li {
    display: inline-block;
    margin-right: 4.1rem;
    margin-bottom: 2rem; }

  .footer_section {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem; }

  .footer_section .first_row h1 {
    width: 100%;
    line-height: 4rem; }

  .bottom_line p {
    text-align: center; }
  .bottom_line ul {
    text-align: center;
    display: block;
    float: none; }
    .bottom_line ul li {
      margin-left: auto;
      text-align: center;
      margin-right: auto;
      width: 30%; }

  .about_section .text_container {
    width: 90%; }
    .about_section .text_container h4 {
      font-size: 1.8rem;
      line-height: 2.4rem; }

  .about_section .text_container img {
    width: 100%;
    height: 27rem;
    object-fit: cover;
    border-radius: 1rem; }

  .text_container .caption {
    width: 66%;
    padding: 0 1rem;
    line-height: 1rem; }

  .quote p {
    font-size: 1.5rem;
    opacity: 0.6; }
  .quote small {
    font-size: 1rem; }

  .work_section .title_text {
    text-align: center; }

  .work_section .title_text {
    margin-bottom: 3rem;
    margin-top: 4rem; } }

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