/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Slider
    - About
    - Services
    - Gallery
    - Counter
    - Video Model
    - Testimonials
    - Blog
    - Contact
    - Google-Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */



@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');


/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 8px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #7bafd6;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}


.botao-saiba {
    border: 1px solid #f7f8f7 !important;
    padding: 7px 40px !important;
    border-radius: 30px !important;
}
/* ===================================
   Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 90px;
    right: 15px;
    color: #ffffff;
    background-size: 200% auto;
    background: #33c9dd;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

    .go-top.active {
        -webkit-animation: slideInRight 1s;
        animation: slideInRight 1s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

.btn-info:hover {
    background: #7bafd6 !important;
    border-color: #7bafd6 !important;
    cursor: pointer;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200% auto;
    background: #33c9dd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

    .go-top:hover, .go-top:focus {
        color: #ffffff;
        background-position: right center;
    }

        .go-top:hover::before, .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child, .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child, .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;
}

.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */
.navbar-nav .nav-link a {
    margin: 0 0.7rem !important;
    font-weight: 500;
}
    body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: 300;
    line-height: 32px;
    width: 100%;
    overflow-x: hidden
}

a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section, .section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
   
}

.fa, .far, .fas {
    display: inline;
}

a:active, a:hover {
    color: #81a109;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

    blockquote > cite {
        font-weight: 400;
        font-size: 14px;
        display: block;
    }

.hidden {
    display: none;
}

section {
    padding: 5.5rem 0 3.5rem;
}

::selection {
    background-color: #81a109;
    color: #ffffff;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-300 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
    /* Blue button */
    .btn.btn-blue {
        background: #7bafd6;
        border-color: #7bafd6;
        color: #ffffff
    }

        .btn.btn-blue:hover {
            background: #81a109 !important;
            border-color: #81a109;
            color: #ffffff !important
        }
    /* Green button */
    .btn.btn-green {
        background: #81a109;
        border-color: #81a109;
        color: #ffffff
    }

        .btn.btn-green:hover {
            background: #33c9dd !important;
            border-color: #33c9dd;
            color: #ffffff !important
        }
    /* Transparent button */
    .btn.btn-trans {
        background: transparent;
        border-color: #ffffff;
        color: #ffffff
    }

        .btn.btn-trans:hover {
            background: #33c9dd !important;
            border-color: #33c9dd;
            color: #ffffff !important
        }

    /* button size */
    .btn.btn-small {
        font-size: 12px;
        padding: 4px 1.8em;
    }

    .btn.btn-medium {
        font-size: 16px;
        padding: 10px 48px;
        line-height: 1.8em
    }

    .btn.btn-large {
        font-size: 16px;
        padding: 14px 30px;
        line-height: 1.8em;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }

/* Text color */
.text-green {
    color: #81a109;
}

.text-blue {
    color: #33c9dd;
}

.text-black {
    color: #212331;
}

.text-grey {
    color: #f6f6f6;
}

.text-white {
    color: #ffffff;
}

/* Background color */
.bg-green {
    background: #81a109;
}

.bg-blue {
    background: #33c9dd;
}

.bg-black {
    background: #000000;
}

.bg-gray {
    background: #f6f6f6;
}

.bg-transparent {
    background: transparent;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
    color: #FFFFFF !important;
    background: #33c9dd !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* ===================================
       Header
====================================== */
.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 9;
}

.center-brand {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.center-brand, .transparent-bg {
    left: 0;
    top: 0;
}

.center-brand, .transparent-bg,
.fixed-bottom, .bg-transparent-light,
.bg-transparent-white,
.bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}

    .bg-invisible .container {
        opacity: 0;
        visibility: hidden;
    }

.fixed-bottom {
    bottom: 0;
}

.bg-white {
    position: relative;
}

.bg-white,
.boxed-nav .container {
    background: #fff;
}

.boxed-nav {
    top: 20px;
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .fixedmenu .navbar-brand {
        top: 50% !important;
    }

.fixed-bottom.fixedmenu {
    bottom: auto;
    -webkit-animation: none;
    animation: none;
}

.bg-invisible.fixedmenu .container {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.nav-whitebg {
    background: #fff;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

.navbar.sidebar-nav {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0,0,0,.07);
    left: 0;
    overflow-x: hidden;
}

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    width: 140px;
    position: relative;
    max-width: 90px;
}

.fixedmenu .navbar-brand {
    max-width: 70px;
}

/*.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}*/

.navbar-brand > img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar.sidebar-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.navbar-nav .nav-item {
    margin: 16px 0;
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.espac ul {
    margin: 0 0 0 10px !important;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
    padding-left: 20px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
    
}

.navbar-nav .nav-link {
    margin: 0 0.9rem !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.position-relative{
    position: relative;
}

.mt-5{margin-top: 3rem !important;}
.ml-5{
    margin-left: 2rem !important;
}

.navbar-collapse {
    height: 60px;
    background: #7bafd6;
}

.sidebar-nav .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.square-layout .navbar-nav .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
}

.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link {
    color: #ffffff;
}

.center-brand.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}

.center-brand.fixedmenu, .center-brand.fixedmenu .navbar-collapse {
    background: #7bafd6;
}

.center-brand .navbar-nav .nav-link:first-of-type {
    background: rgba(0,0,0,0);
    font-weight: 500;
}

.center-brand .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/* Nav Bottom Line Hover Effect */
.nav-bottom-line .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ffffff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    border-radius: 50px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.nav-bottom-line .navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Toggle Responsive */
.navbar-toggler {
    position: relative;
    border: none;
    border-radius: 0;
}

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background: #fff;
        height: 2px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

.bg-white .navbar-toggler span,
.bg-transparent-light .navbar-toggler span,
.bg-invisible .navbar-toggler span,
.navbar.sidebar-nav .navbar-toggler span,
.boxed-nav .navbar-toggler span {
    background: #212331;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/* ===================================
       Side Menu
====================================== */
.side-menu {
    width: 40%;
    position: fixed;
    right: -1px;
    top: 0;
    background: #7bafd6;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

    .side-menu.left {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .side-menu.before-side {
        width: 280px;
    }

.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/* Side overlay */
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/* Side Close Btn */
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 34px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Side Open Btn */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}

    .sidemenu_btn.left {
        left: 15px;
        right: auto;
    }

    .sidemenu_btn > span {
        height: 2px;
        width: 100%;
        background: #ffffff;
        display: block;
    }

        .sidemenu_btn > span:nth-child(2) {
            margin: 4px 0;
        }

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

    .side-nav .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        background: #fff;
        display: inline-block;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    }

.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}

.side-menu p {
    font-size: 15px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
}

/* Header Social Icons */
.navbar .social-icons li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}

.mt-3{
    margin-top: 1.5rem;
}
/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}

    .wrapper .full-screen {
        width: 100% !important;
    }

@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}

