@font-face {
    font-family: Montserrat_Regular;
    src: url('Montserrat_Regular.eot');
    src: local(Montserrat_Regular), url('../fonts/Montserrat_Regular.ttf') format('opentype');
}
@font-face {
    font-family: Montserrat_ExtraBold;
    src: url('Montserrat_ExtraBold.eot');
    src: local(Montserrat_ExtraBold), url('../fonts/Montserrat_ExtraBold.ttf') format('opentype');
}

@font-face {
    font-family: Montserrat_Bold;
    src: url('Montserrat_Bold.eot');
    src: local(Montserrat_Bold), url('../fonts/Montserrat_Bold.ttf') format('opentype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
/* @font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
} */

body {
    /*font-family: 'Montserrat', sans-serif;*/
    color: #000000;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Trebuchet MS' !important;*/
    font-family: Montserrat_Regular !important;
}

a {
    color: #56be08;
    text-decoration: none !important;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: Montserrat_Regular;
}

#businesshero .carousel-content h3 {
    /* font-family: 'Montserrat', sans-serif !important;*/
    font-size: 18px;
}

button {
    background: #56be08;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    transition: 0.4s;
    border-radius: 3px;
}

button:hover {
    background: #000;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    right: 15px;
    bottom: 15px;
    background: #56be08;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #000;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
}

#topbar .contact-info a {
    line-height: 1;
    color: #000;
    transition: 0.3s;
    font-weight: 700;
}

#topbar .contact-info a:hover {
    color: #56be08;
}

#topbar .contact-info i {
    color: #56be08;
    padding: 4px;
}

#topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 10px;
}

#topbar .social-links a {
    color: #000;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #56be08;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    z-index: 997;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 190px;
    margin-left: -100px;
}

.desk-menu {
    float: right;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.btn-info {
    color: #fff;
    background-color: #56be08 !important;
    border-color: #56be08;
}

.btn-info:hover { !important
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-default {
    color: #000;
    background-color: #fff !important;
    border-color: #dadada;
}

.btn-default:hover { !important
    color: #000;
    background-color: #dadada !important;
    border-color: #000 !important;
}

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    font-weight: 900;
    /*margin-top: 10px;*/
}

.nav-menu a {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 1px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 900;
    font-family: Montserrat_Bold;
    letter-spacing: 0.5px;
}


/*.nav-desk{
  width: 75%;
  float: right;
}*/

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #56be08;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 3px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    color: #103453;
    margin: 8px 0;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #56be08;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 90%;
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 45px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: relative;
    right: 5px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: 90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1349px) {
    .desk-menu {
        width: 80%
    }

    .is-sticky #header {
        min-height: 120px !important;
    }
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1f3548;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #e3f0fc;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #9eccf4;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    right: 15px;
    top: 20px;
    z-index: 99;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    float: right;
}

.is-sticky .mobile-nav-toggle {
    position: fixed;
}

.mobile-nav-toggle i {
    color: #000;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    height: calc(100vh - 114px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    /*background-color: #56be08;*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {

    #hero,
    #hero .carousel-item {
        height: calc(70vh - 70px);
    }

    #hero .carousel-content.container {
        padding: 0 50px;
    }

    #businesshero .carousel-content h2,
    #businesshero .carousel-content h3,
    #businesshero .carousel-content img {
        text-align: center !important;
    }

    #services-1 .icon-box img {
        min-height: 200px !important;
        height: auto !important;
    }
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
    font-family: Montserrat_Regular;
    letter-spacing: 1px;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: Montserrat_Regular;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #56be08;
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

@media (max-width: 768px) {

    #hero h2,
    .#businesshero .carousel-content h2 {
        font-size: 22px !important;
    }

    .desk-pl-30 h2 {
        margin-top: 150px !important;
    }

    #hero h3,
    #businesshero .carousel-content h3 {
        font-size: 18px !important;
    }

    p {
        font-family: Montserrat_Regular;
    }

    .carousel-control-prev-icon {
        margin-top: -200px;
    }

    .carousel-control-next-icon {
        margin-top: -200px;
    }

    #footer .footer-top .footer-links ul li {
        display: block !important;
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }

    .price-item {
        min-height: 440px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.price-item {
    font-family: Montserrat_Regular
}

section {
    padding: 30px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
    /* border-bottom: 2px solid #000;
   width: 50%;*/
}

.section-title p {
    margin-bottom: 0;
    font-size: 16px;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about {
    padding-bottom: 30px;
}

.about .container {
    /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
}

.about .video-box img {
    padding: 15px 0;
}

.about .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 30px;
    line-height: 46.8px;
    font-weight: 700;
    text-align: center;
}

.about .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
    text-align: center;
}


/* .about .section-title h2{
 text-align: center;
 color: #56be08;
}
.about .section-title h2:after {
   background: none repeat scroll 0 0 #000;
   bottom: -10px;
   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 100px;
}
*/

.about .section-title p {
    text-align: left;
    font-weight: 400;
    font-family: Montserrat_Regular;
    font-size: 16px;
    line-height: 30px;
    /*  color:#7a7a7a;*/
    /*font-style: italic;*/
    color: #000000;
}

.about button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat_Regular !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.about .about-content {
    padding: 40px;
}

.about .icon-box+.icon-box {
    margin-top: 40px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: 0.5s;
}

.about .icon-box .icon i {
    color: #56be08;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #56be08;
}

.about .icon-box:hover .icon i {
    color: #fff;
}

.about .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about .icon-box .title a:hover {
    color: #56be08;
}

.about .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 16px;
}

.about .video-box {
    position: relative;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#56be08 50%, rgba(66, 139, 202, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(66, 139, 202, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid #56be08;
    transform: scale(20);
}

