/*------------------------------
    01. START GENERAL STYLE
------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    line-height: 30px;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:hover {
    text-decoration: none;
}


.background-fullwidth {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-fixed {
    background-attachment: fixed;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.height-100 {
    height: 100vh;
    min-height: 600px;
}

.btn-primary {
    border-radius: 50px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: 0;
}

.btn-colord {
    color: #fff;
}

.btn-colord:hover {
    color: #fff;
}

.btn-white {background: #fff;}
#formContact .btn-blue,#formContact .btn-blue:active,#formContact .btn-blue:focus,
#contact .fond_red,#contact .fond_red:active,#contact .fond_red:focus,
#main_menu .fond_red,#main_menu .fond_red:active,#main_menu .fond_red:focus
{
    background: #D92B2B;
    color: #ffffff;
    font-weight: 900;border: 1px solid #D92B2B;
}
.btn-white:hover{background: #1863c2;}
#formContact .btn-blue:hover,#contact .fond_red:hover,#main_menu .fond_red:hover {background: #fff!important;color:#D92B2B!important}

.btn-theme {
    position: relative;
    overflow: hidden;
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

.btn-theme:hover,
.prices .price-table:hover .btn-theme {
    color: #fff;
}

.btn-theme.btn-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #fff;
}

.btn-theme.btn-colord:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.btn-theme:hover:before,
.prices .price-table:hover .btn-theme:before {
    opacity: 0 !important;
}

.btn-theme>span {
    position: relative;
}

.shadow {
    box-shadow: 0.5px 0.866px 10px 0px rgb(0, 0, 0);
}

a,
.btn-white,
.btn-theme:before,
.foxapp-header .dropdown-menu .dropdown-item,
.slide .content-bottom,
.slide .content-bottom h2,
.boxes .box:hover .lnr,
.other-features .other-features-slider .item,
.screenshots .screenshots-slider .item,
.clients-testimonial .testimonial-slider .slick-dots li,
.clients-testimonial .testimonial-slider .slick-dots li button,
.our-team .team-slider .person,
.our-team .team-slider .person h3,
.our-team .team-slider .person h2,
.our-team .team-slider .person ul,
.our-team .team-slider .person ul li a,
.our-team .team-slider .slick-dots li,
.our-team .team-slider .slick-dots li button,
.faq .accordion .card .card-header h5 .btn,
.faq .accordion .card .card-header h5 .btn:before,
.faq .accordion .card .card-header h5 .btn:after,
.recent-news .recent-news-slider .slick-dots li,
.recent-news .recent-news-slider .slick-dots li button,
.download-app a,
footer .subscribe .subscribe-form-2 label,
footer .subscribe .subscribe-form-2 .form-group {
    transition: all ease 0.3s;
}

.space-15 {
    height: 15px;
}

.space-20 {
    height: 20px;
}

.space-25 {
    height: 25px;
}

.space-50 {
    height: 50px;
}

.padding-100 {
    padding: 100px 0;
}


.lity-close {
    text-shadow: none !important;
}

.lity-content:after {
    box-shadow: none !important;
}

.section-title h3,
.section-title h2{
    font-size: 60px;
    font-weight: 900;
    margin: 0;
}

.section-title h3 span.white,
.section-title h2 span.white{
    color: #fff !important;
}

.section-title p {
    font-size: 18px;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-title h3,
    .section-title h2{
        font-size: 40px;
    }

    #form{
        margin-top: 30px;
        padding: 30px 0;
        border-radius: 0;
    }

    .padding-100{padding:50px 0}

    #contact .btn-white{margin-bottom: 50px;}

    .foxapp-header{top:0}

    .foxapp-header .navbar .navbar-nav .btn-item a{margin: 0 15px}

    footer .justify-content-end{justify-content:center !important}
    footer .copyright p{text-align: center;}

    .other-features .other-features-slider .item{margin-bottom: 30px !important;}

    #services{padding:50px 0}
    #contact .fond_red{margin-bottom: 20px;}
    #main_menu .fond_red{margin-top: 20px;}
}

/*------------------------------
    01. END GENERAL STYLE
------------------------------*/

/*------------------------------
    02. START PRELOADER STYLE
------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.loader-wrapper {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 35px);
}

.loader {
    width: 70px;
    height: 70px;
    border-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 3s ease-in-out infinite;
    transform: rotate(-200deg)
}

@keyframes rotate {
    0% {
        border-width: 10px;
    }

    25% {
        border-width: 3px;
    }

    50% {
        transform: rotate(115deg);
        border-width: 10px;
    }

    75% {
        border-width: 3px;
    }

    100% {
        border-width: 10px;
    }
}

/*------------------------------
    02. End Preloader Style
------------------------------*/

/*------------------------------
    03. START HEADER STYLE
------------------------------*/

.foxapp-header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.foxapp-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    animation: menu_sticky 0.7s ease-in-out;
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.foxapp-header .navbar {
    padding: 0;
}

.foxapp-header .navbar-light .navbar-toggler {
    border-color: #fff;
    outline: none;
}

.foxapp-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='' stroke-miterlimit='0' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.foxapp-header .navbar .navbar-nav .nav-item{padding:0 20px}
.foxapp-header .navbar .navbar-nav .nav-item>.nav-link {
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 25px;
}
.foxapp-header .navbar .navbar-nav .nav-item> a.seconnecter {
    padding: 10px;
    border: 3px solid #fff;
    margin-top: 10px;
}
.foxapp-header .navbar .navbar-nav .nav-item> a.fond_red {
    margin-top: 10px;
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link:not(.seconnecter):hover:before {width: 100%;}
.foxapp-header .navbar .navbar-nav .nav-item>.nav-link:not(.seconnecter).active:before {width: 100%;}

.foxapp-header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    transform: translateY(-15px);
    animation: hide_dropdown_menu 0.2s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .04);
    height: 0;
    transition: all ease 0.1s;
}

