@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

@font-face {
    font-family: sfheavy;
    src: url(fonts/SF-Pro-Display-Heavy.otf)
}

@font-face {
    font-family: sflight;
    src: url(fonts/SF-Pro-Display-Light.otf)
}

@font-face {
    font-family: sfsemibold;
    src: url(fonts/SF-Pro-Display-Semibold.otf)
}

body {
    background-color: #000
}

.column1 {
    float: left;
    width: 50%
}

.column2 {
    float: left;
    width: 50%;
    padding-bottom: 50px
}

#service {
    margin-top: 0 !important;
    padding-top: 2% !important;
    padding-bottom: 4% !important;
    text-align: justify;
    padding-left: 4% !important;
    padding-right: 4% !important;
    overflow-x: hidden;
    text-align: center
}

.services-group {
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #fff;
    min-height: 64px;
    min-width: 450px;
    border-radius: 32px;
    color: #000;
    transition: box-shadow .6s ease;
    position: relative;
    z-index: 2
}

.services-head {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 36px;
    border-radius: 100px;
    color: #000;
    position: relative;
    transition: transform .6s ease;
    text-align: justify
}

.services-head:hover {
    cursor: pointer
}

.services-head h3 {
    display: block;
    font-family: sfheavy;
    color: #000;
    margin: 0 !important;
    padding: 0 !important
}

.link {
    font-size: 16px !important;
    line-height: 1.333;
    font-weight: 900;
    text-decoration: none !important
}

.services-body {
    display: none;
    align-items: center;
    padding: 20px 16px 5px 16px;
    color: #000;
    position: relative;
    text-align: justify
}

.more {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.333;
    padding-bottom: 19px !important;
    text-align: left
}

.round {
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    float: right !important;
    right: 10px;
    display: block;
    position: absolute
}

.round img {
    top: 12px;
    right: 12px;
    display: block;
    position: absolute;
    transition: transform .6s ease;
    width: 26px;
    height: 26px
}