.about .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@media (max-width: 768px) {
    .about .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# Why Choose US ?
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 30px;
    line-height: 46.8px;
    font-weight: 700;
}

.counts .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

.counts .icon-box+.icon-box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.counts .count-box h5 {
    margin-top: 20px;
    color: #000 !important;
    font-style: bold !important;
    font-weight: 700;
}

.counts .count-box h5:hover {
    color: #56be08 !important;
}

@media (max-width: 768px) {
    .counts .section-title h2 {
        font-size: 32px;
    }
}

.counts {
    padding-bottom: 30px;
}

.counts .count-box {
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    height: 100%
}

.counts .count-box .icon i {
    display: block;
    font-size: 64px;
    margin-bottom: 15px;
    color: #56be08 !important;
}

.counts .count-box .icon i:hover {
    color: #000 !important;
}

.counts .count-box span {
    font-size: 42px;
    display: block;
    font-weight: 700;
    color: #1c5c93;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Montserrat_Regular;
    font-size: 16px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
    padding-bottom: 30px;
    background-color: #212121;
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.services .section-title {
    padding-bottom: 10px !important;
}

.services .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    text-align: left !important;
    padding-bottom: 0px !important;
}

.services .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: flex;
    justify-content: center;
}

.services .icon i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #56be08;
    font-size: 40px;
    overflow: hidden;
    padding-top: 20px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    color: #000;
}

.services .title a {
    color: #444;
    transition: 0.3s;
}

.services .title a:hover {
    color: #56be08;
}

.services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #56be08;
    bottom: 0;
    left: calc(50% - 25px);
}

.services .description {
    line-height: 24px;
    font-size: 16px;
}

.services button {
    font-size: 16px;
    background: #56be08;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    transition: 0.4s;
    border-radius: 3px;
}

.services button:hover {
    background: #000;
}

.services #homeservicesleft {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .services .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/

.portfolio .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    text-align: left;
}

.portfolio .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

.portfolio #leftcontainer {
    padding-top: 80px;
    padding-left: 50px;
}

.portfolio #leftcontainer p {
    text-align: left;
    font-size: 16px;
    font-family: Montserrat_Regular;
    line-height: 27.8571px;
    color: #7a7a7a;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #56be08;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
    background: rgba(31, 53, 72, 0.6);
    padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
    color: #56be08;
    margin: 0 4px;
    font-size: 16px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
    background: #56be08;
    color: #fff;
}

.portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .info-box {
    color: #444444;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);*/
    padding: 20px 10px 30px 10px;
}

.portfolio .info-box img {
    height: 100px;
    width: 100px;
    font-size: 32px;
    color: #3fbbc0;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #56be08;
}

.portfolio .info-box h3 {
    font-size: 22px;
    color: #56be08;
    font-weight: 700;
    margin: 10px 0;
}

.portfolio .info-box p {
    padding: 0;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Montserrat_Regular;
}

.portfolio .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #56be08;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin: 10px 10px 10px 10px;
}

.portfolio .social-links a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .portfolio .social-links a {
        margin: 5px 5px 5px 5px;
    }

    .portfolio #rightcontainer {
        margin-top: 20px;
    }

    .portfolio .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding: 50px;
    padding: 50px;
}

.contact .info h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

.contact #contactleftcontainer {
    padding: 150px 200px;
    background: url('../img/black.png');
    display: flex;
}

.contact #contactrightcontainer {
    background: url('../img/city.jpg');
    display: flex;
}

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #56be08;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.contact .info i:hover {
    color: #000;
    background: #fff;
}

.contact .info h4 {
    color: #fff;
    padding: 0 0 0 60px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: Montserrat_Regular;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
    color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
}

.contact .info-box i {
    font-size: 32px;
    color: #56be08;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.contact .php-email-form {
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding: 30px 30px 30px 0px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #56be08;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #56be08;
    border: 0;
    float: left;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #000;
}

@media (max-width: 360px) {
    .contact #contactleftcontainer {
        padding: 10px;
        background: url('../img/black.png');
        display: flex;
    }

    .contact .info h2 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .contact #contactleftcontainer {
        padding: 40px;
        background: url('../img/black.png');
        display: flex;
    }

    .contact .info h2 {
        font-size: 32px;
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contactus-info {
    /* padding: 30px;*/
    position: absolute;
    right: 0;
    bottom: 150px;
    left: 550px;
    right: 500px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

#contact .contactus-info {
    background: #fff;
    /* background: rgba(28, 23, 21, 0.7);*/
    /* padding: 20px;*/
    color: #000;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #56be08;
}

#contact .contactus-info h2 {
    color: #000;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}

@media (min-width: 1024px) {
    #contact .contactus-info {
        width: 50%;
    }

    .desk-pl-30 {
        padding-left: 70px !important;
    }
}

@media (min-width: 993px) {

    .desk-pl-30 h2,
    .desk-pl-30 h3 {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    #contact .contactus-info h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #contact .contactus-info p {
        font-size: 16px;
    }

    .desk-pl-30 h2 {
        margin-top: 70px
    }
}

@media (max-width: 768px) {
    .contact #topcard {
        display: none;
    }

    .contact #formcard {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .contact #topcard {
        display: none;
    }

    .contact #formcard {
        display: none;
    }
}

#contactformobile {
    display: none;
}

@media (max-width: 768px) {
    #contactformobile {
        padding: 30px;
        display: block;
    }

    #contactformobile iframe {
        height: 600;
        width: 500;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #contactformobile {
        padding: 30px;
        display: block;
    }

    #contactformobile iframe {
        height: 600;
        width: 500;
    }
}


