.full-width .container-fluid {
    padding: 0 30px;
}

/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header {
    padding: 10px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header .navbar {
    padding: 0;
}
header .navbar .navbar-brand {
    padding: 0;
}
header .navbar .navbar-brand img {
    height: 32px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
header .navbar.navbar-light .navbar-nav li {
    padding: 0 15px;
}
header .navbar.navbar-light .navbar-nav li a {
    font-size: 15px;
    padding: 0;
    font-family:'barlow';
	color:#404040;
	font-weight:600;
}
header .navbar.navbar-light .navbar-nav li a.active,
header .navbar.navbar-light .navbar-nav li a:hover {
    color: #258e82;
}
header .navbar.navbar-light .nav li {
    padding: 0 8px;
}
header .navbar.navbar-light .nav li a {
    font-size: 22px;
    line-height: normal;
    padding: 0;
    color: #a3a3a3;
}
header.menu-sticky {
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
header.menu-sticky .navbar .navbar-brand img {
    height: 32px;
}

/* Header transparent */
header.transparent {
    background: transparent;
}
header.transparent.menu-sticky {
    background: #fff;
}

/* Search 02 */
header#header-fullpage {
    background: transparent;
}
header#header-fullpage .container-fluid {
    padding: 0 30px;
}
/* header#header-fullpage:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
} */
header#header-fullpage{
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
header#header-fullpage .navbar-nav {
   /*  display: none; */
}
header#header-fullpage:hover .navbar-nav {
    display: flex;
}
header#header-fullpage .logo-two {
    display: none;
}
.fp-viewing-2 header#header-fullpage .logo-one,
.fp-viewing-2 header#header-fullpage:hover .logo-two,
.fp-viewing-4 header#header-fullpage .logo-one,
.fp-viewing-4 header#header-fullpage:hover .logo-two,
.fp-viewing-6 header#header-fullpage .logo-one,
.fp-viewing-6 header#header-fullpage:hover .logo-two,
.fp-viewing-9 header#header-fullpage .logo-one,
.fp-viewing-9 header#header-fullpage:hover .logo-two,
.fp-viewing-10 header#header-fullpage .logo-one,
.fp-viewing-10 header#header-fullpage:hover .logo-two {
    display: none;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fp-viewing-2 header#header-fullpage .logo-two,
.fp-viewing-2 header#header-fullpage:hover .logo-one,
.fp-viewing-4 header#header-fullpage .logo-two,
.fp-viewing-4 header#header-fullpage:hover .logo-one,
.fp-viewing-6 header#header-fullpage .logo-two,
.fp-viewing-6 header#header-fullpage:hover .logo-one,
.fp-viewing-9 header#header-fullpage .logo-two,
.fp-viewing-9 header#header-fullpage:hover .logo-one,
.fp-viewing-10 header#header-fullpage .logo-two,
.fp-viewing-10 header#header-fullpage:hover .logo-one {
    display: block;
}

