/*
Theme Name: FOCUS
Theme URI:
Author Name: Arifa Afsana Antha
Author URI:
Version: 1.0
*/


/*
===============================================
 Table of Contents
===============================================
**!--Preloader
**!--Navbar Section
**!--Hero Section
**!--About Section
**!--Testimonials Section
**!--Feature Section
**!--Download Section
**!--Recent Case Section
**!--Video Section
**!--Team Section
**!--Pricing Section
**!--Blog Section
**!--Fun Fact Section
**!--Contact Section
**!--Copyright Section
 ==============================================
*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* ---------------- **!--Preloader ------------------- */

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    text-align: center;
    display: table;
}
.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #fff;
}
.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #00aeef;
    border-right: solid 6px #00aeef;
    border-bottom: solid 6px #00aeef;
    border-left: solid 6px #00aeef;
    width: 55px;
    height: 55px;
    display: inline-block;
    box-sizing: border-box;
}
.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 15px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #00aeef;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite;
}

/* ---------------- **!--Navbar Section ------------------- */


/* Search Box */

.search-box {
    margin-top: 15px;
    transition: 0.3s all;
}
.search-box a {
    font-size: 20px;
    line-height: 52px;
    color: #131313;
    background-color: transparent;
    padding: 0;
}
.search-box-area {
    position: absolute;
    padding: 90px 0px;
    width: 100%;
    background: rgba(0, 174, 239, 0.72);
    top: 0px;
    left: 0px;
    z-index: 10000;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}
.show-srch {
    transform: translateY(0%);
}
.form-home-search {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
    box-shadow: none;
    text-align: center;
}
.form-home-search:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.navbar {
    transition: 0.3s all;
}
/* Menu */

