body.top-search-open #header .logo,
body.top-search-open #header .topbar-left,
body.top-search-open #header .topbar-right,
body.top-search-open #header .mega-menu {
    opacity: 0;
}

.mega-menu .drop-down-multilevel.right-menu {
    right: 0px;
}

.mega-menu .menu-links>li:last-child>a {
    padding-right: 0px;
}

.mega-menu .menu-links>li.active .drop-down-multilevel a {
    color: #555555;
}

.mega-menu .menu-links>li.active .drop-down-multilevel a:hover {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down a {
    color: #323232;
}

.mega-menu .menu-links>li.active .drop-down li.active a {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down a:hover {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down li.active a i {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down a i:hover {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #00a9da;
    background: #eceff7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #323232;
    background: transparent;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #00a9da;
    background: #eceff7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
    color: #323232;
    background: transparent;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #00a9da;
    background: #eceff7;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active i {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
    color: #323232;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
    color: #00a9da;
}

.mega-menu .menu-links>li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
    color: #00a9da;
}

.mega-menu .row {
    margin-left: 0px;
    margin-right: 0px;
}

.mega-menu .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.header-4 .logo {
    margin: 23px 0px;
}

.header-4 {
    padding: 0 30px;
    background: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.header-4 .search-3 {
    padding: 22px 0px 20px 10px;
}

.header-4 .search-3 .search-btn {
    color: #fff;
    line-height: 23px;
    width: 15px;
}

.header-4 .search-3.search-3-open .search-3-box {
    top: 67px !important;
    border-radius: 0px 0px 3px 3px;
    margin-left: 5px;
}

.header-4 .mega-menu .drop-down-multilevel.right-menu {
    right: 38px;
}

.header-4 .mega-menu>section.menu-list-items {
    padding: 25px 0px;
}

.header-4 .mega-menu.desktopTopFixed .menu-list-items {
    background: #fff;
}

.header-4 .mega-menu.desktopTopFixed>section.menu-list-items {
    padding: 0px 20px;
}

.header-4 .mega-menu.desktopTopFixed .menu-links>li>a {
    line-height: 74px;
}

.header-4 .mega-menu.desktopTopFixed .search-3 .search-btn {
    line-height: 32px;
}

.header-4 .mega-menu.desktopTopFixed .search-3.search-3-open .search-3-box {
    top: 74px !important;
    border: 1px solid #eceff8;
    border-top: 0px;
}

.mega-menu .menu-links>li:last-child {
    padding-right: 0px;
}

#menu-toggle {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    color: #444444;
    z-index: 99999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#menu-toggle.open {
    right: 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#menu-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 46px;
    top: 47px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #222;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon span:nth-child(even) {
    left: 50%;
}

#menu-icon span:nth-child(odd) {
    left: 0px;
}

#menu-icon span:nth-child(1),
#menu-icon span:nth-child(2) {
    top: 5px;
}

#menu-icon span:nth-child(3),
#menu-icon span:nth-child(4) {
    top: 12px;
}

#menu-icon span:nth-child(5),
#menu-icon span:nth-child(6) {
    top: 19px;
}

#menu-icon.open span:nth-child(1),
#menu-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-icon.open span:nth-child(2),
#menu-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(1) {
    left: 0px;
    top: 10px;
}

#menu-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 10px;
}

#menu-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#menu-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#menu-icon.open span:nth-child(5) {
    left: 0px;
    top: 19px;
}

#menu-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
}

.submenu-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-indent: -5000px;
    overflow: hidden;
}

.submenu-toggle.open {
    background: rgba(255, 255, 255, .1);
    height: 100%;
    z-index: 5000;
    top: 0;
}

.submenu-toggle:before,
.submenu-toggle:after {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}

.submenu-toggle:before {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    right: 15px;
    border-top: 5px solid #929292;
    border-right: 5px solid #929292;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.submenu-toggle:after {
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    right: 50px;
    border-top: 5px solid #929292;
    border-right: 5px solid #929292;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

.submenu-toggle:hover:before,
.submenu-toggle:hover:after {
    border-color: white;
}

.submenu-toggle.open:before {
    right: 23px;
}

.submenu-toggle.open:after {
    right: 23px;
}

#menu {
    list-style-type: none;
    padding: 46px 30px;
    margin: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#menu {
    background: url("../images/bg/10.jpg") no-repeat;
    width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -370px;
    z-index: 9999;
}

#menu li {
    position: relative;
    display: inline-block;
}

#menu h3 {
    margin-bottom: 20px;
}

#menu.open {
    right: 0;
}

#menu .menu-side-top a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

#menu .menu-side-top a:hover {
    color: #00a9da;
}

.rev-slider {
    overflow: hidden;
    position: relative;
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    background-size: cover;
}

.tp-caption.modern_medium_fat_white,
.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.title-1-desc,
.title-1-desc {
    font-weight: 300;
    font-family: Lato;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    text-shadow: none;
    text-transform: capitalize;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.title-2,
.title-2 {
    font-size: 60px;
    font-weight: 500;
    font-family: Lato;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    text-shadow: none;
    text-transform: capitalize;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.tp-caption.black-align-center,
.black-align-center {
    font-size: 60px;
    font-weight: 500;
    font-family: Lato;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.tp-caption.desc-align-center,
.desc-align-center {
    font-weight: 300;
    font-family: Lato;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    text-shadow: none;
    text-transform: capitalize;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.tp-caption.extra-bold,
.extra-bold {
    font-size: 60px;
    font-weight: 500;
    font-family: Lato;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none
}

.tp-caption.fullscreenvideo:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 99999;
}

.tp-caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
}
.mobile_bottom {
  display: none;
}
img#background {
    width: 100%;
    height: 100vh;
}

.slider-fade-carousel .bg-opacity-black-50:before {
    z-index: 9;
}

.slider-fade-carousel {
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.slider-fade-carousel .owl-carousel-1 {
    overflow: hidden;
}

.slider-fade-carousel .owl-carousel-1 .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}

.slider-fade-carousel .owl-carousel-1 .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: -60px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.slider-fade-carousel .owl-carousel-1 .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: -60px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.slider-fade-carousel .owl-carousel-1 .owl-nav i {
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    padding: 12px;
    -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;
}

.slider-fade-carousel .owl-carousel-1 .owl-nav i:hover {
    color: #fff;
}

.slider-fade-carousel:hover .owl-carousel-1 .owl-nav .owl-prev {
    left: 3%;
}

.slider-fade-carousel:hover .owl-carousel-1 .owl-nav .owl-next {
    right: 3%;
}

.slider-fade-carousel .owl-carousel-1 .item img {
    width: 100%;
}

.slider-fade-carousel .owl-carousel-1 .slider-contents {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9999;
}

.slider-fade-carousel .slider-contents h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
}