/* footer starts */

#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #3a3a3a;
    border-top: 1px solid #768fa6;
    border-bottom: 1px solid #67839c;
    padding: 30px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat_Regular;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #56be08;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin: 5px 5px 5px 5px;
}

#footer .footer-top .social-links a:hover {
    background: #fff;
    color: #3a3a3a;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:hover {
    color: #56be08;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #56be08;
}

#footer .footer-top .footer-newsletter {
    margin-top: 30px;
}

#footer .footer-top .footer-newsletter h4 {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    /* width: calc(100% - 110px);*/
    width: 100%;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 19px;
    padding: 0 20px;
    background: #56be08;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #000;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .copyright a {
    color: #fff;
}

#footer .credits a {
    color: #fff;
}

#footer .copyright a:hover {
    color: #56be08;
}

#footer .credits a:hover {
    color: #56be08;
}

#footer .credits img {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    width: 70px;
}

@media (max-width: 768px) {
    #footer .footer-top .social-links a {
        margin: 5px 5px 5px 5px;
    }

    #footer .footer-top .footer-newsletter h4 {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
}


/* read more button */

.toggle-text {
    display: none;
}


/* read more button */


/* ==========================
Spacer
============================= */

#spacer1 {
    background-image: url('../img/black.png');
}

#spacer2 {
    background-image: url('../img/spacer/2.jpg');
}

.home-section {
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6 {
    color: #fff;
}

.color-light p {
    font-size: 16px;
    font-family: Montserrat_Regular;
    color: #bdbdbd;
}

.lead {
    font-weight: 400;
}


/*--------------------------------------------------------------
# BusinessAbout Us
--------------------------------------------------------------*/

.businessabout {
    padding-bottom: 30px;
}

.businessabout .container {
    /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
}

.businessabout .video-box img {
    padding: 15px 0;
}

.businessabout .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    text-align: left;
}

.businessabout .section-title h5 {
    text-align: left;
    color: #56be08;
}

.businessabout .section-title h1 {
    text-align: left;
}

.businessabout .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
    text-align: left;
}


/* .about .section-title h2{
 text-align: center;
 color: #56be08;
}
.about .section-title h2:after {
   background: none repeat scroll 0 0 #000;
   bottom: -10px;
   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 100px;
}
*/

.businessabout .section-title p {
    text-align: left;
    font-weight: 400;
    font-family: Montserrat_Regular;
    font-size: 16px;
    line-height: 30px;
    /*  color:#7a7a7a;*/
    /*font-style: italic;*/
    color: #000000;
    margin-bottom: 10px;
}

.businessabout .about-content {
    padding: 0 40px;
}

.businessabout button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat_Regular !important;
    font-weight: 500 !important;
    font-size: 16px;
    background: #56be08;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    transition: 0.4s;
    border-radius: 3px;
    float: left;
}

.businessabout button:hover {
    background: #000;
}

@media (max-width: 768px) {
    .businessabout .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# BusinessAbout Us
--------------------------------------------------------------*/

section .businesswhy {
    padding: 0px !important;
}

.businesswhy {
    background-color: #212121;
}

.businesswhy .section-title h5 {
    text-align: left;
    color: #fff;
}

.businesswhy .section-title h2 {
    text-align: left;
    color: #fff;
    font-family: Montserrat_Regular;
}

.businesswhy .section-title h2 span {
    text-align: left;
    color: #56be08;
}

.businesswhy .section-left {
    padding: 200px 10px 200px 150px;
}

.businesswhy .section-title h2:after {
    background: none repeat scroll 0 0 #BDBDBD;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 100px;
}

@media (max-width: 768px) {
    .businesswhy .section-left {
        padding: 20px;
    }

    .businesswhy .section-left .section-title p {
        text-align: center !important;
    }

    .businesswhy .section-title h2 {
        text-align: center;
    }
}

.businesswhy .section-middle img {
    padding: 0px;
    margin: 0px;
    filter: brightness(35%) !important;
}

.businesswhy .section-left .section-title p {
    text-align: left;
    font-weight: 400;
    font-family: Montserrat_Regular;
    font-size: 16px;
    line-height: 30px;
    color: #BDBDBD;
}


/*--------------------------------------------------------------
# Businessservices
--------------------------------------------------------------*/

.businessservices {
    padding-bottom: 30px;
}

.businessservices .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    color: #000;
}

.businessservices .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

@media (max-width: 768px) {
    .businessservices .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: #f1f7fb;
    padding: 80px 0;
}

.cta h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #000;
    font-size: 16px;
    font-family: Montserrat_Regular;
    line-height: 27.8571px;
}

.cta .cta-btn {
    font-family: Montserrat_Regular;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
    background: #56be08;
}

.cta .cta-btn:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# Cta End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BusinessHero Section
--------------------------------------------------------------*/

#businesshero {
    width: 100%;
    height: 70vh;
    padding: 0;
    overflow: hidden;
    background-color: rgba(9, 9, 9, 0.8);
    position: relative;
}

#businesshero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#businesshero .carousel-item::before {
    content: '';
    /*background-color: #56be08;*/
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#about-banner::before,
#csr-banner::before,
#award-banner::before {
    background: transparent !important;
}

#businesshero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#businesshero .carousel-content {
    text-align: center;
    /* margin-right: 0;*/
}

#businesshero .carousel-content p {
    text-align: center !important;
    align-items: center !important;
}

@media (max-width: 992px) {
    #businesshero .carousel-content.container {
        padding: 0 20px;
    }

    #businesshero .carousel-content.container h2,
    #hero h2 {
        font-size: 25px;
    }

    #businesshero .carousel-content.container h3 {
        font-size: 20px;
    }
}

