@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
    - Template Name: Fox
    - Template URI: 
    - Author: Mohamed Kamel
    - Author URI: https://www.facebook.com/M.Kamel090
    - Description: Fox This is html5 template for App Landing Page
    - Version: 1.0
    - Tags: HTML, Mobile App, Template, Landing Page , Responsive, Bootstrap 4 
*/

/* ----------------------------------------------------
    CSS INDEX        

    01. START GENERAL STYLE (font, body, btn, section-title, section-padding, margins ... etc)
    02. START PRELOADER STYLE
    03. START HEADER STYLE
    04. START SLIDE STYLE
    05. START BOXES SECTION
    06. START WHY US SECTION
    07. START MAIN FEATURES SECTION
    08. START OTHER FEATURES SECTION
    09. START WATCH VIDEO SECTION
    10. START SCREENSHOTS SECTION
    11. START TESTIMONIAL SECTION
    12. START FUN FACTS SECTION
    13. START PRICE TABLE SECTION
    14. START TEAM SECTION
    15. START FAQ SECTION
    16. START LOGOS SECTION
    17. START RECENT NEWS SECTION
    18. START DOWNLOAD APP SECTION
    19. START GET IN TOUCH SECTION1
    20. START MAP SECTION
    21. START FOOTER SECTION
    22. START BLOG PAGE
    23. START SIDEBAR
    24. START SINGLE BLOG PAGE

/* ----------------------------------------------------*/

/*------------------------------
    01. START GENERAL STYLE
------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: ProximaNovaSemi;
  src: url("../fonts/ProximaNova-Semibold.ttf");
}


body {
    font-family: 'Roboto', sans-serif !important;
    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;
}

.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 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 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
}

.section-title h3 span.white {
    color: #fff !important;

}

.section-title p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px auto 0;
}

#slide{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.slide .content-bottom:before{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

#slide .banner_img{
    height: 100vh;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: 0 85px;
}

#slide .banner_img + .container{
    top: 45%;
    z-index: 9999;
    position: absolute;
    left: calc(50% - 570px);
}

#slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000073;
}

#slide .slick-slide img {width: 100%;}

@media (max-width: 768px) {
    .section-title h3 {
        font-size: 40px;
    }
}

/*------------------------------
    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: fixed;
    top: 0;
    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;
    background-color: #fff;
}

.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;
    background-color: #fff;
}

@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: 5px 0;
}

.foxapp-header .navbar-light .navbar-toggler {
    border-color: #f77036;
    outline: none;
}

.foxapp-header .navbar-light .navbar-toggler i{
    color: #f77036;
}

.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>.nav-link {
    color: #f77036;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link{
    width: 100%;
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link i{
    position: absolute;
    right: 0;
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #f77036;
    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:hover:before {
    width: 100%;
}

.foxapp-header .navbar .navbar-nav .nav-item>.nav-link.active:before {
    width: 100%;
}

.foxapp-header .navbar .navbar-nav .nav-item ul{
    background-color: #f77036;
    position: absolute;
    top: 43px;
    padding: 10px 25px;
    left: -5px;
    opacity: 0;
    transition: all .3s;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li{
    list-style: none;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li + li{
    padding-top: 10px;
}

.foxapp-header .navbar .navbar-nav .nav-item{
    position: relative;
}

.foxapp-header .navbar .navbar-nav .nav-item ul{
    color: #fff;
}

.foxapp-header .navbar .navbar-nav .nav-item i{
    cursor: pointer;
    color: #f77036;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li a{
    color: #fff;
    padding: 0;
    white-space: nowrap;
    width: auto;
    display: inline-block;
}

.foxapp-header .navbar .navbar-nav .nav-item:hover ul{
    opacity: 1;
    top: 43px;
}

.foxapp-header .navbar .navbar-nav .nav-item:hover ul li ul {
    display: none;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li:hover ul {
    display: block;
    left: 130px;
    top: 10px;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li a:hover{
    color: #000;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li a{
    padding-right: 10px;
}

.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;
    }
}

/*------------------------------
    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 .content-bottom {
    width: 100%;
    position: relative;
    z-index: 1;
}

.slide .content-bottom h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
    margin: 10px 0 0;
}

.slide .content-bottom p {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.contact-info a:hover{
    color: #f77036 !important;
}

.faq_iamge img{
    border-radius: 5px;
}
/*

@media (min-width: 992px) {
    .slide .content-bottom img {
        max-width: 400px;
    }
}
*/