@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }
}

@media (min-width: 1025px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }

    .sidemenu_btn {
        right: 0;
    }
}

@media (max-width: 1024px) {

    .boxed-nav .sidemenu_btn {
        display: none !important;
    }

    .center-brand .navbar-brand {
        width: 100px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (min-width: 810px) and (max-width: 1024px) {
    .sidemenu_btn {
        position: relative;
    }
}

@media (max-width: 992px) {
    .boxed-nav {
        background: #fff;
    }

    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        color: #ffffff;
    }

    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }

        .side-menu .inner-wrapper {
            padding: 2rem 2.5rem;
        }

    .side-nav .navbar-nav .nav-link {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .center-brand .navbar-brand {
        width: 100px;
        padding: 0 10px;
    }

    .side-menu {
        width: 55%;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.5rem;
    }

    .side-menu .btn-close {
        top: 24px;
        right: 20px;
    }
}

/* ===================================
        Slider
====================================== */

.tp-bannertimer {
    background: #2d2d2d;
}

.slider-heading {
    font-size: 72px;
}

.slider-paragraph {
    font-size: 24px;
    font-weight: 300;
   
}

.slider-section {
    overflow-x: hidden;
}

/* ===================================
        About
====================================== */

.img-sec {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 3%;
    background-color: #f6f6f6;
    position: relative;
}

.margin_aboutimg {
    margin-left: 10%;
}

.about_img img {
    height: 100%;
    width: 100%;
}

.green_rectangle {
    position: absolute;
    width: 60%;
    height: 67%;
    bottom: 1%;
    background-color: #7bafd6;
}

.colored_heading {
    

    font-size: 18px;
    color: #7bafd6;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
}

.about-heading {
    text-align: left;
    margin-top: 70px;
}

.heading {
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #212331;
}

.margin_heading {
    margin-top: 15px;
    margin-bottom: 25px;
}

.info {
    color: #666666;
    font-size: 14px;
   
    line-height: 1.5;
}

.margin_button {
    margin-top: 25px;
}

/* ===================================
    Types of Gardening
====================================== */

.card {
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.125);
}