/* Search 02 */
.iq-search {
    position: relative;
    margin-right: 15px;
}
.iq-search .search-btn {
    color: #222;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.iq-search.search-open .search-btn {
    color: #258e82;
}
.iq-search .search-btn span {
    font-size: 0;
    display: none;
}
.iq-search .search-btn:before {
    content: "\e86f";
    font-family: "Linearicons-Free";
    font-weight: normal;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: -11px;
}
.iq-search.search-open .search-btn:before {
    content: "\e870 ";
}
.search-box {
    background: #fff;
    display: block;
    margin: 0;
    opacity: 0 !important;
    padding: 15px;
    position: absolute;
    right: 0;
    top: -9999px !important;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.iq-search.search-open .search-box {
    opacity: 1 !important;
    top: 46px !important;
    visibility: visible !important;
}
.iq-search .search-box input {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee;
    padding-left: 15px;
    box-shadow: none;
    color: #666;
}
.iq-search .search-box input:focus {
    background: transparent;
    border: 1px solid #258e82;
}
.iq-search i {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 27px;
    top: 28px;
}
.iq-search.search-open i:hover {
    color: #258e82;
}
header.menu-sticky .iq-search.search-open .search-box {
    top: 30px !important;
}

/*---------------------------------------------------------------------
Banner
-----------------------------------------------------------------------*/
.banner {
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------------
Learn
-----------------------------------------------------------------------*/
.learn #wave canvas {
    width: 100% !important;
}
.spin-me-round {
    border-radius: 90%;
    position: relative;
    display: inline-block;
    width: 400px;
    height: 400px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
    -moz-box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
    box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
}
.spin-me-round img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
}
.spin-me-round:before {
    width: 100%;
    height: 100%;
    border-radius: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    background: linear-gradient(to right, #98ffff 10%, #1f72ff 80%);
    position: relative;
    -webkit-animation: spinani 1.8s infinite linear;
    animation: spinani 1.8s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.2s ease-in-out;
}
@-webkit-keyframes spinani {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinani {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinanirev {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes spinanirev {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*---------------------------------------------------------------------
Chat Banner
-----------------------------------------------------------------------*/
.chat-banner {
    position: absolute;
    margin: 150px auto 0;
    width: 40%;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Animation delays */
.chat-banner .carousel-inner .chat.ct3 {
    animation-delay: 1s;
}
.chat-banner .carousel-inner .chat.ct4 {
    animation-delay: 2s;
}

/*---------------------------------------------------------------------
How It Works
-----------------------------------------------------------------------*/
.how-it-works .how-it-chat {
    padding: 20% 0 20%;
}
.how-it-works .how-it-chat .chat {
    margin: 0 0 50px;
}
.alexa-chat {
    position: absolute;
    width: 100%;
    top: 25%;
}
.alexa-title {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat {
    width: 60%;
    margin: 50px auto;
    background: #fff;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
}
.chat.ct2,
.chat.ct4 {
    background: #258e82;
    color: #fff;
}
.ct1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 6px;
}
.ct2:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #258e82;
    border-top: 10px solid #258e82;
    border-bottom: 10px solid transparent;
    left: -19px;
    top: 6px;
}
.ct3:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 19px;
    bottom: -19px;
}
.ct4:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #258e82;
    border-top: 10px solid #258e82;
    border-bottom: 10px solid transparent;
    right: 19px;
    bottom: -19px;
}

/*---------------------------------------------------------------------
Set Up 
-----------------------------------------------------------------------*/
.set-up-box {
    padding: 0 30px;
}
.set-up-box .step-img {
    position: relative;
    display: inline-block;
}
.set-up-box .step-number {
    background: #258e82;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    text-align: center;
    line-height: 43px;
    right: 0;
    top: 0;
    border: 4px solid #ffffff;
}
.set-up-box.stap-left:before {
    position: absolute;
    left: 85%;
    top: 40%;
    margin-top: -14px;
    background: url("../images/arrow/dashed-arrow1.png") no-repeat 0 0;
    content: "";
    width: 174px;
    height: 29px;
}
.set-up-box.stap-right:before {
    position: absolute;
    left: 85%;
    top: 40%;
    margin-top: -14px;
    background: url("../images/arrow/dashed-arrow2.png") no-repeat 0 0;
    content: "";
    width: 174px;
    height: 29px;
}

/*---------------------------------------------------------------------
Your Room
-----------------------------------------------------------------------*/
.your-room {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.your-room:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.your-room.room-light:before {
    background: rgba(0, 0, 0, 0);
}
.your-room .room-info,
.your-room .room-alexa {
    z-index: 9;
    position: relative;
}
.your-room .room-info .chat {
    margin: 50px 0;
}
.your-room .room-alexa {
    height: 93vh;
    text-align: right;
}
.your-room .room-alexa img {
    position: absolute;
    bottom: -11%;
    right: 0;
}
.music-block {
    position: relative;
    padding: 100px 10% 200px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.music-block .music-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tv-banner {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tv-banner .chat {
    width: 20%;
}
.tv-banner .chat.ct3 {
    animation-delay: 1s;
    position: absolute;
    bottom: 80px;
    left: 20%;
}
.tv-banner .chat.ct4 {
    animation-delay: 2s;
    position: absolute;
    bottom: 80px;
    right: 20%;
}
#carouselExampleControlss span {
    font-size: 36px;
    color: #828286;
}

/*---------------------------------------------------------------------
Features
-----------------------------------------------------------------------*/
.iq-feature {
    display: inline-block;
}
.iq-feature h4 a {
    display: inline-flex;
}
.iq-feature h4 i {
    font-size: 40px;
    min-height: 46px;
}
.iq-feature.first-l {
    margin-right: -30px;
}
.iq-feature.second-l {
    margin-right: 30px;
}
.iq-feature.first-r {
    margin-left: -30px;
}
.iq-feature.second-r {
    margin-left: 30px;
}
.iq-feature .simple-button i {
    margin-left: 10px;
}
.circle-feature img {
    position: relative;
    z-index: 9;
    width: 85%;
}
.circle-ripple {
    background-color: #258e82;
    width: 17em;
    height: 17em;
    border-radius: 50%;
    -webkit-animation: ripplee 0.7s linear infinite;
    animation: ripplee 0.7s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}
@-webkit-keyframes ripplee {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4), 0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5em rgba(0, 192, 255, 0.4), 0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4), 0 0 0 8em rgba(0, 192, 255, 0);
    }
}
@keyframes ripplee {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.4), 0 0 0 1em rgba(0, 192, 255, 0.4), 0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(0, 192, 255, 0.4), 0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4), 0 0 0 8em rgba(0, 192, 255, 0);
    }
}
.iq-feature-01 {
    padding: 0 30px;
}
.iq-feature-02 i {
    font-size: 52px;
    line-height: normal;
}