@media (max-width: 768px) {
    .slide .content-bottom h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

/*------------------------------
    04. END SLIDE STYLE
------------------------------*/

/*------------------------------
    05. START BOXES SECTION
------------------------------*/

.boxes .box {
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.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: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: inline-block;
    width: 110px;
    height: 110px;
}

.boxes .box .icon img{
    width: 100%;
    height: auto;
}

.boxes .box .lnr {
    font-size: 55px;
    line-height: 60px;
}

.boxes .box h4 {
    color: #fff;
    margin: 0;
}

.boxes .box p {
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
}

@media (max-width: 767px) {
    .boxes .box {
        margin-bottom: 30px;
    }
    footer .copyright {text-align: center;}
}

/*------------------------------
    05. END BOXES SECTION
------------------------------*/

/*------------------------------
    06. START WHY US SECTION
------------------------------*/
.why-us p {
    font-weight: 400;
    margin: 20px 0 0;
}

.why-us .why-us-icon {
    margin-bottom: 20px;
}

.why-us .why-us-icon .why_us_title{
    color: #f77036;
}

.why-us .why-us-icon .lnr {
    font-size: 35px;
}

/*------------------------------
    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;
    margin-top: 15px;
}

.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;
    }
}

@media (max-width: 414px) {
    .features-circle svg {
        max-width: 100%;
        height: 410px;
    }
}

@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 {
    background: #fff;
    padding: 2em 1em;
    border-radius: 50px;
    opacity: 0.6;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
}

.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;
}

/*------------------------------
    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 .item {
    outline: none;
    margin: 0 15px;
}

.clients-testimonial .testimonial-slider .item .client-testimonial {
    padding: 3em;
    position: relative;
}

.clients-testimonial .testimonial-slider .item .client-testimonial:after {
    position: absolute;
    content: '';
    bottom: -15px;
    width: 0;
    left: 45px;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: transparent transparent transparent transparent;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    position: relative;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:after,
.clients-testimonial .testimonial-slider .item .client-testimonial p:before {
    position: absolute;
    font-size: 400px;
    opacity: 0.2;
    color: #fff;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:before {
    content: '\f10d';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 85px;
    font-weight: 900;
    line-height: 85px;
    top: -50px;
    left: -40px;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:after {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f10e';
    font-size: 85px;
    font-weight: 900;
    line-height: 85px;
    bottom: -50px;
    right: -40px;
}

.clients-testimonial .testimonial-slider .item .client-info {
    padding: 30px 15px;
}

.clients-testimonial .testimonial-slider .item .client-info figure {
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px;
}

.clients-testimonial .testimonial-slider .item .client-info h3 {
    font-size: 20px;
    margin: 0;
}

.clients-testimonial .testimonial-slider .slick-dots {
    bottom: -60px;
}

.clients-testimonial .testimonial-slider .slick-dots li {
    width: 20px;
    height: 15px;
}

.clients-testimonial .testimonial-slider .slick-dots li.slick-active {
    width: 40px;
}

.clients-testimonial .testimonial-slider .slick-dots li button:before {
    display: none;
}

.clients-testimonial .testimonial-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}

/*------------------------------
    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 {
    font-size: 80px;
    font-weight: 600;
    margin: 0;
}

.prices .price-table .top h3 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 {
    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;
    }
}

/*------------------------------
    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 {
    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 {
        margin-top: 15px;
    }
}

/*------------------------------
    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;
}

.faq_iamge{
    text-align: center;
}

@media (max-width: 414px) {
    .download-app a {
        padding: 10px;
        padding-left: 45px;
        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;
    }
}

/*------------------------------
    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: 10px 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 i {
    font-size: 40px;
    text-align: center;
    margin: 0 auto 20px;
    color: #f77036;
}

.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('../img/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 {
    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 {
    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 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px;
}

aside.sidebar .gray-panel h3: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 {
    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 {
    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 {
    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 {
    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
------------------------------*/


/* Start custom css for VOIP */

footer .footer-widgets .footer_logo img{
    height: 40px;
}

.other-features .other-features-slider .item{
    min-height: 250px;
}

header .navbar-brand img{
    width: 100%;
}


.banner-slider .item:focus{
    outline: none;
}

.banner-slider .slick-dots li, .feature_slider .slick-dots li{
    width: 20px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    transition: all ease 0.3s;
}

.banner-slider .slick-dots li button, .feature_slider .slick-dots li button{
    background: #dcdfe7;
    height: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}

.banner-slider .slick-dots li button:before, .feature_slider .slick-dots li button:before{
    display: none;
}

.banner-slider .slick-dots li.slick-active, .feature_slider .slick-dots li.slick-active{
    width: 40px;
}

.banner-slider .slick-dots li.slick-active button, .feature_slider .slick-dots li.slick-active button{
    width: 100%;
    background-color: #f77036;
    border-radius: 15px;
}

.banner-slider .slick-dots{
    bottom: -100px;
    left: 0;
}

#about .icon i{
    font-size: 45px;
    color: #f77036;
}

