/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

address {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.psd, .portfolio-card-text:before, .portfolio-card-img:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .form-control, .tabset > label::after, .tabset > label, .portfolio-card-text:before, .portfolio-card-img:before, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 14px 34px;
  position: relative;
  z-index: 2;
  border-radius: 0px;
  background: #00A3FF;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #0082cc;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #272B2D;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: blue;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #B8A4FF;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 28px;
}

.align, .phone a, .logo, svg {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.no-shadow, .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

img {
  vertical-align: top;
}

.container {
  padding: 0 20px;
  margin: 0px auto;
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
    padding: 0 6px;
  }
}
.col {
  padding: 0 6px;
}

.header {
  background: #1C1C1C;
  padding: 20px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo img {
  width: 200px;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-left: 19px;
  white-space: nowrap;
}
.phone .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
}
.phone .ico svg {
  fill: #fff;
}

.portfolio {
  padding: 30px 0 20px;
}
.portfolio .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.portfolio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}

.portfolio-card {
  margin-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.portfolio-card a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.portfolio-card a:hover .portfolio-card-text:before {
  right: 15px;
}
.portfolio-card a:hover .portfolio-card-img:before {
  left: -100%;
}

.portfolio-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  height: 210px;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio-card-img img {
  max-width: 100%;
}
.portfolio-card-img:before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  z-index: -1;
}

.card01:before {
  background: linear-gradient(67.83deg, #1C5E91 0%, #1AA7EA 100%, #1C5E91 200%);
}

.card02:before {
  background: linear-gradient(247.83deg, #20627D 0%, #2A3D45 100%, #20627D 200%);
}

.card03:before {
  background: linear-gradient(247.83deg, #1A5256 0%, #17353B 100%, #1A5256 200%);
}

.card04:before {
  background: linear-gradient(247.83deg, #0FD4DC 0%, #005053 100%, #0FD4DC 200%);
}

.card05:before {
  background: linear-gradient(247.83deg, #007EFF 0%, #2A3D45 100%, #007EFF 200%);
}

.portfolio-card-text {
  display: block;
  position: relative;
  padding: 0 55px 10px 20px;
}
.portfolio-card-text:before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.contact {
  padding: 72px 0 113px;
  background: #1C1C1C;
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabset {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  margin-right: 120px;
}

.tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #8B8B8B;
  margin-right: 20px;
  padding: 0 0 12px;
  cursor: pointer;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00A3FF;
  height: 0px;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #00A3FF;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  height: 2px;
}

.tabset > input:checked + label {
  color: #00A3FF;
}

.tab-panel {
  padding-top: 40px;
}
.tab-panel .btn {
  width: 100%;
  margin-top: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  background: #F3F8F9;
  padding: 14px;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #70868B;
}
.form-control:focus {
  background: #fff;
}

textarea.form-control {
  height: 100px;
  overflow: auto;
  resize: none;
}

.contact-info {
  padding: 60px 40px 40px 60px;
  background: #272B2D;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.contact-info .logo {
  margin-bottom: 11px;
}
.contact-info p, .contact-info address {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #8B8B8B;
  margin-bottom: 50px;
}

.email {
  margin-bottom: 31px;
}
.email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A3FF;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.email .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 14px;
}
.email svg {
  fill: #00A3FF;
}

@media (max-width: 1199px) {
  .portfolio-card a {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-info {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .logo img {
    width: 176px;
  }

  .portfolio .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .portfolio-card a {
    font-size: 24px;
    line-height: 34px;
  }

  .tabset {
    margin-right: 0;
    margin-bottom: 113px;
  }

  .contact-info {
    width: auto;
  }

  .contact-row {
    display: block;
  }

  .copy {
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .phone a:nth-child(2) {
    display: none;
  }

  .contact {
    padding-bottom: 20px;
  }
}
@media (max-width: 578px) {
  .phone {
    position: relative;
  }
  .phone a {
    margin-left: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
  }
  .phone .ico {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .portfolio-card {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tabset {
    max-width: none;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact-info {
    padding: 60px 20px 20px;
    margin: 0 -20px;
  }
}