@keyframes hide_dropdown_menu {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.foxapp-header .dropdown-menu.show {
    animation: show_dropdown_menu 0.2s ease-in-out forwards;
    visibility: visible;
    height: auto;
}

@keyframes show_dropdown_menu {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.foxapp-header .dropdown-menu .dropdown-item {
    padding: .75rem 1.5rem;
}

.foxapp-header .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .foxapp-header {
        padding: 1em;
    }

    .foxapp-header .dropdown-menu {
        display: none;
    }

    .foxapp-header .dropdown-menu.show {
        display: block;
    }

    .foxapp-header .navbar .navbar-nav .nav-item>.nav-link {
        padding: 10px;
    }

    .foxapp-header .dropdown-menu .dropdown-item {
        padding: 10px;
    }
}


.foxapp-header .navbar .navbar-nav .nav-item>.nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link:not(.seconnecter):hover:before {
    width: 100%;
}
/*------------------------------
    03. End HEADER STYLE
------------------------------*/

/*------------------------------
    04. START SLIDE STYLE
------------------------------*/

.slide {
    position: relative;
}

.slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0;
}
.slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #00000045;
}

.slide .content-bottom {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

.slide .content-bottom h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
}

.slide .content-bottom p {
    color: #fff;
    font-size:20px;
    line-height:24px;
    max-width: 100%;
    font-family: sans-serif;
}

@media (max-width: 1366px) {
    .slide .content-bottom {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .slide .content-bottom img {
        max-width: 400px;
    }
    .navbar-expand-lg .navbar-nav
    {
        align-items: center;
    }
    .foxapp-header .navbar .navbar-nav .nav-item> a.seconnecter {
        margin-top: 0px;
    }
    .foxapp-header .navbar .navbar-nav .nav-item> a.fond_red {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .slide .content-bottom h2 {
        font-size: 60px;
        line-height: 60px;
    }
    
}

/*------------------------------
    04. END SLIDE STYLE
------------------------------*/

/*------------------------------
    05. START BOXES SECTION
------------------------------*/

.boxes .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.boxes .box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 5px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.boxes .box:hover:after {
    width: 100%;
}

.boxes .box .icon {
    padding: 25px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 110px;
    height: 110px;
}

.boxes .box .lnr {
    font-size: 55px;
    line-height: 60px;
}

.boxes .box h4 {
    color: #333;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.boxes .box hr{
    border-top: 2px solid #18afd6;
    width: 60px;
    margin: 20px auto 0;
}

.boxes .box p {
    color: #333;
    margin: 0 auto;
    font-size: 14px;
    line-height:18px;
}

@media (max-width: 767px) {
    .boxes .box {
        margin-bottom: 30px;
    }
}

/*------------------------------
    05. END BOXES SECTION
------------------------------*/

/*------------------------------
    06. START WHY US SECTION
------------------------------*/

.why-us h3 ,.why-us h2{
    font-size: 40px;
    font-weight: 900;
}

.why-us p {
    font-weight: 400;
    margin: 0;
}

.why-us .why-us-icon {
    margin-bottom: 0px;
}

.why-us .why-us-icon .lnr {
    font-size: 40px;
}

/*------------------------------
    06. END WHY US SECTION
------------------------------*/

/*------------------------------
    07. START MAIN FEATURES SECTION
------------------------------*/

.main-features .features-circle {
    position: relative;
}

.features-circle .circle-svg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 100%;
    margin: 0 auto;
}

.features-circle svg g {
    transform-origin: 50%;
}

.main-features .one-feature {
    margin-bottom: 5em;
}

.main-features .one-feature h5 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 0 10px .5rem;
}

.main-features .one-feature .lnr {
    font-size: 35px;
}

.main-features .one-feature p {
    margin-bottom: 0;
}

.main-features .left-side .one-feature span {
    float: right;
}

.main-features .left-side .one-feature:nth-child(3),
.main-features .right-side .one-feature:nth-child(3) {
    margin-bottom: 0;
}

.main-features .right-side .one-feature span {
    float: left;
}

@media (min-width: 992px) {

    .main-features .left-side .one-feature:nth-child(1),
    .main-features .left-side .one-feature:nth-child(3) {
        position: relative;
        left: 50px;
    }

    .main-features .right-side .one-feature:nth-child(1),
    .main-features .right-side .one-feature:nth-child(3) {
        position: relative;
        right: 50px;
    }
}

@media (max-width: 992px) {
    .main-features .one-feature {
        margin-bottom: 1.5em;
    }

    .main-features .left-side .one-feature span {
        float: left;
    }
    .slide .content-bottom p {
        font-size: 16px!important;
    }
}

@media (max-width: 500px) {
    .features-circle svg {
        max-width: 100%;
        height: 410px;
    }
    #form
    {
        margin: 20px;
    }
    .slide .content-bottom h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .titre__ {
        font-size: 25px;
        font-weight: 500;
    }
    .sous_titre__ {
        font-size: 20px;
        font-weight: 500;
    }

    .banner__titre {
        font-size: 35px;
    }

}

#slide .content-titre {
    width: 100%;
    height: 100%
}
.content-titre .container,
.content-titre .container > div.row {
    height: 100%;
}
.banner__titre {
    color: white;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    width: 100%;
    padding-top: 93px;
}
#slide .bannerTitrehol {
    display: flex;
    align-items: center;
}

#contenu {
    margin-top: 70px;
}

.titre__ {
    padding: 20px 0;
}
.sous_titre__ {
    padding: 10px 0;
}


