.header-top.bg-lighter i {
    color: #114cba;
}
.office-time img {
    width: 23px;
    margin: 0 5px;
}
.top-right .office-time {
    margin-right: 15px;
}
.nav-outer{
justify-content: flex-end;
}
.service-box {
    min-height: 320px;
}

.service-normal {
    min-height: 230px;
}
.feature-item {
    min-height: 220px;
}
.feature-content p {
    font-size: .9rem;
}
.logo img {
    width: 190px;
}
.header-one .header-inner {
    padding-right: 0;
}
header.main-header.header-one {
    background: #16294d;
}
header.main-header.header-one * {
    color: #fff;
}

.header-one .header-top {
    padding-left: 0;
    padding-right: 0;
}
.footer-logo img {
    width: 185px;
}
.news-content a.theme-btn {
    margin-bottom: 20px;
}
.news-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.owl-carousel .owl-nav button i {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 45px;
}
.mobile-logo a img {
    width: 100px;
}
/*========================================*/
/*------------- [_Home_Slider] -----------*/
/*========================================*/
.home-carousel .slide-item .image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}

.banner-section {
    position: relative;
    padding: 0;
}

.home-carousel {
position: relative;
}

.home-carousel .slide-item {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 200px 0px 200px 0px;
z-index: 1;
height: 750px;
}

.home-carousel .slide-item:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0px;
right: 0px;
z-index: 1;
}

.home-carousel .slide-item .image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.home-carousel .content-box {
position: relative;
display: block;
z-index: 5;
width: 100%;
}

.home-carousel .content-box h1 {
position: relative;
display: block;
color: #fff;
font-size: 68px;
line-height: 92px;
font-weight: 900;
margin-bottom: 20px;
opacity: 0;
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
-webkit-transform: translateY(100px);
transform: translateY(100px);
-moz-transition: all 1000ms ease;
-webkit-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}

.home-carousel .active .content-box h1 {
opacity: 1;
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}

.home-carousel .content-box p {
position: relative;
display: block;
color: #fff;
margin-bottom: 20px;
font-size: 20px;
line-height: 36px;
opacity: 0;
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
-webkit-transform: translateY(100px);
transform: translateY(100px);
-moz-transition: all 1300ms ease;
-webkit-transition: all 1300ms ease;
-ms-transition: all 1300ms ease;
-o-transition: all 1300ms ease;
transition: all 1300ms ease;
}

.home-carousel .active .content-box p {
opacity: 1;
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}

.banner-section .home-carousel .content-box a.theme-btn {
padding: 14px 47px;
}

.home-carousel .content-box .btn-box {
position: relative;
opacity: 0;
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
-webkit-transform: translateY(100px);
transform: translateY(100px);
-moz-transition: all 1600ms ease;
-webkit-transition: all 1600ms ease;
-ms-transition: all 1600ms ease;
-o-transition: all 1600ms ease;
transition: all 1600ms ease;
}

.home-carousel .active .content-box .btn-box {
opacity: 1;
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1600ms;
-moz-transition-delay: 1600ms;
-ms-transition-delay: 1600ms;
-o-transition-delay: 1600ms;
transition-delay: 1600ms;
}

