        @font-face {
            font-family: 'icomoon';
            src: url("../fonts/icomoon/icomoon.eot?srf3rx");
            src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
            font-weight: normal;
            font-style: normal;
        }


        /* =======================================================
        *
        * 	Template Style 
        *	Edit this section
        *
        * ======================================================= */

        body {
            font-family: 'Open Sans', sans-serif !important;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.8;
            color: #777777;
            color: #7f7f7f;
            background: #fff;
            height: 100%;
            position: relative;
        }
        /* .container {
            padding-left: 0;
            padding-right: 0;
        }  */

        a {
            color: #4AE3B5;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

        a:hover,
        a:active,
        a:focus {
            color: #4AE3B5;
            outline: none;
        }

        p {
            margin-bottom: 1.5em;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #000;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
        }

        h2 {
            font-size: 40px;
        }

        h3 {
            font-size: 30px;
        }

        h4 {
            font-size: 26px;
        }
        h5 {
            font-size: 18px;  
            color: #05A9F4;
        }


        ::-webkit-selection {
            color: #fff;
            background: #05A9F4;
        }

        ::-moz-selection {
            color: #fff;
            background: #05A9F4;
        }

        ::selection {
            color: #fff;
            background: #05A9F4;
        }

        #fh5co-header {
            position: fixed;
            z-index: 99;
            width: 100%;
            /* height: 70px; */
            opacity: 1;
            top: 0;
            background: #05A9F4;
        }

        @media screen and (max-width: 768px) {
            #fh5co-header {
                margin-top: 0;
    /*            background: #fff;*/
                -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
                -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
            }
            #fh5co-header .navbar-brand {
                color: #4AE3B5 !important;
            }
            #fh5co-header #navbar li a {
    /*            color: #fff!important;*/
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }
            /* #fh5co-header #navbar li a:hover {
                color: #fff !important;
            } */
            #fh5co-header #navbar li a span:before {
                background: transparent !important;
            }
            #fh5co-header #navbar li.active a {
                background: transparent;
                background: none;
    /*            margin-top: -10px;*/
                color: #fff !important;
            }
            #fh5co-header #navbar li.active a span:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
        }

        #fh5co-header .navbar {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #fh5co-header #navbar li a {
            font-family: 'Open Sans', sans-serif;
        /*    color: rgba(255, 255, 255, 0.5);*/
            position: relative;
            font-size: 13px;
            font-weight: 300
        }


        #fh5co-header #navbar li a span {
            position: relative;
            display: block;
            padding-bottom: 2px;
        }

        #fh5co-header #navbar li a span:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #53eb72;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        /* #fh5co-header #navbar li a:hover {
            color:  #fff;
        } */

        #fh5co-header #navbar ul li ul li a:hover {
            color:  #666;
        }
        #fh5co-header #navbar li a:hover span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

        #fh5co-header #navbar li.active a {
            background: transparent;
            background: none;
            color: #fff;
        }

        #fh5co-header #navbar li.active a span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        #fh5co-header .navbar-brand {
            float: left;
            display: block;
            font-size: 30px;
            font-weight: 400;
            padding-left: 0;
            color: #fff;
            padding: 0.4em;
        }

        #fh5co-header .navbar-brand span {
            color: #4AE3B5;
        }

        #fh5co-header.navbar-fixed-top {
            position: fixed !important;
            background: rgb(5, 169, 244);
            -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
            margin-top: 0px;
            top: 0;
        }

        #fh5co-header.navbar-fixed-top .navbar-brand {
            color: #4AE3B5;
        }

        #fh5co-header.navbar-fixed-top #navbar li a {
            color: #111;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        #fh5co-header.navbar-fixed-top #navbar li a:hover {
            color: #E4F3FA;
        }

        #fh5co-header.navbar-fixed-top #navbar li.active a {
            background: none;
            color: #ffffff;
            font-weight: 600;
        }

        #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        #fh5co-header .navbar-default {
            border: transparent;
            background: #05A9F4;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
        }

        @media screen and (max-width: 768px) {
            #fh5co-header .navbar-default {
                margin-top: 0px;
                padding-right: 0px;
                padding-left: 0px;
            }
        }

        #fh5co-header .navbar-default .brand-slogan {
            margin: 28px 0 0 15px;
            float: left;
            letter-spacing: 2px;
            color: #adadad;
        }

        #fh5co-header .navbar-default .brand-slogan em {
            color: #4AE3B5;
            font-style: normal;
        }

        #fh5co-header a {
            -webkit-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s;
        }

        body {
            overflow-x: hidden;
        }

        .owl-carousel-main .owl-stage-outer {
            overflow: hidden;
        }

        /* @media screen and (max-width: 768px) {
            .owl-carousel-main .item {
                padding-top: 120px !important;
            }
        } */
         @media screen and (max-width: 768px) {
            #slider{
                padding-top: 70px !important;
            }
        } 

        .section-heading {
            float: left;
            width: 100%;
            clear: both;
        }

        #fh5co-product-screenshots {
            padding: 5em 0;
        }

        .section-heading h2 {
            font-size: 40px;
            font-weight: 300;
            color: #444;
            text-transform: uppercase;
            position: relative;
            display: block;
            padding-bottom: 40px;
            line-height: 1.5;
        }

        .section-heading h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 80px;
            height: 2px;
            background: #4AE3B5;
            left: 50%;
            margin-left: -40px;
            bottom: 0;
            display: none;
        }

        @media screen and (max-width: 768px) {
            .section-heading h2 {
                font-size: 30px;
            }
        }

        .section-heading h3 {
            font-weight: 300;
            line-height: 1.5;
            color: #929292;
            margin: 0;
        }

        @media screen and (max-width: 768px) {
            .section-heading h3 {
                font-size: 24px !important;
                line-height: 34px;
            }
        }

        .btn {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        #fh5co-our-services,
        #fh5co-about-us,
        #fh5co-features,
        #fh5co-testimonials,
        #fh5co-pricing,
        #fh5co-press,
        #fh5co-product-screenshots,
        #fh5co-tour {
            padding: 3em 0 5em 0;
        }

        @media screen and (max-width: 480px) {
            #fh5co-our-services,
            #fh5co-about-us,
            #fh5co-features,
            #fh5co-testimonials,
            #fh5co-pricing,
            #fh5co-press,
            #fh5co-product-screenshots,
            #fh5co-tour {
                padding: 5em 0;
            }
        }

        #fh5co-tour h3 {
            font-size: 30px;
            color: #5b3f72;
        }

        #fh5co-tour .img-feature-1 {
            -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
        }

        #fh5co-testimonials {
    /*        background: url(../images/slidebg1.jpg);*/
        }

        #fh5co-testimonials .section-heading h2 {
            color: #02557d;
        }

        #fh5co-testimonials .section-heading h2:after {
            background: rgba(255, 255, 255, 0.2);
        }

        #fh5co-testimonials .section-heading .subtext h3 {
            color: rgba(255, 255, 255, 0.5);
        }

        #fh5co-testimonials .box-testimony {
            /* margin-bottom: 2em; */
            float: left;
        }

        #fh5co-testimonials .box-testimony a {
            color: rgba(255, 255, 255, 0.5);
        }

        #fh5co-testimonials .box-testimony a:hover,
        #fh5co-testimonials .box-testimony a:focus,
        #fh5co-testimonials .box-testimony a:active {
            color: white;
            text-decoration: none;
        }

        #fh5co-testimonials .box-testimony blockquote {
    /*
            padding-left: 0;
            border-left: none;
            padding: 40px;
            background: whitesmoke;
            position: relative;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
    */

              padding-left: 0;
            border-left: none;
            padding: 40px;
    /*        background: #fff;*/
              background: whitesmoke;
