@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;700&display=swap');
body{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Inconsolata', monospace;
    color: #000000;
    background: #ffffff;
}
h1,h2,h3,h4,h5,h6{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
}
h1{
    font-size: 3rem;
}
h4{
  font-size: 1.4rem;
}
p {
    font-size: .9rem;
    font-weight: 400;
}
.invalid-feedback{
    margin-bottom: 0rem;
}
.text_color{
   color: #F26522;
}
.padding-top{
  padding-top: 3.5rem;
}
.padding-bottom{
  padding-bottom: 3.5rem;
}
.middled{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mendatory{
    color: #8E196A;
}
.submit_btn{
  background: linear-gradient(93.24deg, #000000 6.57%, #f2f2f2 142.08%);
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.10);
  color: #ffffff;
  border: none;
  padding: .2rem 2rem;
  align-self: center;
}
.submit_btn:hover{
  background: linear-gradient(93.24deg, #68202b 6.57%, #ed1c24 142.08%);
  color: #ffffff;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
}
.apply_btn{
    padding: .2rem 3rem;
}
.card{
    min-height: 15rem;
    height: 100%;
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 4px 13px rgb(138 132 132 / 34%);
}
.card span{
    font-size: 1rem;
    color: #000000;
}
/*.card-title{
    color: #8E196A;
}*/
.card-title, .card-subtitle{
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.card-body{
    padding:1.25rem 1.25rem 1.25rem 1.25rem;
}
.card-text{
    padding-top: .5rem;
    font-size: .8rem;
}
.card-footer:last-child {
    border-radius: 0 0 1rem 1rem;
}
.reg-form{
    display: flex;
    flex-flow: column;
    margin: 0 auto;
}
.reg-form .form-control {
    width: 80%;
    background-color: #ededed;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.reg-form .form-group .file-upload-default {
    visibility: hidden;
    position: absolute;
}
.reg-form .field_wrapper{
    width: 80%;
}
.reg-form  .custom_field{
    min-width: 62%;
}

.col-form-label{
    text-align: right;
}
.upload_btn{
    background-color: #8E196A;
    color: #FFFFFF;
    padding: .2rem 1rem;
}
header{
/*    position: absolute;*/
    right: 0;
    left: 0;
    z-index: 999;
}
.container-fluid{
    padding-right: 0rem !important; 
    padding-left: 0rem !important;
}
.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.jumbotron{
    border-radius: 0rem !important;
    padding: 1rem 0rem !important;
    margin-bottom: 0rem !important;
}

.nav-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
}
#topbar-menu{
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover{
    font-weight: 600;
    color: #ED1C24;
}
.dropdown:hover>.dropdown-menu{
    text-align: left;
    background: #ED1C24;
}

.dropdown-item:active,.dropdown-item:hover {
        background-color: #ED1C24 !important;
        color: #ffffff;
    }
.nav-item .nav-link:hover::before {
    width: 0.8rem;
    bottom: .9rem;
}
.navbar{
    padding: 0rem 0rem;
}
.nav-content{
    padding: 0rem 0rem !important;
    text-align: center;
}

.navigation{
    padding: 0.5rem 0rem;
    /*box-shadow: 0px 4px 13px rgb(138 132 132 / 34%);*/
}
.contact-details p{
  font-size: .8rem
}

.banner .card{
    background: #626780;
    justify-content: center;
    /*box-shadow: 11px 13px 23px rgba(89, 110, 220, 0.49);*/
}
.banner .card .card-title {
    color: #ffffff;
}
.banner .card img{
    width: 19rem;
}
.slider-txt{
    display: inherit;
}
.services .card .card-img-top {
    padding: 1rem 1rem 0 0;
    width: 5rem;
    align-self: end;
}
.services .card-title{
    text-align: left;
}
.services .card-body {
    display: flex;
    flex-flow: column;
    padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.services-banner {
    background-image: url('/frontend/images/services-bg.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}
.aboutus img{
    border-radius: 1rem;
}
.team img{
    border-radius: 1rem;
}
.contact_form {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
}
.contact_form .submit_btn{
  align-self: center;
  padding: .2rem 2rem;
}
.review-img{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.img-box {
    padding: 1rem;
    text-align: center;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-indicators {
    bottom: 0%;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    top: 115%;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    transform: scale(1.2);
}
.carousel-control-next img, .carousel-control-prev img{
    width: 3.5rem;
}
.carousel-control-next {
    right: -4%;
}
.carousel-control-prev {
    left: 80%;
}
.testimonials .card img {
    max-width: 10rem;
    min-width: 6rem;
}
.testimonials .card {
    background: #626780;
    color: #ffffff;
    justify-content: center;
}
.testimonials .card .card-title, .testimonials .card .card-subtitle {
    text-align: left;
    color: #ffffff;
}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
    bottom: 70%;
    top: 0;
}
.testimonials .carousel-control-next {
    right: 0%;
}
.testimonials .carousel-control-prev {
    left: 78%;
}
.map {
    width: 100%;
    height: 400px;
}
.contact_form{
    display: flex;
    flex-flow: column;
}
.footer{
    background-color: #ffffff;
    padding: .5rem 0rem .5rem 0rem;
}
.footer h1{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer p{
    color: #000000;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 0rem;
}
.footer h5{
    color: #000000;
}
.footer a{
    color: #000000;
    font-size: .9rem;
    text-align: center;
}
.footer .social{
    justify-content: center;
}
.footer .social a{
    padding-right: 1rem;
}

/*.footer > div {
    padding-top: 1rem;
}*/
hr{
    border-top: 2px solid #000000 !important;
}
.copyright{
    padding-top: 1rem;
    padding-bottom: .5rem;
}
.footer a:hover {
  color: #F37134;
  text-decoration: none;
}

.footer{
    display: flex;
}
/*End Social media*/
@media screen and (max-width: 1366px){
    .nav-item{
        color: #fff;
        font-weight: 600;
        font-size: 1.1rem;
        padding: 0.1rem 0.1rem;
    }
}
@media screen and (max-width: 1200px){
    .nav-item{
        font-size: 1.2rem;
        padding: 0rem;
    }
    .footer{
       padding-top: 2rem; 
    }  
    .navbar-nav .nav-item .active::before {
        bottom: 0.6rem;
    }  
    .footer a {
        padding: 0.5rem 0.5rem;
    }
}

@media screen and (max-width: 1024px){
    #main-nav {
        padding-left: 2rem;
    }
    .footer a {
        padding: 0.5rem 0.5rem;
    }
    .nav-item {
        font-size: 1rem;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 1rem !important;
    }
}
@media screen and (max-width: 992px){
    h1{
      font-size: 2rem;
    }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1rem;
  }
  p{
    font-size: .9rem;
    text-align: justify;
    word-break: break-all;
  }
    .padding-top{
      padding-top: 2rem;
    }
    .padding-bottom{
      padding-bottom: 2rem;
    }
    .dropdown:hover>.dropdown-menu{
        text-align: center;
        border: none;
    }
    .navbar-nav {
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
        height: 100vh;
        top: 0;
        background: #fff;
    }
    .nav-item{
        
        font-size: 1.1rem;
        border-bottom: 1px solid #000;
    }
    .jumbotron{
        padding: 1.5rem 1.5rem !important;
    }
    .navbar-nav li a{ 
        text-align: center;
        color: #8E196A;
    }
    .banner-content h4{
        font-size: .9rem;
    }
    .submit_btn {
        padding: 0.2rem 2rem;
        font-size: .8rem;
    }
    .contact_form {
        width: 80%;
      }
  .banner-content{
    padding-bottom: .5rem;
    }
    .carousel-control-next img, .carousel-control-prev img{
       width: 2rem;
    }
    
    /*.services{*/
    /*    margin-bottom: 5rem;*/
    /*}*/

    .contact-details{
      text-align: center;
    }
    .footer-logo{
        display: block;
        text-align: center;
    }
    .copyright {
        padding-top: 1rem;
        padding-bottom: 0rem;
        text-align: center;
    }
    .wrapper {
      padding-top: 0.5rem;
      justify-content: center;
  }

}

@media screen and (max-width: 768px){
    .hide-arrow{
        display: none;
    }
    .hide-img{
        display: none;
    }
    .col-form-label {
        text-align: left;
    }
    
    .reg-form .form-control {
        width: 100%;
    }
    .reg-form .field_wrapper{
        width: 100%;
    }

    .submit_btn {
        padding: 0.2rem .8rem;
    }
}
@media screen and (max-width: 500px){
    .carousel-control-next, .carousel-control-prev {
        top: 110%;
    }
    .carousel-control-prev {
        left: 78%;
    }
    .testimonials .carousel-control-next, .testimonials .carousel-control-prev {
        bottom: 85%;
    }
    .jumbotron {
        padding: 1rem 1rem !important;
    }
    .copyright .mobile-order > div{
        padding: 0rem 0rem 1rem 0rem !important;
    }
    .footer-menu{
        padding: 0rem 0rem 1rem 0rem !important;
    }
}