#businesshero h2 {
    color: #fff;
    /*margin-bottom: 30px;*/
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat_Regular;
}

#businesshero h3,
#hero h3 {
    font-family: Montserrat_Regular;
    letter-spacing: 1px;
}

#businesshero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    text-align: center !important;
}

#businesshero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#businesshero .carousel-inner .carousel-item,
#businesshero .carousel-inner .active.carousel-item-left,
#businesshero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#businesshero .carousel-inner .active,
#businesshero .carousel-inner .carousel-item-next.carousel-item-left,
#businesshero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#businesshero .carousel-inner .carousel-item-next,
#businesshero .carousel-inner .carousel-item-prev,
#businesshero .carousel-inner .active.carousel-item-left,
#businesshero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#businesshero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#businesshero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#businesshero .carousel-indicators li {
    cursor: pointer;
}

#businesshero .btn-get-started {
    font-family: Montserrat_Regular;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #56be08;
}

#businesshero .btn-get-started:hover {
    background: #1c5c93;
}

@media (min-width: 1024px) {
    #businesshero p {
        width: 60%;
    }

    #businesshero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }

    .banner-right {
        padding-right: 0 !important;
    }
}


/*--------------------------------------------------------------
# login button
--------------------------------------------------------------*/


/*login button */


/* Get Startet Button */

.get-started-btn {
    margin-left: 10px;
    background: #56be08;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
}

.get-started-btn:hover {
    background: #000;
    color: #fff;
}

.icofont-ui-user {
    padding-right: 10px;
    color: #fff !important;
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }
}

.icofont-rounded-right {
    color: #fff !important;
}


/*--------------------------------------------------------------
# residential banner Section
--------------------------------------------------------------*/

#residential {
    width: 100%;
    height: 80vh;
    background: url("../img/herobg.jpg") top center;
    background-size: cover;
    position: relative;
}

#residential:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#residential .container {
    padding-top: 72px;
}

@media (max-width: 992px) {
    #residential .container {
        padding-top: 62px;
    }

    #homeservicesright .content {
        background: white;
    }

    #homeservicesright .card-img-top {
        max-height: 200px !important;
    }
}

#residential h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: Montserrat_Regular;
}

#residential h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}


/*.residentialservices .section-title h2:after {
   background: none repeat scroll 0 0 #56be08;
   bottom: -10px;
   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 100px;
   align-items:  center;
 
}*/

#residential .btn-get-started {
    font-family: Montserrat_Regular;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
}

#residential .btn-get-started:hover {
    background: #56be08;
    border: 2px solid #56be08;
}

@media (min-width: 1024px) {
    #residential {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #residential {
        height: 100vh;
    }

    #residential h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #residential h2 {
        font-size: 16px;
        line-height: 24px;
    }
}


/*--------------------------------------------------------------
# residentialcta
--------------------------------------------------------------*/

.residentialcta {
    background-image: radial-gradient(ellipse at center, rgba(210, 255, 82, 0.75), rgba(85, 189, 7, 0.93)), url("../img/spacer/2.jpg");
    /*background: url("../img/spacer/2.jpg") top center;
  background: -webkit-linear-gradient(45deg, rgba(210,255,82,1) 0%, rgba(85,189,7,1) 100%);*/
    padding: 80px 0;
    position: relative;
}

.residentialcta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.residentialcta p {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat_Regular;
    line-height: 27.8571px;
}

.residentialcta .cta-btn {
    font-family: Montserrat_Regular;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    /*  border: 2px solid #fff;*/
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.residentialcta .cta-btn:hover {
    color: #000;
    background: #fff;
}

@media (min-width: 1024px) {
    .residentialcta {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .residentialcta {
        height: 100vh;
    }

    .residentialcta h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 769px) {
    .residentialcta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# residentialcta End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# package
--------------------------------------------------------------*/

.package {
    border-radius: 5px;
    /*  border: 1px solid #eef0ef;*/
}

.package img {
    width: 400px;
    height: 250px !important;
}

.package img:hover {
    filter: brightness(50%) !important;
}

.package-content {
    padding: 15px;
}

.package .package-content h3 {
    padding: 10px !important;
    font-family: Montserrat_Regular !important;
    font: bold;
    font-weight: 700;
    font-size: 20px !important;
}

.package .package-content h3 a {
    font-size: 20px !important;
    color: #56be08;
    transition: 0.3s;
}

.package .package-content h3 a:hover {
    color: #000 !important;
}

.package .package-content p {
    font-family: Montserrat_Regular !important;
    font-size: 16px;
    color: #000;
}

.select-btn {
    background: #56be08;
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
}

.select-btn:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .select-btn {
        margin: 0 0px 0 0;
        padding: 6px 18px;
    }
}

.residentialservices {
    padding-bottom: 30px;
}

.residentialservices .section-title h2 {
    font-family: Montserrat_Regular !important;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    color: #000;
}

.residentialservices .section-title h2 span {
    font-family: Montserrat_Regular !important;
    /*font-style: italic;*/
    color: #56be08;
}

@media (max-width: 768px) {
    .residentialservices .section-title h2 {
        font-size: 32px;
    }
}


/*--------------------------------------------------------------
# residentialcta
--------------------------------------------------------------*/

.businesscta {
    background-image: radial-gradient(ellipse at center, rgba(210, 255, 82, 0.75), rgba(85, 189, 7, 0.93)), url("../img/spacer/1.jpg");
    /*background: url("../img/spacer/2.jpg") top center;
  background: -webkit-linear-gradient(45deg, rgba(210,255,82,1) 0%, rgba(85,189,7,1) 100%);*/
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
}

.businesscta .left-part {
    padding-top: 80px;
}

.businesscta h3 {
    font-family: Montserrat_Regular;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.businesscta p {
    color: #000;
    font-size: 16px;
    font-family: Montserrat_Regular;
    line-height: 27.8571px;
}

.businesscta i {
    height: 50px;
    width: 50px;
}

.businesscta .cta-btn {
    font-family: Montserrat_Regular;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    /*  float: left;*/
    /*  border: 2px solid #fff;*/
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.businesscta .cta-btn:hover {
    color: #000;
    background: #fff;
}

.businesscta img {
    height: 100px;
    width: 100px;
    /*padding: 30px;*/
}

@media (min-width: 1024px) {
    .businesscta {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .businesscta {
        /*height: 100vh;*/
    }

    .businesscta h3 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .businesscta .left-part {
        padding-top: 20px;
    }

    .businesscta img {
        width: 100px;
        height: 100px
    }

    .businesscta p {
        text-align: center;
    }

    #heroCarousel .carousel-item,
    #businesshero .carousel-item {
        background-position: right !important;
        background-size: cover;
    }
}

@media (min-width: 769px) {
    .businesscta .cta-btn-container {
        /*   display: flex;*/
        /*    align-items: center;*/
        /*  justify-content: flex-end;*/
    }
}


/*--------------------------------------------------------------
# residentialcta End
--------------------------------------------------------------*/


/*.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
*/

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);*/
}

@media (min-width: 600px) {
    .card {
        height: 350px;
    }
}

.card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}

.card:nth-child(1):before {}

.card:nth-child(2):before {}

.card:nth-child(3):before {}

.card:nth-child(4):before {}

.content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}