/*        width: 132%;*/
        color: #111;
            position: relative;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 12px;

        }

        #fh5co-testimonials .box-testimony blockquote:after {
    /*
            content: "";
            position: absolute;
            top: -10%;
            left: 40px;
            border-bottom: 15px solid black;
            border-bottom-color: #fff;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
    */
            content: "";
        position: absolute;
        top: 15%;
        right: -13px;
        border-left: 15px solid whitesmoke;
        border-bottom-color: #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        }
 #fh5co-testimonials .box-testimony1 blockquote {
    /*
            padding-left: 0;
            border-left: none;
            padding: 40px;
            background: whitesmoke;
            position: relative;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
    */

              padding-left: 0;
            border-left: none;
            padding: 40px;
    /*        background: #fff;*/
              background: whitesmoke;
/*        width: 132%;*/
        color: #111;
            position: relative;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 12px;
            float: left;

        }
 #fh5co-testimonials .box-testimony1 blockquote:after {
    /*
            content: "";
            position: absolute;
            top: -10%;
            left: 40px;
            border-bottom: 15px solid black;
            border-bottom-color: #fff;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
    */
            content: "";
        position: absolute;
        top: 15%;
        left: -13px;
        border-right: 15px solid whitesmoke;
        border-bottom-color: #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        }


        #fh5co-testimonials .box-testimony blockquote .quote {
            position: absolute;
            top: 0;
            left: 10px;
            text-align: center;
            font-size: 30px;
            line-height: 0;
            display: table;
            color: #fff;
            width: 56px;
            height: 56px;
            margin-top: -30px;
            background: #4AE3B5;
            background: #ba78ff;
            display: none;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        #fh5co-testimonials .box-testimony blockquote .quote>span {
            display: table-cell;
            vertical-align: middle;
        }

        #fh5co-testimonials .box-testimony blockquote p {
            font-style: italic;
        }
 #fh5co-testimonials .box-testimony1 blockquote p {
            font-style: italic;
        }

        #fh5co-testimonials .box-testimony .author {
            line-height: 20px;
            color: white;
            font-size: 18px;
            margin-left: 20px;
        }

        #fh5co-testimonials .box-testimony .author .subtext {
            display: block;
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px;
        }

        #fh5co-pricing .price-box {
            border: 2px solid #ECEEF0;
            text-align: center;
            padding: 24px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 40px;
            position: relative;
        }

        #fh5co-pricing .price-box.popular {
            border: 2px solid #4AE3B5;
        }

        #fh5co-pricing .price-box.popular .popular-text {
            top: 0;
            left: 50%;
            margin-left: -63px;
            margin-top: -2em;
            position: absolute;
            padding: 4px 20px;
            background: #4AE3B5;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
        }

        #fh5co-pricing .price-box.popular .popular-text:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            border-top: 10px solid black;
            border-top-color: #4AE3B5;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

        #fh5co-pricing .pricing-plan {
            margin: 0;
            padding: 0;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 700;
        }

        #fh5co-pricing .price {
            font-size: 50px;
            color: #000;
        }

        #fh5co-pricing .price .currency {
            font-size: 20px;
            top: -1.2em;
        }

        #fh5co-pricing .price small {
            font-size: 16px;
        }

        #fh5co-pricing .pricing-info {
            padding: 0;
            margin: 0 0 30px 0;
        }

        #fh5co-pricing .pricing-info li {
            padding: 0;
            margin: 0;
            text-align: left;
    /*        color: rgb(16, 1, 43);*/
        }

        .fh5co-cta {
            padding: 7em 0;
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            position: relative;
        }
        .fh5co-cta1 {
            /* padding: 7em 0; */
            background-size: auto;
            /* background-attachment: fixed; */
            background-repeat: no-repeat;
            /* position: relative; */
            background-position: left center;
            /* height: 100vh; */
        }
        .fh5co-cta1 img {
            width: 180px;
            min-height: 90px;
        /*    background: rgb(255, 255, 255);*/
            padding: 1em 2em;
                border: 1px solid #05A9F4;
            border-radius: 0.3em;
            margin: 10px;
        }

        .fh5co-cta .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: #000;
            opacity: .3;
        }

        .fh5co-cta .container {
            position: relative;
            z-index: 2;
        }

        .fh5co-cta .container h3 {
            margin-bottom: 40px;
            margin-top: 0;
            line-height: 1.5;
        }

        .fh5co-cta .container h3,
        .fh5co-cta .container p {
            color: #fff;
        }

        .fh5co-cta .container p:last-child {
            margin-bottom: 0;
        }

        @media screen and (max-width: 768px) {
            .fh5co-cta {
                padding: 3em 0;
            }
        }

        #fh5co-our-services,
        #fh5co-press {
            background: #f4f4f4;
        }

        #fh5co-our-services .box {
            text-align: center;
            color: #7f7f7f;
            margin-bottom: 100px;
            position: relative;
            float: left;
            width: 100%;
        }

        #fh5co-our-services .box p {
            margin-bottom: 0.5em;
            min-height: 95px;
        }

        #fh5co-our-services .box:hover .icon {
            color: #fff;
        }

        @media screen and (max-width: 768px) {
            #fh5co-our-services .box {
                min-height: inherit;
                margin-bottom: 90px;
            }
        }

        #fh5co-our-services .box .icon {
            width: 85px;
            height: 85px;
            margin: 0 auto;
            top: 0;
            margin-top: -70px;
            margin-bottom: 10px;
            position: relative;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: table;
            text-align: center;
        }

        #fh5co-our-services .box .icon>span {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

        #fh5co-our-services .box .icon>span i {
            position: relative;
            float: left;
            margin-top: 5px;
            width: 100%;
            font-size: 40px;
            color: #fff !important;
            margin: 0;
            padding: 0;
        }

        #fh5co-our-services .box .icon.colored-1 {
            background: #04a9f4;
            background: transparent;
            border: 3px solid #04a9f4
        }

        #fh5co-our-services .box .icon.colored-1 i {
            color: #04a9f4 !important;
        }

        #fh5co-our-services .box .icon.colored-2 {
            background: #00bff3;
            background: transparent;
            border: 3px solid #00bff3;
        }

        #fh5co-our-services .box .icon.colored-2 i {
            color: #00bff3 !important;
        }

        #fh5co-our-services .box .icon.colored-3 {
            background: #f26522;
            background: transparent;
            border: 3px solid #f26522;
        }

        #fh5co-our-services .box .icon.colored-3 i {
            color: #f26522 !important;
        }

        #fh5co-our-services .box .icon.colored-4 {
            background: #e52b50;
            background: transparent;
            border: 3px solid #e52b50;
        }

        #fh5co-our-services .box .icon.colored-4 i {
            color: #e52b50 !important;
        }

        #fh5co-our-services .box .icon.colored-5 {
            background: #2fc5cc;
            background: transparent;
            border: 3px solid #2fc5cc;
        }

        #fh5co-our-services .box .icon.colored-5 i {
            color: #2fc5cc !important;
        }

        #fh5co-our-services .box .icon.colored-6 {
            background: #6173f4;
            background: transparent;
            border: 3px solid #6173f4;
        }

        #fh5co-our-services .box .icon.colored-6 i {
            color: #6173f4 !important;
        }

        #fh5co-our-services .box .step-number {
            font-size: 16px;
            display: block;
            color: #d1d1d1;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 10px;
        }

        #fh5co-our-services .box h3 {
            margin: 0 0 10px 0;
            padding: 0;
            font-weight: 400;
            font-size: 20px;
            color: #444;
        }

        #fh5co-features {
            background: #fafafa;
            padding: 2em 0;
        }

        @media screen and (max-width: 768px) {
            #fh5co-features {
                padding: 4em 0;
            }
        }

        #fh5co-features .fh5co-service {
            margin-bottom: 30px;
            float: left;
        }

        #fh5co-features .fh5co-service .fh5co-icon {
            float: left;
            width: 20%;
        }

        #fh5co-features .fh5co-service .fh5co-icon i {
            font-size: 40px;
            color: #4AE3B5;
        }

        #fh5co-features .fh5co-service .fh5co-desc {
            width: 80%;
            float: right;
        }

        #fh5co-features .fh5co-service .fh5co-desc h3 {
            margin-top: 0;
            font-size: 18px;
        }

        .first-section {
            padding-top: 15em !important;
        }

        @media screen and (max-width: 768px) {
            .first-section {
                padding-top: 3em;
            }
        }

        #fh5co-press .fh5co-press-item {
            background: #fff;
            float: left;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
        }

        @media screen and (max-width: 480px) {
            #fh5co-press .fh5co-press-item {
                display: block !important;
            }
        }

        #fh5co-press .fh5co-press-item .fh5co-press-text,
        #fh5co-press .fh5co-press-item .fh5co-press-img {
            width: 50%;
        }

        @media screen and (max-width: 480px) {
            #fh5co-press .fh5co-press-item .fh5co-press-text,
            #fh5co-press .fh5co-press-item .fh5co-press-img {
                height: inherit;
                float: none !important;
                width: 100%;
                display: block !important;
            }
        }

        hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #fh5co-press .fh5co-press-item .fh5co-press-text {
            float: left;
            padding: 20px;
        }

        #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
            margin: 0 0 20px 0;
            padding: 0 0 10px 0;
            font-weight: 400;
            font-size: 20px;
            color: #444;
            position: relative;
        }

        #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 30px;
            background: #4AE3B5;
        }

        #fh5co-press .fh5co-press-item .fh5co-press-img {
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            background-size: cover;
        }

        @media screen and (max-width: 480px) {
            #fh5co-press .fh5co-press-item .fh5co-press-img {
                height: 200px;
                left: 0;
                top: 0;
                position: relative;
                width: 100%;
            }
        }

        .fh5co-nav-toggle {
            width: 25px;
            height: 25px;
            cursor: pointer;
            text-decoration: none;
        }

        /* .fh5co-nav-toggle.active i::before,
        .fh5co-nav-toggle.active i::after {
            background: #4AE3B5;
        } */

        .fh5co-nav-toggle:hover,
        .fh5co-nav-toggle:focus,
        .fh5co-nav-toggle:active {
            outline: none;
            border-bottom: none !important;
        }

        .fh5co-nav-toggle i {
            position: relative;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            width: 25px;
            height: 3px;
            color: #fff;
            font: bold 14px/.4 Helvetica;
            text-transform: uppercase;
            text-indent: -55px;
            background: #fff;
            transition: all .2s ease-out;
        }

        .fh5co-nav-toggle i::before,
        .fh5co-nav-toggle i::after {
            content: '';
            width: 25px;
            height: 3px;
            background:#fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .fh5co-nav-toggle i::before {
            top: -7px;
        }

        .fh5co-nav-toggle i::after {
            bottom: -7px;
        }

        .fh5co-nav-toggle:hover i::before {
            top: -10px;
        }

        .fh5co-nav-toggle:hover i::after {
            bottom: -10px;
        }

        .fh5co-nav-toggle.active i {
            background: transparent;
        }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

        .fh5co-nav-toggle {
            position: absolute;
            top: 10px;
            right: 0px;
            z-index: 21;
            padding: 6px 0 0 0;
            display: block;
            margin: 0 auto;
            display: none;
            height: 44px;
            width: 44px;
            border-bottom: none !important;
            color: #fff !important;
        }

        @media screen and (max-width: 767px) {
            .fh5co-nav-toggle {
                display: block;
            }
        }

        .person {
            text-align: center;
            margin-bottom: 40px;
            float: left;
            width: 100%;
        }

        .person img {
            display: block;
            margin: 0 auto;
            height: 150px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .person .name {
            font-size: 24px;
        }

        .person .position {
            text-transform: uppercase;
            color: #c3c3c3;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        #footer {
            padding: 50px 0;
            color: #7f7f7f;
        }

        #footer .copyright {
            margin-bottom: 0px;
            padding-bottom: 0;
        }

        .btn {
            text-transform: uppercase;
            letter-spacing: 2px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
        }

        .btn.btn-primary {
            background: #05a9f4;
            color: #fff;
            border: none !important;
            border: 2px solid transparent !important;
        }

        .btn.btn-primary:hover,
        .btn.btn-primary:active,
        .btn.btn-primary:focus {
            box-shadow: none;
            background: #4AE3B5;
        }

        .btn:hover,
        .btn:active,
        .btn:focus {
            background: #393e46 !important;
            color: #fff;
            outline: none !important;
        }

        .btn.btn-default:hover,
        .btn.btn-default:focus,
        .btn.btn-default:active {
            border-color: transparent;
        }

        .social {
            padding: 0;
            margin: 0;
            display: inline-block;
            position: relative;
            width: 100%;
        }

        .social li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-block;
        }

        .social li a {
            font-size: 16px;
            display: table;
            width: 40px;
            height: 40px;
            margin: 0 4px;
        }

        .social li a i {
            display: table-cell;
            vertical-align: middle;
        }

        .social li a:hover,
        .social li a:active,
        .social li a:focus {
            text-decoration: none;
            border-bottom: none;
        }

        .social li a.social-box {
            background: #4AE3B5;
            color: #fff;
        }

        .social li a.social-circle {
            background: #4AE3B5;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .social li a:hover {
            background: #393e46 !important;
        }

        .social.social-box a {
            background: #4AE3B5;
            color: #fff;
        }

        .social.social-circle a {
            background: #4AE3B5;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .owl-carousel .owl-controls .owl-nav {
            opacity: 0;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

        .owl-carousel:focus .owl-controls .owl-nav,
        .owl-carousel:hover .owl-controls .owl-nav,
        .owl-carousel:active .owl-controls .owl-nav {
            opacity: 1;
        }

        .owl-carousel .btn-primary:hover,
        .owl-carousel .btn-primary:focus,
        .owl-carousel .btn-primary:active {
            background: transparent !important;
            border: 2px solid #4AE3B5 !important;
        }

        .owl-carousel .owl-controls,
        .owl-carousel-posts .owl-controls {
            margin-top: 0;
        }

        @media screen and (max-width: 768px) {
            .owl-carousel .owl-controls .owl-nav {
                display: none;
            }
        }

        .owl-carousel .owl-controls .owl-nav .owl-next,
        .owl-carousel .owl-controls .owl-nav .owl-prev {
            top: 50%;
            margin-top: -29px;
            z-index: 9999;
            position: absolute;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next i:before,
        .owl-carousel .owl-controls .owl-nav .owl-prev i:before {
            color: #222342;
        }

        .owl-carousel-posts .owl-controls .owl-nav .owl-next,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
            top: 24%;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next {
            right: 0;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next:hover {
            right: 10px;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
            color: white;
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
            left: 10px;
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
            color: white;
        }

        .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
            color: #444;
        }

        .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
        .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
            color: #000;
        }

        .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
        .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
            color: #fff;
        }

        .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
        .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
            color: #fff;
        }

        @media screen and (max-width: 768px) {
            .owl-theme .owl-controls .owl-nav {
                display: none;
            }
        }

        .owl-theme .owl-controls .owl-nav [class*="owl-"] {
            background: none !important;
        }

        .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
            font-size: 30px;
        }

        .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
        .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
            background: none !important;
        }

        .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
        .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
            background: none !important;
        }

        .owl-theme .owl-dots {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
        }

        .owl-carousel-fullwidth.owl-theme .owl-dots {
            bottom: 0;
            /* margin-bottom: 2.5em; */
        }

        .owl-carousel-main.owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: rgba(0, 0, 0, 0.2) !important;
            border: 2px solid transparent !important;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
            background: none;
            background: black !important;
        }

        .owl-carousel-main.owl-theme .owl-dots .owl-dot.active span,
        .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
            background: black !important;
            background: transparent !important;
            border: 2px solid #fff !important;
        }

        .owl-carousel-main.owl-direction:before {
            color: #000 !important;
        }

        .owl-carousel-fullwidth .item,
        .owl-carousel-fullwidth .fh5co-owl-text-wrap {
            height: 350px;
            display: table;
            width: 100%;
        }

        @media screen and (max-width: 768px) {
            .owl-carousel-fullwidth .item,
            .owl-carousel-fullwidth .fh5co-owl-text-wrap {
                height: inherit;
                padding: 5em 0;
                padding: 0;
                text-align: center;
            }
        }

        .owl-carousel-fullwidth .fh5co-owl-text-wrap {
            position: relative;
        }

        .owl-carousel-fullwidth .item {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top left;
            position: relative;
        }

        .owl-carousel-fullwidth .item .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background: rgba(0, 0, 0, 0.5);*/
            z-index: 8;
        }

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

        .owl-carousel-fullwidth .item .mobile-image {
            position: relative;
            z-index: 99999999;
        }

        .owl-carousel-fullwidth .item .mobile-image .mobile {
            position: relative;
            margin: 5em 0 0 0;
        }

        @media screen and (max-width: 768px) {
            .owl-carousel-fullwidth .item .mobile-image .mobile {
                bottom: 0em;
                text-align: center;
                float: none !important;
                margin: 0 auto;
                display: block;
            }
        }

        .owl-carousel-fullwidth .item .mobile-image .mobile img {
        /*    max-width: 100%;*/
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text {
            display: table-cell;
            vertical-align: middle;
            z-index: 10;
            position: relative;
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text a {
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
            text-decoration: none;
            color: white;
            border-bottom: 1px solid white;
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead,
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2,
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
            color: #fff;
            margin: 0;
            padding: 0;
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
            font-weight: 700;
            margin-bottom: 20px;
            margin-top: 0;
            color: #fff;
            font-size: 50px;
            line-height: 50px;
            color: #fff;
        }

        @media screen and (max-width: 768px) {
            .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
                margin-bottom: 20px;
                font-size: 30px;
                line-height: 30px;
            }
        }

        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
            font-size: 30px;
            line-height: 30px;
            line-height: 42px;
            font-weight: 100;
            margin-bottom: 30px;
            color: white;
        }

        @media screen and (max-width: 768px) {
            .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
                font-size: 24px;
                line-height: 34px;
            }
        }

        #fh5co-product-screenshots {
            background: #303841;
        }

        #fh5co-product-screenshots .section-heading h2 {
            color: #fff;
        }

        .owl-carousel-center .owl-stage-outer {
            overflow: visible;
        }

        .owl-carousel-center .owl-item {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85);
            z-index: 18;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
            -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
            -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
            -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
            box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }

        .owl-carousel-center .owl-item img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }

        .owl-carousel-center .owl-item.center {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            z-index: 999;
            -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
            box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
        }

        .owl-carousel-center .owl-dots {
            bottom: -80px;
        }

        @media screen and (max-width: 480px) {
            .owl-carousel-center .owl-dots {
                bottom: -60px;
            }
        }

        .owl-carousel-center.owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.2);
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            border: 2px solid transparent;
        }

        .owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
            background: none;
            background: white;
        }

        .owl-carousel-center.owl-theme .owl-dots .owl-dot.active span,
        .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
            background: white;
            background: transparent;
            border: 2px solid #fff;
        }

        .js .to-animate,
        .js .to-animate-2,
        .js .single-animate {
            opacity: 0;
        }

        .js .animate-box {
           opacity: 1;
        }

        @media screen and (max-width: 480px) {
            .col-xxs-12 {
                float: none;
                width: 100%;
            }
        }

        .row-bottom-padded-lg {
            padding-bottom: 3em;
        }

        @media screen and (max-width: 768px) {
            .row-bottom-padded-lg {
                padding-bottom: 2em;
            }
        }

        .row-bottom-padded-md {
            padding-bottom: 4em;
        }

        @media screen and (max-width: 768px) {
            .row-bottom-padded-md {
                padding-bottom: 2em;
            }
        }

        .row-bottom-padded-sm {
            padding-bottom: 2em;
        }

        @media screen and (max-width: 768px) {
            .row-bottom-padded-sm {
                padding-bottom: 2em;
            }
        }

        .fh5co-animated {
            -webkit-animation-duration: .3s;
            animation-duration: .3s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }


        /*# sourceMappingURL=style.css.map */

        #nav-tabs>li>a {
            transform: scale(0.8);
        }

        #nav-tabs>li>a:hover,
        #nav-tabs>li>a:focus {
            background: transparent;
            transform: scale(1);
        }

        #nav-tabs li img {
            max-width: 150px;
            min-width: 100px;
            border-radius: 0px;
            margin-bottom: 5px;
            min-height: 90px;
            max-height: 90px;
        }

        #nav-tabs .active .quote {
            color: #05A9F4;
        }

        .quote {
            font-size: 1em;
            font-weight: bold;
            color: rgba(34, 35, 66, 0.54)
        }
            #nav-tabs :hover .quote{
        color:#05A9F4;
    }
        .dropdown-menu {
            display: none;
            position: absolute;
            background-color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 11px;
        /*        border-top: 3px solid #05A9F4;*/
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        /* .dropdown:hover .dropdown-menu {
            display: block;
            width: 100%;
        }  */
    /* .dropdown:active .dropdown-menu {
            display: block;
        }  */
        .dropdown:hover .dropbtn {
            background-color: #3e8e41;
        }

        /*
        .dropdown-menu a {
            color: #474747;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        */
        .dropdown-menu a {
            color: #888;
            padding: 5px 2px;
            border-bottom: 1px solid #c5b8b8;
            text-decoration: none;
            display: block;
        }
        .dropdown-menu a:hover {
        /*    background-color: #05A9F4;*/
            margin-left: 5px;

        }


        /* .dropdown:hover .dropdown-menu {
            display: block;
            width: 100%;
        } */
        .logo{
                width: 120px;
            height: 40px;
        }
        .fa-search{
            font-size: 25px;
        }
        .noborder table{
           margin-bottom: 20px;
           width: 100%;

           border-collapse: collapse;
           border-spacing: 0;
        }
        .table {
           margin: 20px;
           width: 96%;
        border: 1px solid #dddddd;
           border-collapse: collapse;
           border-spacing: 0;
        }
        td, th{
            display:table-cell;
        /*    border: 1px solid #dddddd;*/
            text-align: left;
            padding: 8px;
        }


        ul.gkBullet2 li:before {
           color: #05A9F4 ;
           content: "\f14a";
           font-family: FontAwesome;
           margin-right: 10px;
        }
        /*
        ul {
           list-style: none;
        }
        */
    . {
        /* margin: 0 0 20px; */
        float: right;
        margin-top: 30px;
        width: 88%;
        padding: 0px 60px;
        /* margin-left: 373px; */
        margin-right: 100px;
    }
    @media screen and (max-width: 769px){
    . {
       overflow-x: auto;
    }
    /* .dropdown:hover .dropdown-menu {
        display: none !important;

    } */
    }
        p {
           margin: 1em 0 1.2em;
        }
        .ul.gkBullet2 li {
           list-style: none;
           overflow: inherit;
           padding: 2px 0 2px 24px;
           position: relative;
        }
        tbody tr td {
           /* border-bottom: 1px solid #e5e5e5 ; */
           padding: 10px;
        }
        .gkBullet2 td, th {
           display: table-cell;
        }
        .noborder table ul li {
          line-height: 2.0;
              margin-left: -40px;
           width:369px;
        }
        ul.gkBullet2 {
           margin: 1em 0 !important;
        }

        b{
           font-weight: 600;
           color: #111;
        }

        /*accordian*/
        .panel-heading a:after {
            font-family:'Glyphicons Halflings';
            content:"\2212";
            float: right;
            color: grey;
        }
        .panel-heading a.collapsed:after {
            content:"\2b";
        }

        .panel-heading a:after {
          font-family:'Glyphicons Halflings';
          content:"\2212";
          float: right;
          color: grey;
        }
        .panel-heading a.collapsed:after {
          content:"\2b";
        }

        /*smallimages*/
        .partners .pbox {
           border: solid 1px #e5e5e5 ;
        /*    padding: 15px;*/
           text-align: center;
           height: 88px;
           margin-bottom: 20px;
           position: relative;
           padding-top: 8px;
        }
        .partners .pbox img {
           max-height: 100%;
           max-width: 100%;
           width: auto;
           height: auto;
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
           margin: auto;
        }
        .gkCols {
           margin: 0 -30px;
           width: auto;
        }
        .gkCols:after {
           clear: both;
           content: "";
           display: table;
        }
        ul.gkBullet2 {
          margin: 1em 0 !important;
           list-style: none;
           padding-left: 0;
        }
        .ul.gkBullet2 li {
          list-style: none;
          overflow: inherit;
          padding: 2px 0 2px 24px;
          position: relative;
        }
        #fh5co-pricing .pricing-info ul {
           padding: 0;
           margin: 0;
           text-align: left;
           color: rgb(16, 1, 43);
        }
        #fh5co-header #navbar li .dropdown-menu a{
           font-family: 'Open Sans', sans-serif;
        /*    color: rgba(255, 255, 255, 0.5);*/
           position: relative;
           font-size: 11px;
        }
        .navbar-nav > li > a {
            padding-top: 18px;
            padding-bottom: 25px;
        }
        .dropdown ul.dropdown-menu:before {
           content: "";
           border-bottom: 10px solid #fff;
           border-right: 10px solid transparent;
           border-left: 10px solid transparent;
           position: absolute;
           top: -10px;
           right: 16px;
           z-index: 10;
        }
    .img-circle{
        border-radius: 80%;
    }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
} */