/*---------------------------------------------------------------------
Tabs
-----------------------------------------------------------------------*/
.tabs-block .nav-tabs {
    border: none;
}
.tabs-block .nav-tabs li {
    margin: 0 15px;
    width: 18%;
}
.tabs-block .nav-tabs li a {
    padding: 75px 15px;
    background: #fafafa;
    color: #828286;
    text-align: center;
    border-radius: 0;
    border: none;
}
.tabs-block .nav-tabs li a i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}
.tabs-block .nav-tabs .nav-item {
    margin-bottom: 0;
}
.tabs-block .nav-tabs .nav-item.show .nav-link,
.tabs-block .nav-tabs .nav-link.active {
    border: none;
    background: #258e82;
    color: #fff;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
footer .about-info {
    padding: 0 30px 0 0;
    font-size: 14px;
}
footer .about-info img {
    height: 60px;
}
footer .footer-list ul {
    margin: 0 20px 0;
    padding: 0;
}
footer .footer-list li a {
    color: #828286;
    line-height: 38px;
    font-size: 14px;
}
footer .footer-list li a:hover {
    color: #258e82;
}
.footer-from p {
    font-size: 14px;
    line-height: 26px;
}
.footer-from .form-group {
    position: relative;
}
.footer-from .form-group input {
    border-radius: 0;
    height: 48px;
    border: none;
}
.footer-from .form-group a {
    position: absolute;
    right: 15px;
    right: 15px;
    font-size: 26px;
    top: 10px;
}
.footer-from .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #258e82;
}
.info-share {
    margin: 25px 0 0;
    padding: 0;
}
.info-share li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 5px;
}
.info-share li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #828286;
    background: transparent;
    border: 1px solid #828286;
    text-align: center;
}
.info-share li a:hover {
    background: #258e82;
    border-color: #258e82;
    color: #fff;
}
.info-share.white li a {
    color: #fff;
    border: 1px solid #fff;
}
.info-share.white li a:hover {
    background: #fff;
    border-color: #fff;
    color: #258e82;
}