/*.content > * + * {
  margin-top: 1rem;
}*/


/*.title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1;
}*/

.content .title {
    font-family: Montserrat_Regular;
    font-size: 1rem;
    color: #000 !important;
    font-weight: bold;
    line-height: 1;
}

.content .copy {
    font-family: Montserrat_Regular;
    color: #000 !important;
    /*     font-family: var(--font-serif); */
    font-size: 1.125rem;
    /*font-style: italic;*/
    line-height: 1;
}

.businessservice-btn {
    cursor: pointer;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: #56be08;
    border: none;
}

.businessservice-btn:hover {
    background-color: #000;
}

@media (hover: hover) and (min-width: 600px) {
    .card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        /*  -webkit-transform: translateY(calc(100% - 4.5rem));
            transform: translateY(calc(100% - 4.5rem));*/
    }

    /* .content > *:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
  }*/
    .card:hover,
    .card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }

    /*.card:hover:before,
  .card:focus-within:before {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }*/
}

.businesswhy .icon-box+.icon-box {
    margin-top: 40px;
}

.businesswhy .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 50px;
    transition: 0.5s;
}

.businesswhy .icon-box .icon i {
    color: #56be08;
    font-size: 35px;
}

.businesswhy .icon-box:hover .icon {
    background: #56be08;
}

.businesswhy .icon-box:hover .icon i {
    color: #fff;
}

.businesswhy .icon-box .title {
    margin-left: 95px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.businesswhy .icon-box .title a {
    color: #fff !important;
    transition: 0.3s;
}

.businesswhy .icon-box .title a:hover {
    color: #56be08;
}

.businesswhy .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 16px;
    color: #BDBDBD !important;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@media (max-width: 768px) {
    .businesswhy .section-title h2 {
        font-size: 32px;
    }
}

.hero-social-warp {
    position: absolute;
    right: 30px;
    padding: 4px 40px;
    padding-left: 5px;
    bottom: 167px;
    z-index: 9;
}

.hero-social-warp .hero-social-links {
    display: block;
    white-space: pre-line;
}

.hero-social-warp .hero-social-links i {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
}

.hero-social-warp .hero-social-links a {
    margin-bottom: 40px;
    color: #56be08;
    /* margin-right: 35px; */
    font-size: 30px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-social-warp .hero-social-links a:hover {
    color: #000;
}


/*.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #000;
  counter-increment: gallery-cell;
}

.gallery-cell.is-selected {
  background: #ED2;
}

 cell number 
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.gallery-cell img{
  height: 200px;
  width: 177px;
}*/


/*@media (max-width: 768px) {
 #homeservices   .carousel-inner .carousel-item > div {
        display: none;
    }
  #homeservices    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

 #homeservices .carousel-inner .carousel-item.active,
 #homeservices .carousel-inner .carousel-item-next,
 #homeservices .carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 768px) {
    
     #homeservices .carousel-inner .carousel-item-right.active,
   #homeservices   .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    #homeservices  .carousel-inner .carousel-item-left.active, 
     #homeservices .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

 #homeservices .carousel-inner .carousel-item-right,
 #homeservices .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
*/

.gated-card .content {
    background-color: #fff;
}

@media (min-width:992px) {
    #style-3 {
        margin-top: -70px
    }
}

.team-info {
    min-height: 200px;
}

.gated-card {
    height: 92%;
}

.gated-card .card-img-top {
    height: 200px;
}

.gated-card .title {
    padding: 10px;
    color: black;
    font-size: 20px;
    line-height: 25px;
}

.gated-card p {
    color: black;
}

.gated-card:hover {
    background: #fff !important;
}

.gated-card .content {
    height: 100%;
    position: relative;
}

.gated-card .businessservice-btn {
    position: absolute;
    bottom: 10px;
}

.is-sticky #header {
    height: 70px !important;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 1;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*-----Testimonial-------*/


/*.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}*/

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/testimonial.jpg);
    padding-top: 50px;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
}

.scuro {
    position: static;
}


