@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .navbar-nav .nav-item .dropdown-menu-right::before {
    margin-left: 45px !important;
  }
  .navbar-custom .container {
    width: 90%;
  }
  .col-lg-4.padding-less img{
    width: 200px;
  }
  .news{
    background-size: cover;
    background-repeat: no-repeat;
    height: 245px;
  }
  .logo-img img {
    width: 115px;
    margin: 65px 10px;
  }
  .para-desc {
    max-width: 465px;
  }
  .cta-full .padding-less {
    position: relative !important;
    height: 300px !important;
  }
  .cta-full .cta-full-content {
    text-align: left !important;
  }
}

@media (min-width: 320px) and (max-width: 360px){
  .client-review{
    padding: 30px 10px 40px 10px;
  }
  .logo-img img {
    width: 11%;
    margin: 14% 4%;
  }
  .news{
    height: 20%;
  }
}


@media (min-width: 361px) and (max-width: 768px){
  .logo-img img {
    width: 11%;
    margin: 14% 4%;
  }
  .news{
    height: 20%;
  }
}

@media (max-width: 360px){
  .footer{
    padding: 25px 0px;
  }
  .footer .justify-content-center img {
    width: 125px;
    height: 30px;
  }
}



@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    background-color: #ffffff !important;
    padding: 10px 0px !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #161c2d !important;
  }
  .navbar-custom .navbar-nav .nav-item .dropdown-toggle:after {
    float: right;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu:before {
    display: none;
  }
  .navbar-custom .navbar-brand .l-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .l-light {
    display: none;
  }
  .navbar-custom .social-icon.light-social-icon li a {
    color: #3c4858;
    border-color: #3c4858;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu-right::before {
    margin-left: 160px !important;
  }
  .navbar .nav-item .dropdown .dropdown-menu:before {
    top: 52px;
  }
}
@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}



@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .bg-half {
    padding: 150px 0;
    height: auto;
  }
}


@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 40px !important;
  }
  .cta-full .cta-full-img-box {
    padding: 60px 10%;
  }
}



@media only screen and (max-width: 320px) {
  #style-switcher {
    display: none;
  }
}