/*---------------------------------------------------------------------
Control 360
-----------------------------------------------------------------------*/
.control-360 {
    position: relative;
}
.control-360 .device-360 {
    position: absolute;
    bottom: -100px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.panorama:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 120px;
    background: url(../images/top-sharp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}
.panorama:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 120px;
    background: url(../images/bottom-sharp.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*---------------------------------------------------------------------
What's compatible
-----------------------------------------------------------------------*/
.compatible-with {
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}
.compatible-with li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    color: #222222;
}
.compatible-with li i {
    font-size: 42px;
}
.compatible-with li span {
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.compatible-device {
    margin: 50px 0 0;
    padding: 150px 0 0;
    position: relative;
}
.compatible-device li {
    list-style: none;
}
.compatible-device li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 148px;
}
.compatible-device li:nth-child(2) {
    position: absolute;
    right: 16%;
    top: 16%;
}
.compatible-device li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}
.compatible-device li:nth-child(4) {
    margin-left: -100px;
}

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion {
    z-index: 9;
    position: relative;
}
.iq-accordion .iq-ad-block.ad-active .ad-title {
    background: #258e82;
}
.iq-accordion .ad-title {
    position: relative;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    background-color: #828286;
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
}
.iq-accordion .ad-title:before {
    border-radius: 0;
    cursor: pointer;
    content: "\e874";
    font-family: Linearicons-Free;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
    font-weight: normal;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.iq-accordion .ad-active .ad-title:before {
    content: "\e873";
    font-family: Linearicons-Free;
}
.iq-accordion .ad-details {
    display: none;
    overflow: hidden;
    text-align: left;
    padding: 15px 15px;
    color: #666666;
    line-height: 24px;
    background: #fff;
    border: 1px solid #258e82;
    border-top: none;
}
.iq-accordion .iq-ad-block {
    margin-bottom: 30px;
}
.iq-accordion .iq-ad-block:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------------------------
Let's Stay in Touch
-----------------------------------------------------------------------*/
.stay-in .form-group {
    position: relative;
    margin: 0;
}
.stay-in .form-group input {
    border-radius: 0;
    height: 48px;
    border: none;
}
.stay-in .form-group a {
    position: absolute;
    right: 15px;
    right: 15px;
    font-size: 26px;
    top: 10px;
}
.stay-in .form-group .form-control:focus {
    box-shadow: none;
}

/*---------------------------------------------------------------------
Product
-----------------------------------------------------------------------*/
.product {
    background: #f4f4f4;
    text-align: center;
    padding: 60px 30px;
}

/*---------------------------------------------------------------------
Product-home
-----------------------------------------------------------------------*/
.product-home {
    background: #f4f4f4;
    padding: 30px 30px;
}
.btn-buy {
    padding: 5px 44px;
    background-color: transparent;
    border: 1px solid #258e82;
    margin-top: 15px;
    display: inline-block;
}
.btn-buy:hover {
    padding: 5px 44px;
    background-color: #258e82;
    margin-top: 15px;
    color: #fff;
}
.home-btn:hover {
    color: #258e82;
}

/*---------------------------------------------------------------------
Tooltip
-----------------------------------------------------------------------*/
.tooltip {
    position: absolute;
    width: 2.2em;
    height: 2.2em;
    cursor: pointer;
    opacity: 1;
    z-index: 0;
}

/* Trigger item */
.tooltip-item {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    background-color: #258e82;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.7);
    display: inline-block;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.tooltip:hover .tooltip-item {
    background: #258e82;
}
.tooltip:first-child {
    top: 47%;
    left: 22%;
}
.tooltip:nth-child(2) {
    top: 16%;
    left: 48%;
}
.tooltip:nth-child(3) {
    top: 79%;
    left: 48%;
}
.tooltip:nth-child(4) {
    top: 47%;
    right: 22%;
}

/* Tooltip */
.tooltip-content {
    position: absolute;
    background: #258e82;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -1em;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-west .tooltip-content {
    left: 4em;
    -webkit-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}
.tooltip-east .tooltip-content {
    right: 4em;
    -webkit-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}
.tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
}

/* Gap "bridge" and arrow */
.tooltip-content::before,
.tooltip-content::after {
    content: "";
    position: absolute;
}
.tooltip-content::before {
    height: 100%;
    width: 3em;
}
.tooltip-content::after {
    width: 2em;
    height: 2em;
    top: 50%;
    margin: -1em 0 0;
    background: url(../images/tooltip2.png) no-repeat center center;
    background-size: 100%;
}
.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
    right: 99%; /* because of FF, otherwise we have a gap */
}
.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
    left: 99%; /* because of FF, otherwise we have a gap */
}
.tooltip-east .tooltip-content::after {
    -webkit-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1);
}
.alexa-info .info-wave {
    background: #fff;
    padding: 20px;
    border-radius: 900px;
}
.alexa-info h1 {
    letter-spacing: 2px;
    font-size: 66px;
    line-height: normal;
}

/*---------------------------------------------------------------------
Icon List Fancy
-----------------------------------------------------------------------*/
.icon-list-fancy {
    margin: 0;
    padding: 0;
}
.icon-list-fancy li {
    border: 1px solid #777777;
    font-size: 24px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    cursor: pointer;
}
.icon-list-fancy li:hover {
    border-color: #258e82;
    color: #258e82;
}