.hovereffect img {
  /* display: block;
  position: relative; */
  width: 212px;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.hovereffect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect h2,
.hovereffect p {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

/* .hovereffect .overlay:before {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 55%;
  height: 50%;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
} */

.hovereffect p {
  /* width: 20%; */
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

.hovereffect p a {
  color: #fff;
    
}

.hovereffect p a:hover,
.hovereffect p a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hovereffect  a i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0px 5px;
}

.hovereffect p a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0);
  transform: translate3d(-60px,-60px,0);
}

.hovereffect p a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0);
  transform: translate3d(60px,-60px,0);
}

.hovereffect p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px,60px,0);
  transform: translate3d(-60px,60px,0);
}

.hovereffect p a:nth-child(4) i {
  -webkit-transform: translate3d(60px,60px,0);
  transform: translate3d(60px,60px,0);
}

.hovereffect:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.2);
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
}

.hovereffect:hover p i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 212px;
    left: 0;
    padding: 20px;
    margin: auto;
    text-align: center;
    right: 0;
   
}
.hovereffect .content p{
/*     text-transform: uppercase;*/
  color: #fff;
}
.hovereffect .content b{
     color: #fff;
    margin-top: 10px;
    margin-left: 10px;
}
/*    Ionic*/
    
body .column-top-margin{
            margin-top: 50px;
    }