@media (max-width: 375px) {
    .features-circle svg {
        height: 350px;
    }
}

/*------------------------------
    07. END MAIN FEATURES SECTION
------------------------------*/

/*------------------------------
    08. START OTHER FEATURES SECTION
------------------------------*/

.other-features .other-features-slider {
    margin: 0 -15px;
}

.other-features .other-features-slider .item {
    opacity:1;
    margin: 0;
    outline: none;
}

.other-features .other-features-slider .item> .col-md-12{
    background: #fff;
    padding: 2em 1em;
    border-radius: 50px;
}
.other-features .other-features-slider .item:hover h4,
.other-features .other-features-slider .item:hover span{color:#1863c2}

.other-features .other-features-slider .item.slick-center {
    opacity: 1;
}

.other-features .other-features-slider .item span {
    margin-bottom: 20px;
    display: inline-block;
}

.other-features .other-features-slider .item .lnr {
    font-size: 40px;
}

.other-features .other-features-slider .item h4 {
    font-size: 20px;
}

.other-features .other-features-slider .item p {
    max-width: 300px;
    margin: 0 auto;
    line-height: 24px;
}

/*------------------------------
    08. END OTHER FEATURES SECTION
------------------------------*/

/*------------------------------
    09. START WATCH VIDEO SECTION
------------------------------*/
.watch-video .video {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.watch-video .video:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
}

.watch-video .video img {
    position: relative;
}

.watch-video .video a {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    animation: ripple_shadow 2s linear infinite;
}

.watch-video .video a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 17px solid transparent;
    left: 55%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ripple_shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/*------------------------------
    09. END WATCH VIDEO SECTION
------------------------------*/


/*------------------------------
    10. START SCREENSHOTS SECTION
------------------------------*/

.screenshots .screenshots-slider {
    margin: 0 -15px;
}

.screenshots .screenshots-slider .item {
    opacity: 0.6;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
}

.screenshots .screenshots-slider .item.slick-center {
    opacity: 1;
}

/*------------------------------
    10. END SCREENSHOTS SECTION
------------------------------*/

/*------------------------------
    11. START TESTIMONIAL SECTION
------------------------------*/


.clients-testimonial .testimonial-slider {
    margin-bottom: 60px;
}

.clients-testimonial .testimonial-slider .slick-prev,
.clients-testimonial .testimonial-slider .slick-next{
    outline: none;
    background:url("../bundles/app/img/icons/arrow-circle-slider.png") no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 99;
}
.clients-testimonial .testimonial-slider .slick-next{    
    transform: translateY(50%) rotate(180deg);
    transform-origin: top;
}

.clients-testimonial .testimonial-slider .slick-prev:hover,
.clients-testimonial .testimonial-slider .slick-next:hover{
    background:url("../bundles/app/img/icons/arrow-circle-hover.png") no-repeat center;
    background-size: contain;
}


.clients-testimonial .testimonial-slider .slick-prev:before,
.clients-testimonial .testimonial-slider .slick-next:before{
    content:none;    
}

.clients-testimonial .testimonial-slider .item {
    outline: none;
    position: relative;
}

/*.clients-testimonial .testimonial-slider .item.flipster__item--past-2 .flipster__item__content,
.clients-testimonial .testimonial-slider .item.flipster__item--future-2 .flipster__item__content{transform: scale(0.65);}*/

.flipster--loop .flipster__item {
    position: absolute;
  }
  .flipster--loop .flipster__item--past-2 {
    transform: translateX(-100%);
  }
  .flipster--loop .flipster__item--future-2 {
    transform: translateX(100%);
  }
  .flipster--loop .flipster__item--past-1 {
    transform: translateX(-50%);
  }
  .flipster--loop .flipster__item--future-1 {
    transform: translateX(50%);
  }
  .flipster--infinite-carousel .flipster__container,
  .flipster--infinite-carousel .flipster__item {
    transition: all 1000ms ease-in-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
  }
  .flipster--infinite-carousel .flipster__item__content {
    transition: inherit;
  }
  .flipster--infinite-carousel .flipster__item {
    position: absolute;
    perspective: none;
  }


  .flipster--infinite-carousel .flipster__item--past .flipster__item__content,
  .flipster--infinite-carousel .flipster__item--future .flipster__item__content {
    transform: scale(0.4);
  }

  .flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
    transform: translateX(-29%) rotateY(0) scale(0.8);
  }
  .flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
    transform: translateX(29%) rotateY(0) scale(0.8);
  }
  .flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content .client-testimonial,
  .flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content .client-testimonial{
    background-color: #b3e5f1;
    transition-delay: 90ms;
  }

 
  .flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
    transform: translateX(-16%) rotateY(0) scale(0.9);
  }
  .flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
    transform: translateX(16%) rotateY(0) scale(0.9);
  }
  .flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content .client-testimonial,
  .flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content .client-testimonial{
    background-color: #74cfe6;
    transition-delay: 90ms;
  }

  .flipster--infinite-carousel .flipster__item--current .client-testimonial{
    background-color: #18AFD6;
    transition-delay: 0;
  }

  .flipster--infinite-carousel .flipster__item.expanded .client-testimonial{
    background-color: #18AFD6;
  }
  
  .flipster--infinite-carousel .flipster__item--current .flipster__item__content {
    transform: translateX(0) rotateY(0deg) scale(1);
  }
  
.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content .client-image,
.flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content .client-image,
.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content .client-image,
.flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content .client-image{opacity:0;transition-delay: 60ms;}

.flipster--infinite-carousel .flipster__item.expanded .client-image{opacity: 1;}