.card-body {
    padding: 0;
}

.cover {
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
    height: 270px;
    margin-right: 20px;
  
}

.numbering {
    font-size: 36px;
    font-weight: normal;
   
    color: #212331;
}

.cover:hover .numbering {
    background: -webkit-linear-gradient( 180deg,rgb(33, 35, 49) 85%, rgb(33, 35, 49) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover:hover .versa-effect {
    color: #33c9dd;
}

.cover {
    padding: 15px 10px 0 10px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

    .cover .card-title {
        font-size: 20px;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        color: #7bafd6;
        -webkit-transition: 0.9s ease;
        -o-transition: 0.9s ease;
        transition: 0.9s ease;
    }

/* ===================================
        Portfolio Section
   =================================== */

.padding_color {
    background: white !important;
}

.small-screen {
    display: none;
}

.portfolio-heading {
    text-align: center;
    margin-top: 65px;
}

.portfolio-heading1 {
    text-align: left;
    margin-top: 25px;
}

.info_margin {
    margin-bottom: 50px;
}

.main_heading {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: rgb(33, 35, 49);
    line-height: 1.133;
}

.heading_color {
    color: #81a109;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_color {
    color: rgb(33, 35, 49) !important;
}

/*PORTFOLIO MASONRY STYLE*/

#portfolio_top {
    position: relative;
    overflow: hidden !important;
    background-color: #f6f6f6;
    padding-top: 0;
}

    #portfolio_top::before,
    #portfolio_top::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        height: 90px;
        width: 100%;
    }

    #portfolio_top::after {
        bottom: 0;
    }

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.padding_box {
    border: 20px solid #fff;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/*PORTFOLIO HOVER EFFECT*/
#portfolio_top .cbp-item:hover img {
    -webkit-animation: 1 zoomeff;
    animation: 1 zoomeff;
}

