﻿body .navbar-fixed-top.scrolled .nav-link {
    color: #555;
}

body .footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
}

body .footer ul {
    list-style: none;
}

body .main-title {
    color: white;
}

body .logo {
    max-width: 110px;
}

body .sticky-topnav {
  position: fixed !important;
}

    body .navbar a {
        font-size: 14px;
    }


    .logo-container {
    margin: 20px;
    padding-left: 10px;
  }


body .section-one {
    background-image: url('../../../../../../../Images/Agents/mainbg.jpg');
    height: 100vh;
    min-height: 710px;
    background-repeat: no-repeat;
    background-size: cover;
}

body .section-serverDwn {
    background-image: url('../../../../../../../Images/mainban-Home.jpg');
    height: 100vh;
    min-height: 710px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer p {
    line-height: 1.3;
}

body .section-two div.row:nth-child(2) img {
    max-width: 250px;
}

body .section-one p, body .section-two p{
    line-height: 1.4;
}

body .section-three {
    background-image: url('../../../../../../../Images/Agents/Contact us img.png');
    background-repeat: no-repeat;
    background-position: center 30%;
    background-repeat: no-repeat;
    height: 100%;
}
.toggle-nav a.btn {
    padding: 8px 16px;
    margin-bottom: 1px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}


@media only screen and ( max-width: 411px ) {
    body  p.mb-0.main-title.title-header {
        font-size: 25px;
    }
    .title-header {
        font-size: 25px;
    }
}

@media only screen and ( max-width: 576px ) {
   body .section-three {
        background-size: cover;
    }
    body .main-title {
        font-size: 30px;
    }
    body .footer {
       text-align: center;
    }
    body .section-two div.row:first-child img {
        max-width: 230px;
    }

    body .section-two div.row:last-child div.carousel-inner {
        max-width: 275px;
    }
}


@media only screen and ( min-width: 577px ) {
  body .section-three {
        background-size: cover;
    }
    body .main-title {
        font-size: 40px;
    }

    body .section-two div.row:first-child img {
        max-width: 150px;
    }
    body .section-two div.row:last-child div.carousel-inner {
        max-width: 300px;
    }
}


@media only screen and ( min-width: 960px ) {
  body .section-three {
        background-size: 100%;
    }
    body .main-title {
        font-size: 50px;
    }
    body .section-two div.row:first-child img {
        max-width: 250px;
    }

    body .section-two div.row:last-child div.carousel-inner {
        max-width: 375px;
    }
}

@media only screen and (min-width: 1024px) {
    body .section-two div.row:first-child img {
        max-width: 250px;
    }
    body .section-two div.row:last-child div.carousel-inner {
        max-width: 410px;
    }
}

@media only screen and (min-width: 1140px) {
    body .section-two div.row:first-child img {
        max-width: 300px;
    }
    body .section-two div.row:first-child img {
        max-width: 300px;
    }

}