

@font-face {
  font-family: mainFont;
  src: url('fonts/IstokWeb-Regular.ttf');
  /* src: url('fonts/Lato-Regular.ttf'); */
  /* src: url('fonts/Arapey-Regular.ttf'); */
  /* src: url('fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf'); */
}

body{
    font-family: 'mainFont';
    font-size: 15px;
}

.main-menu .navbar-nav li.nav-item a.nav-link{
    font-family: 'mainFont';
}


.navbar-icon{
    height: 2px;
}


.section-title h1{
    font-family: 'mainFont';
}

.logo img{
    height:90px;
}


.slider-btn{
    z-index: 100 !important;
    position: relative;
}

.slider-content p{
    font-family: 'mainFont';
    letter-spacing: 2px;
    font-size: 24px;
    color:#404040;
    text-transform: capitalize;
}

.slider-img{
    padding-top:0;
}

.slider-content h1 {
    color: #0e0e0e !important;
    text-transform: capitalize;
}

.slider-img img{
    max-height: 600px;
}

#section-about-us{
    margin: 0;
    padding: 50px 0;
    text-align: justify;
    line-height: 26px;
    font-size: 14px !important;
    background-color: #fff !important;
}

.about-us-img img{
   max-width: 100%;
}

.service-icon img{
    width:50px;
}

.service-desc{
    overflow-wrap: break-word;
}

.service-head h2:after{
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top:10px;
}

.service-head h2:hover{
    color:#000 !important;
}

.service-head h2:hover:after{
    width: 100%;
}

.service-area {
    background-color: #f7f7f7;
}

.services-caption{
    padding: 40px 45px 20px;
}

.services-caption:hover {
    border: 1px solid #d2d2d2;
}

.services-caption .service-desc p{
    min-height: 100px;
}

.app-features-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    min-height: 30px;
}

.app-features-content p {
    margin-bottom: 0;
    padding-right: 40px;
    min-height: 125px;
}

.testimonial-profile-pic img{
    width:100px;
}

.contact-form textarea{
    height:246px;
}

.contact-form input:focus, .contact-form textarea:focus {
    box-shadow:none;
    border-color: #333;
}

.footer-logo img{
    width:100px;
}

.footer-text{
    letter-spacing: 1px;
    font-style: italic;
}

.footer-social-icon a{
    color:#999;
    margin-right: 10px;
}

.footer-social-icon .fab{
    font-size: 18px;
}

.footer-social h6{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-widget-link .nav-link{
    padding:3px 5px;
}

#copyrights{
    background: #fff !important;
}

#copyrights span{
    color:#656565 !important;
}

#download .download-img img{
    height:400px;
}

.app-features-img{
    margin-left:0;
    margin-top:0;
 }

 @media (max-width: 991px){
    .navbar-toggler{
        display: inline-block;
        max-width: 12%;
        width: 45px;
        border-radius: 4px;
        border-width: 1px !important;
    }

    ul.navbar-nav {
        background: #f9f7f7;
    }

    .logo{
        display: inline-block;
        width: 85%;
    }

    .logo img {
        width: 90%;
        height: auto;
    }

    .best-pricing h2{
        margin-bottom: 40px;
    }

    .pricing-box{
        padding-left: 15px;
        padding-right: 15px;
    }
 }

 @media (min-width: 768px){
    #pricing-plan .container {
        max-width: 100%;
    }

 }