/*------------intial declartaion of css start------------*/
*{ padding:0; margin:0; box-sizing:border-box;}
html, body, div, span, p, ul, li, label, select, input { margin:0; padding:0; border:0; outline:0; font-size:100%;}
textarea { overflow:auto; vertical-align:top; resize:none;}
table { border-collapse: collapse; border-spacing:0;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer;}
button{ border:none;}
/* remember to define focus styles! */
a:hover { text-decoration:none;}
a:focus { outline:0; text-decoration:none;}
button:focus{ outline:none;}
ol, ul { list-style:none;}
a, :hover{ text-decoration: none; outline: none; transition: all 200ms ease-in-out 0s; -moz-transition: all 200ms ease-in-out 0s; -webkit-transition:all 200ms ease-in-out 0s;}
img { border:0 none; max-width:100%;}

/* base css start */
html { width:100%; height:100%;}
body { font-family: 'Lato'; font-size:14px; color:#323232; font-weight:normal; margin:0; padding:0;}
/* .wrapper{ width:100%; float:left; padding:0; margin:0; position: relative;} */

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Light-51c160582922391b51834f8b6dc68dcc7685c0d0179a527aa351c1095a5bf480.woff2) format('woff2'),
        url(/assets/Lato-Light-52129987f747edd3470f710ada59fb0c1e7d5bcfcb6176f3215882204d6e8019.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Regular-0c16512e222af8599a1d78367d3ef965a405449ca50446ce5100432334c78602.woff2) format('woff2'),
        url(/assets/Lato-Regular-ea42cf65141ba3f6405eee3c95520e1b28df3163457de3e2de91eb3f677a9d6c.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Medium-38c8c57029272348bb5f775df6e9df54c4c55042ee798b576771ed377985c86a.woff2) format('woff2'),
        url(/assets/Lato-Medium-ef2df754308ff6245d0b839c4f4c7576c2eecdf69070739a6ed87a9ab379f3b1.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Semibold-2605fb31944963bd15631b30553beba8a9c27c35931a488f792c1b51f83ab061.woff2) format('woff2'),
        url(/assets/Lato-Semibold-a002fd9dfdad6c72694a5aa87b3f8c4830685546216f9d1b341acf2d8870deb3.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Bold-73ece75ab519aa0f4ecb0207a87cc4ab59e70a77c93ab0798782e285215bc185.woff2) format('woff2'),
        url(/assets/Lato-Bold-1172b430e6f7b3ae5ac8424f6c02eceda1519d93b1abbe85095a80dba9f1916e.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src:url(/assets/Lato-Heavy-db4d77a0656e3acea7222db33d9ea8ce58c2ef28e92c522d4b251da3563b5e1f.woff2) format('woff2'),
        url(/assets/Lato-Heavy-2d80491ba44a55479bcd8120baf1131686de09576e62ac7609181f7e1a0d7e4a.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


.btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    /* border-radius: 0; */
}

.btn-primary {
    background-color: #f22338;
    color: #fff;
    border-color: #f22338;
}
.btn-primary:hover, :not(.btn-check)+.btn:active {
    background-color: #d50319;
    color: #fff;
    border-color: #d50319;
}

.btn-outline-primary {
    background-color: transparent;
    color: #f22338;
    border-color: #f22338;
}
.btn-outline-primary:hover, .btn:first-child:active {
    background-color: #d50319;
    color: #fff;
    border-color: #d50319;
}

.btn-white {
    background-color: #fff;
    color: #f22338;
    border-color: #fff;
}
.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    font-size: 14px;
    color: #323232;
    padding: 0.625rem 0.75rem;
    border: #dddddd 1px solid;
    border-radius: 0;
}
.form-control:focus {
    color: #323232;
    border-color: #dddddd;
    box-shadow: none;
}


/*================ Homepage css start ================*/
.marketing-wrapper {
    padding-top: 75px;
    }  
