* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #2E2457;
    color: #FFFFFF;
}

::selection {
    background: #2E2457;
    color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: #3498db;
}

::-webkit-scrollbar-thumb:active {
    background: #1b7cbe
}

.container {
    padding-left: 12%;
    padding-right: 12%
}

.flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.rotated {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#clouds {
    margin-bottom: -5px
}

#clouds path,
#bigHalfCircle path {
    fill: #15305d;
    stroke: #15305d;
}

.stamp path {
    fill: #15305d;
    stroke: #15305d;
}

body {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    width: 100%
}

header {
    height: 90vh
}

header h1 {
    width: 60%
}

nav {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    padding-top: 35px;
    -webkit-animation: animate .4s ease-in-out;
    animation: animate .4s ease-in-out;
}

.fixed {
    position: fixed;
    padding-top: 0;
    background: rgba(21, 48, 93, 0.95);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: -80px;
    opacity: 0;
    z-index: 1;
}

.width {
    width: 110px;
    padding: 10px;
    overflow: hidden
}

nav ul {
    width: 100%;
}

nav .logo {
    width: 150px;
}

nav ul li {
    display: inline-block;
    font: 600 15px 'Raleway';
    cursor: pointer;
    color: #fff;
    margin: 0 10px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

nav ul li:hover,
.active {
    color: #3498db;
    font-weight: 600
}

.word {
    height: 100%;
    background: #15305d;
    width: 100%;
    color: #fff;
    font: 600 36px 'Roboto Slab';
    padding-top: 2%
}

.word div {
    width: 40%
}

.hidden {
    display: none;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 10px;
    right: 15px;
}

.hamburger span {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    top: 14px;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.hamburger span:before,
.hamburger span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.hamburger span:before {
    top: -9px;
}

.hamburger span:after {
    top: 9px;
}

.hamburger.open span {
    background: transparent
}

.hamburger.open span:after {
    top: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.open span:before {
    top: 0;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.hidden-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 100
}

.hidden-menu div {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.main-nav .hidden-menu div {
    margin-top: 3%
}

.hidden-menu li {
    display: block;
    color: #15305d;
    padding: 12px 0;
    border-top: 1px solid #ddd
}

section {
    font-family: 'Raleway';
    border-bottom: 1px solid #ddd;
    padding: 6% 0;
}

section h2 {
    text-align: center;
    font: 600 36px 'Roboto Slab';
    color: #3498db;
    margin-top: 0
}

section h3 {
    font-family: 'Roboto Slab';
    font-weight: 500;
}

section > p {
    text-align: center;
    width: 100%;
    padding: 0 6%
}

section i {
    color: #3498db;
    font-size: 30px;
    margin-right: 5px;
    vertical-align: sub;
}

.about {
    padding-top: 0
}

.about .flex,
.services .flex {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.about .flex div {
    width: 50%;
    padding: 2%
}

.clinets {
    background: #15305d;
    overflow: hidden
}

.clinets p {
    color: #fff
}

.slider {
    margin-top: 60px
}

.slick-track {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-slide {
    padding: 0 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.slick-slide:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.slick-dots li button::before {
    color: #fff
}

.slick-dots li.slick-active button:before {
    color: #fff
}

.services h3 {
    text-align: center;
    color: #3498db
}

.services i {
    display: block;
    text-align: center;
    height: 100px;
    width: 100px;
    background: #3498db;
    color: #fff;
    border-radius: 50%;
    padding: 35px 0;
    margin: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.services .flex div {
    width: calc(100% / 3);
    padding: 2%;
}

.works .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.works .flex p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    margin: 10px 0;
    position: relative;
    top: 25%;
}

.works .flex > div {
    width: 24%;
    margin: .5%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.works .flex > div div {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 7%;
    background: rgba(21, 48, 93, 0.8);
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0
}

.works .flex > div:hover div {
    top: 0;
    opacity: 1
}

.works i {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    font-size: 20px;
}

.works i:hover {
    color: #3498db
}

.works h3 {
    color: #3498db;
    font-weight: 600;
    margin: 0;
    position: relative;
    top: 25%;
}

.careers {
    text-align: center;
    border-bottom: none
}

.careers form {
    margin-top: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.careers > p {
    text-align: left;
    padding: 0
}

.careers input,
.careers select,
.careers label {
    font: 600 16px 'Raleway';
    padding: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.careers input:not(.notstyled),
.careers select {
    border: 1px solid #ddd;
    width: calc((100% / 3) - .7%);
    margin-bottom: 1%
}

.careers select,
.careers label {
    width: 49.5%
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.careers i {
    font-size: 20px;
    vertical-align: bottom;
}

.careers label {
    border: 1px solid #3498db;
    cursor: pointer;
    text-align: center;
    color: #3498db
}

.careers input[type='submit'] {
    border: none;
    background: #3498db;
    width: 100%;
    color: #fff;
    margin-top: 1%;
    cursor: pointer
}

.contact {
    background: #15305d;
    color: #fff;
    padding-top: 4%;
    padding-bottom: 6%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.contact > div.flex {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.contact > div.flex div {
    width: calc(100% / 3);
    padding: 4% 1% 2%;
    text-align: center
}

.contact > div.flex div i {
    font-size: 40px
}

.contact > div.flex div a,
.contact > div.flex div span {
    display: block;
    width: 100%;
    margin: 20px auto;
    color: #ddd;
    font-family: 'Roboto Slab';
    -webkit-transition: .1s linear;
    transition: .1s linear;
    text-decoration: none;
}

.contact > div.flex div a span:hover {
    color: #3498db
}

.contact form div *::-webkit-input-placeholder {
    color: #ddd;
}

.contact form div *:-ms-input-placeholder {
    color: #ddd;
}

.contact form div *::placeholder {
    color: #ddd;
}

.contact form {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-top: 4%
}

.contact form div {
    width: 49.5%;
}

.contact form div input,
.contact form div textarea {
    font: 600 16px 'Raleway';
    padding: 15px;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 1%;
    border: 1px solid transparent;
    margin-bottom: 2%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #ddd;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2)
}

.contact form textarea {
    height: 70%;
    resize: none;
}

.contact form i {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: middle
}

.contact form button {
    font: 600 16px 'Raleway';
    padding: 12px 20px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #3498db;
    color: #fff;
    margin-top: 1%;
    cursor: pointer;
}

#map {
    height: 300px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden
}

footer {
    background: #15305d;
    font-family: 'Roboto Slab';
    color: #3498db;
    padding-top: 1% !important;
    padding-bottom: 1% !important
}

footer p {
    margin: 0;
}

footer a {
    color: #fff;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

footer a:hover {
    color: #3498db
}

.none {
    display: none
}

svg {
    width: 100%
}