.clients-testimonial  .flipster--infinite-carousel .flipster__item{perspective:none}
.clients-testimonial .client-testimonial {
    position: relative;
    background-color: #18AFD6;
    box-shadow: 0px 0px 4px rgb(211 211 211 / 25%);
    border-radius: 28px;
    width: 100%;
    margin: 85px auto 0;
    padding: 1rem 4rem;
    text-align: center;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    padding-top: 85px;
}
.clients-testimonial .client-testimonial:after{
    content: "";
    bottom: 15%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    background: url(../bundles/app/img/icons/quote-left.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    width: 170px;
    height: 170px;
}

.clients-testimonial .client-image {
    position: absolute;
    z-index: 99999;
    top: -85px;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.clients-testimonial .client-image:before {
    content: "";
    background: #FFF;
    width: 170px;
    height: 170px;
    position: absolute;
    top: -10px;
    z-index: 0;
    border-radius: 50%;
    left: -10px;
}

.clients-testimonial .client-image img{
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 9;
    position: relative;
}

.clients-testimonial .client-name{position: relative;z-index: 9;}
.clients-testimonial .client-testimonial h2{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.clients-testimonial .client-testimonial h3{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #EFEFEF;
    margin-bottom: 2rem;
}
.clients-testimonial .client-testimonial p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color:#fff;
    margin:0;
    position: relative;
    z-index: 9;
}

.clients-testimonial .flipster__button--prev{left: -25px;}
.clients-testimonial .flipster__button--next{right:-25px;}

.clients-testimonial .flipster__button--prev,
.clients-testimonial .flipster__button--next{
    outline: none;
    background:url("../bundles/app/img/landing/arrow-circle-slider.png") no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 99;
    margin:0;
    top:calc(50% + 25px);
}
.clients-testimonial .flipster__button--next{    
    transform: translateY(calc(50% + 20px)) rotate(180deg);
    transform-origin: top;
}

.clients-testimonial .flipster__button--prev:hover,
.clients-testimonial .flipster__button--next:hover{
    background:url("../bundles/app/img/landing/arrow-circle-hover.png") no-repeat center;
    background-size: contain;
}


.clients-testimonial .testimonial-slider .flipster__button--prev:before,
.clients-testimonial .testimonial-slider .flipster__button--next:before{
    content:none;    
}

.clients-testimonial .flipster{overflow-x: visible;}

@media screen and (min-width:1450px){
    .clients-testimonial .container{max-width: 1400px;}
    .clients-testimonial .flipster__button--next{right:0;}
    .clients-testimonial .flipster__button--prev{left:0;}
}

@media screen and (max-width:1200px){
    .clients-testimonial .client-testimonial{max-width:600px}
}

@media screen and (max-width:980px){
    .clients-testimonial .flipster__button--prev,
    .clients-testimonial .flipster__button--next{
        display: none;
    }

    .clients-testimonial .client-testimonial h2{
        font-size: 24px;
        line-height: 30px;
    }
    .clients-testimonial .client-testimonial h3{
        font-size: 18px;
        line-height: 24px;
    }
    .clients-testimonial .client-testimonial p {
        font-size: 16px;
        line-height: 26px;
    }
    #testimonial .container{max-width: 92%;padding:0}

    .clients-testimonial .flipster ul{padding: 0;list-style: none;}
    .clients-testimonial .flipster ul li{position: relative;}

    .clients-testimonial .client-testimonial{
        max-width: 100%;
        min-height: 400px;
        padding:3rem;
        padding-top: 85px;
    }

    .clients-testimonial .flipster ul .owl-dots{text-align: center;margin-top: 20px;}
    .clients-testimonial .flipster ul .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
        background-color: #dbdbdb!important;
        border-radius: 50%;
        margin: 0 5px;
    }
    .clients-testimonial .flipster ul .owl-dots .owl-dot.active{background-color:#18afd6 !important}
    .clients-testimonial .flipster ul .owl-dots .owl-dot:focus{outline:none;border:0;}
}

/*------------------------------
    11. END TESTIMONIAL SECTION
------------------------------*/

/*------------------------------
    12. START FUN FACTS SECTION
------------------------------*/

.fun-facts .fact-box {
    padding: 2em;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 1em;
}

.fun-facts .fact-box .lnr {
    font-size: 50px;
    margin: 10px 0 20px;
}

.fun-facts .fact-box h5 {
    font-size: 55px;
    font-weight: 900;
}

.fun-facts .fact-box h6 {
    font-size: 25px;
}

/*------------------------------
    12. END FUN FACTS SECTION
------------------------------*/

/*------------------------------
    13. START PRICE TABLE SECTION
------------------------------*/

.prices .price-table {
    margin-bottom: 30px;
}

.prices .price-table .top {
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.prices .price-table .top .offer {
    width: 200px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: -58px;
    top: 30px;
    padding: 2px 0;
    letter-spacing: 2px;
    transform: rotate(-45deg);
}

.prices .price-table .top h4 {
    font-size: 25px;
    font-weight: 600;
}

.prices .price-table .top h3 ,.prices .price-table .top h2{
    font-size: 80px;
    font-weight: 600;
    margin: 0;
}

.prices .price-table .top h3 span,.prices .price-table .top h2 span {
    font-size: 20px;
}

.prices .price-table .top h5 {
    font-size: 16px;
    margin: 0;
}

.prices .price-table .bottom {
    padding: 25px 0;
}

.prices .price-table .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prices .price-table .bottom ul li {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #f6f6f647;
    padding: 15px;
}

/*------------------------------
    13. END PRICE TABLE SECTION
------------------------------*/

/*------------------------------
    14. START TEAM SECTION
------------------------------*/

.our-team .team-slider .person {
    background: #fff;
    padding: 30px;
    margin: 0 15px;
    position: relative;
    margin-bottom: 100px;
    outline: none;
}

.our-team .team-slider .person img {
    border-radius: 50%;
    width: 130px;
}

.our-team .team-slider .person h3,.our-team .team-slider .person h2 {
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}

.our-team .team-slider .person h5 {
    font-size: 16px;
    margin: 0;
}

.our-team .team-slider .person p {
    margin: 0;
}

.our-team .team-slider .person ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: -1;
    background: #fff;
}

.our-team .team-slider .person ul li {
    display: inline-block;
}

.our-team .team-slider .person ul li a {
    display: block;
    padding: 5px;
    width: 35px;
    border-radius: 50%;
}

.our-team .team-slider .person:hover ul {
    transform: translateY(100%);
}

.our-team .team-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.our-team .team-slider .slick-dots li.slick-active {
    width: 40px;
}

.our-team .team-slider .slick-dots li button:before {
    display: none;
}

.our-team .team-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
}

/*------------------------------
    14. END TEAM SECTION
------------------------------*/

/*------------------------------
    15. START FAQ SECTION
------------------------------*/

.faq .accordion .card {
    margin-bottom: 1em;
    border-radius: 28px !important;
    overflow: hidden;
    background: #fff;
}

.faq .accordion .card,
.faq .accordion .card .card-header {
    border: none;
}

.faq .accordion .card .card-header {
    padding: 0;
}

.faq .accordion .card .card-header h5 .btn {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    white-space: unset;
    text-decoration: none;
    padding: 15px 60px 15px 30px;
    color: #2a3659;
    position: relative;
}

.faq .accordion .card .card-header h5 .btn:before,
.faq .accordion .card .card-header h5 .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #ccc;
}

