﻿@media (min-width: 701px) and (max-width: 2000px) {
    body {
        font-family: 'Noto Sans', sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    #topLine {
        height: 4px;
    }
    p, ul li{
        color:darkgreen;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Hind', sans-serif;
        color: darkorange;
        font-weight: bold;
    }

    .blue {
        color: darkorange;
    }

    .bgBlue {
        background: darkorange;
    }

    .bgGray {
        background: #EFEFEF;
    }

    #MainMenu {
        margin-top: 55px;
      
    }

    .navbar {
        margin-left: auto !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.9);
        font-family: 'Hind', sans-serif;
        padding-right: 20px;
        padding-left: 20px;
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px dotted gray;
        height: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item:last-child .nav-link {
        border-right: none !important;
    }

    #services {
        padding-top: 80px;
        padding-bottom: 100px;
        min-height: 300px;
    }

        #services .img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            box-shadow: 10px 10px 0 darkorange;
        }

        #services .col-md-4 {
            margin-bottom: 60px;
        }

        #services h4 {
            margin-top: 40px;
            text-align: left;
            color: #3AB54A
        }
      
        .ghostbutton {
            border: 1px solid green;
            padding: 5px 20px;
            border-radius: 20px;
            margin-top:10px;

        }
    #about {
        background-color: #C7C9CB;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url(../images/about-bg.png);
        background-attachment: fixed;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
    #contact {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #client {
        padding: 100px 20px;
    }

    .partnerImg img {
        height: 90px;
        margin: 0 20px;
    }

    #contactForm input, #contactForm textarea {
        border: 1px solid rgba(160, 160, 159, 1);
        color: #605E5E;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .submitButton {
        background-color: darkorange;
        color: white !important;
        padding: 10px;
        border: none;
    }

    .address {
        padding: 20px;
        border: 1px solid #c0c0c0;
    }

        .address i {
            color: #3A83C8;
            font-size: 20px;
            margin-right: 10px;
        }

    #footer {
        background-color: dimgray;
        color: white;
        font-size: 14px;
        padding: 10px 0;
    }

    .carousel-caption {
        background: darkorange;
        color: darkgreen;
        font-weight: bold;
        padding:20px;
    }

    [data-toggle="collapse"].collapsed .if-not-collapsed {
        display: none;
    }

    [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
        display: none;
    }
    #news {
        padding: 50px;
        background-color: #EFEFEF;
    }
    .abtimg
    {
        height:200px;
        width:200px;
        border-radius:50%;
    }
   
}
