@import url('https://fonts.googleapis.com/css?family=Nunito:400,600|Rubik:400,500');


/*=================
TESTING VERSION 2
===================*/


/*=================
    01.BASIC 
===================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', 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;
}

.login {
    float:right;
}

p {
    font-size:1.125em;
}

ul.wbekitfix li {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

ul.wbekitfix li a {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

li {
    font-size:1.125em;
}

table {
    box-shadow:0 0px 24px -4px rgba(158, 152, 153, 0.45);
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color:#f8f9fa;
 }

table thead th {
    font-size:1.375em;
    background:#176af7;
    color:white;
    border-bottom:1px!important;
}

.highlighted td {
    color:green;
    font-weight: bold;
}

.highlighted td:first-child{
    color:black;
    font-weight: normal;
}

td {
    font-size: 1.125em;
}

.width-cust {
    width:70%;
    margin:0 auto;
}

.aft {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(20, 25, 29, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text_custom {
    color: #176af7;
}

.btn {
    padding: 15px 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 #176af7;
    background-color: #176af7;
    font-weight: bold;
    font-size:1.125em;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #f3f3f3;
    background-color: #1d5fce;
    border-color: #1d5fce;
}

.btn_outline_custom {
    border: 2px solid #f5f5f5;
}

.btn_outline_custom:hover,
.btn_outline_custom:focus,
.btn_outline_custom:active,
.btn_outline_custom.active,
.btn_outline_custom.focus,
.btn_outline_custom:active,
.btn_outline_custom:focus,
.btn_outline_custom:hover,
.open > .dropdown-toggle.btn_outline_custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.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;
}

.section-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 3px;
    width: 44px;
    margin:20px 0 10px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.section-title-border-white i {
    font-size: 28px;
}

.section-title-border i {
    font-size: 28px;
}

.btn_small {
    padding: 10px 14px;
}

.navbar-brand img {
    height: 34px;
}

.btn-rounded {
    border-radius: 35px;
}


/*======================
    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;
}

.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: 1.125em;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    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: 8px 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: #176af7 !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;
}

/*2021, Dec, 8, quick adjustments*/
.qml-link {
    display: none;
}
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .custom_nav_menu .navbar-nav li .dropdown-content a {
   color:black;
  }
  .dropdown-content a {
    padding:10px 20px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    color:#176af7;
  }

  
  .dropdown:hover .dropdown-content {
    display: block;
    background-color: white;
  }
  


/*================
    04.HOME
==================*/