.slider-fade-carousel .slider-contents span.textslider {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
}

.slider-fade-carousel .slider-contents p {
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 30px;
}

.slider-fade-carousel .slider-contents .button {
    margin-right: 10px;
    margin-top: 10px;
}

.slider-fade-carousel .slider-contents.slide-2 h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
}

.slider-fade-carousel .slider-contents.slide-2 p {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 30px;
}

.slider-fade-carousel .slider-contents.slide-3 h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
}

.slider-fade-carousel .slider-contents.slide-3 p {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 30px;
}

.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    -o-animation: lightSpeedIn 1s ease-in 200ms both;
    -ms-animation: lightSpeedIn 1s ease-in 200ms both;
    -moz-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
    -o-animation: bounceInRight 1s ease-in-out 500ms both;
    -ms-animation: bounceInRight 1s ease-in-out 500ms both;
    -moz-animation: bounceInRight 1s ease-in-out 500ms both;
    animation: bounceInRight 1s ease-in-out 500ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    -o-animation: bounceInLeft 1s ease-in-out 500ms both;
    -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
    -moz-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    -o-animation: flipInX 1s ease-in 500ms both;
    -ms-animation: flipInX 1s ease-in 500ms both;
    -moz-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    -o-animation: bounceInLeft 1s ease-in-out 100ms both;
    -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
    -moz-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    -o-animation: bounceIn 1s ease-in 500ms both;
    -ms-animation: bounceIn 1s ease-in 500ms both;
    -moz-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
    -webkit-animation: fadeInDown 0.7s ease-in 1000ms both;
    -o-animation: fadeInDown 0.7s ease-in 1000ms both;
    -moz-animation: fadeInDown 0.7s ease-in 1000ms both;
    -ms-animation: fadeInDown 0.7s ease-in 1000ms both;
    animation: fadeInDown 0.7s ease-in 1000ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInUp 0.7s ease-in 1000ms both;
    -o-animation: fadeInUp 0.7s ease-in 1000ms both;
    -moz-animation: fadeInUp 0.7s ease-in 1000ms both;
    -ms-animation: fadeInUp 0.7s ease-in 1000ms both;
    animation: fadeInUp 0.7s ease-in 1000ms both;
}

.image-holder-bg {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 800px;
    width: 100%;
}

.image-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.image-holder-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.image-holder-content .content {
    padding: 0 100px;
    margin-top: 100px;
}

.image-holder .image-holder-content span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.image-holder .image-holder-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
    line-height: 60px;
    margin-bottom: 0px;
}

.image-holder .image-holder-content a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    padding-bottom: 5px;
}

.image-holder .image-holder-content a:hover {
    color: #00a9da;
    border-color: #00a9da;
}

.parallax-banner {
    width: 100%;
    height: 100vh;
    background: #f6f6f6;
    overflow: hidden;
    position: relative;
}

.parallax-banner .scene {
    padding: 0;
    margin: 0;
    height: 100%;
}

.parallax-banner .banner-content {
    padding: 0 25%;
}

.parallax-banner .banner-content span {
    background: #00a9da;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 7px 15px;
    display: inline-block;
}

.parallax-banner .banner-content h1 {
    text-transform: uppercase;
    display: block;
    margin: 25px 0px;
    line-height: 55px;
    font-weight: 600;
}

.parallax-banner .banner-content a {
    color: #00a9da;
    text-transform: uppercase;
    border-bottom: 2px solid #00a9da;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 5px;
}

.parallax-banner .banner-content a:hover {
    color: #323232;
    border-color: #323232;
}

.parallax-banner .layer:nth-child(1) {
    position: absolute;
    left: -100px;
    top: 60px;
}

.parallax-banner .layer:nth-child(2) {
    position: absolute;
    bottom: 20px;
    bottom: 20px;
}

.parallax-banner .layer:nth-child(3) {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.parallax-banner .layer:nth-child(4) {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.parallax-banner .layer:nth-child(5) {
    position: absolute;
    right: -200px;
    bottom: 100px;
}

.parallax-banner .layer:nth-child(6) {
    position: absolute;
    top: 60px;
    right: 50px;
}

.mobile-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-slider .row {
    z-index: 2;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 31.777777%;
    margin-right: -15px;
    margin-left: -15px;
}

.mobile-slider ul {
    list-style: none;
    z-index: 2;
}

.highlight h3 {
    position: relative;
    margin-top: 10px;
    display: block;
    font-size: 18px;
}

.highlight.active h3 {
    color: #00a9da;
}

.highlight-title span {
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: #00a9da;
}

.highlight {
    cursor: pointer;
    margin: 40px 0px;
}

li:last-child.highlight {
    margin-bottom: 0px;
}

.highlights-phone {
    width: 40%;
    height: 620px;
    float: left;
}

.phone-holder {
    display: block;
    height: 620px;
    position: relative;
    top: 0px;
    left: 16px;
    width: 306px;
    margin: auto;
    overflow: hidden
}

#fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.highlights-phone.wht .phone-holder #fon {
    background: url("../images/feature/11.png") center top no-repeat;
    background-position-x: 0;
}

.hgi {
    position: absolute;
    top: 58px;
    left: 15px;
    width: 276px;
    height: 480px;
    visibility: hidden;
}

.hgi img {
    width: 100%;
    height: 480px;
}

.highlights-phone.wht .hgi {
    top: 62px;
}

.hgi.active {
    visibility: visible;
}

.right-row {
    padding-right: 0;
    float: right;
}

.left-row {
    float: left;
    margin-right: 0;
}

.left-row .highlight-title {
    text-align: right;
}

.right-row .highlight-title {
    text-align: left;
}

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #eceff7;
}

.blue-bg {
    background: #00a9da;
}

.black-bg {
    background: #323232;
}

