* {
    padding: 0 !important;
    margin: 0 !important
}

body {
    direction: ltr
}

@font-face {
    font-family: Montserrat;
    src: url("../Font/Montserrat/Montserrat-Medium.ttf")
}

#slider {
    z-index: -10
}

#slider .image-slider {
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
    -webkit-animation: Fade 1s ease-in forwards;
    animation: Fade 1s ease-in forwards
}

@-webkit-keyframes Fade {
    from {
        opacity: 0.6
    }

    to {
        opacity: 1
    }
}

@keyframes Fade {
    from {
        opacity: 0.6
    }

    to {
        opacity: 1
    }
}

#slider .image-slider img {
    width: 100%;
    height: 100vh;
    position: relative
}

@media screen and (max-width: 768px) {
    #slider .image-slider img {
        height: 70vh
    }
}

@media screen and (max-width: 768px) {
    #slider .image-slider {
        height: 70vh
    }
}

#slider .image-slider .caption {
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    padding: 10px !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px !important;
    -webkit-animation: fadeBack 2s 0.5s forwards;
    animation: fadeBack 2s 0.5s forwards
}

@-webkit-keyframes fadeBack {
    from {
        background-color: transparent
    }

    to {
        background-color: rgba(255, 255, 255, 0.644)
    }
}

@keyframes fadeBack {
    from {
        background-color: transparent
    }

    to {
        background-color: rgba(255, 255, 255, 0.644)
    }
}

@media screen and (max-width: 992px) {
    #slider .image-slider .caption {
        left: 30%;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%)
    }
}

@media screen and (max-width: 768px) {
    #slider .image-slider .caption {
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 575px) {
    #slider .image-slider .caption {
        text-align: center
    }
}

@media screen and (max-width: 450px) {
    #slider .image-slider .caption {
        top: 60%
    }
}

#slider .image-slider .caption .row .text {
    padding: 12px !important
}

@media screen and (max-width: 575px) {
    #slider .image-slider .caption .row .text {
        padding: 8px 0 !important
    }
}

#slider .image-slider .caption .row .text h1 {
    font-family: Montserrat;
    font-size: 20px;
    color: green;
    font-weight: 300
}

@media screen and (max-width: 1200px) {
    #slider .image-slider .caption .row .text h1 {
        font-family: Montserrat;
        font-size: 17px
    }
}

@media screen and (max-width: 768px) {
    #slider .image-slider .caption .row .text h1 {
        font-family: Montserrat;
        font-size: 15px
    }
}

#slider .image-slider .caption .row .text h2 {
    font-family: Montserrat;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 300
}

@media screen and (max-width: 1200px) {
    #slider .image-slider .caption .row .text h2 {
        font-family: Montserrat;
        font-size: 15px
    }
}

@media screen and (max-width: 768px) {
    #slider .image-slider .caption .row .text h2 {
        font-family: Montserrat;
        font-size: 13px
    }
}

#slider .image-slider .caption .row .text h3 {
    font-family: Montserrat;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 300
}

@media screen and (max-width: 1200px) {
    #slider .image-slider .caption .row .text h3 {
        font-family: Montserrat;
        font-size: 13px
    }
}

@media screen and (max-width: 768px) {
    #slider .image-slider .caption .row .text h3 {
        font-family: Montserrat;
        font-size: 11px
    }
}

@media screen and (max-width: 576px) {
    #slider .image-slider .caption .row .text h3 {
        font-family: Montserrat;
        font-size: 12px
    }
}

#slider .image-slider .caption .row .text:nth-child(1) {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
    -webkit-animation: showText 1s ease 0.2s forwards;
    animation: showText 1s ease 0.2s forwards
}

