body{background-color:#fff;color:#333}
h1,h2,h3,h4,h5,h6{margin:0}
h2{color:#000;font-weight:600}
h4{color:#000;font-size:13px;font-weight:700;text-transform:uppercase;line-height:2}
h5{color:#626262;font-size:14px;font-weight:500}
a{text-decoration:none;color:#71c55d}
a:hover{color:#92d283}
li{color:#626262;font-size:13px;font-weight:400;line-height:30px;text-transform:capitalize}
p{color:#505050;font-size:14px;font-weight:400;line-height:2;margin-bottom:20px}
.container-full{padding-left:0;padding-right:0}
.btn{border:1px solid #fff;border-radius:50px;color:#fff;font-size:13px;font-weight:600;padding:12px 25px;text-transform:uppercase;transition:all .5s ease-in-out 0}
.btn-default:hover{color:#fff;background-color:#e6e6e6;border-color:#adadad}
.fa{text-decoration:none;font-size:13px}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:15px;bottom:15px;z-index:996;background:#71c55d;width:40px;height:40px;border-radius:4px;transition:all .4s}
.back-to-top i{font-size:28px;color:#fff;line-height:0}
.back-to-top:hover{background:#8bd07b;color:#fff}
.back-to-top.active{visibility:visible;opacity:1}
#header{background:#fff;z-index:997;transition:all .5s ease;padding:20px 0;}
#header #logo h1{color:#505050;font-size:28px;font-weight:600;margin:0}
#header #logo h1 a{color:#555;display:inline-block;text-decoration:none}
#header #logo h1 a span{color:#71c55d}
#header img{padding:0;margin:0; height:62px;}
#header.header-scrolled{background:#fff;box-shadow:0 3px 7px rgba(0,0,0,0.1);padding:12px 0}
#header .country-flag img{height:20px}
.navbar{padding:0}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar li{position:relative}
.navbar a,.navbar a:focus{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 30px;font-family:"Roboto",sans-serif;font-size:15px;color:#222;white-space:nowrap;transition:.3s;}
.navbar a i,.navbar a:focus i{font-size:12px;line-height:0;margin-left:5px}
.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover > a{color:#71c55d}
.navbar .dropdown ul{display:block;position:absolute;left:14px;top:calc(100% + 30px);margin:0;padding:10px 0;z-index:99;opacity:0;visibility:hidden;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25);transition:.3s;border-radius:4px}
.navbar .dropdown ul li{min-width:200px}
.navbar .dropdown ul a{padding:10px 20px;text-transform:none}
.navbar .dropdown ul a i{font-size:12px}
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover > a{color:#71c55d}
.navbar .dropdown:hover > ul{opacity:1;top:100%;visibility:visible}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden}
.navbar .dropdown .dropdown:hover > ul{opacity:1;top:0;left:100%;visibility:visible}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul{left:-90%}
.navbar .dropdown .dropdown:hover > ul{left:-100%}
.navbar a,.navbar a:focus{padding:10px 0 10px 18px;}
}
.mobile-nav-toggle{color:#222;font-size:28px;cursor:pointer;display:none;line-height:0;transition:.5s}
.mobile-nav-toggle.bi-x{color:#fff}
@media (max-width: 991px) {
.mobile-nav-toggle{display:block}
.navbar ul{display:none}
}

.navbar .getstarted, .navbar .getstarted:focus {background: #71c55d; padding: 5px 25px; margin-left: 30px; border-radius: 4px; font-weight: 400; color: #fff; border-radius:40px;}
.navbar .getstarted:hover {background: #8bd07b; color: #fff}

.btn {font-weight: 400 !important; border-radius:40px; display: inline-block;}
.btn-primary {background: #71c55d !important; border-color: #71c55d !important;}
.btn-primary:hover {background: #8bd07b !important; border-color: #8bd07b !important color: #fff}

.btn-outline-primary {background: #fff !important; border-color: #71c55d !important; color: #71c55d !important;}
.btn-outline-primary:hover {background: #8bd07b !important; border-color: #8bd07b !important; color: #fff !important}

.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:rgba(34,34,34,0.9);transition:.3s;z-index:999}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px}
.navbar-mobile ul{display:block;position:absolute;top:55px;right:15px;bottom:15px;left:15px;padding:10px 0;border-radius:6px;background-color:#fff;overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:#222}
.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover > a{color:#71c55d}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus{margin:15px}
.navbar-mobile .dropdown ul{position:static;display:none;margin:10px 20px;padding:10px 0;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25)}
.navbar-mobile .dropdown ul li{min-width:200px}
.navbar-mobile .dropdown ul a{padding:10px 20px}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover > a{color:#71c55d}
.navbar-mobile .dropdown > .dropdown-active{display:block}
#hero{width:100%;height:calc(100vh - 40px);background:url(../img/hero-bg.png) center bottom no-repeat;background-size:100%;position:relative;margin-top:40px}
@media (min-width: 1025px) {
#hero{background-attachment:fixed}
}
@media (min-width: 1025px) and (max-height: 768px) {
#hero{height:110vh}
}
@media (max-height: 600px) {
#hero{height:200vh}
}
#hero .hero-container{position:absolute;bottom:0;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}
#hero h1{margin:0 0 10px;font-size:48px;font-weight:700;line-height:56px;font-family:"Philosopher",sans-serif;color:#71c55d}
@media (max-width: 768px) {
#hero h1{font-size:28px;line-height:36px}
}
#hero h2{color:#777;margin-bottom:30px;font-size:20px;font-family:"Roboto",sans-serif;font-weight:300}
@media (max-width: 768px) {
#hero h2{font-size:18px;line-height:24px;margin-bottom:30px}
}
#hero img{max-width:95%;margin-bottom:30px}
#hero .btn-get-started{font-family:"Roboto",sans-serif;text-transform:uppercase;font-weight:400;font-size:15px;display:inline-block;padding:11px 36px;border-radius:50px;transition:.5s;margin-bottom:30px;border:2px solid #71c55d;background:#fff;color:#71c55d;text-decoration:none}
#hero .btn-get-started:hover{background:#71c55d;color:#fff}
#hero .btns a{color:#555;font-size:15px;font-weight:600;text-transform:uppercase;margin:4px 20px;text-decoration:none;transition:.3s}
@media (max-width: 575px) {
#hero .btns a{margin:4px 8px}
}
#hero .btns a:hover{color:#71c55d}
section{overflow:hidden}
.padd-section{padding-bottom:80px;padding-top:80px}
@media (max-width: 992px) {
.padd-section{padding-top:40px;padding-bottom:40px}
}
.section-title {margin-bottom:80px}
.section-title h1 {font-size:32px; font-weight: 600}
.bg-highlight {background: #e4f4e1}
@media (max-width: 992px) {
.section-title{margin-bottom:40px}
}
.section-title h2{font-family:"Roboto",sans-serif;font-size:36px;font-weight:300;margin-bottom:20px;text-transform:capitalize}
.section-title .separator{margin:0}
.separator{color:#626262;font-family:"Roboto",sans-serif;font-size:15px;font-weight:300;margin-bottom:30px;text-transform:capitalize}
.breadcrumbs{padding:20px 0;background-color:#e4f4e1;margin-top:100px}
/*.breadcrumbs .d-flex {white-space: nowrap; text-overflow: ellipsis; overflow: auto; display: block;}*/
@media (max-width: 992px) {
.breadcrumbs{margin-top:64px}
.breadcrumbs {padding: 10px 0}
}
.breadcrumbs h2{font-size:24px;font-weight:300;margin:0}
@media (max-width: 992px) {
.breadcrumbs h2{margin:0 0 10px}
}
.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.breadcrumbs ol li{font-size:14px}
.breadcrumbs ol li + li{padding-left:10px}
.breadcrumbs ol li + li::before{display:inline-block;padding-right:10px;color:#6c757d;content:"/"}
@media (max-width: 768px) {
.breadcrumbs ol{display:block}
.breadcrumbs ol li{display:inline-block}
.breadcrumbs ol li:last-child {display: none;}
}
#get-started{display:inline-block;height:100%;width:100%}
#get-started .feature-block{background:#fff none repeat scroll 0 0;padding:30px 20px;transition:all .5s ease-in-out 0}
#get-started .feature-block img{height:60px;margin-bottom:30px;width:60px}
@media (max-width: 991px) {
#get-started .feature-block{margin-bottom:30px}
}
#get-started .feature-block:hover{box-shadow:0 0 35px rgba(0,0,0,0.1);transition:all .5s ease-in-out 0}
#get-started .feature-block h4{margin-bottom:20px}
#get-started .feature-block p{margin-bottom:20px}
#about-us img{max-width:100%}
#about-us .about-content {padding-left: 30px;}
#about-us .about-content ul li .fa{padding-right:20px}
.about-content .title2 {font-size: 25px; margin-bottom: 10px;}
.about-content .action > *:nth-child(2) {margin-left: 5px;}

.about-box * {margin:0 0 17px; font-size: 16px;}
.about-box h1, .about-box h2, .about-box h3, .about-box h4, .about-box h5, .about-box h6 {margin-bottom:10px; font-size: 22px; line-height: normal;}
.about-box ul {list-style: disc; padding-left: 30px; margin-bottom: 17px;}
.about-box ul li {margin-bottom:0px; padding: 0px;}
.about-box .table {font-size: 16px; border-spacing: 0px;}
.about-box .table td {padding: 5px 12px; border-bottom: 1px solid #ddd}
.about-box a {text-decoration: underline;}
.about-box a:hover {text-decoration: none;}


#features{display:inline-block;height:100%;width:100%}
#features .feature-block{background:#fff none repeat scroll 0 0;padding:30px 20px;margin-bottom:30px;transition:all .5s ease-in-out 0}
#features .feature-block img{height:60px;margin-bottom:30px;width:60px}
#features .feature-block:hover{box-shadow:0 0 35px rgba(0,0,0,0.1);transition:all .5s ease-in-out 0}
#features .feature-block h4{margin-bottom:20px}
#features .feature-block p{margin-bottom:0}
#screenshots .swiper-pagination{margin-top:20px;position:relative}
#screenshots .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:#fff;opacity:1;border:1px solid #71c55d}
#screenshots .swiper-pagination .swiper-pagination-bullet-active{background-color:#71c55d}
#video{background:url(../img/video-bg.jpg) center center;background-repeat:no-repeat;background-size:cover;height:400px;overflow:hidden}
#video .overlay{background:rgba(0,0,0,0.85);height:100%}
#video .overlay .play-btn{width:94px;height:94px;background:radial-gradient(#71c55d 50%,rgba(113,197,93,0.15) 52%);border-radius:50%;display:block;margin:153px auto 0;position:relative;overflow:hidden}
#video .overlay .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)}
#video .overlay .play-btn:before{content:"";position:absolute;width:120px;height:120px;-webkit-animation-delay:0;animation-delay:0;-webkit-animation:pulsate1 2s;animation:pulsate1 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:2px solid rgba(255,255,255,0.5);top:-15%;left:-15%;background:rgba(198,16,0,0)}
#video .overlay .play-btn:hover::after{border-left:15px solid #71c55d;transform:scale(20)}
#video .overlay .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 pulsate1 {
0%{transform:scale(0.6,0.6);opacity:1}
100%{transform:scale(1,1);opacity:0}
}
@keyframes pulsate1 {
0%{transform:scale(0.6,0.6);opacity:1}
100%{transform:scale(1,1);opacity:0}
}
@-webkit-keyframes pulsate2 {
0%{transform:scale(0.1,0.1);opacity:1}
100%{transform:scale(1,1);opacity:0}
}
#team .team-block{box-shadow:0 0 35px rgba(0,0,0,0.1);height:254px;overflow:hidden;position:relative;width:100%}
@media (max-width: 991px) {
#team .team-block{margin-bottom:30px}
#header, #header.header-scrolled {padding: 7px 0}
#header img {height: 50px;}
}
#team .team-block img{width:100%}
#team .team-block .team-content{background:#fff none repeat scroll 0 0;bottom:0;box-shadow:0 0 4px 0 rgba(0,0,0,0.2),0 0 0 0 rgba(0,0,0,0.19);bottom:-147px;padding:20px 0;position:absolute;width:100%;transition:all .5s ease-in-out 0}
#team .team-block .team-content ul{display:block;width:100%}
#team .team-block .team-content ul li{display:inline-block}
#team .team-block .team-content ul li a{color:#626262}
#team .team-block .team-content ul li a .fa{float:left;padding-left:10px;padding-right:10px;transition:.3s}
#team .team-block .team-content ul li a .fa:hover{color:#71c55d}
#team .team-block .team-content ul > span{display:inline-block;font-size:14px;font-weight:300;margin-bottom:20px;text-transform:uppercase}
#team .team-block:hover .team-content{bottom:0;transition:all .5s ease-in-out 0}
#testimonials .testimonials-content{box-shadow:0 0 35px rgba(0,0,0,0.1);padding:49px 20px}
#testimonials .testimonials-content::before{color:#71c55d;content:"\f10e";display:inline-block;font:70px/1 FontAwesome;position:absolute;right:43px;text-align:left;top:-29px}
#testimonials .top-top > h2{font-family:"Roboto" sans-serif;font-size:45px;font-weight:300;margin-bottom:20px;text-transform:capitalize}
#testimonials .top-top > h4{font:700 12px Lato,sans-serif}
#testimonials .top-top span{font-size:12px;font-weight:300;margin-left:26px}
#testimonials .btm-btm ul li{float:left;margin:0 8px;border-radius:50%;padding:0;overflow:hidden;background:#ddd none repeat scroll 0 0;cursor:pointer;height:12px!important;width:12px!important;border:0;content:""}
#testimonials .btm-btm .active{background:#71c55d}
.carousel-indicators{position:relative;bottom:0;left:0;bottom:0!important;z-index:15;width:auto;padding-left:0;margin:30px auto 0;margin-right:auto;text-align:center;list-style:none;margin-bottom:0;display:inline-block}
.carousel-indicators li{margin:0}
#pricing .block-pricing{background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,0.2),0 0 4px 0 rgba(0,0,0,0.19);display:inline-block;position:relative;width:100%;text-align:center;padding:30px 0}
@media (max-width: 991px) {
#pricing .block-pricing{margin-bottom:30px}
}
#pricing .block-pricing .table{margin-bottom:0;padding:30px 15px;max-width:100%;width:100%}
#pricing .block-pricing .pricing-table h4{padding-bottom:30px}
#pricing .block-pricing h2{margin-bottom:30px}
#pricing .block-pricing ul{list-style:outside none none;margin:10px auto;max-width:240px;padding:0}
#pricing .block-pricing ul li{border-bottom:1px solid rgba(153,153,153,0.3);padding:12px 0;text-align:center}
#pricing .block-pricing ul li b{color:#3c4857}
#pricing .block-pricing .pricing-table .table_btn a{background:#71c55d;color:#fff;margin:0;display:inline-block}
#pricing .block-pricing .pricing-table .table_btn a:hover{background:#55b03f}
#pricing .block-pricing .pricing-table .table_btn a .fa{font-size:13px;margin-right:5px}
@media (max-width: 991px) {
#blog .block-blog{margin-bottom:5px}
}
#blog .block-blog {border-radius: 7px; border:1px solid #eee; height: 100%; background: #fff}
#blog .block-blog:hover {box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.04)}
#blog .block-blog figure {height:300px; margin-bottom: 0px; overflow: hidden; border-radius: 7px 7px 0 0; position: relative; background: #fff}
#blog .block-blog img{max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s ease-in-out}
#blog .block-blog .content-blog {background: #fff; display:inline-block;min-height:125px;padding:20px;width:100%; border-radius:0 0 7px 7px; min-height: 217px;}
#blog .block-blog .content-blog .title{line-height:24px;margin-bottom:7px;text-transform:capitalize;font-weight:500;font-size:16px}
#blog .block-blog .content-blog .title a{color:#555;text-decoration:none;transition:.3s}
#blog .block-blog .content-blog .title a:hover{color:#71c55d}
#blog .block-blog:hover img {transform: translate(-50%, -50%) scale(1.05);}
#blog .block-blog ul {list-style: none; padding-left: 0}

#newsletter{background:rgba(0,0,0,0) url(../img/newsletter-bg.jpg) no-repeat center top fixed;background-size:cover}
#newsletter .overlay{background:linear-gradient(rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.2) 95%);height:100%;width:100%}
#newsletter .form-control{background-color:transparent;border:1px solid #ddd;border-radius:0;color:#888;font-size:11px;font-weight:600;height:50px;text-align:center;width:70%;background:#fff}
@media (max-width: 575px) {
#newsletter .form-control{margin-bottom:30px;width:100%}
}
#newsletter .form-control:focus{border-color:#71c55d;box-shadow:none;outline:0 none}
#newsletter .btn{background:#71c55d;border:0;border-radius:0;height:50px;width:30%;transition:.3s}
@media (max-width: 575px) {
#newsletter .btn{width:100%}
}
#newsletter .btn:hover{background:#55b03f}
#newsletter .btn .fa{padding-right:10px}
#newsletter ul{display:inline-block;margin-top:40px;margin-bottom:0}
#newsletter ul li{background:#71c55d;border-radius:50px;float:left;height:35px;line-height:35px;margin-left:10px;margin-right:10px;width:35px;transition:.3s;display:flex;align-items:center;justify-content:center}
#newsletter ul li a{display:flex;align-items:center;justify-content:center}
#newsletter ul li:hover{background:#55b03f}
#newsletter ul li i{color:#fff;line-height:0}
#contact{background:#fff}
#contact .info{color:#222}
#contact .info i{font-size:32px;color:#71c55d;float:left;line-height:0}
#contact .info p{padding:0 0 10px 50px;margin-bottom:20px;line-height:22px;font-size:14px}
#contact .info .email p{padding-top:5px}
#contact .social-links{padding:20px 0}
#contact .social-links a{font-size:18px;display:inline-block;background:#71c55d;color:#fff;line-height:1;padding:8px 0 8px;border-radius:50%;text-align:center;width:36px;height:36px;transition:.3s}
#contact .social-links a:hover{background:#55b03f;color:#fff}
#contact .php-email-form .validate{display:none;color:red;margin:0 0 15px;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 input,#contact .php-email-form textarea{border-radius:0;box-shadow:none;font-size:14px}
#contact .php-email-form input:focus,#contact .php-email-form textarea:focus{border-color:#71c55d}
#contact .php-email-form input{padding:10px 15px}
#contact .php-email-form textarea{padding:12px 15px}
#contact .php-email-form button[type=submit]{background:#71c55d;border:0;padding:10px 24px;color:#fff;transition:.4s}
#contact .php-email-form button[type=submit]:hover{background:#92d283}
@-webkit-keyframes animate-loading {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@keyframes animate-loading {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.footer{background:#2a2c30;padding-top:50px}
.footer .footer-logo .navbar-brand{color:#fff;display:inline-block;float:none;font-family:"Philosopher",sans-serif;font-size:24px;font-weight:500;height:100%;padding-left:0;padding-top:0}
.footer .footer-logo p{color:#fff;font-size:13px;}
.footer .list-menu > h4{color:#fff;padding-bottom:20px}
.footer .list-menu ul li a{color:#fff;font-size:13px;padding-left:5px;text-decoration:none;}
.footer .copyrights{background:#fff;margin-top:50px;text-align:center;padding:15px 25px}
.footer .copyrights p,.footer .copyrights .credits{margin:0;padding:0;font-family:"Open Sans",sans-serif;font-weight:400;font-size:14px;}
.footer .copyrights p a,.footer .copyrights .credits a{color:#71c55d}
.footer a:hover {text-decoration: underline !important;}

.owl-stage {display: flex; justify-content: center; margin: 0 auto}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 4px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.modal-title{font-size:17px;font-weight:600}.language-row > .item{margin-bottom:17px}.language-box{text-align:center;cursor:pointer}.language-box figure{width:60px;height:60px;border-radius:50%;text-align:center;margin:0;position:relative;margin:0 auto}.language-box.active figure:after{width:22px;height:22px;border-radius:50%;background:#3ac379;position:absolute;content:'\2713';color:#fff;bottom:0;right:-5px}.language-row .item:first-child figure{background:#406580;color:#62afe6}.language-row .item:nth-child(2) figure{background:#806740;color:#ffce80}.language-row .item:nth-child(3) figure{background:#4a502f;color:#97aa44}.language-row .item:nth-child(4) figure{background:#4a4a4a;color:#ccc}.language-row .item:nth-child(5) figure{background:#3b4470;color:#7b92ff}.language-row .item:nth-child(6) figure{background:#6c8040;color:#bde16f}.language-row .item:nth-child(7) figure{background:#805140;color:#ffa280}.language-row .item:nth-child(8) figure{background:#804040;color:#ff8080}.language-row .item:nth-child(9) figure{background:#6f4080;color:#dd80ff}.language-row .item:nth-child(10) figure{background:#406580;color:#62afe6}.language-box figure span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:35px;line-height:60px;display:block}.language-box .title{font-size:14px;margin-top:3px}.skiptranslate{display:none!important;visibility:hidden!important}.goog-text-highlight{background:none!important;box-shadow:none!important}.modal-content{overflow:hidden}.currency-row label{font-size:13px;font-weight:500}.modal-ls{width:390px}.modal-ls .bg{width:390px;height:100%;padding:25px 20px;position:relative}.modal-ls i{margin-right:4px}.modal-ls figure{position:relative;width:100%;height:350px;overflow:hidden;margin:15px auto 0; background:#fff;}.modal-ls figure img{position:absolute;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.modal-ls figure .opacity{position:absolute;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0.7)}.modal-ls .prod-name{font-size:19px;margin-bottom:5px;font-weight:600}.modal-ls .prod-rate{margin-bottom:5px}.modal-ls .comp-add{margin-bottom:7px}.modal-rs{flex:1;padding:25px 20px;background:#fff;position:relative}.modal-rs .heading{font-size:22px;text-align:center;margin-bottom:15px;color:#333}.modal-rs .btn-close{position:absolute;top:10px;right:10px;font-size:15px}.modal-ls .bg{background:#eee}


.about-content .sub-title {font-size: 15px; font-weight: 700; color: #333; margin-bottom: 7px;}
.about-content .prod-qty {position: relative; width: 110px; margin-bottom:30px;}
.about-content .prod-qty input {width: 100%; height: 36px; border-radius: 3px; background: #fff; border:1px solid #ddd; padding: 5px 50px 5px 10px; font-size: 14px; font-weight: 600}
.about-content .prod-qty input:focus {box-shadow: none; outline: none;}
.about-content .prod-qty span {position: absolute; height: 36px; vertical-align: middle; width:25px; text-align: center; padding:0px 5px !important; display: inline-block; top:50%; right: 0; transform: translateY(-50%); font-size: 18px; color: #ccc; cursor: pointer; line-height: 1px;}
.about-content .prod-qty span i {line-height:32px;}
.about-content .prod-qty span:hover {color:#999;}
.about-content .prod-qty span.minus {right:25px;}
.about-content .price {margin-bottom: 7px; font-size: 25px;  font-weight: 600; color: #000;}
.about-content .prc { font-weight: 600 !important; padding-right: 0px !important}
.about-content .prc b {font-weight: 600}
.about-content .unit {font-size: 15px;font-weight: 400 !important; color: #666; text-transform: none !important}
.attr-select {display: inline-flex; flex-wrap: wrap;}
.attr-select li {float: left; margin:0 10px 3px 0; line-height: normal;}
.attr-select li span {display: inline-block; border:2px solid #ddd; background: #fff; color: #000; font-weight: 600; text-align: center; cursor: pointer; overflow: hidden;}
.attr-select li span.active {border-color: #028cce; font-weight: 700}
.size-select span {width: 40px; height: 40px; line-height:35px;}
.color-select span {width:60px; height: 40px; font-size: 12px; line-height:35px;}
.color-select .red {background: #cb141b; color: #fff}
.color-select .green {background: #97b13f; color: #fff}
.color-select .blue {background: #284b9e; color: #fff}
.color-select .yellow {background: #e8d935; color: #000}
.color-select .orange {background: #eb7812; color: #fff}
.color-select .purple {background: #703e86; color: #fff}
.color-select .white {background: #fff; color: #000}
.color-select .black {background: #333; color: #fff}

@media(max-width: 767px){
  .modal-ls {display: none;}
  #about-us .about-content {padding:25px 0 0 0;}
  .section-title h1 {font-size: 28px;}
  .section-title h2 {font-size: 28px;}
  .about-box * {font-size: 15px;}
  .about-box h1, .about-box h2, .about-box h3, .about-box h4, .about-box h5, .about-box h6 {font-size: 16px;}
  .btn {padding: 12px 25px !important}
}

.error-page {padding: 80px 0}
.error-page .title {font-size: 150px;}
.error-page .heading-1 {text-transform: uppercase; font-size:28px; line-height: 30px; margin-bottom: 20px}
.error-page .heading-2 {font-size: 16px; margin-bottom: 22px}