#about .box{
    height: 100%;
}

#about .box h4{
    min-height: 56px;
}

#about .box .icon i{
    transition-delay: .2s;
    transition-duration: .6s;
}   

#about .box:hover .icon i{
    color: #676767;
}

#about .container .row .col-md-4{
    margin-top: 20px;
}

.clients-testimonial .testimonial-slider .item .client-testimonial{
    min-height: 310px;
}

.video-slider .slick-dots li{
    width: 20px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    transition: all ease 0.3s;
}

.video-slider .slick-dots li button{
    background: #dcdfe7;
    height: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}

.video-slider .slick-dots li button:before{
    display: none;
}

.video-slider .slick-dots li.slick-active{
    width: 40px;
}

.video-slider .slick-dots li.slick-active button{
    width: 100%;
    background-color: #f77036;
    border-radius: 15px;
}

.video-slider .slick-dots{
    bottom: -50px;
    left: 0;
}

.logos-slider .slick-track{
    display: flex;
    align-items: center;
}

#main_features .feature_title h5{
    line-height: 1.2;
}

#main_features .feature_title_one{
    flex-direction: row-reverse;
}

#main_features i{
    color: #f77036;
    font-size: 22px;
}

footer .nav-item a{
   font-family: ProximaNova;
    color: #b1aaaa;
}

footer .nav-item a span{
   font-family: ProximaNovaSemi;
}

.slide .content-bottom h4{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.why-us h3 span{
    color: #f77036;
}

.why-us h4{
    font-size: 25px;
    font-weight: 600;
}

.slide_section{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#testimonial{
    background-color: #F6F6F6;
}

#other_features i{
    color: #f77036;
    font-size: 40px;
    margin-bottom: 20px;
}

#main_features i{
    font-size: 35px;
}

footer .subscribe .subscribe-form button{
    width: 100%;
}

.mobile_screen{
    display: none !important;
}

#other_features .other-features-slider .item.text-center.slick-slide.slick-active{
    opacity: 1;
}

footer .footer-widgets .widget ul li a{
    border-bottom: 1px dotted transparent;
    transition: all .2s ease-in-out;
    padding: 5px 0;
}

footer .footer-widgets .widget ul li a:hover{
    color: #f77036;
    border-color: #f77036;
    transition: all .2s ease-in-out;
}

.feature_slider img:focus{
    outline: none;
}

.main-features .features-circle .circle-svg{
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

#msg{
    display: inline-block;
    /*width: calc(100% - 248px);
    margin-left: 50px;*/
    width: 100%;
    margin-top: 10px;
}

#msg p{
    color: #fff;
    background-color: green;
    color: #fff;
    padding: 10.5px 45px;
    border-radius: 50px;
    margin: 0;
}

.has-error + #name-error, .has-error + #email-error, .has-error + #subject-error, .has-error + #message-error{
    display: none !important;
}

.has-error .focus-border{
    width: 100% !important;
    background: #000 !important;
}

.subscribe {display: none;}

footer .subscribe .subscribe-form .form-group .form-control{
    border: 2px solid;
}

footer .subscribe .subscribe-form .form-group.has-error .form-control{
    border-color: #000;
}

footer .subscribe .subscribe-form .form-group.has-error #sub_email-error{
    display: none !important;
}