.static-home-banner-title {
line-height: 1.3;
font-size: 52px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: #16294d;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
}
.owl-carousel:hover .owl-nav button.owl-prev {
    left: 15px;
}
.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}
.progress-item-two .icon{
    padding-top: 0px !important;
}
.icon img {
    max-width: initial !important;
    width: 60px !important;
}
.feature-item .icon img {
    max-width: initial !important;
    width: 70px !important;
}
.news-content {
    padding: 22px 22px 2px;
    border-bottom: 1px solid #e3e3e3;
    min-height: 335px;
}
.preloader .theme-loader:before, .preloader .theme-loader:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    border: 15px solid #00c496;
    animation: animate_1 1.73s ease-in-out infinite both reverse;
}
.preloader .theme-loader:after {
    border-color: #16294d;
    -webkit-animation-delay: -0.86s;
    animation-delay: -0.86s;
}
.service-normal {
    padding: 0 !important;
    background: #fff;
    border: 0;
}
.service-normal h6 {
    margin-bottom: 0;
    background: #00c599;
    color: #ffffff;
    text-align: left;
    padding: 15px 20px;
}
.service-normal p {
    padding: 20px;
    padding-bottom: 5px;
    margin: 0;
}
.about-section {
    z-index: 1;
    position: relative;
    margin-top: 200px;
}
.about-section .fact-counter-inner {
    border-bottom: 3px solid #00c496;
}
.row.top_div {
    background: #00c496;
    padding: 25px;
    margin-top: -280px;
    margin-bottom: 100px;
    border-radius: 10px;
}
.row.top_div h2,.row.top_div p {
    color: #fff;
    text-align: center;
}
img.img_gif {
    margin-top: -100px;
}
.service-normal a {
    margin: 20px;
}
.service-hover a.theme-btn:hover {
    color: white;
    background: #00c599;
}
section.services-section {
    background-color: #f5f5f5;
}
section.news-section {
    background-color: #fff;
}
.side-panel-content.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 30%);
    -khtml-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 30%);
}
.header-searchbox-style-two {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-left: 30px;
}
.side-panel {
    padding-top: 30px;
}
.side-panel {
    width: 36px;
    float: right;
    padding-top: 0;
    cursor: pointer;
    margin-left: 10px;
}
.side-panel span {
    margin: 3px 0;
    transition: .3s;
    float: right;
}
.side-panel-content {
    background: #16294d;
}
.close-icon > button {
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}
ul.list-items li {
    display: flex;
    align-items: baseline;
}
ul.list-items li i{
    color: #00c496;
    margin-right: 10px;
}
.close-icon {
    text-align: right;
}
.side-panel-logo.mrb-30 {
    margin-bottom: 25px;
}
.side-panel-element {
    margin-bottom: 25px;
}
.close-icon > button i{
   color: #16294d;
}
.bar2 {
    width: 75%;
    background: #16294d;
    height: 2px;
}
.bar1 {
    width: 55%;
    background: #16294d;
    height: 2px;
}.bar3 {
    width: 65%;
    background: #16294d;
    height: 2px;
}
.side-panel:hover span {
    width: 100%;
}
.side-panel-content {
    height: 100vh;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 355px;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 40px;
}
ul.pintarest-list li a {
    color: #fff;
}
ul.pintarest-list li{
    margin-bottom: 10px;
}
.side-panel-element h4::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 58px;
    left: 0;
    bottom: -7px;
    background: #00c496;
    border-radius: 6px;
}
.google_link {
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 47px;
    background: #00c496;
    font-size: 16px;
    color: white;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 11px 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
}
.social-style-one i {
    font-size: 1.1rem;
    color: #fff;
}
.google_link:hover {
    background: #00c496;
    color: #fff;
}
 
.google_link span{
    margin-right: 10px;
}
ul.list-items p,ul.list-items a{
    color: #fff;
}
.side-panel-element h4 {
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.about-content h2 {
    position: relative;
}
.about-content h2::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 58px;
    left: 0;
    bottom: -7px;
    background: #00c496;
    border-radius: 6px;
}
.feature-content h5 {
    position: relative;
    margin-bottom: 15px;
}
.list-style-two li {
    text-transform: none;
}
.options_section .section-title {
    text-align: center;
    width: 100%;
}
.featured-section.bgs-cover .feature-item {
    min-height: 250px !important;
}

.service-three-item {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-menu .navbar-collapse li a {
    text-transform: none;
}


.feature-content h5::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 58px;
    left: 0;
    bottom: -7px;
    background: #00c496;
    border-radius: 6px;
}
.footer-widget .list_link li{
    position: relative;
    margin-bottom: 15px;
}
.footer-widget .list_link li::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -7px;
    background: #00c496;
    border-radius: 6px;
}
.testimonial-item {
    min-height: 330px;
}
.service-hover h3{
    position: relative;
}
.about-section .row.top_div p {
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.service-hover h3::after{
    position: absolute;
    content: "";
    height: 5px;
    width: 58px;
    left: 0;
    bottom: -7px;
    background: #00c496;
    border-radius: 6px;
}
.copyright-inner.pt-15 p {
    color: #fff !important;
    opacity: 1;
}

.testimonial-three-wrap.bg-lighter .col-md-6 {
    height: 80%;
    display: block;
    margin: auto;
}
.solution_img img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
img.img_1_so {
    height: 350px;
    object-fit: cover;
}
.solution_sec .testimonial-three-wrap.bg-lighter .col-md-6{
    height: auto;
    display: flex;
    margin: 0;
}
.solution_sec .testimonial-left-image img {
    height: 100%;
    object-fit: cover;
}
.contact-info-area {
    border: 10px solid #e5eef6;
}
.contact-info-item p, .contact-info-item p a {
    color: #16294d;
}
.portfolio-details-content video {
    width: 100%;
}
.portfolio-details-content .about-content .feature-item {
    border: none;
    max-width: 100%;
    padding: 0px;
    border-bottom: 1px solid #E6E8E9;
}
.portfolio-details-content .feature-item {
    min-height: 100px;
}
.blog-details-content:after {
    display:none ;
}
.blog-details-content {
    background: #fff;
}
.blog-details-content .blog_content {
    padding: 25px;
}
.widget-recent-post .widget-news-item img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
}
.jssocials-share-logo {
    width: auto !important;
    vertical-align: baseline;
    font-size: 1rem !important;
    line-height: 0 !important;
}
.social-style-two {
    display: flex;
    align-items: center;
}
.blog-footer .social-style-two a {
    width: 30px;
    height: 30px;
    opacity: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    line-height: 23px;
    background: #00c496;
}
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .gallery-item {
    height: 300px;
}
.gallery-content {
    width: calc(100% - 31px) !important;
    left: 15px !important;
}
.gallery-content h5 {
    font-size: 1rem;
    text-align: center;
}
.gallery-item img{
    height: 100%;
    object-fit: cover;
}
.card-header {
    background-color: #e5eef6;
}
.card-header h5 button {
    color: #182b4e !important;
}
.card-header h5 button:hover {
    text-decoration: none;
}
.card-header h5 button:focus {
    text-decoration: none;
    box-shadow: none !important;
}
.imprint.row {
    background: #e5eef6;
    padding: 20px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.comment-form .form-group label {
    z-index: 99;
}
.error {
    color: red;
}
.devis.widget-call-action::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.85;
    border-radius: 5px;
    background-color: #16294d;
}
.devis.widget-call-action {
    border-radius: 5px;
}
.side-panel-element a i {
    margin-right: 11px;
}
@media only screen and (min-width: 1200px){
    nav.main-menu.navbar-expand-lg {
        display: flex;
        align-items: center;
    }
}