@-webkit-keyframes showText {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes showText {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#slider .image-slider .caption .row .text:nth-child(2) {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
    -webkit-animation: showText 1s ease 0.8s forwards;
    animation: showText 1s ease 0.8s forwards
}

@keyframes showText {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#slider .image-slider .caption .row .text:nth-child(3) {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
    -webkit-animation: showText 0.5s ease 1.3s forwards;
    animation: showText 0.5s ease 1.3s forwards
}

@keyframes showText {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#slider .image-slider .caption .row .text:nth-child(4) {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
    -webkit-animation: showText 0.5s ease 1.6s forwards;
    animation: showText 0.5s ease 1.6s forwards
}

@keyframes showText {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media screen and (max-width: 575px) {
    #slider .image-slider .caption .row2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#slider .image-slider .caption .row2 .btnView {
    margin: 40px 10px !important;
    background-color: green;
    text-align: center;
    padding: 8px !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fadeView 0.6s 1.9s forwards;
    animation: fadeView 0.6s 1.9s forwards
}

@-webkit-keyframes fadeView {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeView {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 575px) {
    #slider .image-slider .caption .row2 .btnView {
        margin: 20px 10px !important
    }
}

#slider .image-slider .caption .row2 .btnView a {
    font-family: Montserrat;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #fff
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    #slider .image-slider .caption .row2 .btnView a {
        font-family: Montserrat;
        font-size: 10px
    }
}

@media screen and (max-width: 992px) {
    #slider .image-slider .caption .row2 .btnView a {
        font-family: Montserrat;
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    #slider .caption {
        top: 30%;
        -webkit-transform: translate(50%, -30%);
        transform: translate(50%, -30%)
    }
}

#slider .caption a {
    text-decoration: none
}

#slider .caption p,
#slider .caption #contact-us .row .contact-box address span,
#contact-us .row .contact-box address #slider .caption span {
    font-family: Montserrat;
    font-size: 20px;
    text-align: justify;
    line-height: 1.9;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

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

    #slider .caption p,
    #slider .caption #contact-us .row .contact-box address span,
    #contact-us .row .contact-box address #slider .caption span {
        font-family: Montserrat;
        font-size: 13px
    }
}

#slider span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 45px !important;
    color: #272727;
    padding: 8px !important;
    cursor: pointer
}

#slider span:hover {
    color: #000
}

@media screen and (max-width: 768px) {
    #slider span {
        top: 30%;
        font-size: 35px !important
    }
}

#slider span.button-slider-prev {
    left: 2%
}

@media screen and (max-width: 575px) {
    #slider span.button-slider-prev {
        left: 0.2%
    }
}

#slider span.button-slider-next {
    right: 2%
}

@media screen and (max-width: 575px) {
    #slider span.button-slider-next {
        right: 0.2%
    }
}

#slider .navs {
    position: fixed;
    width: 100%;
    height: 100px !important;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.658);
    z-index: 10
}

@media screen and (max-width: 767.97px) {
    #slider .navs {
        height: 70px !important
    }
}

@media screen and (max-width: 410px) {
    #slider .navs {
        height: 60px !important
    }
}

@media screen and (max-width: 576px) {
    #slider .navs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

#slider .navs.fixed {
    background-color: rgba(29, 29, 29, 0.979);
    -webkit-transition: 0.8s;
    transition: 0.8s
}

#slider .navs .phoneNumber2 {
    position: relative;
    height: auto;
    display: none
}

@media screen and (max-width: 410px) {
    /* #slider .navs .phoneNumber2 {
        display: block;
        padding: 8px !important
    } */
}

#slider .navs .phoneNumber2 .row .icon-phone .fa-phone-alt {
    font-size: 16px !important;
    color: #00bd56;
    margin: 0 0 0 70px !important
}

@media screen and (max-width: 768px) {
    #slider .navs .phoneNumber2 .row .icon-phone .fa-phone-alt {
        margin: 0 0 0 70px !important
    }
}

@media screen and (max-width: 350px) {
    #slider .navs .phoneNumber2 .row .icon-phone .fa-phone-alt {
        margin: 0 0 0 30px !important
    }
}

@media screen and (max-width: 270px) {
    #slider .navs .phoneNumber2 .row .icon-phone .fa-phone-alt {
        margin: 0 0 0 10px !important
    }
}

