body {
    background: #fff;
    font-family: Raleway;
    font-weight: 400;
    position: relative;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.body.container-fluid {
    padding: 0 !important;
}

#home {
    background: url(../Images/bg0.jpg) 50% 0 repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    position: relative;
}

.logo {
    height: 120px;
    position: absolute;
    top: 20px;
    left: 80px;
}

.title {
    color: #fff;
}

.title h1 {
    font-size: 50px;
    font-weight: 100;
    padding-bottom: 25px;
}

.title h3 {
    font-weight: 100;
}

.line {
    border-bottom: 1px solid #fff;
    width: 900px;
    margin-left: 10px;
    margin-top: -5px;
}

h1 > span {
    color: #31caf6;
    font-weight: 600;
}

.open {
    position: fixed;
    top: 40px;
    right: 100px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 2;
}

.open:hover {
    opacity: 0.9;
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #31caf6;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9;
}

.open span:nth-child(2) {
    margin-top: 25px;
}

.open span:nth-child(3) {
    margin-top: 40px;
}

.sub-menu {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(49, 202, 246, 0.54);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 198px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.sub-menu li a {
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 410px;
    width: 380px;
}

.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    -ms-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
}

.oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: rgba(49, 202, 246, 0.54);
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
    margin-right: 168px;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    position: absolute;
    bottom: 100px;
    left: 50%;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: relative;
    border-radius: 10px;
    background: #31caf6;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@-moz-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.whatwedo {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    overflow: hidden;
}

.whatwedo h2 {
    text-transform: uppercase;
    color: #282828;
    padding-left: 30px;
    position: relative;
    top: 23px;
    font-size: 24px;
}

.sub-heading {
    margin-top: 70px;
}

.whatwedo h2 span {
    font-weight: 600;
}

.sideLine {
    border-left: 7px solid #31caf6;
    height: 100px;
    position: absolute;
}

.icon {
    opacity: 0.7;
    display: block; /* Modificado */
    margin: 0 auto 10px; /* Modificado */
}

.heading h3 {
    color: #31caf6;
    font-weight: 600;
    font-size: 18px;
}

.content p {
    color: #3c3d3d;
    font-size: 13px;
    text-align: justify;
}

.services {
    margin-top: 50px; /* Modificado */
    text-align: center; /* Modificado */
}

#about {
    height: 400px;
    width: 100%;
    background: url(../Images/bg11.jpg) 50% 0 repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
}

#about .container {
    width: 1170px;
}

.sub-heading-business {
    margin-top: -14px;
}

.sub-heading-business h2 {
    color: #fff !important;
    font-weight: 300;
    margin-left: 30px;
    position: relative;
    top: 9px;
    font-size: 24px;
}

.sideline-business {
    border-left: 6px solid #31caf6;
    height: 100px;
    float: left;
}

.sub-heading-business h2 span {
    font-weight: 600;
    color: #31caf6;
}

.business-content p {
    color: #fff;
    margin-top: 28px;
    font-size: 16px;
}

#business-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    height: 40px;
    width: 140px;
    font-weight: 600;
    margin-top: 45px;
    transition: all 0.2s;
}

#business-btn:hover {
    background: #fff;
    color: #000;
}

#work {
    height: 760px;
}

.sub-heading-work {
    margin-top: 80px !important;
}

.sub-heading-work h2 {
    text-transform: uppercase;
    color: #282828 !important;
    padding-left: 8px;
    position: relative;
    top: 21px;
    font-weight: 400;
}

.work {
    margin-top: 110px;
}

.works {
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 40px;
}

#work .col-md-3 {
    margin-top: 120px;
}

.works .text {
    position: absolute;
    top: 0;
    color: #fff;
    height: 237px;
    width: 355px;
}

.works .leftBorder-work {
    height: 40px;
    border-left: 4px solid #fff;
    position: absolute;
    margin-top: 15px;
    margin-left: 35px;
}

.heading-work {
    font-size: 20px;
    font-weight: 600;
    margin-left: 50px;
    margin-top: 21px;
}

.text .content {
    width: 280px;
    margin-left: 44px;
    margin-top: 20px;
    font-size: 12px;
}

.text button {
    background: transparent;
    border: 2px solid #fff;
    height: 30px;
    width: 110px;
    position: absolute;
    top: 144px;
    right: 78px;
    font-size: 12px;
}

.text {
    display: none;
}

#fundamentals {
    height: 500px;
    width: 100%;
    background: url(../Images/bg22.jpg) repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center -116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#fundamentals .container {
    width: 1170px;
}

#fundamentals h2 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.funds {
    text-align: center;
    margin-top: 110px;
}

.funds h3 {
    color: #fff;
}

#contact {
    height: 650px;
}

#contact .container {
    width: 1170px;
}

.inputs {
    margin-top: 100px;
    text-align: center;
}

.inputs input {
    height: 50px;
    width: 510px;
    margin-top: 30px;
    padding-left: 20px;
    border-radius: 4px;
    border: 1px solid #a29d9d;
}

.col-textarea textarea {
    margin-top: 128px;
    border: 1px solid #a29d9d;
    border-radius: 4px;
    padding-left: 20px;
    padding-top: 9px;
}

.contactBtn {
    text-align: center;
}

button#contact-submit {
    background: transparent;
    border: 1px solid #a29d9d;
    height: 50px;
    width: 170px;
    font-size: 17px;
    margin-top: 50px;
    margin-left: -55px;
    transition: all 0.2s;
}

button#contact-submit:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

#footer {
    height: 100px;
    background: #31caf6;
    margin-top: 30px;
}

#footer .container {
    width: 1170px;
}

.footerC {
    text-align: center;
    margin-top: 30px;
}

.copyrights p {
    color: #fff;
}

.usefullinks a {
    color: #fff;
    margin-left: 18px;
}