@media only screen and (max-width: 991px){
    img.img_gif {
        margin-top: 0;
    }
    .figure-app-1, .figure-app-2 {
        height: fit-content !important;
        margin-bottom: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px){
    header.main-header.header-one > .container {
        display: none;
    }
    img.img_1_so {
        height: 200px;
    }
    .solution_img img {
        height: 350px;}
    .blog-details-content.rpt-100.rpb-75.rpr-0 {
        padding: 0;
    }
    .about-two-image img {
        height: auto !important;
        width: 100%;
    }
    section.blog-details-area {
        padding: 0;
        padding-top: 75px;
    }
    .copyright-inner.pt-15 p {
        color: #fff !important;
        opacity: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 15px !important;
    }
    .page-banner {
        min-height: 300px;
    }
    .social-style-one.mb-10 {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .social-style-one.mb-10 a{
        margin: 0 15px;
    }
    .feature-item .icon {
        margin-right: 25px;
        margin-bottom: 15px;
    }
    .row.top_div h2 {
        color: #fff;
        text-align: center;
        font-size: 2rem;
    }
    .home-carousel .slide-item {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 10px 0;
        z-index: 1;
        height: 350px;
    }
    .progress-item-two .icon {
        padding-top: 0px !important;
    }
    .content-box h1 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        margin-bottom: 3px !important;
    }
    .content-box p {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        margin-bottom: 3px !important;
    }
    .home-carousel .content-box p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    .banner-section .home-carousel .content-box a.theme-btn {
        padding: 10px 30px;
    }
    .progress-item-two .icon {
        line-height: 105px;

    }
    .slide-item .container {
        margin-top: 70px;
    }
    li.d-md-none.d-block.office-time a {
        display: inline-block;
    }
    .links_app {
        display: flex;
    }
    .figure-app-1 {
        margin-bottom: 25px;
        height: fit-content !important;
    }
    .title_plan {
        font-size: 1.4rem;
    }
    .img_div_app img {
        width: 120px !important;
    }
    .title_pro_app {
        text-align: center;
        margin-top: 10px;
    }
    .title_pro_app{
        border-bottom: 0 !important;
    }
}
.about-two-image img {
    height: 650px;
    width: 100%;
}

.section-app{
    background-color: #f5f5f5;
}

.figure-app-1{
    width: 100%;
    background-color: #16294d;
}

.figure-app-2{
    width: 100%;
    background-color:#00c496;
}

.figure-app-1, .figure-app-2 {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.title_plan {
    background: #fff;
    padding: 5px 20px;
    color: #16294e !important;
    border-radius: 5px;
}
img.img_app {
    width: 120px;
    border-radius: 50%;
    height: 120px;
    margin-bottom: 15px;
}
.button_app {
    width: 150px;
    margin: 3px;
}
.img_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img_div_app img {
    border-radius: 50%;
    width: 80%;
}
.img_div_app {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_pro_app{
    border-bottom: 2px solid #fff;
}
.app_content1{
    margin-bottom: 25px;
}