#slider .navs .phoneNumber2 .row .icon-phone span {
    font-family: Montserrat;
    font-size: 13px;
    font-size: 13px !important;
    color: #fff
}

@media screen and (max-width: 992px) {
    #slider .navs .phoneNumber2 .row .icon-phone span {
        margin: 0 3px !important
    }
}

#slider .navs .phoneNumber2 .row .icon-envelope {
    text-align: left
}

#slider .navs .phoneNumber2 .row .icon-envelope .fa-envelope {
    font-size: 20px !important;
    color: #00bd56;
    position: absolute;
    cursor: pointer
}

@media screen and (max-width: 350px) {
    #slider .navs .phoneNumber2 .row .icon-envelope .fa-envelope {
        right: 4rem
    }
}

@media screen and (max-width: 270px) {
    #slider .navs .phoneNumber2 .row .icon-envelope .fa-envelope {
        right: 1rem
    }
}

#slider .navs .logo {
    width: 100%;
    height: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px !important
}

@media screen and (max-width: 992px) {
    #slider .navs .logo {
        padding: 0 0 0 13px !important
    }
}

@media screen and (max-width: 768px) {
    #slider .navs .logo {
        height: 70px !important;
        padding: 0 0 0 15px !important
    }
}

@media screen and (max-width: 576px) {
    #slider .navs .logo {
        margin: 0 0 0 -25px !important
    }
}

@media screen and (max-width: 410px) {
    #slider .navs .logo {
        margin: -4px 5px !important
    }
}

#slider .navs .logo img {
    width: 85px !important;
    height: 100px !important;
    margin-left: 10px !important
}

@media screen and (max-width: 768px) {
    #slider .navs .logo img {
        width: 60px !important;
        margin: 0 0 0 5px !important
    }
}

@media screen and (max-width: 576px) {
    #slider .navs .logo img {
        width: 70px !important
    }
}

#slider .navs .phoneNumber,
#slider .navs .emailSite {
    position: relative;
    height: auto
}

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

    #slider .navs .phoneNumber,
    #slider .navs .emailSite {
        margin-left: 25px !important
    }
}

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

    #slider .navs .phoneNumber,
    #slider .navs .emailSite {
        margin-left: 35px !important
    }
}

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

    #slider .navs .phoneNumber,
    #slider .navs .emailSite {
        margin: 0 !important
    }
}

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

    #slider .navs .phoneNumber,
    #slider .navs .emailSite {
        display: none
    }
}

#slider .navs .phoneNumber .fa-phone-alt,
#slider .navs .emailSite .fa-phone-alt {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #00bd56
}

#slider .navs .phoneNumber span,
#slider .navs .emailSite span {
    font-family: Montserrat;
    font-size: 15px;
    font-size: 15px !important;
    color: #fff;
    margin: 0 20px !important
}

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

    #slider .navs .phoneNumber span,
    #slider .navs .emailSite span {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 12px !important
    }
}

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

    #slider .navs .phoneNumber span,
    #slider .navs .emailSite span {
        margin: 0 15px !important;
        font-size: 13px !important
    }
}

#slider .navs .emailSite {
    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;
    display: none
}

@media screen and (max-width: 767.98px) {
    #slider .navs .emailSite {
        display: block
    }
}

@media screen and (max-width: 410px) {
    #slider .navs .emailSite {
        display: none
    }
}

#slider .navs .emailSite .fa-envelope {
    font-size: 28px !important;
    color: #00bd56;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px !important;
    cursor: pointer
}

@media screen and (max-width: 410px) {
    #slider .navs .emailSite .fa-envelope {
        display: none
    }
}

#slider .navs .menu {
    height: 100px !important;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu {
        height: 70px !important
    }
}

@media screen and (max-width: 576px) {
    #slider .navs .menu {
        height: 70px !important
    }
}

#slider .navs .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu ul {
        display: none
    }
}

#slider .navs .menu ul li {
    list-style: none;
    height: 100px !important;
    position: relative;
    margin: 0 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu ul li {
        margin: 0 15px !important
    }
}

