/*-----------------------------------start-slider style Color change-------------------------*/
*::-webkit-scrollbar{
    width: 10px;
    border-radius: 0px;
    background-clip: padding-box;
    border: 0px solid #dee2e6;
    background-color: #dee2e6;
}
*::-webkit-scrollbar-thumb {
    width: 10px;
    min-height: 10px;
    border-radius: 0px;
    background-clip: padding-box;
    border: 10px solid #1e94cb;
}
*::-webkit-scrollbar-thumb {        
    box-shadow: inset 0 0 0 10px;
}
/*-----------------------------------start-slider style Color change-------------------------*/


.site-header #navbar li
{
    display: inline-block;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
{
    padding: 0px;
}
.navbar-brand > img
{
    height: auto;
    width: 180px;
}
.hero-static-image h2 span
{
    color: #1d96cc;
}
.theme-btn-s2, .theme-btn-s4
{
    background-color: #1d96cc;
    color: #fff;
}
.theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s4:active
{
    background-color: #fff;
    color: #1d96cc;
}


.hero-style-2
{
    background-color: #ffffff;
    min-height: 100vh;
    /*background-image: linear-gradient(#FAFAFA, #278bc1);*/
}
.hero-style-2:before
{
    background-size: cover;
    background-position: center right;
    width: 18%;
}
.slider_img
{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-2 #navbar
{
    background-color: #ffffff;
    border-radius: 40px;
    height: 40px;
    padding: 0px 20px;
}
.header-style-2 #navbar:hover
{
    background-color: #ffffff;
}
.navbar-nav
{
    height: 40px;
    display: block;
    float: unset;
}
.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a
{
    color: #9E9E9E;
    padding: 8px 10px;
    display: inline-block;
}
.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus
{
    color: #218fc7 !important;
}



.section_list_Why_Minop
{
    padding: 100px 0px;
}
.section_list_Why_Minop .section-title
{
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.service-section .icon i:before, .service-section-s2 .icon i:before
{
    color: #1d96cc;
}
.service-section .grid:hover .icon svg, .service-section-s2 .grid:hover .icon svg
{
    fill: #1d96cc;
}
.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span
{
    color: #1d96cc;
}
.service-section-s2 .owl-dots .owl-dot span
{
    background-color: #1d96cc;      
}
.service-section-s2 .owl-dots .owl-dot.active span, .service-section-s2 .owl-dots .owl-dot:hover span
{
    background-color: #1d96cc;
}
.service-section-s2 .owl-dots .owl-dot.active
{
    border: 1px solid #1d96cc;
}







.Learn_more_btn
{
    color: #1D95CC;
    background-color: #E8F4F9;
}
.Learn_more_btn:hover, .Learn_more_btn:active, .Learn_more_btn:focus
{
    color: #ffffff;
    background-color: #1D95CC;
}



.fun-fact-section .fun-fact-grids > .grid:first-child, .fun-fact-section-s2 .fun-fact-grids > .grid:first-child
{
    background-color:#4AAAD6;
}
.fun-fact-section .fun-fact-grids > .grid:nth-child(2), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(2)
{
    background-color:#60B4DB;
}
.fun-fact-section .fun-fact-grids > .grid:nth-child(3), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(3)
{
    background-color:#77BFE0;
}
.fun-fact-section .fun-fact-grids > .grid:nth-child(4), .fun-fact-section-s2 .fun-fact-grids > .grid:nth-child(4)
{
    background-color:#8ECAE5;
}
.fun-fact-section .grid h3, .fun-fact-section-s2 .grid h3
{
    color: #fff;
}
.fun-fact-section .grid p, .fun-fact-section-s2 .grid p
{
    color: #fff;
}




.Clock-App-Section
{
    display: block;
}
.Clock-App-Section .content-area {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.Clock-App-Section .left-content {
    width: 50%;
    float: left;
}
.Clock-App-Section .right-content {
    width: 50%;
    float: right;
}
.Clock-App-Section .content-area {
    overflow: hidden;
    position: relative;
}
.Clock-App-Section .track-time-content {
    width: 625px;
    margin-right: auto;
}
.Clock-App-Section .track-time-content .details p {
    margin-bottom: 3em;
}


.Sheet-App-Section
{
    display: block;
}
.Sheet-App-Section .content-area {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.Sheet-App-Section .left-content {
    width: 50%;
    float: left;
}
.Sheet-App-Section .right-content {
    width: 50%;
    float: right;
}
.Sheet-App-Section .about-content {
    max-width: 625px;
    margin-left: auto;
}
.Sheet-App-Section .track-time-content {
    width: 625px;
    margin-right: auto;
}
.Sheet-App-Section .track-time-content .details p {
    margin-bottom: 3em;
}



.Tracking-App-Section
{
    display: block;
}
.Tracking-App-Section .content-area {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.Tracking-App-Section .left-content {
    width: 50%;
    float: left;
}
.Tracking-App-Section .right-content {
    width: 50%;
    float: right;
    /*padding: 170px 0;*/
}
.Tracking-App-Section .about-content {
    max-width: 625px;
    margin-right: auto;
}
.Tracking-App-Section .content-area {
    overflow: hidden;
    position: relative;
}
.Tracking-App-Section .track-time-content {
    width: 625px;
    margin-right: auto;
}
.Tracking-App-Section .track-time-content .details p {
    margin-bottom: 3em;
}


.fun-fact-section, .fun-fact-section-s2
{
    padding: 10px 0px;
}


.cta-section
{
    padding: 50px;
}
.cta-section .cta-text
{
    background-color: #b8e2f3;
    /*padding: 35px 60px;*/
    position: relative;
    border-radius: 10px;
}



.site-footer .about-widget p:last-child
{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.site-footer .newsletter-widget form .submit button
{
    color: #1d96cc;
}
.back-to-top
{
    border: 2px solid #1d96cc;
    background-color: #6EBBDE;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active
{
    background-color: #1d96cc;
    outline: none;
    text-decoration: none;
}


.site-footer .lower-footer .row .separator
{
    background: #92CCE6;
}
.site-footer .lower-footer .social-icons ul a:hover, .site-footer .lower-footer .social-icons ul a:focus, .site-footer .lower-footer .social-icons ul a:active
{
    color: #1d96cc;
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #1d96cc;
}
.site-footer .lower-footer .copyright a
{
    font-weight: bold;
    color: #353535;
}
.site-footer .lower-footer .copyright a:hover, .site-footer .lower-footer .copyright a:focus, .site-footer .lower-footer .copyright a:active
{
    color: #1d96cc;
    outline: none;
    text-decoration: none;
}







/*---------------------------------------about page--------------------------------*/
.page-title
{
    background-color: #169fd6;
    padding: 170px 0px 0px 0px;
    min-height: 330px;
    /* background-image: linear-gradient(#FAFAFA, #278bc1); */
}
.page-title:before
{
    background-color: #4AAAD6;
    background-image: url('../../assets/images/other-page-bg.png');
    /* background-color: transparent; */
    background-size: 102% 155px;
    background-repeat: no-repeat;
    background-position: center bottom -40px;
}
.page-title .container > .row
{
    display: block;
}
.other_page_head .original .navbar-brand.logo2 > img
{
    display: block !important;
}
.other_page_head .sticky-on .logo1
{
    display: block;
}
.other_page_head .sticky-on .logo1 img
{
    display: block  !important;
}
.other_page_head .sticky-on .logo2
{
    display: none;
}
.other_page_head .sticky-on .logo2 img
{
    display: none  !important;
}
.box_title
{
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.box_title h1
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    color: white;
}
.box_title .breadcrumb
{
    /*.0display: inline-block;*/
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    color: white;
    float: right;
}
.page-title .breadcrumb li
{
    color: #ffffff;
    font-size: 13px;   
}
.page-title .breadcrumb li a
{
    color: #ffffff;
}
.page-title .breadcrumb > li + li:before
{
    color: #ffffff;   
}



/*ourvalue section*/
.our_value_section
{
    background: white;
    padding: 0px 0px 50px 0px;
}
.values_box
{
    display: block;
    padding: 0px;
    margin-bottom: 40px;
}
.values_box i
{
    font-size: 70px;
    color: #1c98cf;
}
.values_box h3
{
    font-size: 20px;
    font-weight: 100;
    margin: 10px 0px;
}
.values_box p
{
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
}




.pricing_box
{
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px 20px 30px 20px;
    border: 1px solid #4aaad6;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(184, 226, 243, 0.24);
    box-shadow: 0px 7px 13.5px 1.5px rgba(184, 226, 243, 0.24);
}
.pricing_box .type {
    background-color: #b8e2f3;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 0 0 15px 15px;
    min-width: 100px;
    color: #283a5e;
}
.pricing_box .type h5 {
    font-size: 15px;
    margin: 0;
    text-transform: unset;
    color: #283a5e;
}
.pricing_box .pricing-header {
    background: #1d96cc;
    width: 130px;
    height: 130px;
    border-radius: 20px;
    margin: 30px auto;
    display: table;
    -webkit-box-shadow: 0 0 0 15px #b8e2f3;
    box-shadow: 0 0 0 15px #b8e2f3;
}
.pricing_box .pricing-header > div {
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px;
}
.pricing_box .pricing-header h3 {
    font-size: 25px;
    margin: 0;
    color: white;
}
.pricing_box .pricing-header p {
    font-size: 15px;
    color: white;
    margin: 0;
}
.pricing_box .pricing-body ul {
    margin-bottom: 0px;
}
.pricing_box .pricing-body ul li {
    font-size: 13px;
    list-style: none;
}
.pricing_box .pricing-body ul > li + li {
    margin-top: 12px;
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}
.pricing_box .get-started {
    display: block;
    padding: 10px 0;
    border: 1px solid #1d96cc;
    border-radius: 5px;
    color: #1d96cc;
    font-weight: 500;
    margin-top: 30px;
    font-size: 15px;
}
.pricing_box .get-started:hover {
    background: #1d96cc;
    color: #fff;
    outline: none;
}

.pricing_box:hover .get-started {
    background: #1d96cc;
    color: #fff;
    outline: none;
}


/*App-Download*/
.app-dow-text-section {
    padding: 120px 0;
}
.app-dow-text-section .app-dow-text p {
    margin-bottom: 1.5em;
}
.app-dow-text-section .app-dow-text h4 {
    margin-bottom: 1.5em;
}
.google_store_btn
{
    background-image: url(../../assets/images/icon-google.png);
    height: 60px;
    width: auto;
    padding: 0px 20px 0px 80px;
    border-radius: 60px;
    background-color: black;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 35px 45px;
    background-position: center left 30px;
    color: white;
}
.google_store_btn .part_1
{
    font-size: 12px;
    display: block;
}
.google_store_btn .part_2
{
    font-size: 20px;
    display: block;
    font-weight: 600;
}
.google_store_btn:hover, .google_store_btn:focus, .google_store_btn:active
{
    background-color: black;
    color: white;
    outline: :none;
    text-decoration: none;
}


/*User-Guide*/
.user-gui-text-section {
    padding: 120px 0;
}
.user-gui-text-section .app-mob-text p {
    margin-bottom: 30px;
}
.Download_user_guide
{
    display: inline-block;
    padding: 0px 20px;
    background-color: #1d96cc;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    color: white;
}
.Download_user_guide i
{
    margin-right: 10px;
}
.Download_user_guide:hover, .Download_user_guide:focus, .Download_user_guide:active
{
    color: white;
    outline: none;
    background-color: #1d96cc;
}




.site-footer
{
    position: relative;
    background: url(../images/footer-shape.png);
    background-color: #D0ECF7;
    padding-top: 150px;
    background-position: center top;
    background-repeat: no-repeat;
}




/*-------------------------------------------------------------------Feature-------------------------------------------------------------------*/
.Feature_title_section
{
    padding: 100px 0px 50px 0px;
}
.Feature_title_section .section-title {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.Feature_title_section .section-title span
{
    font-size: 16px;
    font-size: 1rem;
    color: #1d96cc;
    text-transform: capitalize;
    display: block;
    margin-top: -0.6em;
}
.Feature_title_section .section-title h2
{
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.43em;
    margin: 0.3em 0 0;
}
.Feature_section
{
    padding: 50px 0px 50px 0px;
    background-color: #ffffff;
}
.Feature_img
{
    display: block;
    padding: 10px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #9E9E9E;   
}
.Feature_img img
{
    border-radius: 10px;
}
.Feature_body
{
    padding: 20px;
}
.Feature_body h2
{
    font-size: 25px;
    font-weight: 400;
    color: #4aaad6;
}


/*.custom-panel-group .panel-default > a {
  text-decoration: none; 
}

.custom-panel-group .panel-heading {
  background-color: steelblue;
  color: white;
}

.custom-panel-group .panel-heading h1 {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0rem;
  text-transform: uppercase;
}*/



/*------------------------------------collapse----------------------------------*/

.btn_header_coll
{
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    background-color: #4aaad6;
    color: white;
    font-weight: 500;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    position: relative;
}
.btn_header_coll:hover, .btn_header_coll:focus, .btn_header_coll:active
{
    background-color: #4aaad6;
    color: white;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
.btn_header_coll.collapsed
{
    background-color: transparent;
    color: #283a5e;
    font-size: 15px;
    margin-bottom: 0px;
}
.btn_header_coll:after
{
    content: "\f106";
    font-family: FontAwesome;
    font-size: 17px;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
}
.btn_header_coll.collapsed:after
{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 17px;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
}
.collapse
{
    padding: 10px;
    background-color: #4aaad6;
    border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
    text-align: left;
    overflow: hidden;
}
.collapse.show
{
    padding: 10px;
    background-color: #4aaad6;
    border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
    text-align: left;
    overflow: hidden;
}
.Feature_body p
{
    margin: 0px;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.Feature_body .collapse p
{
    margin: 0px;
    color: white;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.url_feature_btn
{
    color: white;
}

.list_points_feature
{
    margin: 0px;
}
.list_points_feature li
{
    padding-left: 20px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.list_points_feature li i
{
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 10px;
}

.Feature_mobile_section {
    padding: 0px;
    background-color: #ffffff;
}
.Feature_mobile_img {
    display: block;
    padding: 10px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
.Feature_mobile_img img {
    border-radius: 10px;
    max-height: 400px;
}
/*------------------------------------collapse----------------------------------*/

@media screen and (max-width: 1500px) and (min-width: 992px) {
    .div_set_price .col
    {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 575px) {
    .col-xs-12
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