.faq .accordion .card .card-header h5 .btn:before {
    width: 2px;
    height: 12px;
    right: 30px;
}

.faq .accordion .card .card-header h5 .btn:after {
    width: 12px;
    height: 2px;
    right: 25px;
}

.faq .accordion .card .card-header h5 .btn.collapsed:before,
.faq .accordion .card .card-header h5 .btn.collapsed:after {
    background: #fff;
    transform: translateY(-50%) rotate(0deg);
}

.faq .accordion .card .card-header h5 .btn.collapsed {
    color: #fff;
}

.faq .accordion .card .card-body {
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/*------------------------------
    15. END FAQ SECTION
------------------------------*/

/*------------------------------
    16. START LOGOS SECTION
------------------------------*/

.logos {
    padding: 35px 0;
}

.logos .logos-slider .item {
    outline: none;
    margin: 0 30px;
}

@media (max-width: 768px) {
    .logos .logos-slider .slick-next {
        right: 0;
    }

    .logos .logos-slider .slick-prev {
        left: 0;
        z-index: 1;
    }
    section#contact{
        height: auto!important;
    }

    .clients-testimonial .testimonial-slider .item .client-testimonial{width: 92%;}
    .clients-testimonial .testimonial-slider .item .client-testimonial h2{font-size: 20px;line-height: 25px;}
    .clients-testimonial .testimonial-slider .item .client-testimonial h3{font-size: 16px;line-height: 22px;}
    .clients-testimonial .testimonial-slider .item .client-testimonial p{font-size: 18px;line-height: 28px;}

    .clients-testimonial .testimonial-slider .item .client-testimonial:after{width: 150px;height: 150px;}

    .clients-testimonial .testimonial-slider .slick-prev,
    .clients-testimonial .testimonial-slider .slick-next{width: 45px;height: 45px;}
}

/*------------------------------
    16. END LOGOS SECTION
------------------------------*/

/*------------------------------
    17. START RECENT NEWS SECTION
------------------------------*/

.recent-news .recent-news-slider .item {
    outline: none;
    margin-bottom: 100px;
}

.recent-news .recent-news-slider .item h3 ,.recent-news .recent-news-slider .item h2{
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.recent-news .recent-news-slider .item p {
    font-size: 18px;
    margin: 0;
}

.news-meta {
    padding: 0;
    list-style: none;
    margin: 0;
}

.news-meta li {
    display: inline-block;
    font-size: 14px;
    color: #c2c2c2;
    margin-right: 15px;
}

.news-meta ul li span {
    margin-right: 5px;
}

.recent-news .recent-news-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.recent-news .recent-news-slider .slick-dots li.slick-active {
    width: 40px;
}

.recent-news .recent-news-slider .slick-dots li button:before {
    display: none;
}

.recent-news .recent-news-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .recent-news .recent-news-slider .item h3 ,.recent-news .recent-news-slider .item h2{
        margin-top: 15px;
    }
    .foxapp-header .navbar .navbar-nav .nav-item>.nav-link.active:before {
        width: 0%!important;
    }
}

/*------------------------------
    17. END RECENT NEWS SECTION
------------------------------*/

/*------------------------------
    18. START DOWNLOAD APP SECTION
------------------------------*/

.download-app h2 {
    font-size: 40px;
    font-weight: 900;
}

.download-app p {
    font-size: 18px;
}

.download-app a {
    position: relative;
    padding-left: 80px;
    text-align: left;
    text-transform: none;
    margin-right: 30px;
}

.download-app a:last-child {
    margin: 0;
}

.download-app a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    left: 35px;
}