.git-in-touch .form-group .form-control::placeholder, footer .subscribe .subscribe-form .form-group .form-control::placeholder{
    font-weight: 300;
}

.git-in-touch .form-group .form-control, footer .subscribe .subscribe-form .form-group .form-control{
    color: #000;
    font-weight: 400;
}

#sub-msg{
    width: 100%;
}

#sub-msg p{
    padding: 10px 20px;
    background-color: green;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px 15px;
}

.header_menu{
    display: block;
}

.analitics_Slider .col-md-4 img{
    margin: 0 auto;
    max-width: 100%;
}

.analitics_Slider .col-md-4:focus{
    outline: none;
}

.analitics_Slider .slick-dots {
    bottom: -60px;
}

.analitics_Slider .slick-dots li {
    width: 20px;
    height: 15px;
    transition: all ease 0.3s;
}

.analitics_Slider .slick-dots li.slick-active {
    width: 40px;
}

.analitics_Slider .slick-dots li button:before {
    display: none;
}

.analitics_Slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}

.analitics_Slider .slick-dots li.slick-active button{
    width: 100%;
    background-color: #f77036;
    border-radius: 15px;
}

.analitics_dark_Slider .col-md-4 img{
    margin: 0 auto;
    max-width: 100%;
}

.analitics_dark_Slider .col-md-4:focus{
    outline: none;
}

.analitics_dark_Slider .slick-dots {
    bottom: -60px;
}

.analitics_dark_Slider .slick-dots li {
    width: 20px;
    height: 15px;
    transition: all ease 0.3s;
}

.analitics_dark_Slider .slick-dots li.slick-active {
    width: 40px;
}

.analitics_dark_Slider .slick-dots li button:before {
    display: none;
}

.analitics_dark_Slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #dcdfe7;
    margin: 0 auto;
}

.analitics_dark_Slider .slick-dots li.slick-active button{
    width: 100%;
    background-color: #f77036;
    border-radius: 15px;
}

.why-us .switch {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 50px;
}

.why-us .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.why-us .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border:2px solid #ccc;
}

.why-us .slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 5px;
  bottom: 6px;
  background-color: #f77036;
  -webkit-transition: .4s;
  transition: .4s;
}

.why-us input:checked + .slider {
  background-color: #000;
}

.why-us input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

.why-us input:checked + .slider:before {
  -webkit-transform: translateX(114px);
  -ms-transform: translateX(114px);
  transform: translateX(114px);
}

.why-us .container{
    text-align: center;
}

.why-us .light{
    visibility: visible;
    height: auto;
}
.why-us .dark{
    visibility: hidden;
    height: 0;
}
.dark_section .light{
    visibility: hidden;
    height: 0;
}
.dark_section .dark{
    visibility: visible;
    height: auto;
}

.why-us .switch span.dark_mode{
    right: 20px;
    color: #000;
}

.why-us .switch span.light_mode{
    left: 16px;
    color: #ccc;
}