/* Icon List Fancy 01 */
.icon-list-fancy-01 li {
    line-height: 26px;
    margin-bottom: 10px;
}
.icon-list-fancy-01 li:last-child {
    margin-bottom: 0;
}
.icon-list-fancy-01 li i {
    font-size: 26px;
    float: left;
}

/*---------------------------------------------------------------------
Rounded Box
-----------------------------------------------------------------------*/
.rounded-box {
    width: 650px;
    height: 650px;
    display: table-cell;
    border-radius: 9000px;
    padding: 0 50px;
    vertical-align: middle;
}
.how-to-use .scrollme-01 {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 50%;
    z-index: 99;
}

/*---------------------------------------------------------------------
Animated Background
-----------------------------------------------------------------------*/
.alexa-Client #animated_div img {
    margin-top: 15%;
}
#animated_div {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/bg/11.png) repeat-x;
    background-size: 100%;
    -webkit-animation: animatebackground 60s linear infinite;
    animation: animatebackground 60s linear infinite;
    -ms-animation: animatebackground 60s linear infinite;
    -moz-animation: animatebackground 60s linear infinite;
}
@keyframes animatebackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}
@-webkit-keyframes animatebackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}
@-ms-keyframes animatebackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}
@-moz-keyframes animatebackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}
.pulse-button {
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: none;
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.7);
    border-radius: 50%;
    background-color: #222222;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #fff;
    background: #258e82;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
    }
}

