@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Inconsolata', monospace;*/
    color: #262626;
    background: #fbf4f4;
}
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, li {
    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, #262626 6.57%, #f2f2f2 142.08%);
  background: linear-gradient(135deg, #ed2a1cc4 0%,#da2d2dab 33%,#c50202c2 66%,#fff7e1 100%);*/
  background: #262626;
  border-radius: 0.5rem;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.10);
  color: #ffffff;
  border: none;
  padding: .5rem 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);
}
.submit_btn2 {
    background: #262626;
    border-radius: 0.5rem;
    box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.10);
    color: #ffffff;
    border: none;
    padding: .2rem 1rem;
    font-size: .8rem;
    align-self: center;
}
.submit_btn2: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: #262626;
}
/*.card-title{
    color: #8E196A;
}*/
.card-title, .card-subtitle{
    text-align: center;
    color: #262626;
    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:0rem 1.25rem 1.25rem 1.25rem;
}
.card-text{
    padding-top: .5rem;
    font-size: .8rem;
}
.card-text-big{
    padding-top: .5rem;
    font-size: 1.25rem;
}
.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: #262626;
}
.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{
    background: url(/frontend/images/service-bg.webp);
    background-size: contain;
    background-repeat: round;
}
.services .card{
    opacity: 1;
}
.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;
}
/*.work-card {*/
/*    background: #ffffff;*/
/*    border-radius: .5rem;*/
/*    padding: 1rem;*/
    /* margin-bottom: 0rem; */
/*    color: #262626;*/
/*}*/
.work-card {
    width: 26rem;
    min-height: 33rem;
    height: 100%;
    margin: 0 .5rem 1rem .5rem;
    /*padding: 1rem;*/
    border: none;
    border-radius: .5rem;
    background: #ffffff;
     color: #262626;
    box-shadow: 0px 4px 13px rgb(138 132 132 / 34%);
}
.work-card h4{
   color: #ED1C24;
}
.work-card .carousel-item img{
    border-radius: .5rem;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    width: inherit;
    height: 12rem;
}
.work-card .carousel-indicators {
    margin: 2rem 0rem 0rem 0rem !important;
    overflow: hidden;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    display: flex;
    margin-top: auto;
    align-items: flex-end;
}
.work-card .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.work-card .carousel-indicators li img {
    width: 5rem;
    height: 4rem;
    padding: .5rem;
    display: block;
    opacity: 1;
    overflow: hidden;
    border-radius: 1rem;
}
.work-card .carousel-indicators li.active img {
    transform: scale(1.1);
    overflow: hidden;
}
.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: #262626;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 0rem;
}
.footer h5{
    color: #262626;
}
.footer a{
    color: #262626;
    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 #262626 !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: 1600px){
    .work-card {
        width: 23rem;
    }
}
@media screen and (max-width: 1366px){
    .work-card {
        width: 20rem;
        min-height: 37rem;
    }
    .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){
    .work-card {
        width: 24rem;
    }
    #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){
    .work-card {
        width: 22rem;
    }
    .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;
    }
}
.card_zoom{
    transition: transform .2s;
}
.btn.card_zoom:hover{
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05); 
}
.card_zoom:hover> .card_icon{
    transition: transform .6s;
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Safari 3-8 */
    transform: scale(1.4); 
}
/* .card_icon */
.rotate{
    /* width:80px;
    height:80px; */
    padding: 0 !important;
    margin: 1rem;
    justify-content: center;
    width: 17% !important;
    animation: rotation infinite 5s linear;
 }
 
 @keyframes rotation{
   from{
     transform:rotate(0deg);
   }
   
   to{
     transform:rotate(360deg);
   }
 }

 .animate_header_title
{
   /* text-transform: uppercase; */
  background-image: linear-gradient(
    -225deg,
    #b8b7b7 0%,
    #262626 29%,
    #8b0532 67%,
    #a34016 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% ;
  }
}

.contact_form .form-control,
.contact_form .submit_btn {
    border-radius: 1rem;
}
/*.carousel-indicators li {
    width: unset;
    height: unset; 
    text-indent: unset;
}*/

.tab_btn{
    background: #ef5454;
    color: white;
    text-align: left;
    border-radius: 0.7rem;
    padding: 1rem 0rem 1rem 1.2rem;;
    margin: 0rem 0.25rem 0rem 0.25rem;
}
.tab_btn.active{
    transition: 0.1s;
    background: #262626;
}
.tab_btn.active:hover{
    color: #ef5454;
}
.tab_btn.big{
    width: 16rem;
}
.tab_btn.medium{
    width: 11rem;
}
.tab_btn.small{
    width: 9rem;
}

@media screen and (max-width: 426px){
    .tab_btn{
        padding: 1.2rem 0rem 1.2rem 0.5rem;
        font-size: 0.85rem;
    }
    .tab_btn.big{
        width: 8rem;
    }
    .tab_btn.medium{
        width: 5rem;
    }
    .tab_btn.small{
        width: 4rem;
    }
}
.tech_section{
    transition: 0.5s;
}
.events_section{
    transition: 0.5s;
}
.digital_section{
    transition: 0.5s;
}