@-webkit-keyframes zoomeff {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoomeff {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden !important;
    margin-bottom: 1rem;
}

.plus_icon {
    font-size: 65px;
}

.hover_heading {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

figure.snip0015 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: -webkit-linear-gradient( 190deg, #33c9dd 25%, #33c9dd 50%);
    text-align: center;
}

figure {
    margin: 0 0 0 !important;
}

    figure.snip0015 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    figure.snip0015 img {
        opacity: 1;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
    }

    figure.snip0015:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    figure.snip0015 figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 3em 3em;
        width: 100%;
        height: 100%;
    }

        figure.snip0015 figcaption::before {
            position: absolute;
            top: 50%;
            right: 30px;
            bottom: 50%;
            left: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.8);
            border-bottom: 1px solid rgba(255, 255, 255, 0.8);
            content: '';
            opacity: 0;
            background-color: white;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    figure.snip0015 h3,
    figure.snip0015 p, figure.snip0015 .plus_icon {
        margin: 0 0 5px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
    }

        figure.snip0015 h3 figcaption .plus_icon {
            word-spacing: -0.15em;
            font-weight: 300;
            text-transform: uppercase;
            -webkit-transform: translate3d(0%, 50%, 0);
            transform: translate3d(0%, 50%, 0);
            -webkit-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        figure.snip0015 h3 span {
            font-weight: 800;
        }

    figure.snip0015 p {
        font-weight: 200;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    figure.snip0015 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #ffffff;
    }

    figure.snip0015:hover img {
        opacity: 0.15;
    }

    figure.snip0015:hover figcaption h3 {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    figure.snip0015:hover figcaption .plus_icon {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    figure.snip0015:hover figcaption p {
        opacity: 0.9;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    figure.snip0015:hover figcaption::before {
        background: rgba(255, 255, 255, 0);
        top: 30px;
        bottom: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

.caption_center {
    margin-top: 150px;
}

/* ===================================
    Counter Section
=================================== */

.counter-heading {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.info_width {
    max-width: 830px;
}

.wrapper {
    margin-top: 50px;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

.end {
    margin-right: 0 !important;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0 0 0;
    border-radius: 5px;
    text-align: center;
}

.counter_plus {
    font-size: 22px;
    font-weight: 900;
    color: #81a109;
}

.count-title {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0);
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background: -webkit-linear-gradient( 170deg,#81a109 20%, #81a109 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.center-blue .counter_plus {
    font-size: 22px;
    font-weight: 900;
    color: #33c9dd;
}

.center-blue .count-title {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0);
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background: -webkit-linear-gradient( 170deg,#33c9dd 20%, #33c9dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrapper:hover .counter_icon {
    -webkit-animation: 1s jackInTheBox;
    animation: 1s jackInTheBox;
}

.heading_mainc {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: rgb(33, 35, 49);
    line-height: 0.899;
}

.count-text {
    font-size: 16px;
    
    color: #212331;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter_icon {
    margin: 0 auto;
    float: none;
    display: table;
    color: #212331;
    font-size: 50px;
    padding-bottom: 10px;
}

.other {
    height: 1500px;
}

/* ===================================
    VIDEO MODEL WINDOW
=================================== */

#training_video {
    padding: 0;
    background: #f6f6f6;
}

.vedio-heading {
    text-align: left;
    margin-top: 17.5%;
    margin-bottom: 17.5%;
}

.vedio_img {
    margin-top: 40px;
}

.img-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .img-list li {
        border: 5px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        float: left;
        position: relative;
        cursor: pointer;
    }

    .img-list img {
        max-width: 100%;
        vertical-align: middle;
    }

/* ===================================
    TESTIMONIAL
=================================== */

.testimonial-box {
    background: #f6f6f6;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item:not(.center) .testimonial-box:hover {
    background-color: #33c9dd;
}

.testimonial-box:hover .quote_box {
    background-color: white;
}

.testimonial-box:hover .infot_margin {
    color: white !important;
}

.testimonial-box:hover .quote {
    color: #33c9dd;
}

.owl-testimonial .center .quote_box {
    background-image: -webkit-linear-gradient( 180deg, #81a109 20%, #81a109 100%);
}

.owl-testimonial .owl-item .testimonial-box:hover {
    background-color: #81a109;
}

.center .testimonial-box:hover:before {
    opacity: 1 !important;
}

.owl-testimonial .center .testimonial-box:hover .quote {
    background: -webkit-linear-gradient( 180deg,#81a109 60%, #81a109 40%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.owl-testimonial .center .testimonial-box:hover .quote_box {
    background-image: -webkit-linear-gradient( 180deg, #ffffff 20%, #ffffff 100%) !important;
}

.margin-p {
    text-align: center;
}

.testimonial_img {
    position: absolute;
    left: 35%;
    top: 60%;
}

    .testimonial_img img {
        height: 100% !important;
        width: 100% !important;
    }

.quote {
    font-size: 30px;
    color: white;
}

.quote_box {
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #33c9dd;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 44.5%
}

.infot_margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
}

.testimonial_name {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: rgb(33, 35, 49);
    text-align: center;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}

.blue_text {
    color: #33c9dd;
}

#testimonials .text {
    position: absolute;
    text-align: center;
    top: 84%;
    left: 32%;
}

#testimonials .item {
    padding-bottom: 120px;
}

.owl-testimonial .owl-dots {
    margin-top: 40px !important;
    text-align: center;
}

    .owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span {
        background: #33c9dd;
    }

    .owl-testimonial .owl-dots .owl-dot span {
        background: white;
        border: 2px solid #33c9dd;
        font-size: 30px;
        padding: 5px;
        margin: 0 8px;
        border-radius: 50%;
    }

.owl-testimonial .center .infot_margin {
    padding-top: 10px;
    padding-bottom: 60px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* ===================================
        BLOG SECTION
=================================== */

#blog {
    background-color: #f6f6f6;
    overflow: hidden !important;
    padding: 0;
}

.blog_text {
    text-align: center;
}

.padding_blog {
    padding: 90px;
}

.blog_img {
    width: 100%;
    height: 100%;
}

/* ===================================
    CONTACT SECTION
=================================== */

#contact {
    padding-bottom: 0;
    margin-bottom: 125px;
    overflow: hidden !important;
}

.contact_text {
    text-align: center;
}

.contact_margin {
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
       GOOGLE-MAP
====================================== */

#map {
    overflow: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.full-map {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bg-img-map {
    background: url(../images/map.jpg);
}

/* ===================================
   FOOTER
====================================== */

.footer {
    padding: 20px 0;
    background: #7bafd6;
    font-weight: 500;
    font-size: 14px !important;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

    .footer-social a i, .company-about {
        color: #2a2a2a;
    }

    .footer-social a:hover i {
        color: #ffffff;
    }

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.company-about {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text, .titulo {
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 200px 0 150px 0;
    background: url("../images/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

    .page-title .auto-container {
        position: relative;
    }

    .page-title h2 {
        position: relative;
        color: #ffffff;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 10px;
        font-size: 3.5rem;
        text-transform: capitalize;
    }

.page-breadcrumb {
    position: relative;
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .page-breadcrumb li:after {
            position: absolute;
            content: "\f101";
            right: -5px;
            top: 1px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

        .page-breadcrumb li a {
            color: #fff;
            font-weight: 400;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .page-breadcrumb li a .icon {
                margin-right: 4px;
                color: #33c9dd;
            }

            .page-breadcrumb li a:hover {
                color: #212331;
            }

/* ===================================
    MEDIA QUERIES
=================================== */

@media screen and (max-width:1359px) {
    .snip1577 figcaption {
        left: 65px;
        bottom: 70px;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 1%;
    }

    .about-heading {
        margin-top: auto;
        margin-bottom: auto;
    }

    .heading_font_sm {
        font-size: 40px;
    }

    .navbar-nav .nav-link {
        margin: 0rem !important;
    }
}

@media screen and (max-width:991px) {
    .snip1577 figcaption {
        left: 75px;
        bottom: 95px;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 5%;
    }

    .info {
        color: #9d9d9d;
        font-size: 12px;
       
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .margin_button {
        margin-top: 0;
    }

    .colored_heading {
        
        font-size: 18px;
        color: #4ed0e2;
        margin-bottom: 0;
    }

    .heading {
        font-size: 40px;
        font-family: 'Raleway', sans-serif;
        color: #212331;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .about-heading {
        margin-top: 0;
    }

    .small-screen {
        display: block !important;
    }

    .portfolio-heading1 {
        text-align: center;
    }

    .large-screen {
        display: none;
    }

    #portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }

    .blog_text {
        text-align: center;
        margin-bottom: 11.5%;
        margin-top: 11.5%;
    }

    .md_heading {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .para_text {
        font-size: 18px;
    }

    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }

    .agency-author {
        padding: 30px;
        text-align: left;
    }

    .author-content {
        padding: 0;
    }

    .standalone {
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    section {
        padding: 4rem 0;
    }

    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wrapper {
        padding-left: 0;
    }

    .sidemenu_btn {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }

    .side-menu {
        width: 300px;
    }

    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .side-nav p {
        display: none;
    }

    .sidebar-nav .social-icons {
        display: none;
    }

    .center-brand {
        padding: 0;
        background-color: #81a109;
    }

    .slider-heading {
        font-size: 54px;
    }

    .slider-paragraph {
        font-size: 18px;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .cbp-l-filters .cbp-filter-item {
        margin: 8px;
    }

    .owl-testimonial .owl-dots {
        margin-top: 20px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
    }

    .snip1577 figcaption {
        left: 10px;
        bottom: 0;
        top: 20px;
    }

    .plus_icon {
        font-size: 50px;
    }

    .cover {
        text-align: center;
        margin-top: 40px;
    }

    .about-heading {
        text-align: center;
        margin-top: 30px;
    }

    .heading_mainc {
        font-size: 35px;
        text-align: center;
        line-height: 1.3;
    }

    .main_heading {
        font-size: 34px;
    }

    .heading {
        font-size: 35px;
        font-family: 'Raleway', sans-serif;
        color: #212331;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .margin_heading {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .info {
        color: #9d9d9d;
        font-size: 12px;
       
        line-height: 1.7;
    }

    .margin_button {
        margin-top: 10px;
    }

    .cover .card-title {
        margin-top: 5px;
        margin-bottom: 18px;
    }

    .text_wrap {
        padding: 50px 2rem 0 2rem;
    }

    .green_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 3%;
    }

    .vedio-heading {
        text-align: center;
    }

    .heading_font_sm {
        font-size: 30px;
    }

    .quote_box {
        left: 42%;
    }

    .vedio_text {
        margin-top: 36px;
        font-size: 30px;
    }

    #portfolio_top #portfolio-measonry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #portfolio_top::before, #portfolio_top::after {
        display: none;
    }

    .small-screen {
        display: block;
    }

    #portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }

    .portfolio-heading1 {
        text-align: center;
        margin-top: 0;
        padding-bottom: 30px;
    }

    #portfolio_top::after {
        bottom: auto !important;
        display: none;
    }

    .caption_center {
        margin-top: 28px;
    }

    p:last-child {
        margin-bottom: 20px;
    }

    .footer-social a {
        margin: 0;
    }

    .company-about {
        font-size: 12px;
    }

    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }

    .standalone-detail .para_text {
        font-size: 15px;
    }

    .para_text {
        font-size: 15px;
    }
}

#spin-loader {
    background-color: #7bafd6;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 999999;
}

    #spin-loader .spinner {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sk-scaleout 1s infinite ease-in-out;
        animation: sk-scaleout 1s infinite ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -25px;
        margin-left: -25px;
    }

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.banner h2 {
    color: #a0dcf3;
    font-size: 45px !important;
}

.banner .font-banner2 h2 {
    font-size: 40px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: white;
}

.banner p {
    font-size: 16px;
}

.banner {
    position: relative;
    text-align: center;
    padding: 300px 0 150px 0;
    background: url(/img/banner.jpg);
    background-size: cover;
    background-position: top center;
    height: 935px;
}

.hrBorda {
    background-color: #7bafd6;
    height: 3px;
    width: 60px;
    margin: 0 auto;
}

.stand-img-des p {
    font-weight: 700;
}

.contato {
    background: #f0f0f0;
}

.contact-right h2{
    font-size: 20px;
    font-weight: 700;
}

.contact-right a, .contact-right p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.linkA {
    color: #7bafd6 !important;
}

.contact-right img{
    margin-right: 10px;
}

.trabalhe-conosco {
    position: relative;
    background: url(/img/trabalhe-conosco.jpg);
    background-size: cover;
    background-position: top center;
}

.text-curric{
    color: #fff;
    font-size: 14px;
}

.mt-curic{
    margin: 0 auto;
}
.hrBorda-white {
    background-color: #fff;
    height: 3px;
    width: 60px;
    margin: 0 auto;
}

.titleContato{
    color: #fff;
    font-size: 36px;
}

.btn-info {
    color: #fff;
    background-color: #7bafd6;
    border-color: #7bafd6;
    border-radius: 28px !important;
    padding: 6px 30px;
    font-weight: 700;
    text-transform: none !important;
}

input::placeholder {
    color: #666666 !important; /* Cor do texto do placeholder */
   font-size: 14px !important;
}

.contact-link {
   font-size: 16px;
   color: #fff !important;
   font-weight: 500;
}

.position-relative-p{
    position: relative;
    bottom: 10px;
}

.texto-contato, footer .p, .side-footer {
    line-height: 1.5;
}

.texto-contato span {
    font-weight: 700;
    color: #7bafd6;

    
}

@media(max-width: 576px) {
    .standalone-row:nth-child(2){
        margin-bottom: 0px !important;
    }
    .standalone-area .sub-heading{
        margin-top: 0px !important;
    }
    .resp-serv .resp{
        justify-content: center;
    }
    .cover{
        margin-right: 0 !important;
    }
    .standalone-row:not(:last-child){
        margin-bottom: 0px;
    }
}

.link-margin{
    margin-left: 7px !important;
}

.btn-anexar {
    background: #7bafd6;
    color: #fff;
    padding: 0px 20px;
    line-height: 36px;
    font-weight: 700;
    font-size: 14px !important;
    border: 1px solid #fff;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.border-right {
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.position-text {
    position: relative;
    bottom: 18px;
}

.h-mensagem textarea.form-control {
    height: 39px !important;
}



#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    width: 400px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    padding: 20px 30px 20px 30px;
    font-family: 'Circular Std Book', sans-serif;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 30px 30px 0 0;
}


    #cookieConsentdiv button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: none;
        background-color: #00a246;
        padding: 10px 50px;
        margin-top: -5px;
        color: #222222;
        transition: all ease 0.5s;
    }

        #cookieConsentdiv button:hover {
            background-color: #CCC;
        }

    #cookieConsentdiv h3 {
        font-size: 22px;
        color: #FFF;
    }

    #cookieConsentdiv p {
        font-size: 13px;
        color: #FFF;
    }

    #cookieConsentdiv a {
        color: #FFF;
        text-decoration: underline;
    }