.bg_home_lan_img {
    background-image: url(../images/musthead-background.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg_home_lan_img_subscribe {
    background-image: url(../images/subscribe.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.home_title {
    font-size: 52px;
    line-height: 1.2;
    max-width: 750px;
}

.home_subtitle {
    color: #dadada;
    max-width: 550px;
    line-height: 1.8;
    font-size:1.2em;
}

.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;
}

/*====================
  05.  ABOUT US
====================*/

.about_content h3{    
    line-height: 1.4;
    font-size: 24px;
}

.about_content_box_all {
    border-radius: 7px;
    padding: 25px;
    min-height: 172px;
    box-shadow: 0 0px 24px -4px rgba(158, 152, 153, 0.45);
}

.about_content_box_all  .about_icon i {
    font-size: 42px;
}

.section_title_content {
  max-width: 700px; 
}

/*===================
    06  CTA - Promo
====================*/

.bg-cta-img {
    background-image: url(../images/bg_cta_section.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.cta_details {
    max-width: 635px;
    line-height: 2.0;
    font-size:1.125em;
}


.bg-video {
    background-image: url(../images/home-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.video-subtitle {
    max-width: 600px;
    text-align: center;
}

.video-btn-white a {
    padding: 4px 15px 4px 5px;
    border-radius: 58px;
    color: #fff !important;
    display: inline-block;
}

.play-btn-white i {
    background: #176af7;
    border: 8px solid rgba(255, 255, 255, 0.71);
    height: 70px;
    width: 70px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.video-btn-white a span {
    position: relative;
    top: -5px;
}

/*====================
  07. OUR TEAM
=====================*/

.team_box {
    box-shadow: 0 0px 24px -4px rgba(158, 152, 153, 0.45);
}

.team_box h5 {
    font-size: 1.125em;
}

.team_box .team_work {
    font-size: 14px;
}

.team_box img {
    border: 8px solid #ededed;
}

.team_box .team_social li a {
    border: 1px solid #e8e7e7;
    color: #000;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.team_box .team_social li:hover a {
    border-color: rgba(19, 85, 198, 0.65);
    background: rgba(19, 85, 198, 0.65);
    color: #fff;
}

/*====================
   0.8 SERVICES
=====================*/


.services_box .service_icon i {
    font-size: 42px;
    color: #176af7;
    text-align: center;
    font-weight: bold!important;
}

.services_box a {
    color: #000;
    outline: none !important;
    transition: all 0.5s;
}

.services_box a:hover {
    color: #176af7;
}

.service_devider {
    background-color: #176af7;
    height: 2px;
    width: 55px;
}

[class^="mbri-"], [class*=" mbri-"] {
    font-weight: normal!important;
}

/*===================
   16. DESCRIPTION
====================*/

.features_contant .features_details {
    line-height: 1.6;
}

.features-heading h3 {
    line-height: 1.4;
    font-size: 24px;
}

/*====================
  18. CLIENTS
====================*/

.logo_img img {
    max-height: 100px;
    width: auto !important;
}

/*=====================
    19. CONTACT US
======================*/

.corp_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.corp_form_custom .form-control:focus {
    border-color: #176af7 !important;
    box-shadow: none;
    outline: 0;
}

.corp_form_custom {
    box-shadow: 0 0 35px 1px #efefef;
    padding: 40px;
}

.contact_info_content .con_head {
    font-size: 1.125em;
}

.contact_icon i {
    font-size: 28px;
    background: #ffffff;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    font-weight: bold;
}

/*==================
    20.FOOTER
====================*/

.footer_background {
    background-color: #222225;
}

.footer_about p {
    max-width: 605px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li a:hover {
    color: #fff;
    transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 4px 0;
    text-decoration: none !important;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    line-height: 43px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
    height: 2px;
    background: #2f2f2f;
    width: 100%;
}

.solutionsFontSize {
    font-size:1.125em;
}

.map {
    width:100%;
    cursor:pointer;
    box-shadow: 0 0px 24px -4px rgba(158, 152, 153, 0.45);
    border:10px solid white;
}



/*=====================
    21. CHART
=======================*/

.chart-main-wrapper {
   box-shadow:0 0px 24px -4px rgba(158, 152, 153, 0.45);
   padding-top:40px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom:30px;
}

.chart-main-wrapper h4{
    padding-bottom:20px;
}
  
.end {
    padding-left:20px;
}
.control-range button {
    background: #3c3636;
    color:white;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: bold;
} 

.control-range button:hover {
    background:#1869f4;
    color:white;
} 

button.range-selected{
    background: #1869f4;
    color:white;
} 

/* label, span {
    font-size:1.125em;
    font-weight: bold;
} */

.calendar div {
    display:inline-block;
}

.calendar input {
    margin-left:10px;
}

input.date-range-input {
    border: solid 2px;
    padding: 10px 20px;
    width: 243px;
    font-size: 1em;
}

input.date-input {
    border: solid 2px;
    padding: 5px 10px;
    width: 112px;
    font-size: 1em;
    cursor: pointer;
    border-radius:.25rem;
}

input.date-input:hover {
    background:#ffffc8;
    color:black;
    font-weight: bold;
}


a.calendar-link {
    color: #1869f4!important;
    font-weight: bold;
    text-decoration: underline!important;
    cursor: pointer;
}

.chart-label-edit {
    margin-top:40px;
}
.chart-label-edit div {
    display: inline-block;
    margin-right:20px;
}

.chart-label-edit h5 {
    font-size:1.125em;
    padding-left:10px;
    font-weight: normal;
    overflow: hidden;
}
.circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
}

.blue {background-color: #1869f4;}
.black {background-color: #000;}

/*=====================
    22. CUSTOM ICONS
=======================*/

.custom-icon {
    width: 50px;
}

.promo-text {
    line-height: 1.4;
    font-size:1.1em;
}

/*=====================
    23. Mobile Control
=======================*/ 

.mobile-display-control  {
    display: none;
}

.period-button {
    font-size:1.125em!important;
    border:2px solid black;
    border-radius: .25rem;
    background-color:black;
    color:white!important;
    padding:10px 20px;
    width:100%;
}

/*====================
  23. PRICING PLAN
=====================*/

.pricing_plan_box {
    padding: 40px;
    border-radius: 10px
}

.list_price_features {
    padding: 20px 20px;
}

.list_price_features p{
    margin-bottom: 10px;
}

.pricing_devider {
    height: 3px;
    width: 70px;
    display: block;
    background: #6c757d;
}

.price_tag_heading span {
    font-size: 14px;
    font-weight: normal;
}

.price_tag_heading h2 {
    font-size: 52px;
}

.price_tag_heading sub {
    font-size: 22px;
}

.pricing_plan_box.active {
    border: 3px solid #176af7;
    position: relative;
    overflow: hidden;
}

.pricing_plan_box.not-active {
    border: 3px solid #e4e4e4;
    position: relative;
    overflow: hidden;
}

.badge {
    background:#1F2120!important;
}


/*=====================
    24. RESPONSIVE
=======================*/
@media (max-width:1199px){
    .team_box {
        padding:1.125em!important;
    }
}
@media (max-width:991px){
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    } 

    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 20px 0;
        border-bottom:1px solid grey;
        color: black !important;
        font-weight: bold;
    }
    .last-child-border{
        border-bottom:none!important;
    }

    .custom_nav_menu .navbar-nav li.active a {
        color: #176af7 !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-toggler {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .dropdown-content {
        display:none;
    }

    .dropdown:hover .dropdown-content {
        display: none;
      } 

    .qml-link {
        display: block;
    }
    .fixMarginTeam {
        margin-top:0rem!important;
    }
    /*Chart*/
    .control-range {
        margin-bottom:30px;
    }
    .table-mobile {
        overflow: scroll;
    }
    table thead th {
        font-size:1.125em;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        padding:0 20px;
    }
    .custom_nav_menu {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 32px;
    }
    .custom_nav_menu .navbar-nav li a {
        margin: 0 0px;
        padding: 20px 0;
        border-bottom:1px solid grey;
        color: black !important;
        font-weight: bold;
    }
    .last-child-border{
        border-bottom:none!important;
    }

    .custom_nav_menu .navbar-nav li.active a {
        color: #176af7 !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;
    }
  
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
    .full_height_100vh_home {
        padding: 125px 0px;
    }
    .pricing_plan_box {
        padding: 1.125em;
    }
    .client_quote i {
        font-size: 46px;
    }
    .bg-about-agency-skill {
        display: none;
    }
    .pricing_plan_box.active {
        border: 2px solid #176af7;
        transform: scale(1.0);
    }
    tr td:first-child {
        width:150px;
        display:block
    }
}

@media (max-width: 520px) { 
    .desktop-display-control {
        display: none;
    }  
    /*Mobile*/
    .calendar {
        margin-top:30px;
    }
    .calendar label {
        min-width:50px;
    }
    .calendar-inner {
        margin-bottom:20px;
    }
    .mobile-display-control {
        display: block;
    }    
    .mobile-display-control .btn{
        display: block;
    }  
}

@media (max-width: 414px) { 
    #solutions{
        padding-bottom:20px!important;
    }
    /*chart canvas*/
    .chart-main-wrapper {
        box-shadow: none;
        padding-top:0px;
        padding-bottom:20px;
    }
    .padding-fix-mobile {
        padding:0;
    }
    .chart-conainer-wrapper{
        position:relative;
        overflow: hidden;
        height: 250px;
    }
    .chart-container-absolute {
        position: absolute;
    }
    .chart-container {
        width:450px;
        height: 350px;
        position: relative;
        padding:0px;
        margin:0px;
    } 
    /*Chart Calendar*/
    input.date-input {
        margin-left:0px!important;
    }
    td {
        font-size: 1em;
    }
    table thead th {
        font-size: 1em;
    }
}

@media (max-width: 375px) {
    .calendar div {
        margin-left:40px;
    }
    .calendar div:first-child {
        margin-left:0px;
    }
    .calendar label {
        padding-left:0px;
        display:block;
    }
    .chart-conainer-wrapper{
        position:relative;
        overflow: hidden;
        height: 220px;
    }
    .chart-container {
        width:410px;
        height: 300px;
    } 
    td {
        font-size: 1em;
    }
    table thead th {
        font-size: 1em;
    }
}

@media (max-width: 320px) {
    .chart-conainer-wrapper{
        position:relative;
        overflow: hidden;
        height: 220px;
    }
    .chart-container {
        width: 355px;
        height: 300px;
    } 
    .calendar div {
        margin-left:20px;
    }
    .calendar div:first-child {
        margin-left:0px;
    }
    .calendar label {
        padding-left:0px;
        display:block;
    }
    td {
        font-size: 1em;
    }
    table thead th {
        font-size: 1em;
    }
}