@media (max-width: 414px) {
    .download-app a {
        padding: 10px;
        padding-left: 55px;
        padding-right: 20px;
        font-size: 12px;
        margin-right: 10px;
    }

    .download-app a i {
        left: 20px;
        font-size: 25px;
    }

    .download-app a:last-child {
        margin: 0;
    }

    .clients-testimonial .client-image{width:120px;height: 120px;top: -70px;}
    .clients-testimonial .client-image:before{width:140px;height:140px}
    .clients-testimonial .client-testimonial{margin-top: 70px;padding-top: 80px;padding-left: 20px;padding-right: 20px;}
    .clients-testimonial .client-testimonial p {font-size: 14px;line-height: 24px;}
    .clients-testimonial .client-testimonial h2{font-size: 22px;line-height: 26px;}
    .clients-testimonial .client-testimonial h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

/*------------------------------
    18. END DOWNLOAD APP SECTION
------------------------------*/

/*------------------------------
    19. START GET IN TOUCH SECTION
------------------------------*/
.git-in-touch .form-group {
    position: relative;
}

.git-in-touch .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 8px 20px;
    margin-bottom: 1.5em;
}

.git-in-touch .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.git-in-touch .form-group .form-control:focus~.focus-border {
    width: 100%;
}

.git-in-touch .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.git-in-touch .contact-info .info-box {
    padding: 1em 2em;
}

.git-in-touch .contact-info .info-box span {
    display: block;
    margin-bottom: 20px;
}

.git-in-touch .contact-info .info-box .lnr {
    font-size: 60px;
    text-align: center;
    margin: 0 auto 20px;
}

.git-in-touch .contact-info .info-box h5,
.git-in-touch .contact-info .info-box a {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

/*------------------------------
    19. END GET IN TOUCH SECTION
------------------------------*/

/*------------------------------
    20. START MAP SECTION
------------------------------*/
.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 500px;
}


/*------------------------------
    20. END MAP SECTION
------------------------------*/

/*------------------------------
    21. START FOOTER SECTION
------------------------------*/
footer {
    background: url(../bundles/app/img/landing/footer-bg.jpg) no-repeat center center/cover;
}

footer .subscribe .subscribe-form {
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
}

footer .subscribe .subscribe-form .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 14px 20px;
    background: transparent;
    margin-bottom: 0;
    background: rgba(158, 158, 158, 0.1);
    border-radius: 50px;
    border: none;
}

footer .subscribe .subscribe-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

footer .footer-widgets .widget {
    color: #fff;
    margin-bottom: 1em;
}

footer .footer-widgets .widget img {
    margin-bottom: 15px;
}

footer .footer-widgets .widget h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5em;
    color: #fff;
}

footer .footer-widgets .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footer-widgets .widget ul li {
    margin-bottom: 1em;
    line-height: 30px;
}

footer .footer-widgets .widget ul li span {
    color: #fff;
}

footer .footer-widgets .widget ul li a {
    color: #fff;
}


footer .copyright {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
}

footer .copyright p {
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    color: #fff;
}

/*------------------------------
    21. END FOOTER SECTION
------------------------------*/


/*------------------------------
    22. START BLOG PAGE
------------------------------*/
.page-head {
    position: relative;
    padding: 125px 0;
}

.page-head h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    padding: 100px 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 15px;
}

.blog-page .blog-box {
    margin-bottom: 30px;
}

.blog-page .blog-box .blog-details {
    padding: 0 15px
}

.blog-page .blog-box .blog-details h3 ,.blog-page .blog-box .blog-details h2{
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.blog-page .blog-box .blog-img a {
    display: block;
}

.blog-page .blog-box .blog-img a img {
    width: 100%;
}

.blog-page .blog-box .blog-details h3 a ,.blog-page .blog-box .blog-details h2 a{
    transition: all ease 0.3s;
}

.blog-page .blog-box .blog-details p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

nav .pagination {
    padding: 15px 35px;
    margin: 0 auto;
    justify-content: center;
}

nav .pagination li:first-child a,
nav .pagination li:last-child a {
    line-height: 28px;
    border-radius: 50% !important;
    background: transparent !important;
}

nav .pagination li {
    margin: 0 10px;
}

nav .pagination li a {
    font-size: 14px;
    border-radius: 50%;
    border: none;
    color: #000;
    padding: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    background: transparent;
}

nav .pagination li a:hover {
    color: #333;
    background: rgba(158, 158, 158, 0.1);
}

@media (max-width: 992px) {
    nav .pagination {
        margin-bottom: 30px;
    }
}

/*------------------------------
    22. END BLOG PAGE
------------------------------*/

/*------------------------------
    23. START SIDEBAR 
------------------------------*/
aside.sidebar .gray-panel {
    background: rgba(158, 158, 158, 0.1);
    padding: 15px 30px;
    margin-bottom: 30px;
}

aside.sidebar .search .form-group {
    position: relative;
}

aside.sidebar .search .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
}

aside.sidebar .search .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

aside.sidebar .search .form-group .form-control:focus~.focus-border {
    width: 100%;
}

aside.sidebar .gray-panel h3 ,aside.sidebar .gray-panel h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px;
}

aside.sidebar .gray-panel h3:after ,aside.sidebar .gray-panel h2:after{
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    content: '';
    bottom: 0;
    left: 0;
}

aside.sidebar .follow-me ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

aside.sidebar .follow-me ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

aside.sidebar .follow-me ul li a {
    font-size: 30px;
    height: 80px;
    width: 60px;
    background: #ccc;
    display: block;
    text-align: center;
    line-height: 80px;
    color: #fff;
}

aside.sidebar .follow-me ul li.facebook a {
    background: #4B69B1;
}

aside.sidebar .follow-me ul li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

aside.sidebar .follow-me ul li.linkedin a {
    background: #1278B6;
}

aside.sidebar .follow-me ul li.twitter a {
    background: #2BB2E1;
}

aside.sidebar .categories ul {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
}

aside.sidebar .categories ul li a {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
}

aside.sidebar .categories ul li:last-child a {
    margin: 0;
}

aside.sidebar .recent-post .post {
    margin-bottom: 15px;
}

aside.sidebar .recent-post .post figure {
    height: 60px;
    margin: 0 10px 0 0;
    flex: 0 0 60px;
}

