/* Variables */
/* ========================================================================================= */
/* Colors
========================================================================================= */
/* Fonts
========================================================================================= */
/* Import Google Source Sans Pro */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600");
@font-face {
  font-family: 'Futura Bk';
  src: local("Futura Book"), local("Futura-Book"), url("../assets/fonts/Futura-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Alternate G';
  src: local("Futura Book"), local("Futura-Book"), url("../assets/fonts/Alternate-gothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: local("Poppins-Regular"), local("Poppins-Regular"), url("../assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: normal;
  src: local("../assets/fonts/Helvetica Neue LT Std 45 Light"), url("../assets/fonts/HelveticaNeueLTStd Lt.woff") format("otf"); }

/* Global
========================================================================================= */
p::-moz-selection {
  color: #FFF;
  background: #09587F; }

p::selection {
  color: #FFF;
  background: #09587F; }

::-webkit-scrollbar {
  width: 10px;
  background-color: #09587F; }

::-webkit-scrollbar-track {
  background-color: #09587F; }

::-webkit-scrollbar-thumb {
  background-color: #074867; }

.line {
  border-bottom: 1px solid red;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 2px; }

a {
  cursor: pointer !important; }

/* Header */
/* ========================================================================================= */
/* Home */
/* ========================================================================================= */
#home {
  background: url("../assets/img/pattern.png") repeat 210%;
  background-color: #09587F; }
  #home a:hover {
    cursor: pointer; }
  #home .header {
    position: absolute;
    border: 2px solid #fff;
    width: calc(100% - 64px);
    min-height: calc(100% - 64px);
    margin: 20px;
    display: flex; }
  #home .wraper {
    margin: auto; }
  #home h1 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    left: 50px;
    line-height: 0;
    margin: 0 !important;
    float: left; }
  #home h2 {
    color: #EFEFF2;
    padding: 5px 10px;
    position: relative;
    width: auto;
    line-height: auto;
    font-size: 60px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
  #home h2 span {
    background-color: #E65D28;
    padding: 5px 30px;
    line-height: 140px;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2); }
  #home .contact {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    right: 50px;
    line-height: 0;
    float: left; }
  #home .contact-mob {
    display: none; }
  #home .contact:before {
    content: '[';
    position: relative;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  #home .contact:after {
    content: ']';
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  #home .contact:hover:before {
    margin-right: 10px; }
  #home .contact:hover:after {
    margin-left: 10px; }
  #home .menu-btns {
    margin: auto;
    position: relative;
    top: 0px;
    text-align: center; }
  #home .menu-btns .btn {
    background-color: #EFEFF2;
    color: #09587F;
    padding: 10px 25px;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    width: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 30px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1; }
  #home .btn:hover {
    color: #EFEFF2; }
  #home .btn:hover:after, #home .btn:active:after {
    width: 100%; }
  #home .btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E65D28; }
  #home .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  #home .borders div {
    background-color: #09587F;
    position: absolute;
    z-index: 4; }
  #home .borders div:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 30px;
    height: 100%; }
  #home .borders div:nth-of-type(2) {
    top: 0;
    right: 0;
    width: 30px;
    height: 100%; }
  #home .borders div:nth-of-type(3) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px; }
  #home .borders div:nth-of-type(4) {
    top: 0;
    left: 0;
    height: 30px;
    width: 100%; }

/* Page */
/* ========================================================================================= */
#page .main-header {
  background-color: #09587F;
  width: 100%;
  position: relative;
  top: 0;
  padding: 30px 0px 0; }
  #page .main-header .header {
    background: url("../assets/img/pattern.png") repeat 210%;
    background-color: #09587F;
    padding: 90px 0px;
    text-align: center;
    position: relative;
    border: 2px solid #FFF;
    width: calc(100% - 60px);
    left: 30px;
    display: flex; }
    #page .main-header .header h1 {
      color: #FFF;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 600;
      position: absolute;
      top: 50px;
      left: 50px;
      margin: 0 !important;
      line-height: 0; }
    #page .main-header .header .menu {
      color: #FFF;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 600;
      position: absolute;
      top: 42px;
      right: 50px;
      line-height: 0; }
      #page .main-header .header .menu .nav-item a, #page .main-header .header .menu .nav-item a:visited, #page .main-header .header .menu .nav-item a:link {
        color: #EFEFF2;
        font-weight: 400; }
        #page .main-header .header .menu .nav-item a:hover, #page .main-header .header .menu .nav-item a:visited:hover, #page .main-header .header .menu .nav-item a:link:hover {
          color: #E65D28; }
    #page .main-header .header .nav-mob {
      display: none; }
    #page .main-header .header .opened {
      display: block; }
    #page .main-header .header .wraper {
      margin: auto; }
      #page .main-header .header .wraper h2 {
        color: #EFEFF2;
        padding: 5px 10px;
        position: relative;
        width: auto;
        line-height: auto;
        font-size: 40px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        background-color: #E65D28;
        padding: 5px 30px;
        line-height: 70px;
        box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
        margin-top: 20px; }

