body {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.85;
}
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: 700;
}
p {
    color: #686868;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-title {
    margin-bottom: 50px;
}
.section-title p {
    margin-bottom: 0;
}
.section-title h2 {
    margin-top: 0;
}
.section-title.light h2 {
    color: #fff;
}
.section-title.light p {
    color: #ccc;
}
.separator {
    width: 100px;
    height: 3px;
    margin: auto;
    background-color: #181818;
}
.section-title.light .separator, .white-bg {
    background-color: #fff;
}
.separator.goleft {
    margin: 0;
}
.no-pd {
    padding: 0;
}
.send-btn {
    display: inline-block;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
	margin-top: 25px;
    color: #fff;
    background-color: #181818;
}
.custom-btn {
    display: inline-block;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom-btn::before {
    position: absolute;
    content: "";
    background-color: #181818;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 90%, 0);
    -moz-transform: translate3d(0, 90%, 0);
    transform: translate3d(0, 90%, 0);
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom-btn:hover {
    color: #fff;
}
.custom-btn:hover::before {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.project .modal-dialog {
    width: 100%;
    margin: 0;
    border: none;
}
.project .modal-content {
    border: none;
    border-radius: 0;
    padding-bottom: 80px;
}
.project .modal-header {
    border: none;
    padding: 0 0 25px;
}
.project .modal-header .close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    text-align: center;
    background-color: #181818;
    color: #fff;
    opacity: 1;
    outline: 0;
}
.project .modal-header .modal-title {
    margin-top: 80px;
    margin-bottom: 10px;
}
.loading-wrapper {
    text-align: center;
    background-color: #181818;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.loading-wrapper .loader {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: 4px solid #fff;
    top: 50%;
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}
.loading-wrapper .loader-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    -webkit-animation: loader-inner 2s infinite ease;
    animation: loader-inner 2s infinite ease;
}
@-webkit-keyframes loader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25%, 50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100%, 75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(360deg);
}
}@keyframes loader {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25%, 50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100%, 75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes loader-inner {
    0%, 100%, 25% {
    height: 0;
}
50%, 75% {
    height: 100%}
}@keyframes loader-inner {
    0%, 100%, 25% {
    height: 0;
}
50%, 75% {
    height: 100%}
}.header {
    height: 100vh;
    position: relative;
}
.header .top-header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 10;
    height: 80px;
    padding: 15px 0;
    width: 100%}
.header .top-header .logo img {
    height: 60px /* 50px */;
    opacity: .9 /* .8 */;
}
.menu-wrap {
    position: fixed;
    right: 0;
    z-index: 1001;
    width: 300px;
    height: 100%;
    padding: 60px 30px;
    background-color: #222;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1);
    transition: all .5s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
}
.menu-wrap.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu-wrap .menu .icon-list a {
    position: relative;
    font-family: Raleway, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #aaa;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-wrap .menu .icon-list a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 80%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-wrap .menu .icon-list a:hover {
    color: #fff;
}
.menu-wrap .menu .icon-list a:hover::before {
    width: 50%;
    background-color: #fff;
}
.close-button, .menu-button {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #181818;
    color: #fff;
    font-size: 25px;
    border: none;
    outline: 0;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.bg, .cloud, .parallax-wrapper {
    position: absolute;
}
.menu-button {
    right: 50px;
    z-index: 1000;
}
.close-button {
    left: 0;
    top: 0;
}
.close-button:hover, .menu-button:hover {
    background-color: #fff;
    color: #181818;
}
.parallax-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%}
.layer {
    min-height: 700px;
    width: 100%}