#slider .navs .menu ul li>a {
    text-decoration: none;
    color: #fff;
    padding: 5px 20px !important;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative
}

@media screen and (max-width: 992px) {
    #slider .navs .menu ul li>a {
        font-size: 13px !important
    }
}

#slider .navs .menu ul li>a span {
    position: absolute;
    top: 20%
}

#slider .navs .menu ul li>a span .fa-chevron-down {
    font-size: 17px !important;
    color: #00bd56;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#slider .navs .menu ul li>a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px !important;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #00bd56;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#slider .navs .menu ul li>a:hover::before {
    width: 70%;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 992px) {
    #slider .navs .menu ul li>a {
        padding: 5px 12px !important
    }
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu ul li>a {
        padding: 5px 10px !important;
        font-size: 13px !important
    }
}

#slider .navs .menu ul li .dropdown-content {
    width: 150px !important;
    height: auto;
    position: absolute;
    background-color: rgba(29, 29, 29, 0.979);
    text-align: center;
    top: 100%;
    left: -25%;
    display: none;
    z-index: -100
}

#slider .navs .menu ul li .dropdown-content a {
    font-family: Montserrat;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 10px !important;
    padding: 5px 10px !important;
    position: relative
}

#slider .navs .menu ul li .dropdown-content a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px !important;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #00bd56;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#slider .navs .menu ul li .dropdown-content a:hover::before {
    width: 70%;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#slider .navs .menu .bars {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width: 410px) {
    #slider .navs .menu .bars {
        padding: 8px 8px !important;
        top: 40%
    }
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu .bars {
        display: block
    }
}

#slider .navs .menu .bars .bar {
    display: block;
    width: 30px !important;
    height: 4px !important;
    background-color: #fff;
    margin: 7px 0 !important;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

#slider .navs .menu .bars.toggle .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px)
}

#slider .navs .menu .bars.toggle .bar:nth-child(2) {
    opacity: 0
}

#slider .navs .menu .bars.toggle .bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

#slider .navs .menu-responsive {
    position: fixed;
    width: 100%;
    height: 50vh;
    top: 90px !important;
    overflow: auto;
    left: 0;
    background-color: rgba(29, 29, 29, 0.979);
    z-index: 6000;
    display: none
}

@media screen and (max-width: 767.98px) {
    #slider .navs .menu-responsive {
        top: 70px !important
    }
}

@media screen and (max-width: 410px) {
    #slider .navs .menu-responsive {
        top: 90px !important
    }
}

#slider .navs .menu-responsive ul {
    text-align: center
}

#slider .navs .menu-responsive ul li {
    list-style: none
}

#slider .navs .menu-responsive ul li a {
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0 !important;
    position: relative
}

#slider .navs .menu-responsive ul li a span {
    position: absolute;
    top: 40%
}

#slider .navs .menu-responsive ul li a span .fa-chevron-down {
    font-size: 17px !important;
    color: #00bd56;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#slider .navs .menu-responsive ul li .dropdown-content {
    display: none;
    background-color: #666
}

#slider .row .lines {
    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;
    position: absolute;
    width: 100%;
    top: 96%;
    left: 0
}

@media screen and (max-width: 768px) {
    #slider .row .lines {
        display: none
    }
}

#slider .row .lines .line {
    display: inline-block;
    width: 3%;
    height: 4px !important;
    background-color: #686868;
    margin: 0 10px !important;
    border-radius: 5px !important;
    cursor: pointer
}

#slider .row .lines .line.activeLine {
    background-color: #00bd56
}

#slider #scrolldown {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 768px) {
    #slider #scrolldown {
        display: none
    }
}

#slider #scrolldown .chevron-down {
    width: 35px !important;
    height: 10px !important;
    position: absolute;
    top: 80%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

#slider #scrolldown .chevron-down .chevron {
    position: absolute;
    width: 35px;
    height: 10px;
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-animation: move 3s ease-out infinite;
    animation: move 3s ease-out infinite
}

#slider #scrolldown .chevron-down .chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
    animation: move 3s ease-out 1s infinite
}