.bg-opacity-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-opacity-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-blue-20:before {
    background: rgba(0, 169, 218, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-blue-50:before {
    background: rgba(0, 169, 218, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-blue-70:before {
    background: rgba(0, 169, 218, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-blue-90:before {
    background: rgba(0, 169, 218, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-gradient:before {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9da), color-stop(100%, #000000));
    background: -webkit-linear-gradient(-315deg, #00a9da 0%, #000000 100%);
    background: -webkit-linear-gradient(0deg, #00a9da 0%, #000000 100%);
    background: linear-gradient(0deg, #00a9da 0%, #000000 100%);
    opacity: 0.6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-1 {
    background: url("../images/bg/01.jpg");
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-2 {
    background: url("../images/bg/02.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-3 {
    background: url("../images/bg/03.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-4 {
    background: url("../images/bg/04.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-5 {
    background: url("../images/bg/05.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-6 {
    background: url("../images/bg/06.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-7 {
    background: url("../images/bg/07.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-8 {
    background: url("../images/bg/08.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-9 {
    background: url("../images/bg/09.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-10 {
    background: url("../images/bg/11.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-11 {
    background: url("../images/bg/12.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-12 {
    background: url("../images/bg/15.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-13 {
    background: url("../images/bg/16.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-14 {
    background: url("../images/bg/18.png");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-15 {
    background: url("../images/bg/19.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-16 {
    background: url("../images/bg/20.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-17 {
    background: url("../images/bg/21.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.bg-18 {
    background: url("../images/bg/22.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-19 {
    background: url("../images/bg/23.jpg");
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.pattern-bg {
    background: url("../images/pattern/pattern-bg.png") repeat;
    background-position: top right;
    background-color: rgba(236, 239, 247, 1);
}

.pattern-1 {
    background: url("../images/pattern/pattern-bg.png") repeat;
    background-position: top right;
    background-attachment: fixed;
}

.feature {
    background: #eceff7;
    padding: 3px;
    position: relative;
    -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;
    z-index: 1;
}

.feature-content {
    position: relative;
    z-index: 9;
}

.feature i {
    background: #fff;
    width: 100%;
    font-size: 30px;
    color: #00a9da;
    padding: 35px 10px;
    -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;
}

.feature h4 {
    text-transform: none;
    padding: 30px 0 10px;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
}

.feature p {
    font-weight: 100;
    padding: 0 20px;
    transition: all 0.3s ease-out 0s;
}

.feature a {
    font-size: 14px;
    font-weight: 100;
    color: #808080;
    margin: 25px 0 10px;
    display: block;
    position: relative;
    z-index: 3;
}

.feature .feature-img {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -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;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}

.feature .border {
    position: absolute;
    background: #00a9da;
    height: 0px;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 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;
}

.feature:hover .feature-img,
.feature.active .feature-img {
    opacity: 1;
}

.feature:hover .border,
.feature.active .border {
    height: 45px;
}

.feature:hover i,
.feature.active i {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    padding-bottom: 15px;
}

.feature:hover h4,
.feature.active h4,
.feature:hover p,
.feature.active p {
    color: #fff;
}

.feature:hover a,
.feature.active a {
    color: #fff;
    margin-top: 45px;
}

.feature:hover:before,
.feature.active:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -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;
}

.feature-2 span {
    float: left;
    margin-right: 15px;
    color: #00a9da;
    font-size: 26px;
}

.feature-2 h5 {
    display: table;
    padding-top: 4px;
}

.feature-3-title {
    float: left;
    display: table;
    margin-right: 20px;
}

.feature-3-title span {
    font-size: 34px;
    color: #00a9da;
}

.feature-3-info {
    display: table-cell;
    vertical-align: top;
}

.feature-3 .work-hr p {
    line-height: 30px;
}

.feature-3-info p {
    margin-bottom: 0px;
}

.feature-4 span {
    float: left;
    margin-right: 19px;
    font-size: 34px;
    color: #00a9da;
}

.feature-4 h4 {
    display: block;
}

.feature-4 p {
    margin-left: 18px;
    padding-left: 36px;
    border-left: 1px solid #eceff7;
}

.feature-4-sec li {
    font-size: 14px;
    color: #626262;
    margin-bottom: 10px;
}

.feature-4-sec i {
    color: #626262;
    font-size: 16px;
    margin-left: 17px;
    padding-right: 28px;
    padding-top: 4px;
}

.feature5 span {
    font-size: 30px;
    color: #00a9da;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
}

.feature5 h4 {
    position: relative;
    padding-bottom: 15px;
}

.feature5 h4:before {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 70px;
    height: 2px;
    background: #00a9da;
}

.feature5 p {
    font-weight: normal;
}

.feature5 a {
    font-size: 15px;
    color: #363636;
    position: relative;
}

.feature5 i {
    opacity: 0;
    position: absolute;
    left: 75px;
    margin-top: 9px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 12px;
}

.feature5 a:hover {
    color: #00a9da;
}

.feature5 a:hover i {
    left: 85px;
    opacity: 1;
    color: #00a9da;
}

.feature6 strong {
    font-size: 200px;
    font-weight: bold;
    color: #eceff8;
    position: relative;
    font-family: 'Lato', sans-serif;
    line-height: 140px;
}

.feature6-item-top {
    transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    -o-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    text-align: center;
    top: 15%;
}

.feature6-item-top span {
    font-size: 30px;
    line-height: 34px;
    background: transparent;
    color: #00a9da;
    margin-bottom: 10px;
    display: block;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.feature6-item-top h3 {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.feature6 p {
    font-size: 15px;
}

.feature6:hover .feature6-item-top span {
    margin-top: 40px;
}

.feature6:hover .feature6-item-top h3 {
    margin-top: -100px;
}

.work-process .feature6 {
    margin-bottom: 0px;
}

.feature7 .feature7-icon {
    float: left;
    width: 70px;
    height: 70px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
    margin-right: 25px;
}

.feature7 .feature7-icon span {
    font-size: 25px;
    line-height: 65px;
    color: #fff;
}

.feature7 .feature7-info {
    display: table;
}

.feature7 .feature7-info p {
    color: #fff;
    line-height: 20px;
}

.feature-8-title {
    float: left;
    display: table;
    margin-right: 20px;
}

.feature-8-title span {
    font-size: 34px;
    color: #00a9da;
}

.feature-8-info {
    display: table-cell;
    vertical-align: top;
}

.feature-8-info p {
    font-size: 14px;
    margin-bottom: 0px;
}

.feature-8-main .feature-8 {
    margin-bottom: 0px;
    padding: 60px 0;
}

.feature-8-main .feature-8-info p {
    font-size: 13px;
}

.feature-8-main .owl-carousel-10 {
    padding: 0 15px;
}

.owl-carousel-10 .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 4px;
}

.owl-carousel-10 .owl-item {
    cursor: url("../images/client-arrow.png") 25 25, pointer;
    padding: 0 15px;
}

.feature-9 {
    padding: 25px 35px;
    position: relative;
    z-index: 9;
    background: #00c6ff;
    height: 250px;
}

.feature-9-bg-1 {
    background: #00c6ff;
}

.feature-9-bg-2 {
    background: #00a9da;
}

.feature-9-bg-3 {
    background: #0091bb;
}

.feature-9 .feature-9-title-left {
    float: left;
    opacity: 0.09;
}

.feature-9 .feature-9-title-left h1 {
    font-size: 84px;
    line-height: 63px;
    margin-right: 20px;
    color: #000;
}

.feature-9 .feature-9-title-right {
    display: table;
}

.feature-9-icon {
    position: absolute;
    top: 14px;
    z-index: -1;
    right: 0px;
    opacity: 0.05;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.feature-9-icon span {
    font-size: 200px;
    color: #000;
}

.feature-9:hover .feature-9-icon {
    right: 52%;
}

.feature-10 span {
    font-size: 33px;
    color: #02b7b4
}

.feature-10 h4 {
    color: #02b7b4
}

.feature-10 p {
    font-size: 13px;
    margin-bottom: 0px;
}

.feature-11 .feature-11-icon {
    background: transparent;
    border: 1px solid #eceff8;
    border-radius: 50%;
    display: block;
    height: 90px;
    margin: 0 auto;
    padding: 9px;
    text-align: center;
    width: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-11 .feature-11-icon span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #363636;
    font-size: 26px;
    text-align: center;
    line-height: 75px;
    background: #eceff8;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-11 .feature-11-info h4 {
    position: relative;
}

.feature-11 .feature-11-info h4:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #00a9da;
    margin: 0 auto;
    left: 37%;
    bottom: 0;
}

.feature-11 .feature-11-info p {
    margin-bottom: 0px;
}

.feature-11:hover .feature-11-icon {
    border-color: #00a9da;
}

.feature-11:hover .feature-11-icon span {
    background: #00a9da;
    color: #fff;
}

.feature-12 span {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    float: left;
}

.feature-12 p {
    display: table;
}

.features13 {
    padding-top: 50px;
    padding-right: 25px;
}

.features13 p {
    position: relative;
    z-index: 9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.features13 b {
    position: absolute;
    z-index: 0;
    top: 83px;
    font-family: 'Lato', sans-serif;
    right: 19px;
    font-size: 72px;
    color: #dde1eb;
    line-height: 72px;
}

.features13 ul {
    border-right: 6px solid #dde1eb;
    padding-right: 20px;
}

.features13 li {
    color: #626262;
    font-size: 16px;
    line-height: 22px;
    padding: 2px 0 7px;
}

.features13.left {
    padding-right: 0px;
    padding-left: 25px;
}

.features13.left b {
    position: absolute;
    z-index: 0;
    top: 83px;
    font-family: 'Lato', sans-serif;
    left: 20px;
    font-size: 72px;
    color: #dde1eb;
    line-height: 72px;
}

.features13.left ul {
    border-left: 6px solid #dde1eb;
    padding-left: 20px;
    border-right: 0px;
    padding-right: 0;
}

.features-14 span {
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    display: block;
}

.feature-15 {
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-15 .feature-15-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #00a9da;
    margin: 0 auto;
}

.feature-15 .feature-15-icon img {
    margin-top: 20px;
}

.feature-15 .feature-15-content {
    margin-top: 30px;
}

.feature-15 .feature-15-content h4 {
    margin-bottom: 30px;
}

.feature-15 .feature-15-content p {
    margin-bottom: 0px;
}

.feature-15:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.feature-16 {
    padding: 0 85px;
}

.feature-16 .feature-16-icon {
    display: table-cell;
}

.feature-16 .feature-16-icon span {
    font-size: 30px;
    color: #00a9da;
    margin-right: 20px;
}

.feature-16 .feature-16-contant {
    display: table-cell;
    vertical-align: top;
}

.feature-16 .feature-16-contant p {
    font-size: 13px;
}

.feature-17 .feature-17-icon {
    border: 20px solid #2b2b2b;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
}

.feature-17 .feature-17-icon span {
    border: 1px solid #393939;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height: 130px;
    text-align: center;
    background: #323232;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.feature-17 .feature-17-content p {
    font-size: 13px;
    color: #fff;
    padding: 0 20px;
}

.feature-18 i {
    display: table-cell;
    float: left;
    margin-right: 15px;
    font-size: 24px;
}

.feature-18 h5 {
    display: table-cell;
    margin-bottom: 20px;
    color: #00a9da;
    line-height: 22px;
}

.feature-18 p {
    margin-top: 20px;
    display: block;
}

.feature-19 h1 {
    font-size: 60px;
    color: #323232;
}

.feature-19 h3 {
    font-weight: 300;
    margin: 30px 0px 20px;
}

.feature-19 a {
    font-size: 14px;
    color: #00a9da;
}

.feature-19 a:hover {
    color: #323232;
}

.feature-20 {
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-20 .feature-20-icon span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    background: #eceff7;
    border: 0px solid #00a9da;
    margin: 0 auto;
    line-height: 80px;
    font-size: 26px;
    color: #626262;
}

.feature-20 .feature-20-content {
    margin-top: 30px;
}

.feature-20 .feature-20-content h4 {
    margin-bottom: 30px;
    color: #00a9da;
}

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

.feature-20:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.page-wrapper {
    overflow: hidden;
}

body.page-wrapper {
    overflow: inherit;
}

.page-wrapper.boxed-layout {
    overflow: inherit;
}

.wrapper {
    overflow: hidden;
}

.owl-custom .custom-content {
    margin-top: 0px;
}

.owl-custom .custom-content li {
    line-height: 32px;
}

.owl-custom .owl-carousel-12.owl-carousel.owl-theme.owl-loaded {
    height: 430px;
}

.owl-carousel-12 .owl-dots {
    display: block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.owl-carousel-12.owl-theme .owl-dots .owl-dot span {
    background: #d0d0d0;
    border-radius: 30px;
    display: block;
    height: 15px;
    margin: 0px 7px;
    transition: opacity 200ms ease 0s;
    width: 15px;
    cursor: pointer;
}

.owl-carousel-12.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-12.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a9da;
}

.why-choose-us {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.custom-content-5 .section-title-1 p {
    font-size: 30px;
    padding: 0 100px;
    line-height: 40px;
}

.custom-content-5 h4 {
    margin-bottom: 20px;
    color: #626262;
    font-size: 24px;
}

.portfolio-main {
    position: relative;
}

.portfolio-main .button-border-white span {
    font-size: 14px;
    padding: 7px 12px;
}

.owl-carousel-8.owl-carousel {
    z-index: inherit;
}

.owl-carousel-8 .item img {
    width: 100%;
}

.owl-carousel-8 .owl-nav {
    display: block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
}

.owl-carousel-8 .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 37%;
    width: auto;
    cursor: pointer;
}

.owl-carousel-8 .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 63%;
    width: auto;
    cursor: pointer;
}

.owl-carousel-8 .owl-nav .owl-prev i {
    padding-left: 3px;
}

.owl-carousel-8 .owl-nav i {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin: 0px 7px 0;
    -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;
}

.owl-carousel-8 .owl-nav i:hover {
    color: #363636;
}

.owl-carousel-8 .owl-controls {
    position: relative;
    top: -45px;
    z-index: 10;
}

.owl-carousel-8.owl-carousel .owl-item img {
    transform-style: inherit;
}

.portfolio-info {
    display: block;
    background: #00a9da;
    width: 20%;
    left: 20%;
    position: absolute;
    z-index: 9;
    padding: 30px 25px 20px;
    height: 100%;
}

.portfolio-info h3 {
    font-size: 24px;
}

.portfolio-info p {
    margin-top: 20px;
    color: #fff;
    line-height: 22px;
}

.portfolio-image-holder {
    position: relative;
    height: 496px;
}

.portfolio-text-box {
    background: #f6f7f9;
    padding: 80px 80px;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

#video-background {
    width: 100%;
    height: 360px;
    position: relative;
    z-index: 0;
}

#video-background video {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#inner-video-background.inner-intro {
    z-index: 0;
}

#video-background.video-content.bg-opacity-black-50:before {
    z-index: 0;
}

#video-background.video-content .section-title-2 {
    position: relative;
    z-index: 9;
}

.video-content .video-bg h1 {
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 50px;
}

.video-content .section-title-2 .title-line-2 {
    padding: 0px;
}

.our-skills {
    padding: 80px 0;
    margin-top: 0px;
}

.skills-1 .bars {
    position: relative;
}

.skills-1 .jqbar.vertical {
    text-align: left;
    display: inline-block;
}

.skills-1 .jqbar.vertical .bar-level {
    background: #00a9da !important;
}

.skills-1 .jqbar.vertical span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.skills-1 .jqbar.vertical .bar-percent {
    color: #fff;
    font-size: 41px;
    font-weight: bold;
    height: 37px;
    margin-bottom: -37px;
    margin-left: 28px;
}

.skills-1 .bar-level-wrapper {
    background: rgba(255, 255, 255, 0.2);
}

.skills-1 .jqbar.vertical .bar-level-wrapper {
    display: inline-block;
    float: left;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.skills-1 .jqbar.vertical span.bar-label {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 60px;
}

.skills-1 .jqbar.vertical .bar-level {
    position: absolute;
}

.skills-1 .jqbar.vertical span.bar-text {
    font-size: 15px;
    font-weight: 400;
    left: 32px;
    position: absolute;
    bottom: 0px;
    padding-left: 14px;
}

.skills-1 .jqbar.horizontal span {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
}

.skills-1 .jqbar.horizontal .bar-percent {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 20px;
}

.skills-2 li {
    position: relative;
    margin-bottom: 55px;
    font-size: 16px;
}

.skills-2 li:last-child {
    margin-bottom: 0px;
}

.skills-2 .bar_container,
.bar {
    position: absolute;
    left: 0;
    height: 7px;
    border-radius: 3px;
    content: "";
    top: 30px;
}

.skills-2 .bar_container {
    bottom: -8px;
    width: 100%;
    background-color: #eceff8;
    text-align: right;
}

.skills-2 .bar {
    top: 0;
    background: #00a9da !important
}

.skills-2 .pct {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
    color: #323232 !important;
}

.our-activities .skills-2 li {
    position: relative;
    margin-bottom: 55px;
    font-size: 16px;
}

.our-activities .skills-2 li:last-child {
    margin-bottom: 0px;
}

.our-activities .skills-2 .bar_container,
.bar {
    position: absolute;
    left: 0;
    height: 7px;
    border-radius: 3px;
    content: "";
    top: 30px;
}

.our-activities .skills-2 .bar_container {
    bottom: -8px;
    width: 100%;
    background-color: #eceff8;
    text-align: right;
}

.our-activities .skills-2 .bar {
    top: 0;
    background: #00a9da !important
}

.our-activities .skills-2 .pct {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s linear;
    color: #323232 !important;
}

.owl-carousel-2 {
    overflow: hidden;
}

.owl-carousel-2 .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 46%;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.owl-carousel-2 .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: -44px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel-2 .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: -44px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel-2 .owl-nav i {
    font-weight: normal;
    font-size: 20px;
    color: #626262;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px;
    -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;
}

.owl-carousel-2 .owl-nav i:hover {
    color: #626262;
    background: rgba(255, 255, 255, 1);
}

.who-we-are-left:hover .owl-carousel-2 .owl-nav .owl-prev {
    left: 0;
}

.who-we-are-left:hover .owl-carousel-2 .owl-nav .owl-next {
    right: 0;
}

.about {
    overflow: hidden;
}

.who-we-are .who-we-are-left img {
    width: 100%;
}

.who-we-are-right h4 {
    margin-top: 0px;
    font-size: 25px;
}

.who-we-are-right a {
    font-weight: 600;
    color: #00a9da;
}

.who-we-are-right-button a.button i {
    padding: 13px 10px;
    width: 46px;
    font-size: 14px;
}

.who-we-are-right-button a.button span {
    font-size: 13px;
    padding: 11px 15px;
}

ul.who-we-are-about i {
    color: #00a9da;
    padding-right: 10px;
}

ul.who-we-are-about li {
    font-size: 14px;
    line-height: 30px;
}

.tooltip-s {
    position: relative;
    float: right;
}

.tooltip-s .tooltip-inner {
    background-color: transparent;
    padding: 5px 15px;
    color: #363636;
    font-weight: bold;
    font-size: 13px;
}

.popOver+.tooltip-s .tooltip-arrow {
    border: none;
}

.progress {
    border-radius: 0;
    overflow: visible;
    height: 10px;
    margin-bottom: 30px;
    background: #eceff7;
    box-shadow: none;
}

.our-activities .skills-2 b {
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.accordion .accordion-title {
    font-size: 16px;
    color: #000;
}

.accordion .accordion-title a {
    background: transparent;
    border: 1px solid #eceff7;
    display: block;
    position: relative;
    color: #626262;
    margin-top: -1px;
    text-decoration: none;
    padding: 11px 60px;
    font-weight: normal;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion .accordion-title a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00a9da;
}

.accordion .accordion-title a.active {
    color: #fff;
    background-color: #00a9da;
    cursor: default;
    border-color: #00a9da;
}

.accordion .accordion-title a:after {
    content: "\f067";
    width: 20px;
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 20px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #626262;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion .accordion-title a.active:after,
.accordion .accordion-title a.active:hover:after {
    content: "\f068";
    color: #fff;
}

.accordion .accordion-title a:hover:after {
    color: #00a9da;
}

.accordion-content {
    padding: 15px 20px;
    border: 1px solid #eceff7;
}

.faqs .accordion .accordion-title {
    font-size: 16px;
    color: #fff;
    background: #47588f !important
}

.faqs .accordion .accordion-title a {
    background: transparent;
    border: 1px solid #eceff7;
    display: block;
    position: relative;
    color: #fff !important;
    margin-top: -1px;
    text-decoration: none;
    padding: 11px 60px;
    font-weight: normal;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.faqs .accordion .accordion-title a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00a9da;
}

.faqs .accordion .accordion-title a.active {
    color: #fff;
    background-color: #4aaaa5;
    cursor: default;
    border-color: #4aaaa5;
}

.faqs .accordion .accordion-title a:after {
    content: "\f067";
    width: 20px;
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 20px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.faqs .accordion .accordion-title a.active:after,
.faqs .accordion .accordion-title a.active:hover:after {
    content: "\f068";
    color: #fff;
}

.faqs .accordion .accordion-title a:hover:after {
    color: #4aaaa5;
}

.faqs .accordion-content {
    padding: 15px 20px;
    border: none;
}

.action-box {
    background: #00a9da;
    padding: 48px 0 40px;
    position: relative;
}

.action-box-button a.button i {
    padding: 13px 10px;
    width: 46px;
    font-size: 14px;
}

.action-box-button a.button span {
    font-size: 13px;
    padding: 11px 12px;
}

.action-box-button .button.button-black {
    margin-right: 0px;
}

.action-box-2 {
    padding: 60px 0 45px;
}

.action-box-3 {
    padding: 30px 0;
    position: relative;
    background: #00a9da;
}

.action-box-3:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 25%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 15px 0;
    border-color: transparent #00a9da transparent transparent;
}

.action-box-3 h3 {
    line-height: 36px;
}

.action-box-3 .action-box-button a.button i {
    padding: 13px 10px;
    width: 46px;
    font-size: 14px;
}

.action-box-3 .action-box-button a.button span {
    font-size: 13px;
    padding: 11px 12px;
}

.action-box-3 .action-box-button .button.button-black {
    margin-right: 0px;
}

.feature-main .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.feature-main .container-fluid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.feature-main .container-fluid .row [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.feature-mob {
    background: url("../images/feature/05.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 630px;
    position: relative;
    width: 100%;
}

.mob-scroll {
    display: inline-block;
    height: 630px;
    position: relative;
    width: 282px;
}

.mob-scroll:hover .feature-mob-scroll {
    background-position: center 100% !important;
}

.feature-mob .feature-mob-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 448px;
    left: 30px;
    position: absolute;
    top: 58px;
    width: 252px;
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
}

.key-features-device {
    position: absolute;
    left: -260px;
    top: -20px;
}

.feature-item-left .feature-details {
    float: left;
    padding-right: 20px;
    padding-left: 0px;
    text-align: right;
}

.feature-item img {
    width: 100%;
    margin: 0 auto;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-contact {
    position: relative;
}

.popup-contact-box {
    position: absolute;
    bottom: 105px;
    left: 15px;
    z-index: 999;
}

#contact-btn {
    bottom: 0;
    position: absolute;
    z-index: 99;
    background: #00a9da;
    color: #fff;
    width: 40px;
    border-radius: 3px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.popup-contact-box input:focus {
    border: 1px solid;
}

.contact-info {
    display: none;
    background-color: #eceff7;
    width: 300px;
    min-height: 390px height:auto;
    border-radius: 3px;
    padding: 25px;
}

.contact-info h4 {
    text-transform: capitalize;
}

.contact-info .contact-form .section-field {
    display: inline;
    position: relative;
    width: 100%;
}

.contact-info .contact-form .field-widget {
    position: relative;
}

.contact-info .contact-form .section-field i {
    color: #00a9da;
    left: 0;
    position: absolute;
    z-index: 99;
}

.contact-info .contact-form .section-field input {
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-right: 17px;
    color: #363636;
    padding-left: 38px;
    width: 100%;
    border: 1px solid #00a9da;
    border-radius: 3px;
}

.contact-info .contact-form .section-field input:focus {
    border-color: #363636;
}

.contact-info .contact-form textarea {
    width: 100%;
    border: medium none;
    color: #363636;
    display: block;
    border: 1px solid #00a9da;
    margin-bottom: 20px;
    border-radius: 3px;
    padding-left: 38px;
}

.contact-info .contact-form textarea:focus {
    border-color: #363636;
}

.contact-info a.button-border span {
    padding: 8px 18px;
    margin-right: 0;
}

.popup-contact-2 #contact-btn {
    background: #007da1;
}

.contact-box i {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    font-size: 34px;
    color: #01b1ae;
}

.contact-form .section-field {
    position: relative;
    margin-right: 3%;
    float: left;
}

.contact-form .section-field:nth-child(3) {
    margin-right: 0px;
}

.contact-form .section-field i {
    position: absolute;
    left: 0;
    color: #01b1ae;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 99;
}

.contact-form .section-field input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 45px;
    clear: both;
}

.contact-form .section-field.textarea {
    width: 100%;
    float: left;
}

.contact-form .section-field.textarea textarea {
    padding-left: 45px;
}

#formmessage {
    display: none;
}

#formmessage-2 {
    display: none;
}

.contact-map .container-fluid {
    padding: 0px;
    margin: 0px;
    height: 450px;
}

.contact-2 .contact-box i {
    background: transparent;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    top: -7px;
}

.contact-2 .contact-box .info {
    display: table;
}

.frequently .accordion .accordion-title a:after {
    right: 20px;
    left: inherit;
}

.frequently .accordion .accordion-title a:hover {
    color: #00a9da;
}

.frequently .accordion .accordion-title a.active {
    background: #fff;
    color: #00a9da;
    border: none;
}

.frequently .accordion .accordion-title a.active:after,
.frequently .accordion .accordion-title a.active:hover:after {
    color: #00a9da;
}

.frequently .accordion-content {
    border: none;
    background: #fff;
    margin-bottom: 15px;
}

.frequently .accordion-content p {
    color: #919191;
    font-size: 13px;
}

.frequently .accordion .accordion-title a {
    padding: 11px 25px;
    background: #fff;
    border: none;
    color: #323232;
    font-size: 16px;
    margin-bottom: 5px;
}

.frequently .accordion .accordion-title a i {
    font-size: 14px;
    padding-right: 10px;
}

.inner-intro {
    height: 410px;
    display: block;
}

.inner-intro .container {
    display: table;
    height: 100%;
    position: relative;
}

.inner-intro span {
    text-transform: capitalize;
}

.inner-intro h1 {
    text-transform: capitalize;
}

.intro-title {
    display: table-cell;
    vertical-align: bottom;
}

.intro-title p {
    font-size: 18px;
    text-transform: capitalize;
}

ul.page-breadcrumb li span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

ul.page-breadcrumb {
    padding-top: 60px;
    padding-bottom: 25px;
}

ul.page-breadcrumb li {
    color: #fff;
    display: inline-block;
    list-style: none;
}

ul.page-breadcrumb li i {
    font-size: 14px;
    padding: 0 7px;
}

ul.page-breadcrumb li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

ul.page-breadcrumb li a:hover {
    color: #00a9da;
}

.sidebar-widget p {
    margin-bottom: 0px;
}

.widget-search {
    position: relative;
}

.widget-search input {
    padding-right: 30px;
    color: #626262;
    height: 45px;
    border-color: #eceff7;
}

.widget-search i {
    position: absolute;
    right: 0px;
    padding: 16px 12px;
    font-size: 14px;
    color: #626262;
    cursor: pointer;
}

.widget-search input:focus {
    border-color: #00a9da;
}

.widget-menu {
    position: relative;
}

.widget-menu ul li a {
    font-size: 14px;
    display: block;
    color: #626262;
    position: relative;
}

.widget-menu i {
    padding-top: 4px;
    position: absolute;
    right: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.widget-menu ul li a span {
    padding: 10px 10px 10px 0;
    display: block;
    font-size: 14px;
}

.widget-menu ul li a span:hover {
    text-decoration: none;
    color: #00a9da;
}

.widget-menu ul li.active {
    border-bottom: none;
}

.widget-menu ul li.hover a {
    color: #00a9da;
}

.widget-menu ul li.hover a span {
    background: transparent;
    color: #00a9da;
}

.widget-menu ul ul li a span {
    color: #626262;
}

.widget-menu ul ul li a span:hover {
    color: #00a9da;
}

.widget-menu ul ul {
    display: none;
    padding-left: 20px;
}

.widget-menu ul ul a {
    display: block;
    color: #626262;
    font-size: 14px;
}

.widget-menu ul ul a:hover {
    color: #00a9da;
}

.widget-menu ul li.active i {
    transform: rotate(90deg);
}

.sidebar-widget .recent-post {
    float: left;
    width: 100%;
}

.sidebar-widget .recent-post-info span {
    padding-top: 4px;
}

.sidebar-widget .recent-post-info a {
    color: #626262;
}

.sidebar-widget .recent-post-info a:hover {
    color: #00a9da;
}

.sidebar-widget .recent-post-info i {
    color: #00a9da;
}

.sidebar-widget .recent-post:last-child {
    margin-bottom: 40px !important;
}

.widget-archives li {
    display: block;
    margin-bottom: 13px;
}

.widget-archives li a {
    font-size: 14px;
    color: #626262;
    line-height: 32px;
    display: block;
}

.widget-archives li i {
    font-size: 16px;
    line-height: 17px;
    padding-left: 2px;
    margin-right: 20px;
    border: 1px solid #626262;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.widget-archives li a:hover {
    color: #00a9da;
}

.widget-archives li a:hover i {
    border-color: #00a9da;
    color: #00a9da;
}

.sidebar-widget .tags li a:hover {
    background: #00a9da;
    border-color: #00a9da;
    color: #fff;
}

.service-page-tab #tabs {
    border: 1px solid #eceff7;
    padding: 20px;
}

.service-page-tab #tabs .tabs {
    text-align: left;
}

.service-page-tab #tabs .tabs li {
    font-size: 16px;
    text-transform: uppercase;
    background: #eceff7;
    color: #626262;
    margin: 0 2px;
    padding: 10px 15px;
}

.service-page-tab #tabs .tabcontent {
    text-align: left;
    padding: 15px 0 0;
    margin-bottom: 0px;
}

.service-page-tab #tabs .tabcontent p {
    margin-bottom: 0px;
}

.service-page-tab #tabs ul.tabs li.active,
.service-page-tab #tabs ul.tabs li.active:focus,
#tabs ul.tabs li:hover {
    color: #fff;
}

.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    -webkit-animation: rippleDrop .6s linear;
    animation: rippleDrop .6s linear;
}

@-webkit-keyframes rippleDrop {
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes rippleDrop {
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.isotope-filters-2 {
    display: table;
    margin: 0 auto 50px;
}

.isotope-filters-2 button {
    border: none;
    margin: 2px;
    cursor: pointer;
    color: #626262;
    padding: 5px 18px;
    font-size: 16px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #626262;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.isotope-filters-2 button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0;
}

.isotope-filters-2 button.active,
.isotope-filters-2 button:hover {
    background: #00a9da;
    color: #fff;
    border-color: #00a9da;
}

.faq-form .section-field {
    display: block;
}

.faq-form .field-widget {
    position: relative;
}

.faq-form .field-widget i {
    position: absolute;
    left: 0;
    padding: 13px;
    color: #00a9da;
}

.faq-form .field-widget input {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 38px;
}

.faq-form .field-widget select {
    width: 100%;
    margin-bottom: 20px;
}

.faq-form .field-widget textarea {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 38px;
}

.faq-form .file-input input {
    height: inherit;
    display: block;
    padding: 9px 0 9px 13px;
    margin-bottom: 30px;
}

.faq .tab-1 .fade {
    opacity: 1;
}

.faq .tab-1 .nav.nav-tabs {
    background: #eceff7;
}

.faq .widget-search {
    margin-bottom: 30px;
}

.faq-form a.button-border span {
    width: 100%;
    text-align: center;
}

.faq a.button-border span:hover {
    box-shadow: -400px 0 0 #00a9da inset;
}

.faq .accordion .accordion-title {
    margin-top: 8px;
}

.faq .accordion .accordion-content ul {
    margin-top: 30px;
}

.faq .accordion .accordion-content ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.faq .accordion .accordion-content h5 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.faq .accordion .accordion-content {
    padding: 15px 20px 30px 65px;
}

.faq .accordion .accordion-title a {
    margin-top: 0px;
}

.faq #tabs {
    line-height: inherit;
    font-size: 0px;
}

.faq #tabs .tabs {
    text-align: left;
    background: #eceff7;
    margin-bottom: 15px;
}

.faq #tabs .tabs li {
    font-size: 17px;
    text-transform: capitalize;
    display: inline-block;
    color: #626262;
    padding: 10px 15px;
}

.faq #tabs ul.tabs li.active,
.faq #tabs ul.tabs li.active:focus,
.faq #tabs ul.tabs li:hover {
    color: #fff;
}

.faq #tabs .tabcontent {
    text-align: left;
}

.owl-carousel-5 .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 4px;
}

.owl-carousel-5 .owl-item {
    cursor: url("../images/client-arrow.png") 25 25, pointer;
}

.clients-box {
    background: #eceff7;
    padding: 20px;
}

.clients-photo {
    position: relative;
    margin-right: 20px;
    width: 200px;
    height: 200px;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

.clients-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.clients-info {
    display: table;
}

.clients-info i {
    padding-right: 10px;
}

.clients-info a {
    font-size: 14px;
    color: #00a9da;
}

.clients-info a:hover {
    color: #626262;
}

.clients-info p {
    margin-top: 10px;
}

.our-clients-2 .clients-box {
    margin-bottom: 30px;
}

#tabs {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
}

#tabs .tabs {
    position: relative;
    margin: 0;
    text-align: center;
}

.happy-clients #tabs .tabs li {
    overflow: visible;
}

#tabs .tabs li {
    padding: 10px 10px;
    color: #999999;
    overflow: hidden;
    background: transparent;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: relative;
    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;
}

#tabs .tabcontent {
    overflow: hidden;
}

#tabs .tabs li.active {
    color: #999999;
    background: #fff;
}

#tabs .tabs li img {
    width: 130px;
}

#tabs ul.tabs li.active,
#tabs ul.tabs li.active:focus,
#tabs ul.tabs li:hover {
    background: #00a9da;
}

.animated-arrow:before,
.animated-arrow:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    bottom: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.animated-arrow:before {
    border-right: 10px solid transparent;
    left: 0;
}

.animated-arrow:after {
    border-left: 10px solid transparent;
    right: 0;
}

#tabs ul.tabs li.active.animated-arrow:before,
.animated-arrow:hover:before {
    border-right: 10px solid #00a9da;
    left: -webkit-calc(50% - 10px);
    left: -ms-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: -o-calc(50% - 10px);
    left: calc(50% - 10px);
}

#tabs ul.tabs li.active.animated-arrow:after,
.animated-arrow:hover:after {
    border-left: 10px solid #00a9da;
    right: -webkit-calc(50% - 10px);
    right: -ms-calc(50% - 10px);
    right: -moz-calc(50% - 10px);
    right: -o-calc(50% - 10px);
    right: calc(50% - 10px);
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -o-animation-name: pulse;
    -ms-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

@-ms-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

@-moz-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

@-o-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

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

.tabcontent {
    text-align: center;
    margin-bottom: 20px;
}

.m-b20 {
    margin-bottom: 1rem;
}

.cpapproduct {
    border: none;
    overflow: hidden;
    height: 100px !important;
}

.cpapproduct option:nth-child(1) {
    display: none;
}

option {
    background: #fff;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
    position: relative;
}

option:hover {
    text-decoration: underline;
}

option:after {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

select>.selected {
    background: #88a5ad;
    color: #fff;
    text-shadow: none;
}

.cpap-btn .button-65 {
    background-color: #ffffff;
    color: #0860bd;
    border: 2px solid;
}

.cpap-btn .button-65:hover,
.cpap-btn .button-65:focus,
.cpap-btn .button-65:active {
    background-color: #0860bd;
    color: #fff;
    border: 2px solid;
}


.modal-width {
    width: 30%;
    margin: auto;
    padding-top: 50px;
}

.cpapproduct:focus-visible {
    outline: none;
}

.cpapproduct:focus {
    outline: none;
}

.w-80 {
    width: 80%;
}

.w-10 {
    width: 10%;
}

.a2a_kit::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: ;
}
.theme-font{
    color: #01b1ae;

}
.cost-table .machine-tbl tr td:first-child{
    width: auto;
}
#accordion-div #text{
    margin-left: 30px;
}