.services-head:active img {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:1200px) {
    .services-head:hover img {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media screen and (max-width:600px) {
    .services-head {
        padding: 26px 50px 26px 16px
    }

    .services-head h3 {
        text-align: left
    }

    .more {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.333;
        padding-bottom: 10px !important;
        text-align: justify
    }

    .services-group {
        overflow: hidden;
        margin-bottom: 6px;
        padding-top: 6px;
        background-color: #fff;
        min-height: 16px;
        min-width: 5px;
        border-radius: 22px;
        color: #000;
        transition: box-shadow .6s ease;
        position: relative;
        z-index: 2
    }

    .services-body {
        display: none;
        align-items: center;
        padding: 10px 8px 2px 6px;
        color: #000;
        position: relative
    }

    .column1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .column2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.para {
    padding-left: 3%;
    padding-right: 3%
}

.para h2 {
    font-size: 30px;
    color: #fff;
    border-bottom: 2px solid #008c1f;
    font-family: sfheavy
}

#laptopfooter h2 {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: sfheavy
}

#mobfooter h2 {
    font-family: sfheavy
}

.faqdesign {
    text-align: center;
    width: 80%;
    margin: auto;
    display: block
}

@media screen and (max-width:600px) {
    .faqdesign {
        text-align: center;
        width: 90%;
        margin: auto;
        display: block
    }
}

h5 {
    text-align: center;
    line-height: 1
}

h6 {
    text-align: center;
    line-height: 2;
    padding-left: 2px;
    padding-right: 2px
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #c7c7c7
}

ul {
    list-style: none;
    margin: 0
}

footer {
    margin-top: 60px;
    margin-bottom: 10px
}

p {
    font-size: 15px;
    font-weight: 420;
    font-family: sflight;
    line-height: 28px
}

.jump {
    position: relative;
    -webkit-animation: jump 2s ease-in-out infinite;
    animation: jump 2s ease-in-out infinite
}

@-webkit-keyframes jump {
    0% {
        top: 5px
    }

    50% {
        top: -5px
    }

    100% {
        top: 5px
    }
}

@keyframes jump {
    0% {
        top: 5px
    }

    50% {
        top: -5px
    }

    100% {
        top: 5px
    }
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.aalogo {
    width: 50%;
    margin-top: 10px
}

@media only screen and (max-width:600px) {
    .aalogo {
        margin-top: 10px;
        width: 100%;
        height: auto
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

::-webkit-scrollbar {
    display: none
}

#laptopfooter {
    display: block
}

#mobfooter {
    display: none
}

h3,
h1 {
    color: #fff;
    text-align: center;
    margin-left: 20vw;
    margin-right: 20vw;
    font-family: sfheavy;
    font-size: 30px
}

.hs__headline {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width:600px) {

    h1,
    h3 {
        font-size: 20px !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important
    }

    .hs__headline {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .card h1 {
        font-size: 15px !important;
        margin-left: 0px !important;
    }

    #laptopfooter {
        display: none
    }

    #mobfooter {
        display: block;
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    .container {
        width: 94%
    }
}

.socials {
    height: auto;
    line-height: auto;
    position: auto;
    width: auto;

    bottom: 0;
    display: flex;
    text-align: right;
    padding-right: 15px;

    transform: none;
    -webkit-transform: none
}

.socials-wrap {
    position: relative;
    float: right;
    color: #fff;
    width: 440px;
    height: 10px;
    box-sizing: border-box;
    pointer-events: initial;
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s
}

footer .socials-wrap {
    margin-top: 0
}

.socials-wrap {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px)
}

.socials-text {
    float: right;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 40px;
    transform: translateY(20px)
}

.socials-wrap .socials-text {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials-icon {
    float: right;
    width: 30px;
    height: 40px;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-align: right;
    margin-left: 10px;
    transform: scale(1) translateY(20px);
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials-wrap .socials-icon {
    transform: scale(0) translateY(40px);
    width: 0;
    margin: 0;
    overflow: hidden
}

.socials-icon:after,
.socials-text:after {
    content: "";
    clear: both;
    display: table
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right
}

.socials li {
    margin-right: 0;
    margin-left: 10px;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    float: right;
    z-index: 2;
    -webkit-transition: background .4s ease-in-out 0s;
    transition: background .4s ease-in-out 0s
}

.socials-wrap .socials li {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials-wrap .socials li:nth-child(6) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 50ms;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials-wrap .socials li:nth-child(5) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 50ms;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials-wrap .socials li:nth-child(4) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .1s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials-wrap .socials li:nth-child(3) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .15s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials-wrap .socials li:nth-child(2) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .2s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials-wrap .socials li:nth-child(1) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .3s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.socials li:first-child {
    margin-left: 0
}

li a:active,
li a:focus,
li a:hover {
    text-decoration: none !important
}

.socials li a {
    color: #999;
    font-size: 20px;
    font-weight: 600;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.socials li a:hover {
    color: #fff;
    opacity: 1
}

@media only screen and (max-width:1024px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }

    h2 {
        font-size: 30px;
    }

    .parallax-wrap {
        transform: none !important
    }

    .parallax-element {
        transform: none !important
    }

    footer {
        overflow: visible
    }

    #footer-container {
        padding: 0 40px
    }

    .socials-wrap {
        width: 260px;
        height: 40px;
        float: none;
        margin: 0 auto;
        transform: translateX(0) translateY(20px) !important;
        -webkit-transform: translateX(0) translateY(20px) !important
    }

    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }

    .socials-icon,
    .socials-text {
        display: none
    }

    .socials-wrap .socials {
        margin-top: 5px;
        text-align: center;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }

    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none
    }

    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px
    }

    .socials {
        float: none
    }
}

/*whatsapp*/

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin-top: 260px;
}

.aba-whatsphone {
    background: #008C1F;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}

.aba-whatsphone:hover {
    width: 190px;
    transition: 0.7s ease;
}

.aba-whatsphone-icone {
    background: url(../assets/whatsapp-icon.png) no-repeat;
    width: 280px;
    background-size: 70px;
    background-position-y: -7px;
    padding: 7px;
}

.aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 18px;
    margin-left: 70px;
}