#slider #scrolldown .chevron-down .chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
    animation: move 3s ease-out 2s infinite
}

#slider #scrolldown .chevron-down .chevron:before,
#slider #scrolldown .chevron-down .chevron:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 100%;
    top: 0;
    background-color: #00bd56
}

#slider #scrolldown .chevron-down .chevron::before {
    left: 0;
    -webkit-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg)
}

#slider #scrolldown .chevron-down .chevron::after {
    right: 0;
    width: 50%;
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg)
}

@-webkit-keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

#about-us {
    position: relative;
    height: auto
}

#about-us .row .head-about {
    text-align: center
}

#about-us .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#about-us .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #about-us .row .head-about h2:before {
        display: none
    }
}

#about-us .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #about-us .row .head-about h2:after {
        display: none
    }
}

#about-us::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../Images/backOur.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.2
}

#about-us .row .text-about {
    text-align: center
}

#about-us .row .text-about p,
#about-us #contact-us .row .text-about .contact-box address span,
#contact-us #about-us .row .text-about .contact-box address span,
#about-us #contact-us .row .contact-box address .text-about span,
#contact-us #about-us .row .contact-box address .text-about span {
    font-family: Montserrat;
    font-size: 16px;
    text-align: justify;
    color: #666;
    line-height: 1.8
}

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

    #about-us .row .text-about p,
    #about-us #contact-us .row .text-about .contact-box address span,
    #contact-us #about-us .row .text-about .contact-box address span,
    #about-us #contact-us .row .contact-box address .text-about span,
    #contact-us #about-us .row .contact-box address .text-about span {
        text-align: left
    }
}

#about-us .row .our-div {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

@media screen and (max-width: 576px) {
    #about-us .row .our-div {
        margin-top: 15px !important
    }
}

#about-us .row .our-div:hover .our-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#about-us .row .our-div:hover .our-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5
}

#about-us .row .our-div:hover .our-image a {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%)
}

#about-us .row .our-div .our-image {
    width: 100%;
    height: auto;
    position: relative;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    overflow: hidden
}

#about-us .row .our-div .our-image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    position: relative
}

#about-us .row .our-div .our-image a {
    position: absolute;
    text-decoration: none;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in
}

#about-us .row .our-div .our-image a .fa-eye,
#about-us .row .our-div .our-image a .fa-tasks,
#about-us .row .our-div .our-image a .fa-tachometer-alt {
    color: #00bd56;
    font-size: 35px !important
}

#about-us .row .our-div .our-text {
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

#about-us .row .our-div .our-text h2 {
    font-family: Montserrat;
    font-size: 22px
}

#about-us .row .our-div .our-text p,
#about-us #contact-us .row .our-div .our-text .contact-box address span,
#contact-us #about-us .row .our-div .our-text .contact-box address span,
#about-us #contact-us .row .contact-box address .our-div .our-text span,
#contact-us #about-us .row .contact-box address .our-div .our-text span {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    text-align: justify
}

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

    #about-us .row .our-div .our-text p,
    #about-us #contact-us .row .our-div .our-text .contact-box address span,
    #contact-us #about-us .row .our-div .our-text .contact-box address span,
    #about-us #contact-us .row .contact-box address .our-div .our-text span,
    #contact-us #about-us .row .contact-box address .our-div .our-text span {
        text-align: left
    }
}

#services .row .head-about {
    text-align: center
}

#services .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#services .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #services .row .head-about h2:before {
        display: none
    }
}

#services .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #services .row .head-about h2:after {
        display: none
    }
}

#services .row .text-about {
    text-align: center
}

#services .row .text-about p,
#services #contact-us .row .text-about .contact-box address span,
#contact-us #services .row .text-about .contact-box address span,
#services #contact-us .row .contact-box address .text-about span,
#contact-us #services .row .contact-box address .text-about span {
    font-family: Montserrat;
    font-size: 16px;
    text-align: justify;
    color: #666;
    line-height: 1.8
}

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

    #services .row .text-about p,
    #services #contact-us .row .text-about .contact-box address span,
    #contact-us #services .row .text-about .contact-box address span,
    #services #contact-us .row .contact-box address .text-about span,
    #contact-us #services .row .contact-box address .text-about span {
        text-align: left
    }
}