.header-sec .navbar {
  background: #000;
}
.header-sec .logo-area img {
    height: 49px;
}
.header-sec .navbar-collapse {
    justify-content: center;
}
.header-sec .navbar-nav .nav-link{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.header-sec .navbar-nav .nav-link:hover {
    color: #f22338;
}
.header-sec .navbar-nav .nav-link.active {
    color: #f22338;
}
.header-sec .login-btn {
    min-width: 100px;
}
.header-sec .navbar-toggler-icon {
    background-image: url(/assets/menu-334a98f28cfbbf297ea5f6c4729f3adb02dca32f6b37f93e4e1f7ed350967e70.svg);
}

.banner-sec {
    background-size: cover;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.banner-sec:before {
    content: '';
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.banner-inner {
    position: relative;
    text-align: center;
}
.banner-inner .banner-title {
    font-size: 38px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-inner .banner-desc {
    font-size: 20px;
    color:#fff;
}

.space-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.welcome-img img {
    width: 100%;
}
.welcome-content .welcome-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.welcome-content .welcome-title .welcome-text {
    font-size: 16px;
    color:#ee8233;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.welcome-content .welcome-desc {
    font-size: 15px;
    color:#858585;
    line-height: 24px;
    margin-bottom: 10px;
}
.welcome-content .readmore-btn {
    min-width: 140px;
    margin-top: 20px;
}

.theme-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.theme-title .titleSub-color {
    color: #ee8233;
}
.theme-desc {
    font-size: 15px;
    color:#858585;
    line-height: 24px;
}
.bg-offwhite {
    background-color:#f8f9fa;
}
.pricingPlan-sec .theme-title {
    margin-bottom: 50px;
}
.pricing-box {
    background-color: #fff;
    text-align: center;
    padding: 50px 20px;
    box-shadow: rgba(0,0,0,0.08) 0 0 20px;
}
.pricing-box .price-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pricing-box .price {
    font-size: 48px;
    color:#f22338;
    font-weight: 900;
    margin-bottom: 10px;
}
.pricing-box .price .dollar {
    font-size: 28px;
}
.pricing-box .plan-duration {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}
.pricing-box .plan-list {
    margin-bottom: 30px;
}
.pricing-box .plan-list li {
    font-size: 16px;
    color: #858585;
    margin-bottom: 15px;
}
.pricing-box .plan-list li:last-child {
    margin-bottom: 0;
}
.pricing-box.true {
    background-color: #f22338;
    transform: scale(1.02);
}
.pricing-box.true .price-title {
    color: #fff;
}
.pricing-box.true .price {
    color:#fff;
}
.pricing-box.true .plan-duration {
    color:#fff;
}
.pricing-box.true .plan-list li {
    color:#fff;
}

.partner-box {
    text-align: center;
}
.partner-box .partner-image {
    margin-bottom: 15px;
    border: #dddddd 1px solid;
    padding: 30px 15px;
}
.partner-box .partner-image img {
    min-height: 200px;
    max-height: 200px;
}

.partner-box img {
    min-height: 200px;
    max-height: 200px;
}
    

.hardware-sec.space-sec {
    padding-bottom: 70px;
}
.hardware-box {
    text-align: center;
    margin-bottom: 30px;
}
.hardware-box .hardware-img {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.hardware-box .hardware-img img {
    max-height: 230px;
}
.hardware-box .hardware-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hardware-box .hardware-price {
    font-size: 24px;
    color: #ee8233;
    font-weight: bold;
}

.hardware-box .hardware-description {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.whyClover-sec .carousel-inner {
    padding-bottom: 20px;
}
.whyClover-sec .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.whyClover-sec .carousel-indicators [data-bs-target] {
    background-color: #d8d8d8;
    width: 12px;
    height: 12px;
    border: none;
    opacity: 1;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.whyClover-sec .carousel-indicators .active {
    background-color: #f22338;
}
.whyClover-content .clover-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.whyClover-content .clover-desc {
    font-size: 15px;
    color:#858585;
    line-height: 24px;
    margin-bottom: 30px;
}

.help-content .theme-title {
    margin-bottom: 10px;
}
.help-content .theme-desc {
    margin-bottom: 0px;
}

.video-box {
    margin-bottom: 30px;
    }
    .video-box .videoImg-area {
    position: relative;
    }
    .video-box .videoImg-area .play {
    font-size: 24px;
    color: #fff;
    width: 60px;
    height: 60px;
    border: #fff 4px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    }
    .video-box .video-title {
    background: #fff;
    padding: 20px 15px;
    }
    .video-box .video-title h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    }
    .youtube-btn {
    text-align: center;
    padding-top: 10px;
    }
    .youtube-btn .btn {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    }
    .youtube-btn .btn i {
    font-size: 34px;
    line-height: 28px;
    margin-right: 10px;
    }
    .howHelp-sec .modal .modal-title {
    font-size: 18px;
    }
    .howHelp-sec .modal .btn-close:focus {
    box-shadow: none;
    }

.testimonials-wrap .testimonials-box {
    background: #f4f5f6;
    padding: 15px;
    display: flex;
    align-items: center;
    min-height: 150px;
    position: relative;
    margin-bottom: 40px;
}
.testimonials-wrap .testimonials-box:after {
    content:'';
    width: 0;
    height: 0;
    position: absolute;
    left: 30px;
    bottom: -25px;
    border-top: 25px solid #f4f5f6;
    border-right: 25px solid transparent;
}
.testimonials-wrap .testimonials-img {
    min-width: 65px;
    margin-right: 15px;
}
.testimonials-wrap .testimonials-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.testimonials-wrap .client-name {
    font-size: 18px;
    color: #ee8233;
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonials-wrap .client-text {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonials-sec .owl-theme .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.testimonials-sec .owl-theme .owl-nav [class*=owl-] {
    font-size: 28px;
    color: #858585;
    line-height: 28px;
    border-radius: 0;
    margin: 0 5px;
}
.testimonials-sec .owl-theme .owl-nav [class*=owl-]:hover {
    color: #f22338;
}
.testimonials-sec .owl-theme .owl-dots {
    display: none;
}

.events-sec.space-sec {
    padding-bottom: 70px;
}
.events-box {
    background-color: #fff;
    margin-bottom: 30px;
}
.events-box .event-img img {
    max-height: 265px;
}
.events-box .event-info {
    padding: 15px;
}
.events-box .event-info .event-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.events-box .event-info .event-date {
    font-size: 14px;
    color: #858585;
    margin-bottom: 10px;
}
.events-box .event-info .event-date i {
    font-size: 16px;
    color: #ee8233;
    margin-right: 5px;
}

.scheduleDemo-sec {
    background: url(/assets/schedule_bg-31adb6fbaf0591b07b9ba91e70a9f89d2fb01ca634f1491aab07510cf03e7aa9.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.scheduleDemo-sec:before {
    content: '';
    background-color: rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.scheduleDemo-sec .container {
    position: relative;
}
.scheduleDemo-sec .theme-title {
    color: #fff;
    margin-bottom: 40px;
}
.schedule-form .form-group {
    margin-bottom: 40px;
}
.schedule-form .form-control {
    border-color: #fff;
}
.schedule-form .form-control:focus {
    border-color: #fff;
}
.schedule-form .date-area {
    position: relative;
}
.schedule-form .date-area i {
    font-size: 18px;
    color: #858585;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.schedule-form .date-area .form-control {
    padding-right: 2.5rem;
}

.address-area li {
    font-size: 22px;
    color: #323232;
    display: flex;
    margin-bottom: 40px;
}
.address-area li:last-child {
    margin-bottom: 0;
}
.address-area li a {
    color: #323232;
}
.address-area li a:hover {
    color: #f22338;
}
.address-area .contact-icon {
    min-width: 40px;
    margin-right: 15px;
}
.address-area .address span {
    font-size: 18px;
    color: #858585;
    display: block;
    margin-top: 5px;
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-form .btn {
    min-width: 150px;
}

.footer-sec {
    background-color: #111111;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-sec .copy-text {
    font-size: 14px;
    color: #ddd;
    text-align: center;
}
.footer-sec .copy-text a {
    color: #ddd;
    font-weight: bold;
}
.footer-sec .copy-text a:hover {
    color: #f22338;
}
.topBtn {
    background-color: #f22338;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 9999;
}
.topBtn:hover {
    background-color: #d50319;
    color: #fff;
}