aside.sidebar .recent-post .post h4 {
    font-weight: 600;
    font-size: 16px;
}

aside.sidebar .tags ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

aside.sidebar .tags ul li {
    display: inline-block;
    margin: 0 20px 15px 0;
}

/*------------------------------
    23. END SIDEBAR 
------------------------------*/


/*------------------------------
    24. START SINGLE BLOG PAGE
------------------------------*/
.single-blog-with-sidebar {
    padding-bottom: 100px;
}

.single-blog-page .blog-box .blog-details {
    padding: 0 15px
}

.single-blog-page .blog-box .blog-details h3 ,.single-blog-page .blog-box .blog-details h2{
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.single-blog-page .blog-box .blog-img img {
    width: 100%;
}

.single-blog-page .blog-box .blog-details h3 ,.single-blog-page .blog-box .blog-details h2{
    transition: all ease 0.3s;
}

.single-blog-page .blog-box .blog-details p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 30px;
}

.single-blog-page .blog-box .blog-details blockquote {
    padding: 30px 45px;
    background: rgba(158, 158, 158, 0.1);
    margin-bottom: 30px;
    border-left: 5px solid;
}

.single-blog-page .blog-box .blog-details blockquote p {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
}

.single-blog-page hr {
    border-top: 1px solid rgba(124, 124, 124, 0.1);
}

.single-blog-page .blog-box .post-tag-area {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 10px;
    margin-bottom: 30px;
}

.single-blog-page .blog-box .post-tag-area ul {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}

.single-blog-page .blog-box .post-tag-area ul li {
    display: inline-block;
    font-size: 18px;
    color: #3e3e3e;
}

.single-blog-page .blog-box .post-tag-area ul li a {
    display: block;
    text-align: center;
}

.single-blog-page .blog-box .post-tag-area .share-icon li a {
    width: 30px;
    font-size: 16px;
}

.single-blog-page .blog-box .post-tag-area .tags li a {
    font-size: 16px;
}

.comments-container {
    padding: 15px;
}

.comments-container h3 ,.comments-container h2{
    font-size: 22px;
    margin-bottom: 30px;
}

.comments-container .comments-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.comments-container .comments-list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.comments-container .comments-list li:last-child {
    border: none;
}

.comments-container .comments-list li figure {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0;
    margin-right: 30px;
}

.comments-container .comments-list li h4 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 16px;
}

.comments-container .comments-list li h6 {
    font-size: 14px;
    margin-bottom: 8px;
}

.comments-container .comments-list li p {
    margin-bottom: 10px;
}

.comments-container .comments-list li .reply {
    font-size: 14px;
}

.comments-container .comments-list li .reply i {
    margin-right: 5px;
}

.comments-container .comments-list li.comment-reply {
    margin-left: 100px;
}

.comments-form h3 ,.comments-form h2{
    font-size: 22px;
    margin-bottom: 30px;
}

.comments-form .form-group {
    position: relative;
}

.comments-form .form-group .form-control {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
}

.comments-form .form-group .form-control~.focus-border {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.comments-form .form-group .form-control:focus~.focus-border {
    width: 100%;
}

@media (max-width: 992px) {
    .comments-form .btn {
        margin-bottom: 30px;
    }
}

/*------------------------------
    24. END SINGLE BLOG PAGE
------------------------------*/

/*.foxapp-header .navbar .navbar-nav .btn-item a{
    background-color: #fff;
    transition:background-color .3s;
    color: #18afd6 !important;
    padding: 10px !important;
    margin: 0 10px;
    border-radius: 50px;
    border:1px solid #fff;
    width: 140px;
    text-align: center;
}
.foxapp-header .navbar .navbar-nav .btn-item a:hover{background-color: #18afd6;color: #fff !important;}*/
.foxapp-header .navbar .navbar-nav .btn-item{padding: 8px 0;}
.foxapp-header .navbar .navbar-nav .btn-item a{padding:12px;width:140px}
.foxapp-header .navbar .navbar-nav .btn-item .mrg-15{margin:0 15px;}

header nav .container{padding:0}
header nav img{width:205px;transition:opacity .3s;}
header nav img:hover{opacity:.7}
.foxapp-header{top:20px}

#form{
    background: #fff;
    border-radius: 5px;
    padding: 30px}

#form h3,#form h2{font-size: 25px;text-transform: uppercase;text-align: left;}
#form p{color: #4cc1df;text-align: left;margin: 0;font-size: 18px;margin-top: 6px;}
#form p span{font-size:18px;margin-right: 10px;}

#services{padding:150px 0 70px 0}
#services .box-service{transition:box-shadow 0.3s ease-in-out;padding-bottom:30px}
#services .box-service:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);padding-bottom: 30px;border-radius: 10px;
}
#services .container .section-title{margin-bottom: 60px;}

#bigdata .img-left{padding-right: 50px;}
#bigdata .boxes .box{text-align:left}

#big-data{
    background:url(../bundles/app/img/landing/bigdata-bg.jpg) center no-repeat;
    background-size: cover;
}

#contact p{font-size: 18px;line-height: 28px;color:#fff}

.section-title h3,
.section-title h2{font-size:40px;text-transform: uppercase;}

#slide{
    background:url(../bundles/app/img/landing/banner.jpg) center top no-repeat;
    background-size: cover;
}