#services .row .service-box .row .icon-service img {
    width: 60%
}

#services .row .service-box .row .service-text a {
    font-family: Montserrat;
    font-size: 13px;
    text-decoration: none;
    color: #00bd56;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#services .row .service-box .row .service-text a:hover {
    color: #008b3f
}

#services .row .service-box .row .service-text p,
#services #contact-us .row .service-box .row .service-text .contact-box address span,
#contact-us #services .row .service-box .row .service-text .contact-box address span,
#services #contact-us .row .contact-box address .service-box .row .service-text span,
#contact-us #services .row .contact-box address .service-box .row .service-text span {
    font-family: Montserrat;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: left
}

#portfolio .row .head-about {
    text-align: center
}

#portfolio .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#portfolio .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #portfolio .row .head-about h2:before {
        display: none
    }
}

#portfolio .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #portfolio .row .head-about h2:after {
        display: none
    }
}

#portfolio .row .button-categorie {
    text-align: center
}

#portfolio .row .button-categorie a {
    font-family: Montserrat;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    margin: 0 16px !important;
    padding: 5px 0 !important;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    background-color: #f5f5f5
}

@media screen and (max-width: 576px) {
    #portfolio .row .button-categorie a {
        font-family: Montserrat;
        font-size: 13px;
        margin-top: 10px !important
    }
}

#portfolio .row .button-categorie a:hover {
    background-color: #00bd56;
    color: #fff
}

#portfolio .row .button-categorie a.activeBtn {
    background-color: #00bd56;
    color: #fff
}

#portfolio .row {
    position: relative
}

#portfolio .row .portfolio-card {
    margin: 0 30px !important;
    -webkit-animation: zoomIn 1.5s;
    animation: zoomIn 1.5s
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#portfolio .row .portfolio-card .row .image-card {
    position: relative;
    height: 300px !important
}

@media screen and (max-width: 992px) {
    #portfolio .row .portfolio-card .row .image-card {
        height: 250px !important
    }
}

@media screen and (max-width: 768px) {
    #portfolio .row .portfolio-card .row .image-card {
        height: 200px !important
    }
}

@media screen and (max-width: 576px) {
    #portfolio .row .portfolio-card .row .image-card {
        height: 250px !important
    }
}

#portfolio .row .portfolio-card .row .image-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px !important;
    background-color: rgba(51, 51, 51, 0.671);
    -webkit-clip-path: circle(0% at 100% 0);
    clip-path: circle(0% at 100% 0);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

@media screen and (max-width: 768px) {
    #portfolio .row .portfolio-card .row .image-card::before {
        width: 100%;
        height: 100%
    }
}

#portfolio .row .portfolio-card .row .image-card:hover::before {
    -webkit-clip-path: circle(141.2% at 100% 0);
    clip-path: circle(141.2% at 100% 0)
}

#portfolio .row .portfolio-card .row .image-card:hover a {
    -webkit-clip-path: circle(141.2% at 100% 0);
    clip-path: circle(141.2% at 100% 0)
}

#portfolio .row .portfolio-card .row .image-card img {
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
    -o-object-fit: cover;
    object-fit: cover
}

#portfolio .row .portfolio-card .row .image-card a {
    font-family: Montserrat;
    font-size: 32px;
    text-decoration: none;
    position: absolute;
    padding: 50px !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #fff;
    -webkit-clip-path: circle(0% at 100% 0);
    clip-path: circle(0% at 100% 0)
}

#portfolio .row .portfolio-card .row .text-card {
    text-align: center
}

#portfolio .row .portfolio-card .row .text-card h2 {
    font-family: Montserrat;
    font-size: 19px
}

@media screen and (max-width: 768px) {
    #portfolio .row .portfolio-card .row .text-card h2 {
        font-family: Montserrat;
        font-size: 15px
    }
}