.nav-area {
    width: 100%;
    height: auto;
    background-color: rgba(249, 250, 252, 0.68);
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar> .container .navbar-brand {
    margin-right: 96px;
    padding: 12px 0px;
}
.navbar> .container .navbar-brand img {
    width: 70px;
    transition: 0.3s all;
}
@media only screen and (max-width : 767px) {
    .navbar> .container .navbar-brand img {
        width: 60px;
        padding-top: 4px;
    }
}
.navbar-nav {
    margin: 0;
    float: right;
}
.navbar-default .navbar-nav > li {
    margin-bottom: 0px;
    position: relative;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    color: #131313;
    padding: 30px 21px;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    position: absolute;
    top: 39%;
    right: 4%;
    font-size: 15px;
    line-height: 16px;
    color: #131313;
    z-index: 1;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav >.active > a,
.navbar-default .navbar-nav >.active > a:focus,
.navbar-default .navbar-nav >.active:hover > a,
.navbar-default .navbar-nav >.open > a,
.navbar-default .navbar-nav >.open > a:focus,
.navbar-default .navbar-nav >.open:hover > a,
.navbar-default .navbar-nav > li:hover.dropdown > a:after {
    color: #00aeef!important;
    background-color: transparent;
}
@media screen and (min-width: 1024px) {
    .navbar.thinNav {
        height: 60px;
        transition: 0.3s all;
    }
    .navbar.thinNav ul li a {
    padding: 19px 21px;
    transition: 0.3s all;
    }
    .navbar.thinNav div.search-box {
        margin-top: 4px;
        transition: 0.3s all;
    }
    .navbar.thinNav img#logo {
        width: 40px;
        transition: 0.3s all;
    }
}


.dropdown-menu {
    width: 170px;
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    background-color: rgba(249, 250, 252, 0.90);
    visibility: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: 0;
    border-radius: 0px;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform: perspective(600px) rotateX(-30deg);
    -moz-transform: perspective(600px) rotateX(-30deg);
    -ms-transform: perspective(600px) rotateX(-30deg);
    -o-transform: perspective(600px) rotateX(-30deg);
    transform: perspective(600px) rotateX(-30deg);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.ie .dropdown-menu {
    display: none;
}
.dropdown-menu li {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.dropdown-menu > li:last-child {
    border-bottom: 0px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #131313;
    text-transform: capitalize;
    padding: 12px 20px;
    white-space: normal;
}
.dropdown:hover > .dropdown-menu,
.open > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotate(0deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li:hover > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active:hover > a {
    background-color: #00aeef!important;
    color: #fff!important;
}
.dropdown-menu li.dropdown:hover > a:after {
    color: #fff;
}
.sub-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform-origin: right center 0;
    -webkit-transform: rotateY(0deg) translateX(50%);
    -moz-transform: rotateY(0deg) translateX(50%);
    -ms-transform: rotateY(0deg) translateX(50%);
    -o-transform: rotateY(0deg) translateX(50%);
    transform: rotateY(0deg) translateX(50%);
}
.dropdown-menu .dropdown a {
    position: relative;
    z-index: 1;
}
.dropdown-menu .dropdown > a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    top: 50%;
    right: 10%;
    font-size: 16px;
    color: #131313;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-menu li a {
    padding: 12px 40px 12px 20px;
}
.dropdown-menu .dropdown:hover > .sub-menu {
    opacity: 1;
    display: block;
    -webkit-transform: rotateY(0deg) translateX(100%);
    -moz-transform: rotateY(0deg) translateX(100%);
    -ms-transform: rotateY(0deg) translateX(100%);
    -o-transform: rotateY(0deg) translateX(100%);
    transform: rotateY(0deg) translateX(100%);
}
.mega-dropdown {}
.mega-dropdown-menu {
    width: 950px;
    padding: 25px 35px;
    position: absolute;
    left: -200px;
}
.mega-dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.megamenu-tabs {
    width: 100%;
    padding: 15px;
    background-color: #eee;
    display: table;
}
.megamenu-tabs-nav {
    width: 20%;
    float: left;
}
.megamenu-tabs-nav li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #131313;
    padding: 5px;
}
.news-item-tab {}
.news-tab {
    width: 80%;
    float: left;
    padding: 15px;
    background-color: #f9fafc;
}
.megamenu-tabs-nav .active,
.megamenu-tabs-nav li:hover {
    color: #00aeef;
    background-color: #f9fafc;
}
.news-tab img {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.news-post-title {
    margin-bottom: 0px;
}
.news-post-title a {
    font-size: 22px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    color: #131313;
    text-transform: capitalize;
}
.news-tab p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #3d3d3d;
    margin: 0;
}
.news-tab .btn {
    margin-left: 5px;
}
.mega-dropdown-menu li {
    width: 100%;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mega-dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #131313;
    text-transform: capitalize;
    padding: 12px 0px;
}
.mega-dropdown-menu li a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    font-size: 9px;
    color: #131313;
}
.dropdown-header {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #131313;
    text-transform: capitalize;
    padding: 0px;
    background-color: transparent;
}
.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eee;
}
.sticky {
    position: fixed;
    height: auto;
    z-index: 10000;
    top: 0px;
    background-color: rgba(249, 250, 252, 0.95);
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sticky .dropdown-menu {
    background-color: rgba(249, 250, 252, 0.95);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    max-height: 420px;
    border-color: transparent;
}
.menu-toggle {
    padding: 27.5px;
    border-right: 1px solid #131313;
}
.menu-toggle .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #00aeef;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #00aeef;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open {
    padding-top: 20px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.navbar-default .navbar-toggle.open span,
.menu-toggle .open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-toggle .open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(3),
.menu-toggle .open span:nth-child(2),
.menu-toggle .open span:nth-child(3) {
    opacity: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(4),
.menu-toggle .open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/* **!--Nav Style 2  */

.nav-area-2 {
    background-color: rgba(249, 250, 252, 0.95);
}

/* ---------------- **!--Hero Section ------------------- */

.hero-area {
    width: 100%;
    height: 900px;
    background: #efeff0;
    background-image: url(../img/hero-bg.png);
    background-position: center;
    background-repeat: repeat;
    position: relative;
    display: block;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.hero-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f9fafc;
    opacity: .1;
    z-index: -1;
}
.hero-area.skew:before {
    position: absolute;
    content: "";
    width: 104%;
    height: 80px;
    bottom: 0;
    left: -2%;
    background-color: #fff;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 100% 0 0;
    opacity: 1;
    z-index: 10;
}
.hero-area-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    z-index: 0;
    overflow: hidden;
}
.hero-area-caption {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 80px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width : 767px) {
    .hero-area-caption {
        padding-right: 22px;
    }
}

.hero-area .title,
.hero-area .subtitle {
    font-family: 'Raleway', sans-serif;
    color: #131313;
}
.hero-area .title {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 8px;
    font-weight: 900;
    text-transform: uppercase;
}
.hero-area .subtitle {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: capitalize;
}
.hero-area .subtitle span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #00aeef;
}
.hero-area .after-subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 120px;
    opacity: 0.85;
    display: block;
}
.typed-cursor {
    position: absolute;
    color: transparent;
}
span.blinking-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.tree,
.coffee,
.phone,
.draw,
.frame,
.laptop {
    position: absolute;
    z-index: -1;
}
.coffee {
    top: 36%;
    left: -6%;
}
.phone {
    bottom: 28%;
    left: 12%;
}
.draw {
    bottom: 6%;
    left: 30%;
}
.frame {
    right: 4%;
    top: 20%;
}
.laptop {
    right: 1%;
    top: 56%;
}