#page .borders div {
  background-color: #09587F;
  position: absolute;
  z-index: 4; }
  #page .borders div:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    position: fixed; }
  #page .borders div:nth-of-type(2) {
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    position: fixed; }

#page .content {
  border-top: #09587F 30px solid; }
  #page .content .content_mentions {
    padding: 100px 0 100px; }
    #page .content .content_mentions h3 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 40px;
      color: #09587F;
      border-left: 5px #E65D28 solid;
      padding-left: 20px; }
    #page .content .content_mentions p {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px; }
      #page .content .content_mentions p strong {
        font-weight: 800; }
      #page .content .content_mentions p a, #page .content .content_mentions p a:link, #page .content .content_mentions p a:visited {
        color: #000;
        text-decoration: underline; }
  #page .content .content_services {
    padding: 100px 0 0; }
    #page .content .content_services h3 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 40px;
      color: #09587F;
      position: relative; }
    #page .content .content_services #serv_dev h3 {
      margin-bottom: 50px; }
      #page .content .content_services #serv_dev h3:after {
        position: absolute;
        right: 0;
        float: right; }
    #page .content .content_services h3:after {
      content: "";
      position: relative;
      display: block;
      border-bottom: 5px solid #E65D28;
      width: 100px;
      margin: 20px 0;
      text-align: right; }
    #page .content .content_services p {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px; }
      #page .content .content_services p strong {
        font-weight: 800; }
      #page .content .content_services p a, #page .content .content_services p a:link, #page .content .content_services p a:visited {
        color: #000;
        text-decoration: underline; }
    #page .content .content_services section:nth-of-type(2) {
      margin: 100px 0; }
    #page .content .content_services .contact_mes {
      background-color: #E65D28;
      text-align: center;
      margin-top: 70px;
      padding: 70px 0;
      position: relative;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 30px; }
      #page .content .content_services .contact_mes:hover {
        background-color: #e4531b;
        cursor: pointer; }
      #page .content .content_services .contact_mes span {
        color: #EFEFF2;
        width: 100%;
        height: auto; }

/* Footer
========================================================================================= */
footer {
  background-color: #09587F;
  padding: 50px 0px;
  text-align: center;
  color: #EFEFF2;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400; }
  footer ul {
    margin-bottom: 20px; }
    footer ul li {
      display: inline-block;
      padding: 0 20px; }
  footer hr {
    width: 150px;
    height: 3px;
    margin: auto;
    padding: 15px 0;
    margin-top: 40px;
    border-top: 2px solid #fff; }
  footer a, footer a:link, footer a:visited {
    color: #EFEFF2; }
  footer a:hover {
    color: #E65D28;
    text-decoration: none; }
  footer i {
    font-size: 24px; }

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: none;
  text-shadow: none; }

::selection {
  background: none;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@media screen and (min-width: 1600px) {
  #home h1 {
    font-size: 22px; }
  #home .contact {
    font-size: 22px; }
  #home h2 span {
    line-height: 180px;
    font-size: 70px; }
  #page .main-header .header h1 {
    font-size: 22px; }
  #page .main-header .header .nav {
    font-size: 22px; } }

@media screen and (max-width: 1000px) {
  #home h2 span {
    line-height: 130px;
    font-size: 50px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #page .container {
    max-width: 80%; } }

@media screen and (max-width: 900px) {
  #home h2 span {
    line-height: 120px;
    font-size: 40px; }
  #home .menu-btns .btn {
    font-size: 20px;
    margin: 30px 15px; } }