#portfolio .view-portfolio {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(31, 31, 31, 0.74);
    display: none;
    z-index: 1200
}

#portfolio .view-portfolio .button-close {
    position: absolute;
    top: 0;
    right: 1%;
    padding: 12px !important;
    font-size: 45px !important;
    font-weight: 900;
    cursor: pointer;
    z-index: 5000;
    background-color: #000;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

#portfolio .view-portfolio .button-close span {
    color: #fff
}

#portfolio .view-portfolio .image-portfolio {
    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;
    position: absolute;
    width: 1200px !important;
    height: 550px !important;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

@media screen and (max-width: 992px) {
    #portfolio .view-portfolio .image-portfolio {
        width: 1000px !important;
        top: 80%;
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%)
    }
}

#portfolio .view-portfolio .image-portfolio img {
    width: 50%;
    height: 80%
}

@media screen and (max-width: 576px) {
    #portfolio .view-portfolio .image-portfolio img {
        width: 30%;
        height: 50%
    }
}

#testimonials .row .head-about {
    text-align: center
}

#testimonials .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#testimonials .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #testimonials .row .head-about h2:before {
        display: none
    }
}

#testimonials .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #testimonials .row .head-about h2:after {
        display: none
    }
}

#testimonials .row .box-user {
    display: none
}

#testimonials .row .box-user.activeUser {
    display: block
}

#testimonials .row .box-user .image-user {
    text-align: center
}

#testimonials .row .box-user .image-user img {
    width: 50%;
    height: auto;
    border-radius: 50%;
    -webkit-animation: imgFade 2s;
    animation: imgFade 2s
}

@-webkit-keyframes imgFade {
    from {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes imgFade {
    from {
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#testimonials .row .box-user .image-user h3 {
    font-family: Montserrat;
    font-size: 14px;
    text-align: center
}

#testimonials .row .box-user .carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8c8;
    border-radius: 5px;
    counter-increment: gallery-cell
}

#testimonials .row .box-user .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white
}

#testimonials .row .box-user .text-user {
    text-align: center;
    height: 160px !important;
    overflow: auto
}

#testimonials .row .box-user .text-user p,
#testimonials #contact-us .row .box-user .text-user .contact-box address span,
#contact-us #testimonials .row .box-user .text-user .contact-box address span,
#testimonials #contact-us .row .contact-box address .box-user .text-user span,
#contact-us #testimonials .row .contact-box address .box-user .text-user span {
    font-family: Montserrat;
    font-size: 17px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
    -webkit-animation: txtFade 2.5s;
    animation: txtFade 2.5s
}

@-webkit-keyframes txtFade {
    from {
        opacity: 0.1
    }

    to {
        opacity: 1
    }
}

@keyframes txtFade {
    from {
        opacity: 0.1
    }

    to {
        opacity: 1
    }
}

#testimonials .row .buttonSlider {
    text-align: center
}

#testimonials .row .buttonSlider .dot {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin: 0 3px !important;
    background-color: darkgray;
    border-radius: 50%;
    cursor: pointer
}

#testimonials .row .buttonSlider .dot.active-dot {
    background-color: #00bd56
}

#contact-us {
    background-color: #f7f7f7
}

#contact-us .row .head-about {
    text-align: center
}

#contact-us .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#contact-us .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #contact-us .row .head-about h2:before {
        display: none
    }
}

#contact-us .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #contact-us .row .head-about h2:after {
        display: none
    }
}

#contact-us .row .text-contact {
    text-align: center
}

#contact-us .row .text-contact p,
#contact-us .row .text-contact .contact-box address span,
#contact-us .row .contact-box address .text-contact span {
    font-family: Montserrat;
    font-size: 14px;
    color: #666
}

#contact-us .row .contact-box {
    text-align: center
}

@media screen and (max-width: 992px) {
    #contact-us .row .contact-box {
        font-family: Montserrat;
        font-size: 15px
    }
}

@media screen and (max-width: 576px) {
    #contact-us .row .contact-box {
        margin-top: 35px !important
    }
}