div .av_one_third{
        width: 29.333333333333332%;
}

.circle-tile {
   /* margin-bottom: 15px; */
   text-align: center;
   /* margin-left: 3px; */
   margin: 10px;
}

.circle-tile-heading {
   position: relative;
   width: 80px;
   height: 80px;
/*   margin: 0 auto -40px;*/
        margin-bottom: -40px;
    /* margin-left: 55%; */
      border: 3px solid #05A9F4;
    background-color: #05A9F4;
   border-radius: 100%;
   color: #fff;
   transition: all ease-in-out .3s;
   shape-outside: circle(70% at 0% 50%) border-box;
   shape-margin: 2em;
   right: 0;
   left: 0;
   margin: auto;
}

.circle-tile-heading .fa {
   line-height: 80px;
}

fa-fw {
   width: 1.28571429em;
   text-align: center;
}

.fa-2x {
   font-size: 3em;
}

.circle-tile-content {
    margin-top: -36px;
    padding-top: 47px;
    padding-bottom: 35px;
    padding-left: 10px;
    text-align: left;
    /* width: 145%; */
    background-color: #fff;
    /* padding-right: 10px; */
    margin-right: -13px;
}
 
.circle-tile-description {
   font-size: 14px;
}
.dark-blue {
   background-color: #8BC34A ;
}

/*angular js*/
/*@media (min-width: 992px)*/
.testing {
    margin-left: 12.5%;
}
#angularjs .ideal-development .circle {
    height: 300px;
}
#angularjs .ideal-development .circle .gray-circle{
    background: #eee;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}
#angularjs .ideal-development .circle .gray-circle img{
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#angularjs .ideal-development .circle .gray-circle h3{
        margin-top: 10px;
}
#angularjs .ideal-development .circle .textBlock{
    position: absolute;
    border-radius: 50%;
    background: #05A9F4;
    width: 300px;
    height: 300px;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
    opacity: 0.1;
    top: 0;
    left: 50px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.01);
    transition: all 200ms ease-in;
    transform: scale(0.01);
}
#angularjs .ideal-development .circle:hover .textBlock{
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
#loading {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
#fh5co-our-services .box .icon.colored-1 i:hover{
     background: transparent;
            transform: scale(1.3);
}
#fh5co-our-services .box .icon.colored-2 i:hover{
     background: transparent;
            transform: scale(1.3);
}
.clear-both {
    clear: both;
}
.mb-2 {
    margin-bottom: 20px;
}
.pl-15 {
    padding-top: 5px !important;
}
.mt-3 {
margin-top: 15px;
}