/*---------------------------------------------------------------------
Login Page
-----------------------------------------------------------------------*/
.login-bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .login-bg {
        left: 50%;
        margin-left: -512px;
    }
}
.login-form {
    background: rgba(255, 255, 255, 1);
    padding: 40px 40px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.form-group label {
    color: #222222;
    margin-bottom: 0;
}
.form-control {
    background: #eeeff4;
    border: none;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-control-label::before,
.custom-control-label::after {
    top: 0.4rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #258e82;
}
.login-form .info-share {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}
.login-form .info-share li {
    width: 30.5%;
}
.login-form .info-share li:first-child {
    margin-left: 0;
}
.login-form .info-share li:last-child {
    margin-right: 0;
}
.login-form .info-share li a {
    width: 100%;
}
.login-form .info-share li.facebook a {
    border: none;
    color: #fff;
    background: #3d5998;
}
.login-form .info-share li.twitter a {
    border: none;
    color: #fff;
    background: #56abef;
}
.login-form .info-share li.google a {
    border: none;
    color: #fff;
    background: #dd4c3c;
}
.login-form .info-share li a:hover {
    background: #222222;
}
.login-form .forgot {
    border-top: 1px solid #eeeff4;
    margin-top: 25px;
    padding-top: 15px;
    color: #222222;
}

/*---------------------------------------------------------------------
Watch Home Page
-----------------------------------------------------------------------*/
#fullpage .container-fluid {
    padding: 0 150px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #258e82;
}
#fp-nav ul li a span.fp-sr-only {
    display: none;
}
#fp-nav {
    background: #fff;
    border-radius: 90px;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #258e82;
}
.section.fp-section {
    overflow: hidden;
}
.nav-tabs.smart-tabs {
    border: none;
    margin-top: 20px;
}
.nav-tabs.smart-tabs .nav-item {
    margin: 0 5px;
}
.nav-tabs.smart-tabs .nav-item a {
    border: none;
    border-radius: 900px;
    height: 65px;
    width: 65px;
    padding: 12px;
    line-height: 65px;
}
.nav-tabs.smart-tabs .nav-item a img {
    vertical-align: initial;
}
.nav-tabs.smart-tabs .nav-item .nav-link.active {
    background: #222222;
}
.tab-content.smart-tabs {
    top: 50%;
    position: absolute;
    right: 49px;
    margin-top: -119px;
    width: 243px;
}
.watch-features .tab-content.smart-tabs {
    position: absolute;
    right: 54px;
    margin-top: -120px;
    width: 240px;
}
.watchs-face .tab-content.smart-tabs {
    position: absolute;
    right: 46px;
    margin-top: -116px;
    width: 243px;
}
.stay-connected .tab-content.smart-tabs {
    position: absolute;
    right: 59px;
    margin-top: -119px;
    width: 220px;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../video/01.jpg);
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: -1;
}
.watch-shop {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 30px;
}
.watch-shop img {
    width: 90%;
}
.section.active .bg-effect img {
    opacity: 1;
    animation-delay: 2s;
}
.bg-effect img {
    opacity: 0;
}
.section.fp-section .watch-bg-left {
    position: absolute;
    width: auto;
    left: 0;
    top: 0%;
    height: 100%;
    z-index: -1;
}
.section.fp-section.active .watch-bg-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.section.fp-section .watch-bg-right {
    position: absolute;
    width: auto;
    right: 0;
    top: 0%;
    height: 100%;
    z-index: -1;
}
.section.fp-section.active .watch-bg-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.section.fp-section.active .slide-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.section.fp-section.active .fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.feature-list {
    margin: 50px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.feature-list li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 30px 30px;
}
.feature-list li i {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    line-height: 56px;
    display: inline-block;
    border-radius: 900px;
    font-size: 26px;
    margin-bottom: 10px;
}
.bg-effect {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
v@-moz-keyframes fadebounce {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes fadebounce {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes fadebounce {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadebounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.section.fp-section.active .fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-20 10:34:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.section-video .pulse-button {
    margin-top: 50px;
    background-color: #258e82;
    box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.7);
}
.section-video .pulse-button:hover,
.section-video .pulse-button:focus {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #fff;
    background: #222222;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
    }
}
.section.fp-section.active .slide-in-top {
    -webkit-animation: slide-in-top 0.5s ease-in-out both;
    animation: slide-in-top 0.5s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-20 13:55:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.section.fp-section .footer-copyright {
    /* background: #f7f7f7; */
	background:linear-gradient(to right, #27988b, #2aa294, #27988b);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:1;
}

/*---------------------------------------------------------------------
OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.owl-carousel .owl-nav .owl-prev {
    margin-right: 15px;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
}
.owl-carousel .owl-nav i {
    font-size: 18px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding-left: 0px;
    display: inline-block;
    color: #828286;
    background: #fff;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
    -moz-box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
    box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
}
.owl-carousel .owl-nav i:hover {
    background: #258e82;
    color: #fff;
}

/* Dots */
.owl-carousel .owl-dot {
    margin-top: 30px;
    display: inline-block;
}
.owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #333333;
    display: inline-block;
    border-radius: 30px;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #333333;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #258e82;
    border: 1px solid #258e82;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #258e82;
    border: 1px solid #258e82;
}

/*---------------------------------------------------------------------
Setup link
-----------------------------------------------------------------------*/
.setup-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    width: 100%;
    height: 95px;
}
.button-setup {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #828286;
    border-radius: 90px;
    display: inline-block;
    color: #fff;
    background: #828286;
    font-weight: 600;
}
.button-setup i {
    font-weight: 800;
}
.button-setup:hover {
    background: #258e82;
    border: 2px solid #258e82;
    color: #fff;
}

/*---------------------------------------------------------------------
Tips Box
-----------------------------------------------------------------------*/
.tips-box li {
    margin: 0px 30px 15px 0px;
    text-align: center;
}
.tips-box .list-inline-item:not(:last-child) {
    margin-right: 30px;
}
.tips-box .list-inline-item:last-child {
    margin-right: 0;
}
.tips-box li i {
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 90px;
    font-size: 32px;
    border: 1px solid #828286;
    color: #828286;
    border-radius: 900px;
    margin-bottom: 15px;
}
.tips-box li span,
.tips-box li small {
    display: block;
}
.tips-box li span {
    font-size: 22px;
}
.tips-box li small {
    line-height: normal;
}

/*---------------------------------------------------------------------
Before slider
-----------------------------------------------------------------------*/
.ba-slider {
    position: relative;
    overflow: hidden;
}
.ba-slider img {
    width: 100%;
    display: block;
}
.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
}
.handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: "\21d4";
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    background: #23c0ee; /* @orange */
    border: 1px solid #23c0ee; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #23c0ee; /* lighten(@orange, 20%)*/
}
.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
}

/*---------------------------------------------------------------------
error 404
-----------------------------------------------------------------------*/
.error img {
    margin-top: 60px;
}
.error h2 {
    margin-top: 60px;
}
.error p {
    margin: 20px 0px;
    padding-left: 100px;
    padding-right: 100px;
}

/*---------------------------------------------------------------------
Hands free
-----------------------------------------------------------------------*/
.hands-block .img-fluid.float-right {
    margin-right: -35px;
}