#contact-us .row .contact-box h3 {
    font-family: Montserrat;
    font-size: 18px;
    color: #666
}

#contact-us .row .contact-box address p,
#contact-us .row .contact-box address span {
    font-family: Montserrat;
    font-size: 16px;
    color: #000
}

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

    #contact-us .row .contact-box address p,
    #contact-us .row .contact-box address span {
        font-family: Montserrat;
        font-size: 14px
    }
}

#contact-us .row .contact-box .fa-map-marker-alt,
#contact-us .row .contact-box .fa-phone,
#contact-us .row .contact-box .fa-envelope,
#contact-us .row .contact-box .fa-whatsapp {
    font-size: 35px;
    color: #00bd56
}

#form {
    background-color: #f7f7f7
}

#form .row form {
    text-align: center
}

#form .row form input,
#form .row form textarea {
    font-family: Montserrat;
    font-size: 14px;
    color: #666;
    padding: 9px !important;
    border: 1px solid #ccc;
    outline: none
}

#form .row form input[type="submit"],
#form .row form textarea[type="submit"] {
    font-family: Montserrat;
    font-size: 16px;
    background-color: #00bd56;
    color: #fff;
    padding: 8px !important;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

#form .row form input[type="submit"]:hover,
#form .row form textarea[type="submit"]:hover {
    background-color: #008f40
}

#footer .row {
    background-color: #000
}

#footer .row .footer {
    text-align: center
}

#footer .row .footer a {
    text-decoration: none;
    font-size: 14px !important;
    margin: 0 0 !important;
    color: #00d600;
    border-radius: 50%;
    padding: 5px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

#footer .row .footer a:hover {
    color: #00bd56
}

#footer .row .footer p,
#footer #contact-us .row .footer .contact-box address span,
#contact-us #footer .row .footer .contact-box address span,
#footer #contact-us .row .contact-box address .footer span,
#contact-us #footer .row .contact-box address .footer span {
    font-family: Montserrat;
    font-size: 14px;
    color: #666
}

.scroll-top {
    position: fixed;
    right: 5%;
    bottom: 5%;
    padding: 8px !important;
    font-size: 35px;
    color: #fff;
    background-color: #00bd56;
    border-radius: 5px !important;
    cursor: pointer;
    display: none;
    z-index: 1000;
    -webkit-animation: fadebutton 2s;
    animation: fadebutton 2s;
    line-height: 0
}

@-webkit-keyframes fadeButton {
    from {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeButton {
    from {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#pelastering .row .head-about {
    text-align: center
}

#pelastering .row .head-about h2 {
    font-family: montserrat;
    position: relative
}

#pelastering .row .head-about h2:before {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #pelastering .row .head-about h2:before {
        display: none
    }
}

#pelastering .row .head-about h2:after {
    position: absolute;
    content: '';
    width: 3px !important;
    height: 80%;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00bd56
}

@media screen and (max-width: 300px) {
    #pelastering .row .head-about h2:after {
        display: none
    }
}

#pelastering .row .image-content {
    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
}

#pelastering .row .image-content img {
    width: 90%;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 0px 5px #a7a7a7;
    box-shadow: 0px 0px 5px #a7a7a7
}

@media screen and (max-width: 992px) {
    #pelastering .row .image-content img {
        width: 70%
    }
}

#pelastering .row .text-content {
    text-align: left
}

#pelastering .row .text-content h2 {
    font-family: Montserrat;
    font-size: 19px;
    color: #00bd56
}

#pelastering .row .text-content p,
#pelastering #contact-us .row .text-content .contact-box address span,
#contact-us #pelastering .row .text-content .contact-box address span,
#pelastering #contact-us .row .contact-box address .text-content span,
#contact-us #pelastering .row .contact-box address .text-content span {
    font-family: Montserrat;
    font-size: 17px;
    color: #666;
    line-height: 1.7;
    text-align: justify
}

#pelastering .row .text-content ul li {
    font-family: Montserrat;
    font-size: 14px;
    color: #0093c0;
    margin: 12px 0 !important;
    list-style: none
}