/* **!--Hero Section 2 */

.home-2 {
    width: 100%;
    height: 100%;
    background-image: url(../img/banner-bg-1.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.home-2,
.hero-slider-inner .item {
    min-height: 735px;
}
.hero-slider-inner {}
.hero-slider-inner .item {
    position: relative;
    z-index: 1;
}
.home-2:after,
.hero-slider-inner .item:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #00aeef;
    opacity: .4;
    z-index: 1;
}
.home-2:after {
    z-index: -1;
}
.hero-content-holder {
    position: absolute;
    width: 38%;
    height: auto;
    top: 47%;
    z-index: 10;
    left: 0;
    padding: 0px 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-slide-holder {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 29.5%;
    right: 0;
    z-index: 10;
    padding: 0px 15px;
}
.home-2 .after-subtitle {
    margin: 0;
}
.home-2 .title,
.home-2 .subtitle,
.home-2 .after-subtitle {
    color: #fff;
}
.home-2 .owl-dots {
    width: 49%;
    position: absolute;
    height: 20px;
    text-align: center;
    bottom: 26%;
    right: 0;
}

/* **!--Hero Section 3 */

.home-3 {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-image: none;
}
.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.hero-content {}
.hero-right {}
.hero-content .btn-field i {
    font-size: 22px;
    margin-right: 8px;
}
.home-3 .after-subtitle {
    margin-bottom: 15px;
}
.home-3 .title,
.home-3 .subtitle,
.home-3 .after-subtitle {
    color: #fff;
}
.home-3 .download-brand {
    margin: 30px 0;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.video-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #0b3c5a;
    opacity: .8;
    z-index: 1;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/* ---------------- **!--About Section ------------------- */

.about-area {}
.about-left {
    width: 100%;
    height: auto;
    padding: 30px;
    background:
        linear-gradient(
          rgba(0, 174, 239, 0.0),
          rgba(0, 174, 239, 0.0)
        ),
        url(../img/about-bg.png);
    // background-image: url(../img/about-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.about-left:hover {
    background:
        linear-gradient(
            rgba(0, 174, 239, 0.5),
            rgba(0, 174, 239, 0.5)
        ),
        url(../img/about-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.about-content .btn {
    margin-top: 6px;
}
.social-link {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 90px 30px;
    text-align: center;
    z-index: 1;
}
.social-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 174, 239, 0.5);
    opacity: .6;
    z-index: -1;
}
.social-link li {
    display: inline-block;
    margin: 0;
}
.social-link li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 23px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    margin: 0px 5px;
    // box-shadow: 0 2px 6px -3px #585858;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.social-link li a.facebook {
    background-color: #3b5998;
}
.social-link li a.twitter {
    background-color: #1da1f2;
}
.social-link li a.linkedin {
    background-color: #0177B5;
}
.social-link li a.google-plus {
    // background-color: #EA4335;
    background-color: rgba(234, 67, 53, 0.8);
}
.social-link a:hover {
    color: #fff!important;
    background-color: #00aeef!important;
}
.about-content {}
.about-content p {
    margin-bottom: 16px;
    font-size: 1.2em;
    line-height: 1.8em;
}
.about-content p span.about-intro-text {
    font-size: 1.4em;
    font-weight: 400;
}
.about-content p:last-child {
    margin: 0;
}
.about-content a.howCanIHelpButton {
    margin-top: 1.4em;
}

/* ---------------- **!--Testimonials Section ------------------- */

.testimonials-area {
    width: 100%;
    background-color: #f9fafc;
}
.testimonial-carousel {
    padding-bottom: 0px;
}
.testimonial-carousel .item {}
.client-widget {
    text-align: center;
    margin-bottom: 27px;
}
.client-widget blockquote {
    font-size: 25px;
    line-height: 35px;
    color: #3d3d3d;
    margin: 0;
    padding: 26px 30px 20px;
    background-color: #eee;
}
.client-details {
    // border: 1px solid #fff;
    padding: 30px 30px 22px;
}
.client-img {
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 38px;
}
.client-img img {
    width: 100px;
    height: 100px;
    width: 100px!important;
    height: 100px!important;
    border-radius: 50%;
    border: 3px solid rgba(0, 174, 239, 0.48);
}
.client-img:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: -7px;
    left: 50%;
    background-color: rgba(0, 174, 239, 0.48);
    z-index: -1;
    transform: rotate(45deg) translateY(69%);
}
.client-img:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -22px;
    left: 50%;
    background-color: rgba(0, 174, 239, 0.48);
    z-index: -1;
    transform: rotate(45deg)translateY(69%);
}
.client-name {
    margin: 30px 0 7px;
}
.client-name a {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: block;
}
.client-details span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.client-details span.service-type {
    color: #444;
    font-size: 16px;
    display: inline-block;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #e6e6e6;
}