.why-us .switch span.switch_mode{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.why-us .switch span.light_mode{
    display: none;
}

.why-us .switch span.dark_mode{
    display: flex;
}

.dark_section .switch span.light_mode{
    display: flex;
}

.dark_section .switch span.dark_mode{
    display: none;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.banner_alignment{
    flex-direction: row-reverse;
}

.why-us .full_mobile_screen{
    display: none;
}

.banner_image{
    text-align: right;
}

/* About us page css start */

.about_top .row img{
    max-width: 100%;
}

.about_top .row .col-md-6 img{
    width: 100%;
}

.about_second_section .row .col-md-6 img{
    width: 100%;
}

.about_second_section.faq .row  {
    flex-direction: initial;
    align-items: flex-start;
}

.about_second_section .row{
    flex-direction: row-reverse;
    align-items: center;
}

.about_second_section ul li, .about_top ul li{
    padding-bottom: 5px;
    position: relative;
    list-style: none;
    line-height: 25px;
}

.about_second_section ul li::before,  .about_top ul li:before{
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f77036;
    border-radius: 50%;
    top: 10px;
    left: -20px;
}

.about_second_section{
    padding: 100px 0 0;
}

.about_second_section.recruiter_section{
    padding: 100px 0;
}

.about_top h2, .about_second_section h2{
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.about_top h4, .about_second_section h4{
    text-transform: uppercase;
    color: #f77036;
    margin-bottom: 15px;
}

.about_page_center{
    padding: 30px 0;
    background-color: #f77036;
}

.about_page_center h2{
    color: #fff;
    margin: 0;
    text-align: center;
    width: 100%;
}

footer p, footer li{
    color: #fff;
}

p, li{
    color: #000;
    line-height: 1.7;
}

h5{
    font-weight: 600;
    margin-bottom: 20px;
}

.about_value_section{
    padding: 100px 0;
}

.about_value_section p{
    margin-bottom: 5px;
}

/* About us page css end */

.foxapp-header .navbar .navbar-nav .nav-item i{
    color: #f77036;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li i{
    color: #fff;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li:hover i{
    color: #000;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li:hover a{
    color: #000;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li:hover ul li a{
    color: #fff;
}

.foxapp-header .navbar .navbar-nav .nav-item ul li:hover ul li:hover a{
    color: #000;
}


/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: po  rtrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.watch-video .video {background-size: 94%; background-position: center 1px; overflow: hidden; width: 90% !important;}
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.watch-video .video {background-size: 99%; background-position: center 1px;}
}

.feature_slider_img img{
    margin: 0 auto;
}

.feature_slider_img:focus{
    outline: none;
}

ul.it-recruit-list {
    display: flex;
    flex-wrap: wrap;
}

ul.it-recruit-list li {
    width: 50%;
}

#mail-status p{
    padding: 15px 20px;
    color: #fff;
    background-color: green;
    margin: 20px 0 0;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1366px){
    .foxapp-header{
        top: 0;
    }
    
    .other-features .other-features-slider .item{
        min-height: 270px;
    }
}


@media screen and (max-width: 1200px){
    #slide{
        background-position: center 0;
    }

    .clients-testimonial .testimonial-slider .item .client-testimonial{
        min-height: 366px;
    }
    .main-features .features-circle .circle-svg svg{
        display: none;
    }

    .watch-video .video-slider{
    	margin: 0;
	    max-width: 100%;
	    flex: 0 0 100%;
    }

    .watch-video .video-slider .video{
    	width: 80%;
    	margin: 0 auto;
    }
}

@media only screen 
and (min-device-width : 992px) 
and (max-device-width : 1199px)  {
    .main-features .col-lg-3.text-lg-right.left-side{
        width: 30%;
        max-width: 100%;
        flex: 0 0 30%;
    }
    
    .main-features .left-side .one-feature:nth-child(1), .main-features .left-side .one-feature:nth-child(3){
        left: 0;
    }
    
    .main-features .col-lg-6.text-center{
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .main-features .right-side .one-feature:nth-child(1), .main-features .right-side .one-feature:nth-child(3){
        right: 0;
    }
    
    .main-features .one-feature{
        margin-bottom: 40px;
    }
    
    .main-features .col-lg-3.right-side{
        width: 30%;
        flex: 0 0 30%;
        max-width: 100%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    header .navbar-brand img{
        max-width: 250px;
    }   
    
    .lity-iframe-container{
        width: calc(100% + 3px);
    }
    
    #about .col-md-6{
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    #about .col-md-6 + .col-md-6{
        flex: 0 0 65%;
        max-width: 100%
    }
    
    #about .mobile_screen{
        display: block !important;
        margin: 0 auto;
    }
    
    #about .desktop_screen{
        display: none;
    }
    
    #about .col-md-6 + .col-md-6 .col-md-6{
        flex: 0 0 50%;
        padding: 0 10px;
        max-width: 100%;
    }
    
    .why-us .why-us-icon p{
        margin-left: 10px;
    }
    
    .feature_slider_img img{
        height: 500px;
    }
    
    #download_app .col-lg-6{
        text-align: center;
    }
    
    #download_app .desktop_screen{
        display: none !important;
    }
    
    #download_app .mobile_screen{
        margin-top: 20px;
        display: block !important;
    }
    
    .slide_section{
        display: block;
    }
    
    .why-us .switch{
        margin-left: 0;
    }
    
    .boxes .box p {
        font-size: 17px;
        line-height: 25px;
    }
    
    .why-us p{
        font-size: 17px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 992px)  {
   #boxes .box .icon i {
        font-size: 35px;
    }

    .boxes .box .icon {
        padding: 10px;
        height: 70px;
        width: 70px;
    }

    #boxes .box {
        padding: 20px 10px;
    }

    #boxes .box h4 {
        font-size: 22px;
    }

    #boxes .col-md-4 {
        padding: 0 10px;
    }
    
    .slide .content-bottom h2{
        font-size: 70px;
    }
}