/*#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 5%;
    /* box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0px 0 20px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent !important;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 18px;
}

.testimonial .carousel {
    /* padding-bottom: 50px;*/
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


/* ------testimonial  close-------*/

#gallery-container {
    /*display: flex;*/
    flex-flow: column wrap;
    max-height: 120vw;
    max-width: 80vw;
}

.img-responsive {
    width: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.gallery-tile {
    width: 20vw;
    margin: 20px;
}

.gallery-tile:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    #gallery-container {
        max-height: 150vw;
        /* Column needs to be longer then 100vw or not all images display. */
    }

    .gallery-tile {
        width: 33.3vw;
        /* Increased image size makes a decent 3 column responsive layout */
    }
}

.breadcrumb {
    background-color: transparent !important;
}

#breadcrumbs {
    list-style: none;
    display: flex;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
}

#breadcrumbs li {
    margin: 8px;
    color: #4c4949;
}

#breadcrumbs li a {
    color: #000000;
    text-decoration: none;
}

#breadcrumbs li a:hover {
    transition-delay: 50ms;
    transition: 50ms;
    color: #55bd07;
    text-decoration: underline;
}

#breadcrumbs li+li:before {
    padding: 4px;
    color: #000000;
    content: "/\00a0";
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px !important;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
}

.modal-header .close {
    background-color: #56be08;
    color: white;
}

.modal-content {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 5px solid #56be08 !important;
}

.details-card {
    /* background: #ecf0f1;*/
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 50px
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #56be08;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
    color: white;
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 16px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat_Regular;
}

.btn-card {
    background-color: #56be08;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: #56be08;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #56be08 !important;
    border-color: #56be08 !important;
}

.page-item .page-link {
    border-color: #56be08 !important;
    color: #56be08;
}

.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #111111;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #56be08;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #777777;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #5e5e5e;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 30px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e03a3c;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 16px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #e65d5f;
}

.blog .entry .entry-content h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #5e5e5e;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #8b8b8b;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #e03a3c;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 16px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 16px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #777777;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111111;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 16px;
    color: #777777;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 16px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 20px 10px;
    font-size: 16px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px 0;
    padding: 10px 10px;
    font-size: 16px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 8px 20px;
    border: 0;
    background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #e03a3c;
}

.blog .blog-pagination {
    color: #444444;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #000;
    padding: 7px 16px;
    display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #e03a3c;
    border: 1px solid #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111111;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #56be08;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
    background: #56be08;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #515151;
}

.blog .sidebar .categories ul a:hover {
    color: #56be08;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #777777;
    font-size: 16px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 14px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: black;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #56be08;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #333;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #515151;
    font-size: 16px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #c4c4c4;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #111111;
    background: #111111;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 16px;
}

.modal-header .close {
    opacity: 0.70 !important;
}


/*.close:hover {
    color: #fff!important;
    text-decoration: none;
    background:#000;
}*/

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

@media (max-width: 992px) {
    .mob-mar {
        margin-top: 50px;
    }

    .why-div {
        margin-bottom: 30px;
    }

    #homeservicesleft {
        padding: 0 25px !important;
    }

    #contactformobile iframe {
        height: 400px;
        width: 100%;
    }

    .mob-heading {
        padding-top: 30px;
    }

    #footer .footer-top .footer-links {
        padding: 0 50px;
    }

    #footer .footer-top .footer-newsletter form input[type="email"] {
        width: 100%;
    }

    .logo {
        width: 80%;
        /*margin-top: 10px;*/
        margin-left: 0 !important;
        max-height: 60px !important;
    }

    .businessabout {
        padding-top: 0;
    }

    .mob-content {
        margin-top: 30px;
    }

    .margin-bottom-mob {
        margin-bottom: 30px;
    }

    .plans .slick-next {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

    .plans .slick-prev {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .testimonial-min {
        min-height: 510px !important;
    }

    .mobile-nav-toggle:active,
    .mobile-nav-toggle:hover,
    .mobile-nav-toggle:focus {
        background-color: #fff;
        color: #000;
    }

    .mobile-nav-toggle:active i,
    .mobile-nav-toggle:hover i,
    .mobile-nav-toggle:focus i {
        color: #000;
    }

    .mob-p-20 {
        padding: 20px;
    }

    .gallery-item p {
        text-align: center;
    }

    #checkdemo {
        z-index: 99999;
    }

    #gallery-container {
        max-height: 340vw;
    }

    #topbar .contact-info a {
        font-weight: 400;
    }

    #topbar .get-started-btn {
        margin: 0;
        padding: 8px;
    }

    #mob-support {
        margin-bottom: 30px;
        display: block;
    }

    .mobile-nav-overly {
        z-index: 0 !important;
    }
}

.gallery-item p {
    text-align: left;
}

#homeservicesright .content {
    min-height: 152px;
}


/*priciong plans */

.planBox {
    background-color: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem;
    position: relative;
    transition: all .5s;
}

.pbHead {
    text-align: center;
    padding: 35px 0;
    margin: 10px;
    max-width: 240px;
}

.pbHead h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: Montserrat_Regular;
}