/*---------------------------------------------------------------------
Contact Us
-----------------------------------------------------------------------*/
.iq-our-from .iq-map iframe {
    border: 0px;
    width: 100%;
    float: left;
    height: 520px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.iq-our-from .formmessage {
    display: none;
}
.iq-our-from .contact-form .section-field {
    width: 100%;
    float: left;
}
.iq-our-from .contact-form textarea {
    min-height: 140px;
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
    width: 100%;
    padding-left: 15px;
}
.iq-our-from .contact-form .section-field input {
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    color: #333;
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
}
.iq-our-from .contact-form .section-field input:focus,
.iq-our-from .contact-form .section-field.textarea textarea:focus {
    border: 1px solid #258e82;
    box-shadow: none;
    outline: none;
}
#contact .error {
    display: none;
    margin-left: 10px;
}
#contact .error_show {
    color: red;
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    display: block;
}

/*---------------------------------------------------------------------
Coming Soon 
-----------------------------------------------------------------------*/
.iq-coming-blog {
    padding: 15% 0;
}
.iq-coming-2 .big-text {
    font-size: 60px;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
}
.iq-coming-2 img {
    width: 140px;
}
.iq-coming-2 .iq-subscribe .form-group {
    width: 40%;
}
.iq-coming-2 .iq-subscribe .form-control {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 52px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 1);
}
.iq-coming-2 .countdown-timer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 300px;
    margin: 50px auto;
}
.iq-coming-2 .countdown-timer h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
}
.iq-coming-2 .countdown-timer .timer {
    padding: 10px;
    text-align: center;
    padding-top: 15px;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper {
    display: inline-block;
    width: 200px;
    height: 50px;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper .time {
    font-size: 80px;
    font-weight: bold;
    color: #333;
    margin: 0 50px;
    float: left;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper .text {
    font-size: 20px;
}
.iq-coming-2 #countdown {
    list-style: none;
    margin: 20px 0 30px 0;
    padding: 0;
    display: block;
    text-align: center;
    display: inline-block;
}
.iq-coming-2 #countdown li {
    display: inline-block;
    margin: 0 20px;
}
.iq-coming-2 #countdown li span {
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    color: #fff;
    font-family: "Asap", sans-serif;
}
.iq-coming-2 #countdown li.seperator {
    font-size: 50px;
    line-height: 40px;
    vertical-align: top;
    margin: 35px 0px;
    color: #fff;
}
.iq-coming-2 #countdown li h6 {
    color: #fff;
    font-size: 20px;
    padding-right: 30px;
}
.iq-coming-2 .particles-bg {
    position: relative;
    overflow: hidden;
}
.iq-coming-2 .particles-bg #canvas {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255.9);
}
.iq-coming-2 #countdown li p {
    color: #fff;
}
.iq-coming-2 .button {
    margin-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding: 11px 20px;
}

/*---------------------------------------------------------------------
                            Special Item Effect
-----------------------------------------------------------------------*/
.item-effect {
    position: relative;
    overflow: hidden;
}
.item-effect .item {
    position: relative;
    float: left;
    width: 33.33333333333%;
    background-color: #128ef3;
    overflow: hidden;
}
.item-effect .item:after {
    content: "";
    display: block;
    background-color: inherit;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
    transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
    transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.item-effect .item:hover:after {
    -webkit-transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
    transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.item-effect .item:hover .item-image {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.item-effect .item:hover .item-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.item-image {
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.item-image::before {
    content: "";
    display: block;
    padding-top: 75%;
    overflow: hidden;
}
.item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 0;
}
.item-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 300ms;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.item-text-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-text-title {
    font-weight: normal;
    font-style: 16px;
    padding: 0 15px;
    margin: 5px 0 0 0;
}
.item-text-dek {
    text-transform: uppercase;
    font-style: 14px;
    opacity: 0.7;
    margin: 0;
}
.item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* Smart-home  */
.smart-home {
    position: relative;
}
.smart-tab {
    position: absolute;
    left: 36%;
    right: 0;
    top: 68%;
}
.nav-pills .nav-link.home-link {
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    line-height: 110px;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}
.nav-pills .nav-link.home-link i {
    font-size: 40px;
    color: #ffffff;
}
.nav-pills .nav-link.home-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #09b3ef;
    color: #fff;
    border: 1px solid #09b3ef;
}
.iq-bannerr .banner-text {
    z-index: 9;
    position: relative;
    margin-top: 2%;
}
.iq-bannerr {
    position: relative;
}
.iq-bannerr .bannerr-img {
    width: 35%;
    position: absolute;
    right: 0;
    top: -10%;
}

/* Zoom In Imgs */
.effect-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.effect-box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.effect-box {
    position: relative;
    overflow: hidden;
}
.effect-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333', GradientType=0);
}
.effect-box:hover:before {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 201, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 201, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 201, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 201, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 201, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 201, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#258e82', GradientType=0);
}
.effect-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 15px;
    z-index: 9;
}