.bg-1 {
    background: url(../img/header-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.cloud-1 {
    background: url(../img/cloud-1.png) center no-repeat;
    background-size: 84%}
.cloud-2 {
    background: url(../img/cloud-2.png) center no-repeat;
    background-size: 84%}
.bg {
    width: 120%;
    top: -10%;
    bottom: -10%;
    left: -10%;
    right: -10%}
.cloud {
    width: 170%;
    height: 170%;
    left: -35%;
    right: -35%;
    top: -35%;
    bottom: -35%}
.header .slide {
    -webkit-animation: slide 22s .4s infinite linear;
    -moz-animation: slide 22s .4s infinite linear;
    animation: slide 22s .4s infinite linear;
}
.header .slide-1 {
    -webkit-animation: slide-1 28s .1s infinite linear;
    -moz-animation: slide-1 28s .1s infinite linear;
    animation: slide-1 28s .1s infinite linear;
}
@keyframes slide {
    0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
}
}@-webkit-keyframes slide {
    0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
}
}@keyframes slide-1 {
    0% {
    -webkit-transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
}
50% {
    -webkit-transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
    transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
}
}@-webkit-keyframes slide-1 {
    0% {
    -webkit-transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(10%, -10%, 0) rotateZ(0);
}
50% {
    -webkit-transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
    -moz-transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
    transform: rotateZ(0) translate3d(10%, -5%, 20%) rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(10%, -10%, 0) rotateZ(-360deg);
}
}.content-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.content-wrapper .content {
    display: table-cell;
    vertical-align: middle;
}
.content-wrapper .content h1 {
    font-weight: 800;
    color: #fff;
    font-size: 7.5vw;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
}
.content-wrapper .content p {
    background-color: #181818;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    letter-spacing: .8px;
}
#about a {
    margin: 40px 10px 0;
}
#about a i {
    margin-right: 10px;
}
#about_can {
    background-color: #f6f6f6;
}
#about_can .service {
    padding: 40px 15px;
}
#about_can .service i {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#about_can .service h3 {
    margin-bottom: 20px;
}
#course .project {
    padding: 0;
    position: relative;
    overflow: hidden;
}
#course .mod-trig {
    cursor: crosshair;
}
#course .project .project-img-wrapper {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#course .project:hover .project-img-wrapper {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
    -webkit-transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
}
#course .project .img-overlay {
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#course .project .img-overlay h4, #course .project .img-overlay p {
    position: absolute;
    color: #ccc;
    letter-spacing: .5px;
    bottom: -60px;
    left: 20px;
    -webkit-transition: all .5s cubic-bezier(.68, -.07, .25, .93);
    transition: all .5s cubic-bezier(.68, -.07, .25, .93);
}
#course .project:hover .img-overlay {
    opacity: 1;
    visibility: visible;
}
#course .project:hover .img-overlay h4 {
    bottom: 70px;
}
#course .project:hover .img-overlay p {
    bottom: 30px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
#course .interest {
    margin-top: 50px;
}
#course .modal .separator {
    margin-bottom: 40px;
}
#course .project-details li {
    margin-bottom: 10px;
}
#course .project-details span {
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
#course .project-details a {
    color: #8e5f2e;
}
#advice {
    background: url(../img/pattern/cartographer.png) #181818;
}
#advice .client .quote i, #advice .client h3 {
    color: #ddd;
}
#advice .client .stars span {
    color: #ffc518;
}
#advice .client .quote {
    margin-top: 20px;
}
#advice .client .quote p {
    color: #999;
    font-style: italic;
}
#advice .container-fluid {
    padding: 0;
}
#advice .carousel-control {
    width: 60px;
    height: 60px;
    background: #181818;
    opacity: 1;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    text-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#toTop, footer .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all .3s;
}
#advice .carousel-control:hover {
    background-color: #fff;
    color: #181818;
}
#question-answer {
    padding-top: 0;
}
#question-answer .map-wrap {
    padding-left: 0;
}
#question-answer .question-answer-details {
    padding-top: 50px;
	padding-left: 50px;
}
#question-answer .separator {
    margin: 0;
}
footer {
    background-color: #181818;
    padding-top: 80px;
    padding-bottom: 40px;
}
footer h3 {
    color: #fff;
    text-transform: uppercase;
}
footer .copyright {
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
}
footer .copyright i {
    color: #e43629;
    -webkit-animation: heartBeat 2s infinite;
    animation: heartBeat 2s infinite;
}
footer .copyright b {
    color: #fff;
}
@-webkit-keyframes heartBeat {
    0%, 100%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
}@keyframes heartBeat {
    0%, 100%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
}footer .social-links {
    margin: 40px auto;
    padding: 0;
}
footer .social-links li {
    display: inline-block;
    margin-left: -5px;
}
footer .social-links li a {
    color: #181818;
    background-color: #fff;
    text-decoration: none;
}
#toTop, footer .social-links li a:hover {
    color: #fff;
}
footer .social-links li a.fb:hover {
    background-color: #3b5998;
}
footer .social-links li a.vk:hover {
    background-color: #4f749d;
}
footer .social-links li a.gh:hover {
    background-color: #212121;
}
footer .social-links li a.sf:hover {
    background-color: #f48024;
}
footer .social-links li a.ig:hover {
    background-color: #6a453b;
}
#toTop {
    position: fixed;
    z-index: 20;
    bottom: -60px;
    right: -60px;
    background-color: #181818;
    text-align: center;
    cursor: pointer;
}
#toTop.active {
    bottom: 20px;
    right: 20px;
}
@media (max-width:767px) {
    .menu-button {
    right: 0;
}
.bg {
    width: 130%;
    left: -15%;
    right: -15%}
.content-wrapper .content p {
    font-size: 14px;
    padding: 10px 30px;
}
#about_can .service-wrapper:nth-child(odd) {
    background-color: #fff;
}
#about_can .service-wrapper:nth-child(even) {
    background-color: transparent;
}
}@media (max-width:991px) {
    #question-answer .map-wrap {
    padding-right: 0;
    margin-top: 50px;
}
}
#name, #email, #question{
	padding: 5px 15px;
	border: 1px solid #333;
}