.pbHead .netSpeed::before {
    width: 23px;
    height: 18px;
    background-image: url(/themes/actcorp/img/sprite/arrowSprite.png);
    background-repeat: no-repeat;
    background-position: -31px -135px;
    background-size: auto;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.pbHead .pbData::before {
    width: 23px;
    height: 18px;
    background-image: url(/themes/actcorp/img/sprite/arrowSprite.png);
    background-repeat: no-repeat;
    background-position: 0 -157px;
    background-size: auto;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.pbHead .pbSpeed::before {
    width: 23px;
    height: 18px;
    background-image: url(/themes/actcorp/img/sprite/arrowSprite.png);
    background-repeat: no-repeat;
    background-position: -31px -159px;
    background-size: auto;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.planList li {
    list-style: none;
    border-top: solid 1px #d6d4d4;
}

.planList li a {
    display: inline-block;
    padding: 25px 30px;
    font-size: 16px;
    color: #8e8e8e;
    width: 100%;
    background-image: url(/themes/actcorp/img/icons/arR.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}

.planList li a .month {
    font-weight: 700;
    color: #322f31;
}

.planList li a .price {
    color: #55BD07;
}

.front .planList li a::after {
    width: 25px;
    height: 25px;
    background-image: url(/themes/actcorp/img/sprite/arrowSprite.png);
    background-repeat: no-repeat;
    background-position: -68px -58px;
    display: inline-block;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.planList {
    padding: 0;
}

.slick-prev {
    position: absolute;
    z-index: 1;
    align-items: center;
    margin: 0;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    left: -40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-left: 7px;
    padding-top: 8px;
}

.slick-next {
    position: absolute;
    z-index: 1;
    /* align-items: center; */
    border-radius: 50%;
    margin: 0;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: -40px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-top: 8px;
}

.slick-prev:focus,
.slick-next:focus {
    outline: 0;
}

.planList li a {
    text-decoration: none;
    text-align: center;
}

.padding {
    padding: 5rem
}

.block {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.b-r {
    border-right: 1px solid rgba(160, 175, 185, .15)
}

.block .btn {
    border: 1px solid #55BD07;
    text-transform: uppercase;
    color: black;
    border-radius: 40px;
    padding: 10px 15px;
}

.block .h1 {
    color: #55BD07;
    font-size: 48px;
    font-weight: bold;
}

.block sup {
    color: #55BD07;
    font-size: 20px;
    top: -1em;
}

.block .active sup {
    color: #fff;
}

.block sub {
    font-size: 20px;
}

.price-item:hover,
.price-item.active {
    background-color: #55BD07;
    color: white;
}

.price-item:hover .h1,
.price-item.active .h1 {
    color: white;
}

.price-item:hover .btn,
.price-item.active .btn {
    background-color: #fff;
    color: #55BD07;
}

.price-item {
    font-family: Montserrat_Regular;
}

.plans .slide {
    margin: 0 !important;
}

.plans h3 {
    font-size: 25px;
    font-family: Montserrat_Regular;
}

.slick-current .price-item {
    border-left: 1px solid rgba(160, 175, 185, .15);
}

.android-box {
    box-shadow: 0px 0 16px rgb(0 0 0 / 10%);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    font-family: Montserrat_Regular;
}

.android-box h5 {
    font-family: Montserrat_Regular;
    font-weight: 600;
    margin-top: 10px;
}

.android-box .icon img {
    width: 40px;
}

.carousel-wrap {
    /* margin: 90px auto; */
    /* padding: 0 5%; */
    width: 100%;
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 22px;
    padding: 10px;
    background-color: #55BD07;
    color: #fff;
    border-radius: 50%;
}

/* service boxed 3 - start */
.service_section {
    min-height: 950px;
}


/*    .service_creative_grid .grid-item:nth-child(3) {
      margin-top: 90px; }
       .service_creative_grid .grid-item:nth-child(4) {
position: absolute;
top: 500px;
right:33%;
       }
        .service_creative_grid .grid-item:nth-child(5) {
position: absolute;
top: 360px;
right:66%;
       }*/

.service_boxed_3 {
    /*margin-top: 30px;*/
    padding: 45px 35px;
    padding-bottom: 0;
    border-radius: 40px 0 40px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
    height: 90%;
}


.service_boxed_3 p {
    font-size: 16px;
    line-height: 25px;
}

.service_boxed_3 .item_title {
    font-size: 20px;
    margin-bottom: 15px;
}

/* service boxed 3 - end */


/* 
.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
} */

.item_icon {
    width: 67px;
    height: 67px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    /*background: #F6F4FD;*/
    border-radius: 22px 0 22px 22px;
    text-align: center;
}

.item_icon i {
    font-size: 20px;
    color: #56be08;
}

.icon-box h5 {
    font-weight: 600;
}

.smart-tv .icon-box p {
    font-weight: 500;
}


.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: #666 !important;
}


.container_blog {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    grid-gap: 23px;
    justify-content: center;
}

.card-top,
.card-right,
.card-bottom,
.card-left {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
}

.card-top {
    flex-direction: column;
    grid-column: auto/span 1;
    grid-row: auto/span 2;
}

.card-right {
    flex-direction: row-reverse;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
}

.card-bottom {
    flex-direction: column-reverse;
    grid-column: auto/span 1;
    grid-row: auto/span 2;
}

.card-left {
    flex-direction: row;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
}

.card-image {
    display: flex;
}

.card-top .card-image,
.card-bottom .card-image {
    height: 50%;
    width: 100%;
}

.card-left .card-image,
.card-right .card-image {
    height: 100%;
    width: 50%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-top img {
    border-radius: 10px;
}

.card-right img {
    border-radius: 10px;
}

.card-bottom img {
    border-radius: 10px;
}

.card-left img {
    border-radius: 10px;
}

.card-text {
    align-self: center;
    padding: 15px;
}

.card-top .card-text {
    height: auto;
    width: auto;
    padding-bottom: 30px;
}

.card-right .card-text {
    height: auto;
    width: 50%;
    padding-left: 30px;
}

.card-bottom .card-text {
    height: auto;
    width: auto;
    padding-top: 30px;
}

.card-left .card-text {
    height: auto;
    width: 50%;
    padding-right: 30px;
}

.card-text p {
    margin: 0;
    line-height: 1.35em;
    color: #334455;
}

@media (max-width: 500px) {
    .card-top {
        flex-direction: row;
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }

    .card-bottom {
        flex-direction: row-reverse;
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }

    .card-top .card-image,
    .card-bottom .card-image {
        height: 100%;
        width: 50%;
    }

    .card-top img {
        border-radius: 10px;
    }

    .card-bottom img {
        border-radius: 10px;
    }

    .card-top .card-text {
        height: auto;
        width: 50%;
        padding-right: 36.8px;
    }

    .card-bottom .card-text {
        height: auto;
        width: 50%;
        padding-left: 36.8px;
    }
}

@media (max-width: 400px) {
    .card-image {
        width: 38% !important;
    }

    .card-text {
        width: 62% !important;
    }
}


/*------------------------- Error Policy ------------------------*/
.error-content {
    text-align: center;
}

.error-content span {
    font-size: 110px;
    font-weight: 700;
    display: block;
    line-height: 100px;
    margin: 0 0 40px;
    color: #56be08;
}

.error-content .btn i {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: -1px;
}

.error-content p {
    margin: 0 0 20px;
}

.btn.v1 {
    background-color: #56be08;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    padding: 12px 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn.v1 i {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.btn.v1:hover {
    background-color: #000;
}

.btn.v1:hover i {
    color: #fff;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.social {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 1;
}

.social ul {
    padding: 10px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 13px;
    background: rgba(171, 219, 209, 0.36);
    width: 290px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(173, 178, 177, 0.4);
}

.social ul li:hover a {
    color: #fff;
}

.social ul li a {
    color: #000;
    text-decoration: none;
}

.social ul li:hover i {
    color: #fff;
    background: #56be08;
}

.social ul li i {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bike {
    background-image: url("../img/clock.svg");
    width: 64px;
    height: 64px;
    background-size: cover;
}

.icon-bike:hover,
.icon-bike:focus {
    background-image: url("../img/clock-black.png");
}



/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

button.close {
    padding: 0;
    background-color: #55BD07;
    border: 0;
}

.businessabout h5 {
    text-align: left;
    color: #55BD07;
}


.box {
    position: relative;
    width: 100%;
    /*padding-right: 15px;
padding-left: 15px*/
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 20px;
    min-height: 410px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-70%);
    text-align: center
}

.our-services .icon img {
    border-radius: 50%;
    width: 80px;
}

.our-services ul li {
    text-align: left;
    margin-bottom: 15px;
}

.our-services h4 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.black {
    color: black;
}

.black:hover {
    color: white;
}

.slide {
    position: relative;
    text-align: center;
    color: white;
    width: 100%
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #56BE08;
    font-weight: bold;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



.gallery {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.gallery .slick-list {
    overflow: hidden;
}

.gallery .slick-slide {
    outline: none !important;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    line-height: 40px;
    text-align: center;
    background-color: #55BD07;
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 4px;
    color: white;
}

.gallery-arrow:hover {
    background: #000;
}

.gallery-arrow.mod-prev {
    left: 0;
    border-radius: 50%;
}

.gallery-arrow.mod-next {
    right: 0;
    border-radius: 50%;
    padding-left: 7px;
}

.gallery-item {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.gallery-img-holder {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}

.gallery-img {
    width: 100%;
    height: 100%;
}

.slick-lightbox .slick-arrow {
    z-index: 10;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    font-size: 14px;
}


h2 {
    text-align: center;
    padding: 20px;
    font-family: Montserrat_Regular;
}

.box1 {
    position: relative;
    width: 100%;
    /*padding-right: 15px;
padding-left: 15px*/
}

.our-services1 {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 20px;
    min-height: 200px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services1 .icon {
    margin-bottom: -21px;
    transform: translateY(-70%);
    text-align: center
}

.our-services1 .icon img {
    border-radius: 50%;
    width: 80px;
}

.our-services1 ul li {
    text-align: left;
    margin-bottom: 15px;
}

.our-services1 h4 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-bg1 {
    background-color: #f9f9fa !important;
}

.services1 .icon-box {
    text-align: center;
    border: 1px solid #fff;
    padding: 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.services1 .icon-box .icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.services1 .icon-box .icon i {
    color: #16df7e;
    font-size: 36px;
    transition: 0.3s;
}

.services1 .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services1 .icon-box h4 a {
    color: #5f687b;
    transition: ease-in-out 0.3s;
}

.services1 .icon-box p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
}

.services1 .icon-box:hover {
    border-color: #eaecef;
}

.services1 .icon-box:hover h4 a {
    color: #16df7e;
}

.feature-list1 {
    list-style: none;
}

.feature-list1 li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-list1 li:last-child {
    margin-bottom: 0px;
}

.feature-list1 li i {
    color: #56be08;
    /*margin-top: 10px;*/
}

#services-1 .icon-box img {
    height: 200px;
    max-width: 100%;
}

.ic-img {
    padding: 10px;
    border: 1px dashed #56be08;
    border-radius: 50%;
}

.test-1 .owl-prev {
    left: 30px !important;
    position: absolute;
    top: 15%;
    padding: 10px;
}

.test-1 .owl-prev:focus,
.test-1 .owl-next:focus {
    border: 0;
    outline: none;
}

.test-1 .owl-next {
    right: 30px !important;
    position: absolute;
    top: 15%;
    padding: 10px;
}

.top {
    position: absolute;
    top: -50px;
    left: -100px;
}

.text-black
{
    color: #000;
}

.form-group
{
    margin-bottom:5px;
}
.blog_h5
{
    font-size:16px;
}
