/* Your custom styles */

body {
    font-family: 'Roboto 400', sans-serif;
}

ul li, ol li{
    margin-bottom:10px !important;
}

.legal .navbar {
    background: #fff;
}

.nav-item a {
    color: #000;
    font: normal 16px/20px 'Roboto';
}

.nav-item a:hover {
    color: #db241e;
}

.nav-item .dropdown-item:hover {
    background-color: #d92a2b !important;
}

.blinking {
    animation: blinkingText 1.2s infinite;
    background: red;
    border-radius: 1px;
    font-size: 11px;
    padding: 0 2px;
    }

@keyframes blinkingText {
    0%,
    100%,
    49% {
        color: #FFCE43
    }
    60%,
    99% {
        color: transparent
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-expand-lg .navbar-nav {
    margin-left: 0px;
}

#accoutants-carousel-1 {
    margin-top: 75px;
}

#accoutants-carousel-1 .carousel-caption {
    top: auto;
}

#accoutants-carousel-1 .carousel-caption h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.0px;
}

#accoutants-carousel-1 .carousel-caption p {
    font-size: 24px;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    width: 5.0rem;
    height: 5.0rem;
}

.navbar-nav .active a {
    color: #db241e;
}

.navbar-nav .active a:hover {
    color: #000;
}

.client-login {
    text-transform: capitalize !important;
    font-size: 16px !important;
    padding:12px 18px !important;
    font-weight: 600 !important;
}


.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon3 span,
.animated-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #db241e;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.services .card-body {
    height: 140px;
    padding: 0.70rem;
}

.services .section-description {
    margin-bottom: 1rem;
}


.services .card .card-body .card-text {
    font-size: 16px;
}

#testimonials .section-description,
#team .section-description {
    margin-bottom: 1rem;
}

.contact-icons li {
    vertical-align: middle;
}

section .contact .contact-icons li p {
    padding-top: 0;
}

.contact a{
    color: #fff;
}

#map-container {
    margin-top: 80px;
}

.dsc-logo img{
    margin-right:20px;
    width:250px;
    height:auto;
}

.dsc-logo img:last-child{
    margin-right:0px !important;
}

.ribbon-new{
  width: 100%;
  background-color: #f44336;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
}

.text {
  padding-top: 10px;
  vertical-align: middle;
  font-size: 20px;
  color: yellow;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

.text span{
    margin-right:20px;
}

.whats-new {
  height: auto;
  background-color: Blue;
  padding: 10px 30px 10px 30px;
  font-size: 20px;
  color: white;
  z-index: 1;
  display: block;
}

.price-tab {
    background:#13C39A;
    border-radius:2px;
}

.price-tab a{color:#fff !important;}
.price-tab a:hover{
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-brand {
/*        margin-right:0px !important;*/
        width: 200px !important;
    }

    .nav-item a {
        font-size: 14px !important;
    }

    .client-login {
        padding:12px !important;
        font-size: 14px !important;
    }

    .navbar-brand img{
        width: 100% !important;
    }

    .navbar.scrolling-navbar {
        padding: 4px 0px 4px 0px!important;
    }

    .services .card-body {
        height: 160px;
    }


}

@media (max-width: 991px) {




    .navbar-expand-lg .navbar-nav {
        margin-left: 0;
        margin-top: 10px;
    }

    #accoutants-carousel-1 .carousel-caption h2 {
        font-size: 30px;
    }

    #accoutants-carousel-1 .carousel-caption p {
        font-size: 20px;
    }
    .services .card-title {
        font-size: 20px !important;
    }

    .services .card-body {
        height: 150px;
    }
}


@media (max-width: 768px) {

    .services .card-body {
        height: auto;
    }

    .dsc-logo img{
        margin-right:10px;
        margin-bottom:10px;
        width:45%;
    }

    .whats-new{
        font-size:14px;
        padding: 5px 10px 5px 10px;
    }

    .text{
        padding-top: 0px;
        font-size:16px;
        line-height: 28px;
    }

    .youtube-video iframe {
    width: 100%;
    height: 124%;
}


}


@media (max-width: 575px) {
    .container {
        width: 100%;
    }

    .navbar-brand {
        width: 200px;
    }

    .nav-item a {
    line-height: 30px !important;
    }


    .navbar-brand img {
        width: 90%;
    }

    #accoutants-carousel-1 {
        margin-top: 56px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .navbar .dropdown-menu {
        position: relative !important;
        overflow: auto;
        border: none;
        border-radius: none;
    }

    #accoutants-carousel-1 .carousel-caption h2 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0;
    }

    #accoutants-carousel-1 .carousel-caption p {
        display: none;
    }

    .carousel .carousel-control-next-icon,
    .carousel .carousel-control-prev-icon {
        display: none;
    }

    .about-img-lead {
        margin-top: 50px;
    }

    #map-container {
    margin-top: 55px;
    height: 300px !important;
    }

    #map-container iframe{
        height: 300px !important;
    }

    .dsc-logo img{
        margin-right:10px;
        margin-bottom:10px;
        width:45%;
    }




}