/*!
 *  N & LW Lawn Care - Landscaping Bootstrap4 HTML5 Responsive Template
 */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4e3914;
}

@media (min-width: 992px) {
    body {

    }
}
.top-nav{
    padding-top: 0px;
    padding-bottom: 0px;
}
a.btn-primary{
    background-color: #4eae3a;
    border-color: #4eae3a;
}
a.btn-primary:hover{
    background-color: #5ec549;
    border-color: #5ec549;
}
button.btn-primary{
    background-color: #4eae3a;
    border-color: #4eae3a;
}
button.btn-primary:hover{
    background-color: #5ec549;
    border-color: #5ec549;
}

a.btn-secondary{
    background-color: #4eae3a;
    border-color: #4eae3a;
}
a.btn-secondary:hover{
    background-color: #5ec549;
    border-color: #5ec549;
}
button.btn-secondary{
    background-color: #4eae3a;
    border-color: #4eae3a;
}
button.btn-secondary:hover{
    background-color: #5ec549;
    border-color: #5ec549;
}
.langclass{
    cursor: pointer;
    width: 100px;
    padding: 4px;
    height: 100%;
    background: #d3d3d4;
    border: solid 1px #8080807d;
}
.langdwon{
    cursor: pointer;
    top: 3px;
    left: -5px;
    width: 100px;
}
.top-nav{
    background-color: #ffffff !important;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link{
    padding: 15px 7px!important;
    margin: 0px 1px;
    color: #4e3914;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover{
    background: #4eae3a;
    color: #ffffff;
    border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active{
    background: #4eae3a;
    color: #ffffff;
    border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu{
    margin: 0px;
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
    padding: 20px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 0px;
    padding-bottom: 15px;
    font-weight: 300;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child{
    padding: 0px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #4eae3a;
}
.top-nav .navbar-toggler{
    color: #4e3914;
    border-color: #4e3914;
}
.top-nav .navbar-toggler:hover{
    color: #4eae3a;
    border-color: #4eae3a;
}


.slider-main .carousel .carousel-inner .carousel-item:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.carousel-item {
    height: 88vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.portfolio-item {
    margin-bottom: 30px;
    height: 380px;
}
.services-bar h1{
    font-weight: 600;
    font-size: 24px;
}
.services-bar .card{
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
}
.services-bar .card h4.card-header{
    background-color: #4e3914;
    color: #4eae3a;
    font-size: 18px;
    font-weight: 400;
}
.services-bar .card .card-footer{
    background-color: #4e3914;
}
.about-main{
    padding: 30px 0px;
}
.about-main h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-main h5{
    font-size: 18px;
}
.about-main p{
    font-size: 14px;
    text-transform: capitalize;
}
.about-main ul{
    padding-left: 20px;
}
.about-main ul li{
    position: relative;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
}
.about-main ul li:before{
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #4eae3a;
}
.portfolio-main{
    padding: 30px 0px;
}
.portfolio-main h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.portfolio-main .card {
    box-shadow: 10px 10px 16px #aaaaaa40;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}
.portfolio-main .card:hover{
    box-shadow: 10px 10px 16px #aaaaaa;
    height: 105%!important;
    width: 105%!important;
}
.portfolio-main .card .card-body .card-title{
    margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4eae3a;
}
.portfolio-main .card .card-body{
    background: #4e3914;
    padding: 10px 20px;
}
.card-img{
    overflow: hidden;
    position: relative;
}
.overlay{
    background: rgba(78,174,58,0.5);
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.overlay i{
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #4e3914;
}
.portfolio-main .card:hover .overlay{
    bottom: 0px;
}
.breadcrumb-main{
    margin-top: 5px;
}
.fo-con{
    background-color: #eaeaea1a;
    box-shadow: 4px 8px 4px 2px #33333369;
    margin-bottom: 30px;
}
.footer {
    color: #ccc;
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 10px 0px;
}
.footer .card{
    background-color: #263238;
    border: none;
}
.pt2 {
    padding-top:40px ;
    margin-bottom:20px ;
    color: #ffffff;
    font-weight: 500;
}
footer p {
    font-size:13px;
    color:#CCC;
    padding-bottom:0px;
    margin-bottom:8px;
}
.mb10 {
    padding-bottom:0px ;
}
.mb15{
    margin-bottom: 30px;
    margin-top: 30px;
}
.footer_ul_amrc {
    margin:0px ;
    list-style-type:none ;
    font-size:14px;
    padding:0px 0px 10px 0px ;
}
.footer_ul_amrc li {
    padding:0px 0px 5px 0px;
}
.footer_ul_amrc li a{
    color:#cccccc;
    font-size: 14px;
    font-weight: 300;
}
.footer_ul_amrc li a:hover{
    color:#fff;
    text-decoration:none;
}
.footer_ul_amrc li .media-left{
    margin-right: 10px;
}
.footer_ul_amrc li .media-left img{
    max-width: 50px;
}
.footer_ul_amrc li .media-body p{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.footer_ul_amrc li .media-body span{
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
}
.fleft {
    float:left;
}
.padding-right {
    padding-right:10px;
}
.footer_ul2_amrc {
    margin:0px;
    list-style-type:none;
    padding:0px;
}
.footer_ul2_amrc li p {
    display:table;
}
.footer_ul2_amrc li a:hover {
    text-decoration:none;
}
.footer_ul2_amrc li i {
    margin-top:5px;
}
.footer_ul2_amrc li a {
    color: #4eae3a;
}
.bottom_border {
    border-bottom:1px solid #323f45;
    padding-bottom:20px;
}
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li {
    display:inline;
}
.foote_bottom_ul_amrc li a {
    color:#ffffff;
    margin:0 12px;
    font-size: 16px;
    font-weight: 300;
}
.footer-logo{
    padding: 20px 0px;
    text-align: center;
}
.copyright a{
    color: #4eae3a;
    text-decoration: underline;
}
.copyright a:hover{
    color: #ffffff;
    text-decoration: none;
}
.social_footer_ul {
    display:table;
    margin:0px 30px 0 0;
    list-style-type:none;
    padding: 0;
}
.social_footer_ul li {
    padding-left:20px;
    padding-top:10px;
    float:left;
}
.social_footer_ul li a {
    color:#CCC;
    border:2px solid #CCC;
    padding:8px;
    border-radius:50%;
}
.social_footer_ul li i {
    width:20px;
    height:20px;
    text-align:center;
}
.social_footer_ul li a:hover {
    color: #4eae3a;
    border:2px solid #4eae3a;
}

/* ---- All Pages CSS ---- */

.full-title{
    height: 240px;
    width: 100%;
    background-size: cover;
    position: relative;
}
.full-title:before{
    content: "";
    background: rgba(0,0,0,0.1);
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.full-title h1{
    position: relative;
    color: #ffffff;
}
.full-title h1 small{
    float: right;
    padding: 15px 0px;
    font-size: 14px;
}

.breadcrumb-main .breadcrumb{
    background: #4eae3a;
}
.breadcrumb-main .breadcrumb li a{
    color: #ffffff;
}
.breadcrumb-main .breadcrumb li{
    color: #4e3914;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
    color: #4e3914;
}
.team-members-box{
    padding: 30px 0px;
}
.team-members-box h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.team-members-box .card{
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
}
.team-members-box .card .card-footer{
    background: #4eae3a;
}
.team-members-box .card .card-footer ul{
    margin: 0px;
    padding: 0px;
}
.team-members-box .card .card-footer ul li{
    display: inline-block;
}
.team-members-box .card .card-footer ul li a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #4e3914;
    color: #ffffff;
    display: inline-block;
    border-radius: 4.8px;
    font-size: 14px;
}
.customers-box h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.project-inner h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
    font-size: 20px;
    background: #4e3914;
    border: 1px solid #4e3914;
    color: #ffffff;
    width: 35px;
    text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
    background: #4eae3a;
}
.portfolio-item h4.card-title a{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #4e3914;
}
.related-projects{
    padding: 30px 0px;
}
.related-projects h3{
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 20px;
}
.blog-entries .card{
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
}
.blog-entries .card .card-body h2.card-title{
    font-size: 22px;
    font-weight: 500;
}
.blog-entries .card .card-footer{
    background-color: #4e3914;
}
.blog-entries .card .card-footer.text-muted{
    color: #ffffff !important;
}
.blog-entries .card .card-footer a{
    color: #4eae3a;
}
.blog-right-side .card{
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
}
.blog-right-side .card h5.card-header{
    background-color: #4e3914;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.blog-right-side .card .card-body ul li{
    margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
    border-radius: 4.8px;
    padding: 6px;
    background: #4e3914;
    color: #4eae3a;
    display: inline-block;
}
.pagination_bar_arrow .pagination .page-item .page-link{
    font-size: 20px;
    background: #4e3914;
    border: 1px solid #4e3914;
    color: #ffffff;
    width: 120px;
    text-align: center;
}
.pagination_bar_arrow .pagination .page-item .page-link:hover{
    background: #4eae3a;
}
.faq-main{
    padding: 30px 35px;
    background: #4e3914;
    margin: 30px 0px;
}
.accordion-single{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e4e8ed;
}
.accordion-single .card-header{
    background-color: transparent;
    padding: 0px;
    border: none;
}
.accordion-single .card-header h5 a{
    color: #202428;
    display: block;
    position: relative;
    padding: 21.28px 32px 26.56px 20px;
    font-size: 18px;
    text-transform: capitalize;
}
.accordion-single .card-header h5 a:hover{
    color: #4eae3a;
    text-decoration: none;
}
.accordion-single h5 a[aria-expanded="false"]::before {
    position: absolute;
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4e3914;
}
.accordion-single h5 a[aria-expanded="true"]::before{
    position: absolute;
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4eae3a;
}
.error-contents{
    padding: 30px 0px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.error-contents{}
.pricing-box{
    padding: 30px 0px;
}
.pricing-box .card{
    position: relative;
    overflow: hidden;
    box-shadow: 3px 5px 15px rgba(0,0,0, .15);
    border: none;
}
.pricing-box .card h3.card-header{
    padding: 80px 15px;
    text-align: center;
    background: #4e3914;
    color: #ffffff;
}
.most_popular{
    position: absolute;
    top: 32px;
    font-size: 12px;
    text-align: center;
    width: 181px;
    padding: 4px 0;
    right: -36px;
    transform: rotate(40deg);
    background-color: #4eae3a;
    color: #4e3914;
}


.contact-left h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-right h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-right p abbr{
    font-weight: bold;
    font-size: 18px;
}

.help-block ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: red;
    color: #fff;
    padding: 0px 15px;
}

.fh5co_mediya_right {
    text-align: right;
}
.ba_li_top{
    text-align: center;
    padding: 0 30px 0 0;
}
.ba_li_top a i:hover{
    border: solid 1px #0f5039;
    width: 100%;
}
.ba_li_top a{
    text-align: center;
    width: 100%;
}
.ba_li_top a i {
    text-align: center;
    width: 100%;
}
.footer-bott{
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-bott h6{
    color: white;
}
.social_top_ul{

}
.color_top{
    background-color: #e3e4e6;
}
.social_top_ul {
    margin: 8px;
    display: inline-flex;
    list-style-type:none;
    padding: 0;
}
.social_top_ul li {
    padding-left:20px;


}
.social_top_ul li a {
    color:#6e5d41;
    border:2px solid #6e5d41;
    padding:5px;
    border-radius:50%;
}
.social_top_ul li i {
    width:15px;
    height:15px;
    text-align:center;
}
.social_top_ul li a:hover {
    color: #4eae3a;
    border:1.5px solid #4eae3a;
}
.fh5co_text_select_option{
    background-color: #e3e4e6;
    border: 1px solid #a89f92;
}
.link_video{
    color: #4eae3a;
}
.link_video:hover{
    text-decoration: none;
    color: rgba(78, 174, 58, 0.66);
}
@media (min-width:768px) and (max-width:991px){
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
        position: absolute;
        top: 18px;
        right: 6px;
    }
}

@media screen and (max-width:767px){
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .portfolio-main h2{
        text-align: center;
    }
    .customers-box{
        text-align: center;
    }
    .team-members-box h2{
        text-align: center;
    }
    .services-bar h1{
        text-align: center;
    }
    .social_footer_ul li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-main{
        padding: 20px 15px;
    }
    .accordion-single .card-header h5 a{
        font-size: 14px;
    }
}

@media (min-width:320px) and (max-width:575.98px){
    .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
        position: absolute;
        top: 18px;
        right: 6px;
    }
    .portfolio-main h2{
        text-align: center;
    }
    .customers-box{
        text-align: center;

    }
    .team-members-box h2{
        text-align: center;
    }
    .services-bar h1{
        text-align: center;
    }
    .social_footer_ul li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-main{
        padding: 20px 15px;
    }
    .accordion-single .card-header h5 a{
        font-size: 14px;
    }
}
.sl_icon li{
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
/*footer slider*/

.span_footer {
    font: 25px Arial,Haettenschweiler;
    border: 2px solid #eee;
    padding: 12px 25px;
    color: #eee;
    /* tab-size: 10px; */
    font-style: oblique;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    display: inline-block;

}
.span_slider {
    border: 1px solid #eee;
    padding: 2.5% 5%;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.28);
    /* tab-size: 10px; */
    font-style: oblique;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    display: inline-block;
    cursor: pointer;

}
.form-control{
    font-size: 2rem;
}
.ms_op{
    margin-bottom: 40px;
}
:root {
    --marquee-width: 99%;
    --marquee-height: 100px;
    /*--marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
}
.cont_p{
    background: linear-gradient(to bottom, #71bec6 0%,#59a3bc 50%, #53afc9 100%);
    margin-bottom: 25px;
    margin-top: 25px;
}
.cont_prand{
    text-align: left;
    direction: ltr;
    margin-bottom: 50px;
}
.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
.marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    /* width: 10rem;*/
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee:before {
    left: 0;
    background: linear-gradient(to right, #eee 0%, transparent 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to left, #eee 0%, transparent 100%);
}
.marquee-content {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
}

.marquee-content:hover{
    animation-play-state: paused;
}
.marquee-content li img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #eee;
    cursor: pointer;
}
.marquee-content li img:hover {

    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.57), 0 1px 6px rgba(0, 0, 0, 0.04);
}

@media (max-width: 600px) {
    html { font-size: 12px; }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before, .marquee:after { width: 5rem; }
}
/*end slider*/
/*companies*/
.content-front:nth-child(2):after {
    content: '';
}


.bg-header {
    background-color: rgba(255, 255, 255, 0.56);
    padding: 12px 20px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.councolor a:hover{
    text-decoration:none;
    color:#05C2DE;
    transition:1s;
}
.cont-a a:hover{
    text-decoration:none;
    color:#05C2DE;
    transition:1s;
}

.welcome-board-name
{
    font-family: 'Vast Shadow', cursive;
    color: #01171e;
    font-size: 1.8em;

}

.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.backgr-ca{
    background: linear-gradient(125deg, rgb(236, 252, 255) 0%, rgb(236, 252, 255) 40%, rgb(178, 252, 255) calc(40% + 1px), rgb(178, 252, 255) 60%, rgb(94, 223, 255) calc(60% + 1px), rgb(94, 223, 255) 72%, rgb(56, 215, 255) calc(72% + 1px), rgb(58, 168, 255) 100%);
}
/**/
.twitter{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: rgba(19, 19, 19, 0.86);
    transition-duration:700ms;
    transition-timing-function:ease-out;
    border-radius:50%;
}
.twitter a{
    text-decoration: none;
    font-size: 30px;
    color: #2882d0;
}
.twitter .twitter--instagrama{
    color: #b50101;
}
.conicon *{
    margin:7px;
}
.conicon img{
    width:40px;
    height:auto;
}
.twitter:hover{
    box-shadow:0px 0px 5px 5px #00C6FF;
    background-color: rgba(36, 36, 36, 0.23);
}
.twitter--whatsapp:hover{
    box-shadow:0px 0px 5px 5px #04dd20db;
}
.twitter--instagram:hover{
    box-shadow:0px 0px 5px 5px #D91338;
}
.content-front {
    background: #292929;
    position: relative;
}

.content-inner > * {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cf-inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.cf-inner:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 3;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
}

.content-inner .cf-inner .inner h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}

.content-inner .content-front li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 4px;
}
.cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.content-inner:hover .content-front {
    transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
    transform: rotateY(0deg);
}

.content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;

}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 150px 20px;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.serv-price-wrap {
    background: rgba(255, 255, 255, 0.05);
    font-size: 11px;
    text-transform: uppercase;
}

.content-inner .cf-inner .inner h2:before {
    background: #00bcd4;
}

inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.cf-inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 250px;
    border-color: rgba(0, 188, 212, 0.33);
    z-index: 10;
}

.dec-icon {
    padding-bottom: 40px;
}

.content-back .cf-inner:before {
    top: 125px;
}

.content-back .cf-inner:after {
    bottom: 125px;
}




/* custom-cursor */
/* =============================================================================================== */
.custom-cursor {
    width: 3rem;
    height: 3rem;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 100%;

    background: hsla(0, 0%, 80%, .2);
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);

    pointer-events: none;
}


/* buttons */
/* =============================================================================================== */
/* btn-circle */
/* ---------------------------------------- */
.btn-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn-pTSecond */
/* ---------------------------------------- */
.btn-pTSecond {
    margin-top: 2rem;
    border:  1px solid red;

    transform: scale(.8);
    transform-origin: left center;
    transition: .3s;
}

.btn-pTSecond:hover,
.btn-pTSecond:focus {
    transform: scale(1);
}

.btn-pTSecond::before {
    content: '';

    width: 100%;
    height: 100%;
    border-radius: inherit;

    position: absolute;
    background: var(--gradient-2);

    transform: scale(0);
    transition: .6s;
}
/*Just the background stuff */
span.s1 {
    position: absolute;
    top: 0;
    font-size: 15rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #3C4447;
}

span.s2 {
    font-weight: 800;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15rem;
    text-transform: uppercase;
    color: #3C4447;
}

/*My hum... body.. yeah.. */
/* The card */
.card1 {
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.card1:hover{
    height: 108%;
    -webkit-box-shadow: 5px 5px 6px 5px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 5px 5px 6px 5px rgba(0, 0, 0, 0.42);
    box-shadow: 5px 5px 6px 5px rgba(0, 0, 0, 0.35);
}
/* Image on the left side */

/*object-fit: cover; */
/*object-position: center; */

/* Right side of the card */
.rightcard {
    float: right;
    margin-right: 30%;
}

.cardh1 {
    padding-top: 15px;
    font-size: 1.5rem;
    color: #4B4B4B;
    text-transform: uppercase;
}

.author {
    background-color: #9ECAFF;
    height: 30px;
    width: 110px;
    border-radius: 20px;
}

.cardh2 {
    padding-top: 8px;
    margin-right: 6px;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;

}

.separator {
    margin-top: 18px;
    border: 1px solid #C3C3C3;
}

.pcard {
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    font-size: 1.3rem;
    /* line-height: 197%; */
    color: #4B4B4B;
}

/* DATE of release */
/*slider companies*/


.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    width: 0;
}

.ulslider {
    list-style-type: none;
}



/** ---------------------------------------
 * Slider
 ----------------------------------------*/

.slider-wrapper {
    z-index: 500;
    position: relative;
    width: 100%;
    height: 350px;
    background: #FFF;
    border-bottom: 30px solid #4fdaec;
    border-top: 30px solid #4fdaec;
    border-right: 1px solid rgba(79, 218, 236, 0.16);
    border-left: 1px solid rgba(79, 218, 236, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.slider-wrapper li {
    display: none;
}

.slider-wrapper .current-slide {
    display: block;
}

.slider-shadow {
    position: relative;
}

.slider-shadow:after, .slider-shadow:before {
    content: '';
    position: absolute;
    background: rgba(36, 36, 36, 0.38);
    height: 100%;
    width: 50%;
    left: 10px;
    top: -20px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-box-shadow: 0 0 10px 8px rgba(36, 36, 36, 0.38);
    box-shadow: 0 0 10px 8px rgba(23, 28, 36, 0.07);
}

.slider-shadow:before {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.slider-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/**
 * ---[Caption] ----------------------
 **/

.slider-wrapper h2 {
    color: #4fdaec;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 6px;
}

.slider-wrapper p {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
}

/**
 * ---[Botones-Control] ----------------------
 **/
.control-buttons {
    margin-top: 15px;
    text-align: center;
}

.control-buttons li {
    cursor: pointer;
    display: inline-block;
    background: rgba(66, 79, 102, 0.91);
    text-indent: -99999px;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.control-buttons li.active {
    background: #4fdaec;
}

.authors {
    text-align: center;
    color: #7a8699;
    display: block;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 80px;
}
.colorwhite{
    color: white;
}
.class_slide{
    height: 580px;
}
/*icon social*/
.fab1 {
    padding: 17px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 5px;
}

.fab1:hover {
    text-decoration: none;
    opacity: 0.7;
    color: white;
    border-radius: 50%;
}

.fa1-facebook {
    background: #3B5998;
    color: white;
}

.fa1-twitter {
    background: #55ACEE;
    color: white;
}

.fa1-instagram {
    background: #dd4b39;
    color: white;
}

.fa1-linkedin {
    background: #007bb5;
    color: white;
}
.fa-whatsapp{
    background: #1cb401;
    color: white;
}
.co_sh{
    padding: 4px 24px;
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 0px;
    border-radius: 4px;
}
.inp-foot-send{
    height: 45px;
    border-radius: 5px!important;
}
.btn-send-em{
    width: 60%;
    text-align: center;
    margin-right: 19%;
    margin-left: 19%;
    font-size: 25px;
}
/*icon scoile*/
/** ---------------------------------------
 * Responsive
 ----------------------------------------*/
@media screen and (min-width: 1200px){
   .stay-form{
       width: 350px;
       margin-right: 35%;
       margin-left: 35%;
   }
}
@media only screen and (max-width: 825px) {
    .class_slide{
        height: 580px;
    }
    .slider-wrapper {
        height: 260px;
    }
}

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

    .slider-wrapper {
        height: 200px;
    }
    .class_slide{
        height: 350px;
    }
    .slider-wrapper .caption {
        display: none;
    }

}

@media only screen and (max-width: 410px) {
    .adv-dsp{
        display: none;
    }
    .slider-wrapper {
        height: 160px;
    }
    .class_slide{
        height: 250px;
    }
}
.adv-defo{
    border: solid #00000061 2px;
    width: 100%;
    color: rgba(0, 0, 0, 0.75);
    font-size: large;
    text-align: center;
    height: 110px;
    margin-top: 5px;
}
/*slider companies*/