.testimonial-header {
    font-size: 2em;
    text-align: center;
    margin-bottom: 86px;
}

.testimonial-carousel .owl-item .client-details,
.testimonial-carousel .owl-item.active .client-details {
    opacity: 0;
    display: block;
    text-align: center;
    width: 200%;
    margin-left: -2000%;
    height: auto;
}
.testimonial-carousel .owl-item.active .client-img:before,
.testimonial-carousel .owl-item.active .client-img:after {
    opacity: 0;
}
.testimonial-carousel .owl-item.active .client-img {
    opacity: 0.5;
    transform: translateY(30px) scale(.8);
}
.testimonial-carousel .owl-item.center .client-img:before,
.testimonial-carousel .owl-item.center .client-img:after {
    opacity: 1 !important;
}
.testimonial-carousel .owl-item.active.center .client-img {
    opacity: 1 !important;
    transform: translate(0px) scale(1);
}
.testimonial-carousel .owl-item.center .client-details {
    opacity: 1;
    display: block;
    text-align: center;
    width: 200%;
    margin-left: -50%;
    height: auto;
}
.testimonial-carousel .owl-dots {
    width: 100%;
    height: 0;
    position: initial;
    left: 0;
}

/* ---------------- **!-- Feature Section ------------------- */

.feature-area {}
.feature-tab {}
.tablist-content {}
.feature-tab .tablist {
    padding: 0px;
    margin: 0px;
}
.feature-tab .tablist li {
    width: 100%;
    height: auto;
    padding: 30px 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #3d3d3d;
    margin: 0px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-tab .tablist li:hover {
    color: #00aeef;
    cursor: pointer;
}
.feature-tab .tablist li.active {
    color: #00aeef;
}
.feature-tab .tablist li i {
    width: 35px;
    margin-right: 25px;
    font-size: 30px;
    color: #00aeef;
}

@media screen and (max-width: 767px) {
    .feature-tab .tablist li {
        width: 33%;
        float: left;
        font-size: 13px;
        text-align: center;
        display: block;
    }
    .feature-tab .tablist li.active {
        color: #00aeef;
        font-weight: 700;
    }
    .feature-tab .tablist li i {
        display: block;
        margin: 0 auto;
        padding-bottom: 12px;
    }
}


.single-tab {
    display: none;
}
.single-tab.active {
    display: block;
}
.single-tab .left {
    padding-top: 36px;
}
.single-tab .left .title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-tab .left p {
    font-size: 15px;
    margin-bottom: 15px;
}
.single-tab .right {
    position: relative;
    margin-top: -15px;
}

/* ---------------- **!--Download Section ------------------- */

.download-area {
    width: 100%;
    height: 100%;
    background-image: url(../img/hero-bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.download-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00aeef;
    opacity: .5;
    z-index: -1;
}
.download-screen {}
.download-content {}
@media screen and (max-width: 767px) {
    .download-content {
        margin-top: 54px;
    }
}
.download-content .subtitle {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.download-content .title {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px
}
.download-content p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.download-content h3 {
    color: white;
}
.download-content h3 a.show-tech-button {
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
}
div.technologies-text {
    display: none;
    opacity: 0;
    transition: 0.3s all ease;
    -wekbit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

div.technologies-text.show {
    display: block;
    opacity: 1;
    transition: 0.3s all ease;
    -wekbit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.download-brand {
    padding: 0;
    margin: 20px 0px 0px;
}
.download-brand li {
    display: inline-block;
    margin-bottom: 0;
}
.download-brand a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 25px;
    text-align: center;
}
.download-brand li a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.download-brand li a img:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* ---------------- **!--Products ------------------- */
.grid, .grid2 {width: 100%; display: block; margin: 0 auto;}
.grid-sizer {width: 50%;}
.grid-item {
    width: 50%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    background-color: white;
    backface-visibility: hidden;
    border-radius: 3px;
}
.grid-item:hover {
    background: #000;
    transition: 0.1s all ease;
    -webkit-transition: 0.1s all ease;
    border-radius: 3px;
}
.grid-sizer--width2 { width: 33.3%; }
.grid-item--width2 { width: 33.3%; }
.gutter-sizer { width: 2px; }

@media screen and (max-width: 1200px) {
    .grid-sizer--width2 { width: 50%; }
    .grid-item--width2 { width: 50%; }
    .grid-item--width3 {width: 100%;}
}

@media screen and (max-width: 767px) {
    .grid-sizer {width: 100%;}
    .grid-item { width: 100%; }
    .grid-sizer--width2 { width: 100%; }
    .grid-item--width2 { width: 100%; }
}

.grid-item img {
    opacity: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.grid-item:hover img {
    opacity: 0.2;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

div.grid-item div.middle {
    opacity: 0;
    position: absolute;
    top: 180px;
    left: 43%;
    width: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

@media screen and (max-width: 767px) {
    div.grid-item div.middle {
        top: 140px;
    }
}

.grid-item:hover div.middle {
    opacity: 1;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

div.middle a.product-title {
  color: white;
  font-size: 2em;
  padding: 16px 32px 0px 32px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
        to right,
        #4b79cf,
        #4bc5cf 50%,
        #fff 50%
    );
  background-size: 200% 100%;
  background-position: 100%;
}

div.middle a.product-title:hover {
    -webkit-animation: hoverText 2.6s infinite;
    -moz-animation: hoverText 2.6s infinite;
    animation: hoverText 2.6s infinite;
}

@keyframes hoverText {
    0% { background-position: 100%; }
    45% { background-position: 0%; font-size: 2.1em; }
    70% { background-position: 0%; font-size: 2.1em; }
    90% { background-position: 100%; }
}
@-webkit-keyframes hoverText {
    0% { background-position: 100%; }
    45% { background-position: 0%; font-size: 2.1em; }
    70% { background-position: 0%; font-size: 2.1em; }
    90% { background-position: 100%; }
}
@-moz-keyframes hoverText {
    0% { background-position: 100%; }
    45% { background-position: 0%; font-size: 2.1em; }
    70% { background-position: 0%; font-size: 2.1em; }
    90% { background-position: 100%; }
}

div.middle div.product-divider {
    margin: 20px 0 0 32px;
    width: 28px;
    height: 1px;
    background-color: #00aeef;
}

div.middle p.product-description {
    padding: 30px 0 0 32px;
    font-size: 1.4em;
    color: #efefef;
}

div.middle p.product-description a {
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    color: rgba(0, 154, 219, 1);
}
div.middle p.product-description a:hover {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    color: rgba(16, 190, 255, 1);
}

div.middle p.product-description span.small {
    font-size: 0.5em;
    vertical-align: super;
}

div.productContainer {
    height: 100vh;
    padding-top: 40vh;
    background: linear-gradient(#a24bcf,#4b79cf);
}

div#product1 {
    height: 1600px;
    background: linear-gradient(#4b79cf,#4bc5cf);
}
div#product2 {
    height: 1600px;
    background: linear-gradient(#4bc5cf,#a24bcf);
}
div#product3 {
    height: 1600px;
    background: linear-gradient(#a24bcf,#4b79cf);
}
div#product4 {
    height: 1600px;
    background: linear-gradient(#4b79cf,#4bc5cf);
}
div#product5 {
    height: 1600px;
    background: linear-gradient(#4bc5cf,#a24bcf);
}
div#endProduct {
    background: linear-gradient(#a24bcf,#a24bcf);
}
@media screen and (max-width : 767px) {
    div.productContainer div.product-img-container img {
        display: block;
        margin: 0 auto;
    }
}

div.productContainer div.container {
    width: 90%;
}
div.product-text-container h1.product-title {
    font-size: 3.8em;
    padding-bottom: 0.2em;
    cursor: pointer;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    transition: all 0.7s ease;
}

div.product-text-container h1.product-title.scorebig {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right,
        #a24bcf,
        #4b79cf 50%,
        #3d3d3d 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
}
div.product-text-container h1.product-title.provision {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right,
        #4b79cf,
        #4bc5cf 50%,
        #3d3d3d 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
}
div.product-text-container h1.product-title.compaas {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right,
        #4bc5cf,
        #a24bcf 50%,
        #3d3d3d 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
}
div.product-text-container h1.product-title.agora {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right,
        #a24bcf,
        #4b79cf 50%,
        #3d3d3d 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
}
div.product-text-container h1.product-title.j50 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
        to right,
        #4b79cf,
        #4bc5cf 50%,
        #3d3d3d 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
}

div.product-text-container h1.product-title:hover {
    transition: all 1.4s ease;
    background-position: 0%;
}
@media screen and (max-width: 767px) {
    div.product-text-container h1.product-title {
        font-size: 3em;
    }
}

div.product-text-container h2.product-subtitle {
    font-size: 2.2em;
    font-weight: 600;
    padding-bottom: 0.5em;
    cursor: pointer;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.06);
}

div.product-text-container div.product-desc-container p {
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.06);
}
img.productImg {
    float: right;
    cursor: pointer;
    width: 95%;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
    img.productImg {
        float: none;
    }
}
img.productImg.tickfinityImg {
}
img.productImg.scorebigImg {
}
img.productImg.provisionImg {
}
img.productImg.compaasImg {
}
img.productImg.agoraImg {
}
img.productImg.jerusalem50Img {
}

.is_stuck {
    left: 50%;
}

.is_stuck div.row {
    position: relative;
    left: -51.2%;
}

@media screen and (max-width: 767px) {
    .is_stuck div.row {
        left: -54.4%;
    }
}


/* ---------------- **!--Recent Case Section ------------------- */
div.section-divider {
    background-color: rgba(243, 244, 246, 1.0);
    width: 95%;
    height: 1px;
    margin: 0 auto;
}
.recent-case-area {}
.case-slider {}
.browser-net {}
.browser-head {
    border: 3px solid #eee;
    border-radius: 5px 5px 0 0;
    font-size: 0;
    line-height: 0;
    padding: 12px 13px;
    background-color: #fff;
}
.browser-head span {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    border-radius: 50%;
    display: inline-block;
}
.browser-head span:nth-child(1) {
    background: #ff6057;
}
.browser-head span:nth-child(2) {
    background: #ffc02f;
}
.browser-head span:nth-child(3) {
    background: #29cc41;
}
.browser-cont {
    border: solid #eee;
    border-width: 0 3px 3px;
}
.project-screenshort {}
.project-info {
    text-align: center;
    margin-top: 25px;
    padding: 0px 30px;
}
.project-name {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0;
    color: #3d3d3d;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.project-info p {
    margin: 0 0 25px;
    font-size: 16px;
}
.case-slider .owl-nav {
    width: 120%;
    height: auto;
    top: 35%;
    left: -10%;
}
.case-slider .owl-prev:after,
.case-slider .owl-next:after {
    background-color: #fff;
    opacity: .08;
}
.case-slider .owl-dots {
    width: 100%;
    height: 0;
    position: initial;
    left: 0;
}

/* ---------------- **!--Video Section ------------------- */

.video-area {
    width: 100%;
    background-color: #f9fafc;
}
.video-content {}
.video-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 37px 0 0;
}
.video-inner {}
.play-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vedio-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.play-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #3d3d3d;
    font-size: 22px;
    top: 50%;
    left: 50%;
    color: #3d3d3d;
    line-height: 53px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.play-btn i {
    margin-left: 2px;
}
.play-btn:hover,
.play-btn:hover a {
    color: #00aeef;
    border-color: #00aeef;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 600px;
}
a.close-me,
.mfp-iframe-holder .mfp-close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: #00aeef;
    z-index: 1;
    opacity: 1;
    color: #fff!important;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 0;
}
.mfp-iframe-scaler iframe {
    background-color: #f1efef;
    width: 100%;
    min-height: 400px;
    height: 450px;
    border: 15px solid #fff;
    padding: 1px;
}

/* ---------------- **!--Team Section ------------------- */

.team-area {}
.team-member {}
.team-member-caption {
    margin: 0;
    background-color: #fff;
    position: relative;
}
.team-thumb {
    background-color: #eee;
}
.team-member-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 1;
    border: 1px solid #00aeef;
}
.team-member-info:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border-top: 2px solid #00aeef;
    border-left: 2px solid #00aeef;
    z-index: -1;
}
.team-member-info:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #00aeef;
    border-right: 2px solid #00aeef;
    z-index: -1;
}
.member-info-inner {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    border: 1px solid #fff;
}
.member-info-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #131313;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.member-info-inner:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 1;
}
.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: table;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.caption-holder {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.member-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.designation {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}
.social-profile {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 1;
}
.social-profile li {
    margin: 0;
    display: inline-block;
    text-align: center;
}
.social-profile li a {
    display: block;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0px 7px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.divider-bottom {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.divider-top {
    margin-top: 27px;
    padding-top: 30px;
}
.divider-bottom:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #00aeef;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}
.divider-top:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #00aeef;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}
.team-member p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
}
.team-member-view {
    text-align: center;
    padding: 43px 0px 0;
}
.team-member-view .member-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #3d3d3d;
    padding-bottom: 24px;
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.team-member-view .member-name:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #00aeef;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
}
.team-member-view .designation {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    line-height: 19px;
    color: #3d3d3d;
    margin-bottom: 28px;
}
.team-member-view p {
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
    margin-bottom: 26px;
}
.team-member:hover .member-info-inner .caption {
    opacity: 1;
}
.team-member:hover .member-info-inner:after {
    opacity: .7;
}

/* ---------------- **!--Pricing Section ------------------- */

.pricing-area {
    width: 100%;
    background-color: #f9fafc;
}
.price-content {}
.st-content {
    width: 100%;
    margin-top: 36px;
}
.tab-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.pricing-tab {
    border: 1px solid #eee;
    border-radius: 30px;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 0 25px;
    padding: 5px;
}
.pricing-tab li {
    display: inline-block;
    margin: 0;
    padding: 8px 35px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 30px;
    cursor: pointer;
}
.pricing-tab li.active {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 #ddd;
}
.price-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.pricing-table {
    padding-top: 33px;
    display: inline-block;
    width: 100%;
}
.single-pricing-table {
    width: 50%;
    float: left;
    background: #fff;
    padding: 43px 0 50px;
    text-align: center;
}
.pricing-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #3d3d3d;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: block;
}
.price-widget {
    width: 100%;
    position: relative;
    z-index: 1;
}
.price-widget:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #eee;
    z-index: -1;
}
.price {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 1px solid #eee;
    color: #3d3d3d;
    background-color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 53px;
    padding-top: 37px;
    padding-left: 2px;
    position: relative;
}
.price span {
    display: block;
    width: 100%;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 26px;
}
.price-desc {
    display: block;
    margin: 7px 0 30px;
    padding: 0;
}
.price-desc li {
    display: block;
    margin: 0;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.price-desc li span {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    color: #3d3d3d;
}
.price-desc li span.color-light {
    color: #3d3d3d;
    font-weight: 400;
}
.strikethrough {
    text-decoration: line-through;
}
a.show-non-profit {
    font-weight: 400;
    cursor: pointer;
}
div.non-profit-text {
    height: 100px;
    overflow-y: hidden;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
div.non-profit-text:after {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(249, 250, 252, 1.0) 0%,
     rgba(255,255,255, 0.0) 100%
  );
  pointer-events: none; /* so the text is still selectable */
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

div.non-profit-text.show {
    height: auto;
    overflow-y: auto;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

div.non-profit-text.show:after {
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.single-pricing-table.active {
    position: relative;
    background: #fff;
    margin-top: -33px;
    padding: 73px 0 80px;
    box-shadow: 0 1px 5px 0 #ddd;
    overflow: hidden;
    border-top: 3px solid #00aeef;
    z-index: 100;
}
.single-pricing-table .btn-outline {
    color: #3d3d3d!important;
    background-color: transparent;
    border: 1px solid #00aeef;
}
.single-pricing-table.active .btn-outline {
    color: #fff!important;
    background-color: #00aeef;
    border: 1px solid #00aeef;
}

div.custom-divider {
    width: 100%;
    margin-top: 6px;
    padding-top: 8px;
    margin-bottom: -12px;
}
div.custom-divider span {
    width: 48px;
    font-weight: 300;
    vertical-align: super;
    display: inline-block;
    margin-top: -18px;
}
div.custom-divider div.line-left {
    width: calc(50% - 70px);
    margin-left: 46px;
    float: left;
    border-bottom: solid 1px #eee;
    padding-top: 4px;
}
div.custom-divider div.line-right {
    width: calc(50% - 70px);
    margin-right: 46px;
    float: right;
    border-bottom: solid 1px #eee;
    padding-top: 4px;
}

/* ---------------- **!--Blog Section ------------------- */

.blog-area {}
.post-row {
    width: 100%;
    height: auto;
    display: flex;
}
.post-left {
    width: 50%;
    float: left;
    position: relative;
}
.post-right {
    position: absolute;
    width: 50%;
    float: left;
    height: auto;
    bottom: 0;
    right: 30px;
    padding: 23px 30px 20px;
    background-color: #f9fafc;
    z-index: 2;
}
.post-header {
    position: relative;
}
.post-feature {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.post-feature img {
    width: 100%;
}
.post-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #131313;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-feature img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.post-sticker {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    left: 0;
    padding-top: 9px;
    background-color: #00aeef;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-sticker small {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-sticker .month {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-body {}
.post-caption {
    width: 100%;
    padding: 0px 0px 20px;
    position: relative;
}
.post-heading {
    line-height: 0;
    margin-bottom: 5px;
}
.post-heading,
.post-heading a {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #3d3d3d;
    text-transform: capitalize;
}
.post-meta {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    font-style: italic;
}
.post-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.post-footer {}
.post-meta-sm {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.post-meta-sm a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 25px;
}
.post-meta-sm i {
    margin-right: 5px;
}
.post-row:hover .post-feature img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.post-row:hover .post-feature:after {
    opacity: .5;
}
.post-row:hover .post-sticker {
    background-color: #fff;
}
.post-row:hover .post-sticker small,
.post-row:hover .post-sticker .month {
    color: #3d3d3d;
}

/* ---------------- **!--Fun Fact Section ------------------- */

.fun-fact-area {
    width: 100%;
    height: auto;
    background-image: url(../img/fan-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    text-align: center;
}
.fun-fact-item {
    width: 100%;
    height: auto;
    text-align: center;
}
.fun-fact-item h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    color: #00aeef;
    margin-bottom: 18px;
}
.fun-fact-item p {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #00aeef;
    margin: 0;
}

/* ---------------- **!--Contact Section ------------------- */

.contact-area {
    width: 100%;
    background-image: url(../img/bg-2.png);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-top {
    margin-bottom: 45px;
}
.address-content {
    position: relative;
    padding-left: 66px;
}
.address-content h4 {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    left: 0;
    width: 70px;
    bottom: 14%;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transform: rotate(-90deg) translateY(-18px);
    -moz-transform: rotate(-90deg) translateY(-18px);
    -ms-transform: rotate(-90deg) translateY(-18px);
    -o-transform: rotate(-90deg) translateY(-18px);
    transform: rotate(-90deg) translateY(-18px);
}
.address-content p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
.contact-form-area {
    width: 100%;
}
.map-widget {
    position: relative;
    margin-left: -30px;
}
.form-area {}
.form-inline {}
.contact-form {
    margin: 0;
    padding: 0;
}
.contact-form li {
    height: auto;
    margin-bottom: 15px;
}
.contact-form .form-group {}
.contact-form .input-group {
    border: 1px solid transparent;
    background-color: #fff;
}
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

/* ---------------- **!--Copyright Section ------------------- */

.copyright-area {
    width: 100%;
    height: auto;
    padding: 27px 0px;
    text-align: center;
    background-color: #00aeef;
}
.footer-copyright {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.center-button {
    margin: 0 auto;
    display: inline;
    text-align: center;
}

#download {
    transition: 0.3s all ease;
    -wekbit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.d-none {
    display: none;
}
