/***************

1. BASIC
2. HELPER
3. NAVBAR
4. HOME
5. ABOUT
6. SERVICES
7. CTA
8. WORK PROCESS
9. FEATURES
10. PORTFOLIO
11. TESTIMONIAL
12. TEAM
13. COUNTER
14. PRICING PLAN
15. BLOG
16. FAQ
17. GREAT PEOPLE
18. CONTACT US
19. FOOTER 
20. RESPONSIVE

*****************/
@font-face {
    font-family: 'RhodeMC';
    src: url('./fonts/RhodeMediumCondensed.eot'); /* IE9 Compat Modes */
    src: url('./fonts/RhodeMediumCondensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/RhodeMediumCondensed.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/RhodeMediumCondensed.woff') format('woff'), /* Pretty Modern Browsers */
        url('./fonts/RhodeMediumCondensed.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('./fonts/RhodeMediumCondensed.otf') format('open type'),
        url('./fonts/RhodeMediumCondensed.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

section { overflow: hidden !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 500 !important;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    font-size: 15px;
    line-height: 1.6;
}


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on_landing {
    background-color: rgba(34, 35, 53, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg_overlay_cover_on {
    background-color: rgba(3, 3, 14, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.bg_overlay_cover_on2 {
    background-color: rgba(13, 13, 13 ,0.45);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.bg_overlay_2 {
    background-color: rgba(52, 58, 59, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.section_title_all h3 {
    text-transform: capitalize;
    font-weight: 500;
}

.section_subtitle {
    max-width: 550px;
}

.section_title_all span {
    color: #0096CC;
}

.section_icons i {
    font-size: 34px;
    background-color: #0096CC;
    color: #ffffff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.text_custom {color: #0096CC;}

.bg_custom {background-color: #222335;}
.bg2{background-color: #FEF9EF;}
.bg3{background-color: #d8e1e9;}
.bg4{background-color: #FEFF98;}
.bg5{ background-color: #EBF4FF }
.bg7{ background-color: #F4F5F6;  }
.bg8 { background-image: linear-gradient(to bottom, #0f110c, #001f13, #00293b, #002f73, #031b88); }
.bg9 { background-color: #061637; }
.bg9a { background-color: #040F25; }
.bg10 { background-color: #F4F8FF; }
.bg11 { background-color: #F5F5F5; }
.bg12 { background-color: #0F110C; }
.bg13 { background-color: #000; }
.bg14 { background-color: #fff; }
.bg15 {background-color: #008756;}
.bg16{ background-color: #001427; }
.bg17{ background-color: #009D23; }
.bg18{ background-color: #fff; }
.bg19{ background-color: #002688; }
.bg20 { background-color: #FEF5EC; }
.bg21 { background-color: #6874E8; }
.bg-yellow{ background-color: yellow; }
.no-bg { background: none; }
.no-border { border: none; }
.bg_custom_gradiant {

  background: #ff4b1f; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #ff4b1f, #ff9068); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ff4b1f, #ff9068); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn {
    padding: 13px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #00acec;
    background-color: #00acec;
    border-radius: 0px;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.open > .dropdown-toggle.btn_custom {
    color: #f3f3f3;
    background-color: #f2395c;
    border-color: #f2395c;
}

.btn_outline {
    border: 2px solid #00acec;
    color: #000;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.open > .dropdown-toggle.btn_outline {
    background-color: #00acec;
    border-color: #00acec;
    color: #ffffff;
}

.btn_rounded {
    border-radius: 30px;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /*background-color: #ffffff;*/
}

.btn_small {
    padding: 7px 14px;
}

.navbar-brand img {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}

.btn-gray{color:#fff;background-color:#aaa;border-color:#aaa}
.btn-gray:hover{color:#fff;background-color:#23272b;
    border-color:#1d2124}
.btn-gray.focus,.btn-gray:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-pink2{  color:#fff;background-color:#FF99C9;border-color:#FF70B3}
.btn-pink2:hover,.btn-pink{color:#fff;background-color:#FF479D;border-color:#FF479D}
.btn-pink:hover{color:#fff;background-color:#FF0A7C;
    border-color:#FF0A7C}
.btn-blue2 {  color:#fff;background-color:#9BC4FD;border-color:#73ACFC}
.btn-blue2:hover{color:#fff;background-color:#007bff;border-color:#007bff}


/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 500;
    transition: all 0.4s;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.stickyadd .navbar-nav {
    margin-top: 0px;
}

.stickyadd.custom_nav_menu .navbar-nav li a {
    color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
    height: 26px;
}

.stickyadd.custom_nav_menu {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
    color: #1F8BFF !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom_nav_menu .btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}


/*================
    04.HOME
==================*/

.bg_home_cover {
    
    background-color: #0B0014;
}

.bg_home_sub_desc { background-color: #0E0E0E; border-top: 1px solid #202020; border-bottom: 1px solid #202020;}

.bg_home_cover2 {
    background-color: #222335;
}

.bg_home_cover3 {
	background-color: #0F110C; /* #1e1e24; */
}

.bg_home_cover4 {
    background-image: url(../img/bg/sg-cityline.png);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
}

.bg_engagement {
    background-image: url(../img/bg/family.png);
    background-color: #222335;
    background-size: cover;
    background-position: center 0%;
}

.bg_r1 {
    background: linear-gradient(124deg, rgba(255,255,255,1) 0%, rgba(216,241,255,1) 80%, rgba(229,208,255,1) 97%);
}

.bg_namecard {
    background-image: url(../img/bg/card.png);
    background-size: cover;
    background-position: center 75%;
}

.bg_calculate {
    background-image: url(../img/bg/calculate.jpg);
    background-size: cover;
    background-position: center center;
}

.bg_home_bizman {
    background-image: url(../img/misc/bizman.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 85% center;
}

.bg_downtown {
    background-image: url(../img/bg/sg-downtown.png);
    background-size: cover;
    background-position: center center;
}

.bg_work_cover {
    background-image: url(../img/misc/time3.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.bg_ipad {
    
    background: url(../img/misc/ipad-bg.png);
    background-repeat: no-repeat;
    background-color: #7C7B7B;
    background-size: cover;
    background-position: center center;
}

.bg_devices {
    
    background: #fff url(../img/misc/devices-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


.bg_graph {
    
    background: #fff url(../img/bg/graph1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_cover_3{
    background-image: url(../img/img3b.jpg);
    background-color: #222335;
    background-size: cover;
    background-position: center 10%;
}

.bg_cover_2{
    background-image: url(../img/img2.jpg);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
}

.bg_cover_1
{
    background-image: url(../img/img1.jpg);
    background-color: #222335;
    background-size: cover;
    background-position: center center;

}
.home_title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 600px;
}

.home_subtitle {
    font-size:1.5rem;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}

.full_height_120vh_home {
    height: 120vh;
}

.up-index {
    z-index: 2;
}

/*-----------------
   LANDING HOME
------------------*/

.bg_home_cover_landing {
    
    background-size: cover;
    background-position: center center; 
}

.home_title_landing {
    font-size: 50px;
    line-height: 1.2;
    max-width: 800px;
}

/*-------------------
   APP LANDING HOME
--------------------*/

.app_btn_icon {
    font-size: 24px;
}

/*------------------
  PERSONAL HOME
------------------*/

.bg_home_personal_cover {
    background-image: url(../images/bg_personal_img.jpg);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
}

.personal_home_title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 700px;
}

/*-------------------
    MINIMAL HOME
--------------------*/  

.bg_home_minimal_cover {
    background-image: url(../images/bg_minimal.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 130px 0px;
}

.home_title_minimal {
    font-size: 34px;
    line-height: 1.6;
    max-width: 800px;
}

/*=================
    0.5  ABOUT
===================*/

.about_content_box_all {
    border: 1px dashed #e7e7e7;
    padding: 30px;
}

.about_icon i {
    font-size: 38px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    /*box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);*/
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.under_box_shadow {
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
}

.buss_about_box_content {
    max-width: 450px;
}

.business_about_icon i {
    font-size: 38px;
    text-align: center;
    color: #0096CC;
    overflow: hidden;
}

.business_about_icon p {
    line-height: 1.4;
}

.clients_content img {
    max-height: 80px;
    width: auto !important;
}


/*---------------------
    APP LANDING 
----------------------*/

.app_about_box_content {
    max-width: 800px;
}

/*---------------------
    ABOURT ME 
----------------------*/

.personal_about_details{
    max-width: 450px;
}

.personal_about_information h5 {
    line-height: 1.6;
}

.about_social_icons ul li a {
    font-size: 19px;
    color:  #00acec;
    padding-right: 12px;
}


.edu_detail h5 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

/*-------------------
    ABOUT MINIMAL
-------------------*/

.minimal_about {
    max-width: 800px;
}

.minimal_about h4 {
    line-height: 1.6;
}

/*====================
   0.6 SERVICES
=====================*/

.business_services_boxes {
    border-radius: 6px;
}

.business_services_boxes .business_services_icon i {
    font-size: 26px;
    color: #00acec;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #fff;
    display: inline-block;
    border-radius: 35px;
}

.business_services_content p {
    line-height: 1.6;
    color: #ffffff;
}

.services_desc_bus p {
    max-width: 700px;
}

.service_color_1 {
    background-color: #34C5B8;
}

.service_color_2 {
    background-color: #5668F8;
}

.service_color_3 {
    background-color: #0096CC;
}


/*--------------------
    LANDING SERVICE
---------------------*/

.services_box .service_icon i {
    font-size: 42px;
    color: #0096CC;
    text-align: center;
}

.services_box a {
    color: #000;
    outline: none !important;
    transition: all 0.5s;
}

.services_box a:hover {
    color: #0CBEFC;
}

.service_devider {
    background-color: #0096CC;
    height: 2px;
    width: 55px;
}


/*-------------------
    SERVICES 
--------------------*/

.personal_box_devision .service_icon i {
    font-size: 34px;
    background-color: #00acec;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    color: #ffffff;
}

/*===================
   0.7 BUSINESS CTA 
====================*/

.cta_details {
    max-width: 635px;
    line-height: 2.0;
}


.all_section_heading_details {
    color: #dadada;
    line-height: 1.8;
}

.cta_max_width {
    max-width: 635px;
}

.business_play_btn i {
    background: #0096CC;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.business_choose_box .business_choose_icon span {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #00acec;
}

.business_choose_details {
    overflow: hidden;
}

.bg_buss_call_cta {
    background-image: url(../images/bg_buss_call.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/*===================
    LANDING CTA
====================*/

.bg_landing_video {
    background-image: url(../images/bg_landing_video.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/*===================
  SOFTWARE CTA
====================*/

.bg_software_cta {
    background-image: url(../images/t_bg_2.png);
    background-color: #222335;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.get_download h2 {
    font-weight: 500;
    letter-spacing: 1px;
}

.download_division img {
    max-width: 180px;
}

.description_img img {
    box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
}

.app_description_header{
    max-width: 550px;
}

/*====================
  08. WORK PROCESS
====================*/

.business_work_flow i {
    font-size: 42px;
}

.work_process_details {
    overflow: hidden;
}

.work_border_left {
    border-left: 1px solid #d8d7d7;
}

/*=========================
    0.9 FEATURES
==========================*/

.description_header_main {
    max-width: 500px;
}

.business_features_box {
    border: 1px dashed #e7e7e7;
}

.business_features_box .business_features_icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business_features_link i {
    font-size: 16px !important;
}

.business_features_details {
    overflow: hidden;
}

/*=====================
    LANDING FRATURES
======================*/

.landing_feauters_box {
    max-width: 450px;
    line-height: 1.4;
}

.landing_features_box .landing_features_icon i,
.landing_features_special .landing_features_special_icon i {
    display: inline-block;
    font-size: 26px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin: 2px 0;
    overflow: hidden;
    background: #00acec;
}

.landing_feauters_subtitle {
    line-height: 1.6;
}

.landing_features_img img {
    box-shadow: -8px 5px 30px rgba(0, 0, 0, 0.12);
}

.landing_features_special {
    max-width: 500px;
}

/*---------------------
    SOFTWARE FEATURES
-----------------------*/

.software_features_box .business_features_icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business_features_link i {
    font-size: 16px !important;
}

.business_features_details {
    overflow: hidden;
}

/*=====================
  10.  PORTFOLIO
======================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 8px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    /* margin-top: 5px; */
}

.work_menu a.active,
.work_menu a:hover {
    background-color: #0096CC;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 22px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(20, 20, 20, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}

/*---------------------
    MINIMAL PORTFOLIO
----------------------*/

.minimal_portfolio_bg {
     background-color: #0096CC;
}

.work_detail_miniam p{
    color: #0096CC;
    font-weight: 600;   
    letter-spacing: 2px;
}

.work_detail_miniam {
    padding:26px 12px;
}

.work_detail_miniam h4{
  
    color: #0096CC;
    font-weight: 600;   
    font-size: 18px;
}

/*=====================
   11. TESTIMONIAL
======================*/

.bg_testimonial_business {
    background-image: url("../images/business_testi.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.business_testi_content {
    max-width: 650px;
}

.business_testi_content .business_testi_details {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.business_testi_content span {
    font-size: 12px;
    text-transform: capitalize;
}

.business_testi_content_img img {
    max-width: 120px;
    border: 5px solid #ffffff;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #0096CC;
}


.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}



/*----------------------
   LANDING TESTIMONIAL
-----------------------*/

.landing_client_box {
    max-width: 750px;
}

.landing_client_box .landing_client_img_box img {
    max-width: 80px;
}

.landing_client_box span {
    font-size: 14px;
}

.landing_testi_desc {
    padding: 22px 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.landing_testi_desc p {
    line-height: 1.6;
}

.user-work {
    font-weight: 500;
}

/*----------------------
   SOFTWARE TESTIMONIAL
------------------------*/

.software_client_box {
    max-width: 700px;
}

.software_clients_name h5 {
    font-size: 16px;
}

.soft_client_box_img img {
    max-width: 80px;
}

/*--------------------
    APP TESTIMONIAL
---------------------*/

.app_testi_box {
    max-width: 600px;
}

.app_testi_box .testi_icon {
    font-size: 48px;
}

/*--------------------
 PERSONAL TESTIMONIAL
--------------------*/


.personal_testi_content_img img {
    max-width: 100px;
    border: 5px solid #ffffff;
}

/*====================
  12. OUR TEAM
=====================*/

.business_team_box h5 {
    font-size: 18px;
}

.business_team_box .buss_team_info {
    padding: 12px 50px;
}

.business_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.business_team_box .business_team_social li:hover a {
    border-color: #00acec;
    background: #00acec;
    color: #fff;
}

/*----------------------
    LANDING TEAM
------------------------*/

.landing_team_box {
    border: 1px solid #ededed;
}

.landing_team_box img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}

.landing_team_box .business_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

/*--------------------
    MINIMAL TEAM 
--------------------*/

.minimal_team_box img {
    max-width: 150px;
    border-radius: 50%;
}

.minimal_team_box .minimal_team_social li a {
    color: #888;
    padding: 5px 10px;
    transition: all 0.5s;
    text-align: center;
}

.minimal_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 12px;
}

/*==================
  13. COUNTER
===================*/

.bg_business_counter_cover {
    background-image: url(../images/bg_business_counter.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.counter_box .info_name {
    font-size: 16px;
    color: #000;
}

.counter_box .counter_icon {
    font-size: 38px;
}

/*====================
  14. PRICING PLAN
=====================*/

.business_price_box {
    padding: 40px;
    box-shadow: 3px 8px 26px rgba(0, 0, 0, 0.06);
}

.business_price_icon i {
    font-size: 32px;
    border: 1px solid #ededed;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 35px;
    background: #F2F5FF;
}

.business_plan_price span {
    font-size: 14px;
}

/*-----------------------
    LANDING PRICING 
-------------------------*/

.landing_price_tag {
    color: #00acec;
    font-size: 46px;
    font-weight: bold;
}

.pricing_title_border {
    background-color: #EEE;
    width: 70%;
    height: 1px;
    margin-top: 20px;
}

/*---------------------
    SOFTWARE PRICING
----------------------*/

.software_pricing_plan_box {
    padding: 40px;
    border-radius: 10px
}

.software_list_price {
    padding: 20px 40px;
}

.software_list_price p {
    margin-bottom: 10px;
}

.software_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.software_price_tag_heading h2 {
    font-size: 52px;
}

.software_price_tag_heading sub {
    font-size: 22px;
}

.software_pricing_plan_box.active {
    border: 3px solid #00acec;
    position: relative;
    overflow: hidden;
}

/*-----------------------
    APP PRICING PLAN
------------------------*/

.app_price_box {
    padding: 40px;
}

.app_plan_name p {
    color: #5E5E5E;
    font-size: 16px;
}

.app_list_price_features {
    padding: 20px 0px;
}

.app_list_price_features p {
    margin-bottom: 10px;
}

.app_price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.app_price_tag_heading h2 {
    font-size: 52px;
}

.app_price_tag_heading sub {
    font-size: 22px;
}


/*===================
  15. BUSINESS BLOG
====================*/

.buss_blog_box_detail .readable_lnk {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal;
}

.buss_blog_box_detail .readable_lnk:hover {
    color: #0096CC;
}

.blog_detail_badge {
    font-size: 14px;
    font-weight: 500;
    color: #ff2a58;
    letter-spacing: 2px;
}

.buss_blog_box_detail .blog_detail_devider {
    border-top: 1px solid #cecccc;
}

.business_social_menu li a {
    margin-top: 22px !important;
    color: #000;
    font-size: 14px;
}

/*--------------------
    PERSONAL BLOG
--------------------*/

.blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    /*background: rgba(255, 92, 121, 0.27);*/
    color: #0096CC;
    border-radius: 30px;
    letter-spacing: 2px;
}


/*====================
  16.  FAQ LANDING
=====================*/

.landing_all_faq_content {
    max-width: 480px;
}

.landing_faq {
    padding: 25px;
    background-color: #EEE;
}

.landing_faq_subtitle {
    line-height: 1.6;
}

/*====================
  17. GREAT PEOPLE
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*=====================
    18. CONTACT US
======================*/

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #00acec !important;
    box-shadow: none;
    outline: 0;
}

.contact_details_content {
    border-radius: 4px;
}

.contact_detail p {
    overflow: hidden;
}

/*----------------------
    LANDING CONTACT
------------------------*/

.landing_contact_title {
    max-width: 400px;
}

.landing_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 30px;
}

/*-------------------
  SOFTWARE CONTACT
--------------------*/

.soft_form_custom {
    max-width: 700px;
}

/*-------------------
 MINIMAL CONTACT US
--------------------*/

.minimal_contact_icon i {
    font-size: 28px;
    background: #f1f1f1;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}

/*==================
    19.FOOTER
====================*/

.bg_footer {
    background-color: #242325;
}

.buss_footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
}

.buss_footer_menu_list li {
    padding-bottom: 10px;
}

.footer_alt_cpy {
    color: #6c757d;
}

.buss_icon_social_footer ul li a {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 43px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px;
}

.buss_icon_social_footer ul li a:hover {
    border: 2px solid #00acec;
    color: #FFF;
}

.business_footer_logo img, .minimal_footer_logo img, .footer_logo_software img {
    max-width: 150px;
}

/*---------------------
    LANDING FOOTER
----------------------*/

.footer_menu_list li a {
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu_list li::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

.footer_menu_list li:last-child:after {
    content: "";
    margin: 0px;
}

.footer_alt_cpy,
.text-footer {
    color: #6c757d;
}

.subcribe_newslatter_footer input {
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    color: #000 !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
}

.subcribe_newslatter_footer button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}

.subcribe_newslatter_footer form {
    max-width: 600px;
}

.footer_social_icons li a {
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer_social_icons li a:hover {
    color: #fff;
    background-color: #00acec;
    border: 2px solid #00acec;
}

/*--------------------
    FOOTER APP
---------------------*/


.contact_details_content {
    border-radius: 4px;
}

.contact_details_content .contact_icon i {
    font-size: 18px;
}

.contact_detail p {
    overflow: hidden;
}

/*---------------------
    MINIMAL FOOTER
----------------------*/

.minimal_footer_header h5 {
    letter-spacing: 2px;
}

.minimal_header_desc {
    max-width: 450px;
}


/*=====================
    20. RESPONSIVE
=======================*/

@media (max-width: 991px) {
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 34px;
    }

    .home_title_minimal{
        font-size: 28px;
    }

    .section_main_box h3 {
        font-size: 24px;
    }
    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: rgba(0, 0, 0, 0.55) !important;
    }
    .custom_nav_menu .navbar-nav li.active a {
        color: #1F8BFF !important;
    }
    .custom_nav_menu>.container {
        width: 90%;
    }
    .custom_nav_menu .logo .logo-dark {
        display: inline-block;
    }
    .custom_nav_menu .logo .logo-light {
        display: none;
    }
    .custom_nav_menu .navbar-brand.logo img {
        height: 26px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 125px 0px;
        position: relative;
    }
    .home_half_cover {
        padding: 125px 0 130px 0;
    }
    .work_border_left {
        border: none;
    }
    .bg_home_minimal_cover {
        padding: 90px 0px;
        position: relative;
        background-position: center;
    }
    .app_testi_box {
        margin: 5px;
    }
    .section_title h3 {
        z-index: 100;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .section_title p {
        font-size: 36px;
        position: relative;
    }

    .half_height_home_blog {
        position: relative;
        padding: 121px 0 110px;
    }
}

@media (min-width: 830px)  {
    .app_home_landing  img {
        max-width: 300px;
    }
}
    
@media screen and (max-width: 820px) and (min-width: 350px) {
  .home_title {
    font-size: 26px;
  }
}


#fsidebar {
    position: fixed; bottom: 30%; right: 2%; color: #ddd; z-index: 1000;
}

#fsidebar ul li a { color: #C3C6CC; display: inline; 
    float: right; padding: 0px; 
    text-align: right; padding: 2px 0; }

#fsidebar ul li a::after {
    text-align: right;
    float: right;
    display: inline-block;
    content: "";
    border-top: 1px solid #D8DBE2;
    width: .75rem;
    margin: 5px 10px;
    transform: translateY(5px);
}

#fsidebar ul li a:hover { color: #0096CC; }
#fsidebar ul li a:hover::after { border-color: #0096CC; }

#fsidebar ul li.active a { color: #00acec; }
#fsidebar ul li.active a::after { border-color: #00acec; }
.custom-link { color: #fff; }
.custom-link:hover { color: #00acec !important; }
.stickyadd .custom-link { color: rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 820px) {
  .custom-link {
    color: rgba(0, 0, 0, 0.75);
  }
}

.clearfix { clear: both; padding: 5px; }
.hide-default{ display: none; }
.pointer{ cursor: pointer; }
.spheres .active { border-left: 3px solid #00acec; }


.vguide-l, .vguide-m, .vguide-s { border-bottom: 1px solid #777; margin-bottom: 4px; }
.vguide-l { width: 65%; }
.vguide-m { width: 50%; }
.vguide-s { width: 35%; }

.tooltip-1 { font-weight: bold; cursor:pointer; }
.text-shadow { text-shadow: 1px 1px 2px rgba(17, 17, 17, 1); }
.text-shadow2 { text-shadow: 2px 3px 1px rgba(17, 17, 17, 1); }
.text-blue { color: #3292FF !important; }
.text-blue2 { color: #2f54f4 !important; }
.text-blue3 { color: #5BC0EB !important; }

.text-fr-blue { color: rgba( 11, 28, 243, .85) !important; }
.text-red { color: #F30B0B !important; }
.text-fr-red { color: rgba( 243, 11, 11, .85) !important; }
.text-gray { color: #CACFD6 !important; }
.text-green { color: #3BB273 !important; }
.text-white { color: #fff; }
.text-sm { font-size: 13px; line-height: 14px; }
.text-black{ color: #222 !important; }
.text-yellow{ color: #fdc42b; }

.inner {
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.inner-2 {
    font-size: 12px;
    line-height: 13px;
    position: relative;
    text-align: center;
    top: 57%;
    left: 43.15%;
}


.inner-3 {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    text-align: center;
    top: 46.5%;
    left: 42.25%;
}


.inner-4 {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    text-align: center;
    top: 50%;
    left: 42.25%;
}


.inner-5 {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    text-align: center;
    top: 49.2%;
    left: 42.25%;
}


.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    width: 100px !important;
}

.rotate-2 {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    width: 500px !important;
}

.bg-green { background-color: #6AAF31; border: 2px solid #578F28; /* 4C970C */ }
.bg-red { background-color: #F52F2F; border: 2px solid #C30909;}
.bg-ruler-red { background: rgba( 243, 11, 11, .85); }
.bg-ruler-blue { background: rgba( 11, 28, 243, .85); }
.bg-ruler-green { background: rgba( 108, 197, 32, .85);}
.bg-gray { background: rgba(91,97,106,.15); }
.bg-blue-1{ background-color: #3D348B !important; }
.bg-blue-2{ background-color: #D6EFFF !important; }
.bg-blue-3 { background-color: #2F3EF5; border: 2px solid #0A18D6; /* 4C970C */ }
.bg-white-0 { background-color: #fff; border: 2px solid #e5e5e5; /* 4C970C */ }

.line-red { border-color: #F7010B; }
.line-blue { border-color: #0B1CD9; }
.line-green { border-color: #00AA5D; }
.ruler h5{
    margin: auto;
    font-size: 14px;
    text-align: center;
}
.ruler-exp h6{ font-weight: 900; }
.ruler-exp h5.fr-green::after,
.ruler-exp h5.fr-blue::after, 
.ruler-exp h5.fr-red::after, 
.ruler-exp h6.fr-green::after, 
.ruler-exp h6.fr-blue::after, 
.ruler-exp h6.fr-red::after{ 
    content: "";
    display: block;
    width: 30%;
    padding-top: 10px;
}

.ruler-exp b { font-weight: 600 !important; }

.ruler-exp h5.fr-red::after, .ruler-exp h6.fr-red::after{ border-bottom: 4px solid #F30B0B; }
.ruler-exp h5.fr-blue::after, .ruler-exp h6.fr-blue::after{ border-bottom: 4px solid #0B1CF3; }
.ruler-exp h5.fr-green::after, .ruler-exp h6.fr-green::after{ border-bottom: 4px solid #6CC520;}
.ruler-exp li, .ruler-exp p { font-size: 14px; line-height: 19px; }
.ruler-exp2 ul, .ruler-exp2 li { margin-left: 5px; padding-left: 5px; font-size: 0.65rem; line-height: 0.75rem;}
.ruler-exp ul, .ruler-exp li { margin-left: 0; padding-left: 0; }
.ruler p { margin: 0 auto; }
h5.fr-red span { padding: 10px; background-color: #F30B0B; color: #fff; } 
h5.fr-blue span { padding: 10px; background-color: #0B1CF3; color: #fff; } 
h5.fr-green span { padding: 10px; background-color: #6CC520; color: #fff; } 


/* Blockquote main style */
.blockquote {
    position: relative;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: 'Roboto', sans-serif;
    position: relative; /* for pseudos */
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal;
    margin: 0;
    border: 2px solid #00acec;
    border-radius:20px;
    padding: 15px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #00acec;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 14px;
        line-height: 18px;
   }

}

/* Blockquote subheader */
.blockquote p {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 130px;
    padding-left:12px;
}

 
.blockquote p:first-letter {
  margin-left:-12px;
}


.col-2a {
  -ms-flex: 0 0 18.666667%;
  flex: 0 0 18.666667%;
  max-width: 18.666667%;
}


.col-2b {
  -ms-flex: 0 0 21.666667%;
  flex: 0 0 21.666667%;
  max-width: 21.666667%;
}


.col-md-3-5 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-md-6-5 {
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%;}

#xs-fr2 .inner-2b, #xs-fr .inner-2b {
    left: 50.25% !important;
    top: 50% !important;
}


#xs-fr2 .inner-3b, #xs-fr .inner-3b {
    top: 52% !important;
    left: 48.5%;
}

#xs-fr2 .inner-4b, #xs-fr .inner-4b {
    top: 52% !important;
    left: 48.5%;
}


#xs-fr2 .inner-5b, #xs-fr .inner-5b {
    top: 50% !important;
    left: 48.5%;
}



/* mouse */

.moving-mouse-holder {
  margin: auto;
  width: 0;
}

.moving-mouse-holder .mouse {
    width: 20px;
    height: 30px;
    position: relative;
    right: 0;
    border-radius: 18px;
    border: 2px solid #3A3335;
}

.moving-mouse-holder .mouse-button {
    background-color: #33cc66;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 50%;
    margin: 0 0 0 -2px;
    animation: mouse-scroll 1s infinite alternate;
}


@keyframes mouse-scroll {
  to {
    transform: translate(0, 8px) scale(1, 0.3);
  }
}


/* end of mouse */

/* animated arrow */

.chevron {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 80%;
    width: 51%;
    background: rgba( 243, 11, 11, .85);
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(10px);
    }
    67% {
        opacity: 1;
        transform: translateY(18px);
    }
    100% {
        opacity: 0;
        transform: translateY(25px) scale3d(0.5, 0.5, 0.5);
    }
}


@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* end of animated arrow */


.text-xs { font-size: 11px; line-height: 12px; }
.ruler-xs, span.ruler-xs { font-size: 9px; line-height: 11px !important; }
.ruler-sm { font-size: 13px; }
.ruler-sm2 { font-size: 0.65rem; line-height: 0.65rem; }
.text-xs h5 { font-size: 16px; }
.text-xs h6 { font-size: 14px; }
.text-xs ul, .text-xs ul li { list-style-type: none; margin-left: 0; padding-left: 0; }
.text-bold { font-weight: bold; }
.income-breakdown { display: table; width: 100%; text-align: center;}
.cchild { display: table-cell; vertical-align: middle; }

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] { -moz-appearance:textfield; }
.color-wa { background: #25D366; border: none;}

.width-0 { width: 0%; }
.input-dash {text-align: center; 
    background: none !important; border: none; 
    border-bottom: 2px dashed #F30B0B !important; 
    font-size: 24px !important; font-weight: bold; }
.input-dash:focus {color: #00acec !important; -webkit-box-shadow: none;
  box-shadow: none; border-bottom: 2px solid #222 !important; 

}
.title0 { font-size: 7rem; line-height: 7.15rem;}
.title1 { font-size: 3rem; line-height: 3.15rem;}
.title2 { font-size: 2.2rem; line-height: 2.5rem;}
.title3 { font-size: 18px; line-height: 20px; }
.title4 { font-size: 1.75rem; line-height: 1.7rem; color:#434343; }
.title5 { font-size: 1.55rem; line-height: 1.65rem; }
.title6 { font-size: 1.25rem; line-height: 1.15rem; }

.lhrem { line-height: 0.7rem; }

.text1 { font-size: 20px; line-height: 22px;}
.text2 { font-size: 28px; line-height: 32px;}
.text3 { font-size: 24px; }
.text4 { font-size: 11px; }
.text5 { font-size: 14px; }


.btn-sm { padding: 8px 10px; }

.btn-group-custom > .btn {
    padding-right: 1.895rem;
    padding-left: 1.895rem;
}

.btn-group-custom2 > .btn {
    padding-right: .595rem;
    padding-left: .595rem;
}

.item-list-right li {
    padding: 0 60px 20px 0;
    position: relative;
    text-align: right;
}

.item-list-right li .icon {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-list-left li {
    padding: 0 0px 20px 60px;
    position: relative;
    text-align: left;
}

.item-list-left li .icon {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

/* phone flare */


.animation-box {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes laser-blink {  
    0% {opacity:1;}
    20% {opacity:0.5;}
    22% {opacity:0.8;}
    40% {opacity:0.4;}
    42% {opacity:1;}
    98% {opacity:0.8;}
}
@keyframes laser-blink {  
    0% {opacity:1;}
    20% {opacity:0.5;}
    22% {opacity:0.8;}
    40% {opacity:0.4;}
    42% {opacity:1;}
    98% {opacity:0.8;}
}

.laser-blink {
    animation: laser-blink 0.7s linear 0s infinite;
    -webkit-animation: laser-blink 0.7s linear 0s infinite;
}

@-webkit-keyframes highlight-left {  
    0% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0);
    }
}

@keyframes highlight-left {  
    0% {
        opacity:0;
        top:100%;
        transform:scale(0);
    }
    70% {
        opacity:1;
        transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        transform:scale(0);
    }
}

.highlight-left {
    position: absolute;
    animation: highlight-left 2s ease-in 0s infinite;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    left: -5px;
    margin-top: -100px;
}

@-webkit-keyframes highlight-right {  
    0% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0)
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0)
    }
}

@keyframes highlight-right {  
    0% {
        opacity:0;
        top:0;
        transform:scale(0)
    }
    70% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        transform:scale(0)
    }
}

.highlight-right {
    position: absolute;
    animation: highlight-right 2s ease-in 0s infinite;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    right: -5px;
    margin-top: -100px;
}

.flare {
    position: absolute;
    z-index: 2;
    top: -100px;
    right: 70px;
}

@-webkit-keyframes sunlight-blink {  
    0% {opacity:0;}
    25%, 75% {opacity:1;}
    100% {opacity:0;}
}

@keyframes sunlight-blink {  
    0% {opacity:0;}
    25%, 75% {opacity:1;}
    100% {opacity:0;}
}

.flare .base {
    animation: sunlight-blink 5s ease-in 0s infinite;
    -webkit-animation: sunlight-blink 5s ease-in 0s infinite;
}

@-webkit-keyframes sunlight-shapes {  
    0% {
        opacity:0;
        -webkit-transform:scale(0.8);
        }
    20%, 22%, 28%, 30%, 70%, 72% {opacity:0.8;}
    21%, 29%, 71% {opacity:0.4;}
    50% {
        opacity:1;
        -webkit-transform:scale(1) translate(-5px, 5px);
    }
    100% {
        opacity:0;
        -webkit-transform:scale(0.8);
    }
}

@keyframes sunlight-shapes {  
    0% {
        opacity:0;
        transform:scale(0.8);
        }
    20%, 22%, 28%, 30%, 70%, 72% {opacity:0.8;}
    21%, 29%, 71% {opacity:0.4;}
    50% {
        opacity:1;
        transform:scale(1) translate(-5px, 5px);
    }
    100% {
        opacity:0;
        transform:scale(0.8);
    }
}

.flare .shapes {
    position: absolute;
    top: 170px;
    left: 70px;
    animation: sunlight-shapes 5s ease-in 0s infinite;
    -webkit-animation: sunlight-shapes 5s ease-in 0s infinite;
    transform-origin: 80% 10%;
    -webkit-transform-origin: 80% 10%;
}

@-webkit-keyframes swim {  
    0% {-webkit-transform:translateX(0);}
    100% {-webkit-transform:translateX(470px);}
}

@keyframes swim {  
    0% {transform:translateX(0);}
    100% {transform:translateX(470px);}
}


.mb-4a {
  margin-bottom: 1.75rem !important;
}

.mb-4b {
  margin-bottom: 1.77rem !important;
}

@media (min-width: 992px) {
    .px-nav-toggle {
        display: none;
    }

    .mm-in > a {
        position: relative;
    }
    .mm-in > a:after {
        display: inline-block;
        margin-left: .5rem;
        transition: 0.3s ease;
    }

    .px-dropdown {
    position: relative;
    }
    .px-dropdown .m-dropdown-toggle {
        display: none;
    }
    .px-dropdown .px-dropdown-menu {
        position: absolute;
        top: 110%;
        left: 0;
        background: #ffffff;
        box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
        width: 180px;
        margin: 0;
        padding: 10px 0;
        list-style: none;
        pointer-events: none;
        -moz-transition: ease all 0.55s;
        -o-transition: ease all 0.55s;
        -webkit-transition: ease all 0.55s;
        transition: ease all 0.55s;
        opacity: 0;
        border-top: 3px solid #008aff;
    }
    .px-dropdown .px-dropdown-menu > li > a {
        padding: 8px 15px;
    }
    .px-dropdown .px-dropdown-menu > li > a {
        color: #718096;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }
    .px-dropdown .px-dropdown-menu > li > a i {
        font-size: 14px;
        vertical-align: middle;
        width: 24px;
        display: inline-block;
    }
    .px-dropdown .px-dropdown-menu > li:hover > a {
        color: #008aff;
    }
    .px-dropdown:hover .px-dropdown-menu {
        opacity: 1;
        top: 100%;
        pointer-events: auto;
    }

    .px-mm-left {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}
/* Mobile
--------------------*/
@media (max-width: 991px) {
    .px-nav-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-left: 1px solid #e6e6e6;
        color: #152c5b;
    }

    .mm-in {
        position: relative;
    }
    .mm-in .mm-dorp-in {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
        padding: 0;
        background: #f5f5f5;
        border-top: 1px solid #e6e6e6;
    }
    .mm-in .mm-dorp-in > li {
        padding-left: 15px;
    }
    .mm-in .mm-dorp-in > li:not(:last-child) {
        border-bottom: 1px solid #e6e6e6;
    }
    .mm-in .mm-dorp-in > li > a {
        display: block;
        padding: 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 40px;
        color: #152c5b;
    }
    .mm-in .mm-dorp-in > li > a:hover {
        color: #008aff;
    }

    .mm-in.open-menu-parent .mm-dorp-in {
    display: block;
    }
}

.mm-in.open-menu-parent .mm-dorp-in {
    display: block;
}

.btn-wa { background: #25d366; border-color: #22BF5B;}

.btn-wa:hover,
.btn-wa:focus,
.btn-wa:active
{
    color: #fff;
    background-color: #075e54;
    border-color: #188B42;
}



.testimonials .item { background: #fff; -webkit-box-shadow: 2px 4px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 4px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 4px 5px -1px rgba(0,0,0,0.75);}

.testimonials .talk {
    font-family: 'Raleway', sans-serif;
    font-size: 36px !important;
    line-height: 38px;
    line-height: 2;
    margin: 0 0 50px 0;
}

.talk b {
    font-weight: 700;
}

.testimonials .photo {
    border-radius: 50%;
    margin: 0 0 20px 0;
}

.testimonials .ocupation { color: #888; }

.testimonials .block-bg {
    opacity: 0.2;
    background-image:url(../img/testimonials_bg.jpg);
}

@media (max-width: 767px) {
    .testimonials .talk { font-size: 20px; }
}

.testimonials .div { border-top: 1px solid #EFF6EE; width: 50%; margin: 0 auto; }
#demo-div{background-color: #F4F7BE; border: 1px solid #E4EB5C;}

.bl1 { border-left: 1px solid #1e1e1e !important; height: 55px; margin-right: 50px; }
.bb1 { border-bottom: 1px solid #1e1e1e !important; width: 100%; }
.bt1 { border-top: 1px solid #1e1e1e !important; width: 100%; }

.table tr, .table th { border: 0; }
.br2 { border-right: 2px solid #222 !important; }
.bt2 { border-top: 2px solid #222 !important; }
.bt3 { border-top: 1px solid #eee !important;  }
.bt2a { width: 100%; border-top: 5px solid #222 !important; }
.bl2a { width: 100%; border-left: 5px solid #222 !important; height: 40px;}
.marquee { overflow: hidden; }
.pl-6,.px-6{padding-left:8rem!important}
.pt-6,.py-6{padding-top:5rem!important}
.pb-6,.py-6{padding-bottom:5rem!important}
.pt-10,.py-10{padding-top:12rem!important}
.pb-10,.py-10{padding-bottom:12rem!important}
.text-color1 { color: #71DDFF; }
.text-color2 { color: #2049B5 !important; }
.text-color3 { color: #7C7B7B !important; }
.text-color4 { color: #000 !important; }
.text-color5 { color: #FF8C42 !important; }

#section-testimonial .usr-container { height: 125px; }
#section-testimonial .usr { width:124px; }
.logo-company { height: 48px; }

.owl-logo .item { display: flex; justify-content: center; align-items: center; height: 280px; }
.icn { height: 64px; }
#section-testimonial .check {height:32px;position: relative; top: -33px; left: 40px;}
.font-weight-boldest{ font-weight: 900 !important;}

.allcaps { text-transform: uppercase; }

.border-r{
    border-radius: 5px;
}

.border-2{
    border: 2px solid #2049B5 !important;
}

.box-shadow1 {
    box-shadow: 4px 4px 4px 0px rgba(6,151,255,0.75);
    -webkit-box-shadow: 4px 4px 4px 0px rgba(6,151,255,0.75);
    -moz-box-shadow: 4px 4px 4px 0px rgba(6,151,255,0.75);
}

.box-shadow2 {
    -webkit-box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
    box-shadow: 0px 2px 5px -2px rgba(51,51,51,1);
}


.bt1 { border-top: 1px solid #1e1e1e !important; width: 100%; }
.bt2 { border-top: 1px solid #020813 !important; width: 100%; }

.btn-xs{padding:.15rem .25rem;font-size:.775rem;line-height:1.5;border-radius:.2rem}
.btn-white { background-color: #fff; border-color: #ccc; color: #000;}
.btn-white:hover { background-color: #222; border-color: #111; color: #fff !important;}

.btn-blue { background-color: #fff; border-color: #ccc; color: #000;}
.btn-blue:hover { background-color: #2049B5; border-color: #2049B5; color: #fff !important;}

#bgvideo { 
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.terminal::after {
    content: "";
    display: inline-block;
    background-color: #F7C548;
    vertical-align: bottom;
    margin-left: 2px;
    width: 15px;
    height: 2px;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

blockquote {
    font-weight: 100;
    font-size: 2rem;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.75rem;
    padding-left: 1.5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #222;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
}


blockquote.text-white:before,
blockquote.text-white:after {
    color: #fff;
}

blockquote:before {
    content: '❝';
    left: -1rem;
    top: -1rem;
}

blockquote:after {
    content: '❞';
    right: -2.5rem;
    bottom: -2rem;
}

cite {
    line-height: 3;
    text-align: left;
}

.div1 { border-top: 1px dashed #ccc; width: 100%; margin: 5px 0; }
.text6 { font-size: 13px; line-height: 15px;}

.svg-compare-human {
    width: 10em;
    display: inline-block;
    vertical-align: center;
    text-align: center;
}

#g-bg {display:none; position: absolute; height:400px; width: 100%; margin-left: auto;margin-right: auto;left: -10px; right: 0;z-index: 100;}