@media screen and (max-width: 992px){
    #main_features .feature_title_one{
        flex-direction: row;
    }
    
    .feature_slider .slick-dots{
        bottom: 0;
    }
    
    .clients-testimonial .testimonial-slider .item .client-testimonial{
        min-height: 250px;
    }
    
    #download_app a.btn.btn-primary i{
        font-size: 50px;
    }
    .foxapp-header .navbar .navbar-nav .nav-item>.nav-link{
        padding: 20px;
    }
    .foxapp-header{
        padding: 0;
    }
}

@media screen and (max-width: 991px){
    .navbar_menu{
        display: none;
    }
    
    .foxapp-header{
        position: fixed;
    }
    
    .header_menu{
        display: none;
    }
    
    .header_menu{
        width: 100%;
        height: 100vh;
        display: none;
        align-items: center;
    }
    
    .header_new_menu{
        display: flex;
        height: 100%;
    }
    
    .header_menu ul{
        margin: 0 auto 0 0 !important;
        position: relative;
        padding-top: 20px;
    }

    .foxapp-header .navbar .navbar-nav .nav-item{
        flex-wrap: wrap;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul{
        opacity: 1;
        position: relative;
        top: 0;
        background-color: transparent;
        left: 0;
        width: 100%;
        padding: 0 25px;
    }
    
    .header_menu ul li a{
        text-align: center;
        font-size: 30px;
    }
    
    .header_menu ul li a.active{
        font-weight: 600 !important;
    }
    
    .foxapp-header .navbar{
        padding: 0;
    }
    
    .foxapp-header .navbar .navbar-nav .nav-item>.nav-link{
        padding: 10px;
        font-size: 18px;
        text-align: left;
        width: auto;
        display: inline-block;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul li a{
        text-align: left;
        color: #f77036;
        font-size: 16px;
    }
    
    .foxapp-header{
        padding: 1em;
    }

    .foxapp-header .navbar .navbar-nav .nav-item span.down {
        position: absolute;
        bottom: 100%;
        right: -25px;
        border: 11px solid transparent;
        border-top-color: #f77036;
        top: calc(50% - 5px);
    }

    .foxapp-header .navbar .navbar-nav .nav-item:hover ul{
        top: 0;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul{
        display: none;
    }
    
    .foxapp-header .navbar .navbar-nav .nav-item ul li a {
        text-align: left;
    }

    .foxapp-header .navbar .navbar-nav .nav-item.show_sub_menu ul{
        display: block;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul li a:hover{
        color: #f77036;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul li a{
        width: auto;
        padding-right: 10px;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul li:hover ul{
        left: 0;
    }
    
    .foxapp-header .navbar .navbar-nav .nav-item ul li:hover ul li a{
        color: #f77036;
    }

    .foxapp-header .navbar .navbar-nav .nav-item ul li i{
        color: #f77036;
    }
}

@media screen and (max-width: 767px){
    .why-us .full_mobile_screen{
        display: block;
        padding: 0 15px;
    }
    
    .slide .content-bottom p{
        margin: 0 auto 20px;
    }
    
    #slide{
        padding-bottom: 0;
    }
    
    .banner-slider .slick-dots{
        bottom: -50px;
    }
    .banner-slider .item{
        text-align: center;
    }
    
    .why-us .full_desktop_screen{
        display: none;
    }
    
    .why-us .full_desktop_screen + .space-50{
        height: 20px;
    }
    
    .full_visibility_section{
        margin-top: 30px;
    }

    .lity-iframe-container{
        width: calc(100% + 5px);
    }
    .analitics_Slider .slick-dots{
        bottom: -25px;    
    }
    
    #about .row .col-md-6 + .col-md-6{
        margin-top: 50px;
    }
    
    #about .row .col-md-6 + .col-md-6 .col-md-6{
        margin-top: 0;
    }
    
    .analitics_dark_Slider .slick-dots{
        bottom: -25px;
    }
    
    footer .copyright .row{
        justify-content: center !important;
    }

    footer .footer-widgets .widget h6{
        margin-bottom: 20px;
    }

    footer .footer-widgets .footer_logo{
        margin-bottom: 30px;
    }

    footer .footer-widgets .row .col-12:last-child{
        margin-top: 15px;
    }

    #boxes .box h4{
        min-height: auto;    
    }
    
    #msg{
        width: 100%;
        margin: 15px 0 0;
    }
    .why-us .mobile_screen{
        margin: 0 auto 20px;
    }
    .slide .content-bottom img{
        margin-top: 20px;
    }
    
    .desktop_screen{
        display: none !important;
    }
    
    .mobile_screen{
        display: block !important;
        margin: 20px auto 0;
    }
    
    .slide .content-bottom img.mobile_screen{
        display: block !important;
        margin-top: 20px;
        height: 400px;
    }
    
    header .navbar-brand img{
        max-width: 200px;
    }
    
    #boxes .box{
        height: auto;
    }

    .boxes .row .col-12 + .col-12{
        margin-bottom: 20px;
    }
    
    .banner-slider .col-md-6{
        text-align: center;
    }
    
    .banner-slider .col-md-6 p{
        margin: 0 auto 20px;
    }
    
    #download_app .col-lg-6{
        text-align: center;
    }
    
    .padding-100{
        padding: 50px 0;
    }
    
    .watch-video .video a{
        width: 40px;
        height: 40px;
    }
    
    .clients-testimonial .testimonial-slider .item .client-testimonial{
        padding: 40px 20px;
    }
    
    footer .subscribe .subscribe-form button{
        margin-top: 20px;
    }
    
    #download_app a.btn.btn-primary{
        width: auto;
        font-size: 20px;
        padding-left: 80px;
        padding-right: 30px;
    }
    
    .why-us .why-us-icon p{
        margin-left: 15px;
    }
    
    footer .footer-widgets .footer_logo img{
        height: 65px;
    }
    
    .why-us .row .col-md-6 .row{
        margin-bottom: 25px;
    }
    
    .why-us .row .col-md-6 .row:last-child{
        margin-bottom: 0;
    }
    
    .why-us .why-us-icon{
        margin-bottom: 0;
    }
    
    .feature_slider .slick-dots{
        bottom: 0;
    }
    
    .clients-testimonial .testimonial-slider .item .client-info figure{
        width: 50px;
        height: 50px;
    }
    
    #about .row .col-md-6{
        text-align: center;
    }
    
    #about .row .col-md-6 .why-us-icon{
        text-align: left;
    }
    
    .feature_slider_img img{
        height: 400px;
    }
    
    .faq_iamge .mobile_screen{
        height: 400px;
    }

    .footer_bottom_space{
        height: 0 !important;
    }
    
    .why-us h3{
        font-size: 40px;
    }
    
    .why-us .slide_section{
        display: block;
    }
    
    .why-us .switch{
        margin-left: 0;
    }

    .faq_iamge{
        padding-top: 25px;
    }    
/*
    .fixed_header{
        height: 100vh;
        position: fixed;
    }
    
    .fixed_header .navbar-collapse{
        height: 100vh;
        display: flex;
        align-items: center;
    }
    
    .fixed_header .navbar-collapse ul{
        margin: 0 auto;
    }
    
    .fixed_header .navbar-collapse ul li a{
        text-align: center;
        font-size: 30px;
        top: 0;
        bottom: 0;
        position: fixed;
    }
    
    .fixed_header .navbar-collapse ul li a.active{
        font-weight: 600;
    }
    
    .bodyfix{
        position: fixed;
        top: 0;
        bottom: 0;
    }
*/
    
/*
    header .navbar-collapse{
        display: none;
    }
    
    .fixed_header .navbar-collapse{
        display: flex;
    }
*/
}

@media screen and (max-width: 576px){
    .copyright li{
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
}

/* End custom css for VOIP */
#video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    background: transparent url(video-bg.jpg) no-repeat;
    background-size: cover;
  }
  video {
    display: block;
  }
  .video-container {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
  }