/* ------------------------------------------------------------------------
Update
-------------------------------------------------------------------------*/
.iq-feature-02 {
    position: relative;
    height: 100%;
}
.disc-green{
	padding-left:20px;
	text-align:left;
	color:#333333;
}
.disc-green li::marker {
    color:#258e82;
}
.ts-feature{
	position:relative;
	padding:10px;
	height:100%;
	width:auto;
	background:linear-gradient(to right, #258e82, #2aa294, #258e82);
	text-align: left;
}
.ts-feature span{
	/* position:relative;
	top:45%;
	transform:translateY(-50%);
	font-weight:600; */
	font-size:18px;
	color:#fff;
	
}
h1, h2, h3, h4, h5, h6{
	color:#258e82;
}
.main-color {
    color:#2fb6a7;
}
.bg-green{
	position:relative;
	padding:15px;
	border:1px solid #dcf6f3;
	height:100%;
	background:#dcf6f3;
}
.v-center{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.mb30{
	margin-bottom:30px;
}
.main-bg{
	background:#dcf6f3;
}
.ulmxauto{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:767px){
	.sm-mb-50{
		margin-bottom:50px;
	}
	.section.fp-section {
		padding: 50px 0 50px !important;
	}
	.iq-mb-100 {
		margin-bottom: 50px !important;
	}
	.iq-mt-50 {
		margin-top: 25px !important;
	}
	.iq-mb-50 {
		margin-bottom: 25px !important;
	}
	.slide-in-bottom .iq-feature-02 {
		margin-bottom: 15px !important;
	}
}
.bg-safety{
	background:linear-gradient(0deg, rgba(220, 246, 243, 0.8), rgba(220, 246, 243, 0.8)), url(../images/bg/safety.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* .feature-list img{
	height:35px;
	width:auto;
}
.feature-list li {
    margin: 0 30px 30px 0px;
} */
.navbar-brand{
	color: #258e82 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.bggreen{
	background:linear-gradient(to right, #c2efea, #9ae5dc, #5dd5c7);
}
@media(min-width:768px){
	.bggreen .watch-bg-right{
		z-index:0 !important;
	}
}
.ts-cases{
	position:relative;
	height:100%;
	width:auto;
	background:linear-gradient(to right, #258e82, #2aa294, #258e82);
	text-align:center;
	color:#fff;
}
.ts-cases p{
	padding:25px 15px;
	color:#fff;
	margin-bottom:0px;
}
.team-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	list-style:none;
}
.team-logo li{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0px 0px;
    margin-bottom: 10px;
}
.team-logo img{
	height:40px;
	width:auto;
}
@media(min-width:1199px){
	.team-logo li{
		width: calc(100% / 5);
	}
}
.icons-h img{
	height:50px;
	width:auto;
}
.ts-feature img{
	height:30px;
	width:auto;
	/* float:left; */
	margin-right:10px;
}

@media(min-width:992px) and (max-width:1199px){
	 header .navbar.navbar-light .navbar-nav li a {
		padding: 0px 6px !important;
	}
	header .navbar.navbar-light .navbar-nav li {
		padding: 0px 5px !important;
	} 
}
.f-nor{
	font-weight:normal !important;
}
.text-black{
	color:#262626!important;
}
.text-gray{
	color:#595959!important;
}
.logo{
	height:22px !important;
	width:auto;
}
.t-logo{
	height:18px !important;
	width:auto;
}
.bgimg{
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:cover !important;
}
.bgimg .disc-green {
    color: #fff;
}

@media(max-width:767px){
	.fs16{
		font-size:16px;
	}
}