@media screen and (max-width: 900px) {
  #page h1 {
    position: absolute;
    top: 30px !important;
    left: 30px !important; }
  #page .nav {
    display: none; }
  #page .ham {
    height: 33px;
    width: 39px;
    position: absolute;
    top: 12px;
    right: 21px;
    cursor: pointer !important; }
  #page .ham:hover .hamburger {
    width: 30px; }
  #page span.hamburger {
    position: absolute;
    top: 16px;
    right: 5px;
    margin: auto;
    text-align: center;
    z-index: 5;
    width: 20px;
    height: 2px;
    background: #EFEFF2;
    transform-origin: center;
    transition: .5s ease-in-out; }
    #page span.hamburger:hover {
      width: 30px;
      cursor: pointer; }
    #page span.hamburger:after, #page span.hamburger:before {
      transition: .5s ease-in-out;
      content: "";
      position: absolute;
      display: block;
      width: 30px;
      height: 100%;
      background: #EFEFF2; }
    #page span.hamburger:before {
      top: -8px;
      right: 0; }
    #page span.hamburger:after {
      bottom: -8px;
      right: 0; }
  #page .nav-mob.opened {
    display: block; }
  #page .nav-mob {
    display: none;
    z-index: 900;
    background: url("../assets/img/pattern.png") repeat 210%;
    background-color: #E65D28;
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0; }
    #page .nav-mob .close {
      position: fixed;
      top: 10px;
      right: 10px;
      color: #EFEFF2; }
    #page .nav-mob .content_nav {
      margin: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      #page .nav-mob .content_nav .int_menu {
        display: block;
        width: 100%;
        padding: 15px; }
        #page .nav-mob .content_nav .int_menu a:link, #page .nav-mob .content_nav .int_menu a {
          color: #EFEFF2;
          color: #EFEFF2;
          font-size: 30px;
          font-family: 'Poppins', sans-serif;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #page .nav-mob .content_nav .int_menu a:link:hover, #page .nav-mob .content_nav .int_menu a:hover {
            color: #09587F;
            text-decoration: none;
            font-size: 36px; }
  #page .contact_mes {
    padding: 50px 0 !important;
    font-size: 24px !important; } }

@media screen and (max-width: 770px) {
  #home h2 span {
    line-height: 90px !important;
    font-size: 36px !important; }
  #home .menu-btns .btn {
    font-size: 20px !important;
    margin: 10px 10px; }
  #page .borders {
    display: none; }
  #page .main-header .header .wraper h2 {
    font-size: 34px; } }

@media screen and (max-width: 635px) {
  #home h2 span {
    line-height: 70px !important;
    font-size: 26px !important; }
  #home .menu-btns .btn {
    font-size: 20px !important;
    margin: 10px 30%;
    display: block;
    text-decoration: none; }
  #home .menu-btns a {
    text-decoration: none !important; }
  footer ul {
    margin-bottom: 20px; }
    footer ul li {
      display: inline-block;
      padding: 0 10px; } }

@media screen and (max-width: 510px) {
  #home h1 {
    top: 30px;
    left: 30px; }
  #home h2 span {
    line-height: 20px !important;
    font-size: 22px !important; }
  #home .borders {
    display: none; }
  #home .menu-btns .btn {
    font-size: 18px !important;
    font-size: 18px !important;
    margin: 10px 25%;
    padding: 5px 15px;
    display: block;
    text-decoration: none; }
  #home .contact {
    display: none; }
  #home .contact-mob {
    display: block;
    color: #EFEFF2;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 30px;
    line-height: 0;
    opacity: .75; }
    #home .contact-mob:hover {
      opacity: 1; }
  #page .container {
    padding-left: 25px;
    padding-right: 25px; }
  #page .main-header .header .wraper h2 {
    font-size: 24px;
    line-height: 40px; }
  #page .main-header .header h1 {
    top: 30px;
    left: 30px; }
  footer ul {
    margin-bottom: 20px;
    padding-left: 0; }
    footer ul li {
      display: block;
      padding: 0; } }

@media screen and (max-width: 450px) {
  #home h1 {
    font-size: 14px; }
  #home .contact-mob {
    font-size: 20px; }
  #home h2 span {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 5px 20px; }
  #home .menu-btns .btn {
    font-size: 18px !important;
    margin: 10px 20%; }
  #page h1 {
    font-size: 16px !important; }
  #page h3 {
    font-size: 30px !important; } }

@media screen and (height: 812px) and (width: 375px) {
  #home h1 {
    font-size: 18px; }
  #home .contact-mob {
    font-size: 20px; }
  #home h2 span {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 5px 20px; } }

@media screen and (height: 736px) and (width: 414px) {
  #home h1 {
    font-size: 18px; }
  #home .contact-mob {
    font-size: 20px; }
  #home h2 span {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 5px 20px; } }

@media screen and (max-width: 350px) {
  #home h1 {
    font-size: 14px; }
  #home .contact-mob {
    font-size: 20px; }
  #home h2 {
    margin: 10px 0; }
    #home h2 span:nth-of-type(2) {
      top: -20px;
      position: relative; }
  #home h2 span {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px 20px; }
  #home .menu-btns .btn {
    font-size: 18px !important;
    margin: 10px 20%; } }

@media screen and (max-height: 500px) {
  #home .menu-btns .btn {
    margin-bottom: 50px; } }