footer .copyright ul li a{color:#fff}

@media (min-width: 1600px) {

    .padding-100{padding:150px 0 !important;}
    #slide{padding-bottom:100px}
    #services{padding:150px 0}
}

.client-testimonial h3,
.client-testimonial h2{
    color: #fff;
    font-size: 1.6rem;
}

section#contact{
    height: 100vh;
    display: flex;
    align-items: center;
}
#alertenvoi i.fa-times
{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

@media only screen and (min-width: 992px)  and (max-width: 1199px) {
    .foxapp-header .navbar .navbar-nav .nav-item {
        padding: 0 12px!important;
    }
    .foxapp-header .navbar .navbar-nav .nav-item>.nav-link {
        padding: 15px 10px!important;
        font-size: 13px!important;
    }
}
@media only screen and (max-width:992px){
    header.foxapp-header  #main_menu, 
    header.foxapp-header .container::before,
    header.foxapp-header .container::after{
        display: none;
    }
}

.footer-links{
    text-align: right;
}

.footer-links a{
    padding-left: 35px;
}

.grecaptcha-badge { visibility: hidden; }

#testimonial .section-title h2{font-size: 46px;}
#testimonial .section-title .subtitle{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ADADAD;
}


/*------------------------------
    25. START THEY TALK ABOUT US
------------------------------*/
#they-talk-about-us,
#partners {
    padding-top: 0px !important;
}
#they-talk-about-us .with-bg {
    background-color: #edf7fa;
    background-image: url(../bundles/app/img/landing/with-bg.svg);
    background-repeat: no-repeat;
    background-position: left;
}
.logos-row-5 {
    padding: 80px 0;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    align-items: center;
}
.logos-row-4 {
    padding: 80px 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    align-items: center;
}
.logos-row-5 img{
    max-width: 160px;
}
.logos-row-4 img {
    max-width: 200px;
}
.logos-row-5 img,
.logos-row-4 img {
    height: max-content;
    margin: auto;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.logos-row-5 img:hover,
.logos-row-4 img:hover {
    transform: scale(1.06);
}
.text-logos {
    font-size: 45px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 55px;
    padding-right: 40px;
    border-right: 1px solid rgba(49, 92, 139, 0.45);
}
.text-primary-color {
    color: #18afd6;
}
@media only screen and (max-width: 992px) {
    .logos-row-4 {
        grid-template-columns: auto auto;
        row-gap: 40px;
        column-gap: 25px;
    }
    .logos-row-5 {
        grid-template-columns: auto auto auto;
        row-gap: 40px;
        column-gap: 25px;
    }
}
@media only screen and (max-width: 792px) {
    .logos-row-5 {
        grid-template-columns: auto auto;
    }
}
@media only screen and (max-width: 524px) {
    .logos-row-5,
    .logos-row-4 {
        grid-template-columns: auto;
        justify-content: center;
    }
    .text-logos {
        padding-right: 0px;
        padding-bottom: 40px;
        border-right: 0px;
        border-bottom: 1px solid rgba(49, 92, 139, 0.45);
        text-align: center;
    }
}
/*------------------------------
    25. END THEY TALK ABOUT US
------------------------------*/

/*------------------------------------
    25. START ILS NOUS FONT CONFIANCE
-------------------------------------*/
#clients-logo.clients-logo .section-title{
    margin: 100px 0 80px 0;
}
#clients-logo.clients-logo .clients-logs-item{
   display: flex;
   align-items: center;
   justify-content: center;
}
#clients-logo.clients-logo .clients-logs-item > img{
   max-width: 160px;
   width: 100%;
 }

.clients-logs-items.owl-carousel .owl-nav{
    position: unset;
}
.clients-logs-items.owl-carousel .owl-nav button{
    background-color: #fff;
    color: #ebebeb;
    font-weight: 600;
    font-size: 25px;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    outline: none;
    position: absolute;
    top: calc(50% - 20px);
    left: -30px;
    z-index: 99;
    border-style: solid;
}
.clients-logs-items.owl-carousel .owl-nav button.owl-next,
.clients-logs-items.owl-carousel .owl-nav button.owl-next:hover
{
    left: unset;
    right: -30px;
}
.clients-logs-items.owl-carousel .owl-nav button.owl-next:hover,
.clients-logs-items.owl-carousel .owl-nav button.owl-prev:hover{
    color: #18AFD6;
}

.clients-logs-items.owl-carousel .owl-nav button::after{
    content: '\f104';
    font-family: 'Font Awesome\ 5 Free';
}
.clients-logs-items.owl-carousel .owl-nav button.owl-next::after{
    content: '\f105';
}
.clients-logs-items.owl-carousel .owl-nav button > span{
  display: none;
}
.clients-logs-items .owl-stage-outer .owl-stage{
    display: flex;
    align-items: center;
}
.btn-light{
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn.dropdown-toggle.btn-light, .bootstrap-select .btn.dropdown-toggle.btn-light:focus, .bootstrap-select>select.mobile-device:focus+.btn.dropdown-toggle.btn-light{
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    padding: 0 !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #495057 !important;
    font-weight: 300 !important;
}

.bootstrap-select .dropdown-menu.show{
    top: unset !important;
    transform: unset !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f7f8fa !important;
    color: #000;
}

@media only screen and (max-width: 600px) {
    #clients-logo.clients-logo .clients-logs-item > img{
        max-width: 250px;
      }
      .clients-logs-items.owl-carousel .owl-nav button.owl-next{
        right: 15px !important;
    }
    .clients-logs-items.owl-carousel .owl-nav button.owl-prev{
        left: 15px;
    }
 }


/*------------------------------------
    25. END ILS NOUS FONT CONFIANCE
-------------------------------------*/

@media only screen and (max-height:720px){
    .git-in-touch .form-group .form-control{
        margin-bottom: 0.6em !important;
    }
    .git-in-touch .form-group {
        margin-bottom: 0rem !important;
    }
    .slide .content-bottom {
        padding-top: 150px;
    }
}

.bootstrap-select>.dropdown-toggle:after{
    border-bottom: var(--border-bottom, 0);
    border-top: var(--border-top, 0.3em solid);
} 

