* {
    font-family: 'Poppins' !important;
}
/* Theme Color*/
.text-blue{

    color:#49499A!important;
    letter-spacing: -0.02em;

}
.text-red{
    color: #EE483D!important;
    letter-spacing: -0.02em;
}
.text-center{
    text-align: center;
}

.text-pd{
    padding: 0px 60px;
}
/* Font style*/
.text-14{
    font-size: 0.875rem;
}
.text-50{
    font-size: 3.125rem!important;;
}
h3{
   font-size:  2rem!important;
}
.font-h6{
    font-size: 1rem!important;
}
.font-h1{
    font-size: 3.4rem;
}
.font-2{
    font-size: 2.5rem;
}
.font-18{
    font-size: 1.125rem;
}
.font-400{
    font-weight: 400;
}
.font-600{
    font-weight: 600;
    letter-spacing: -0.02em;
}
.font-700{
    font-weight: 700;
}
.font-800{
    font-weight: 700;
}
.bg-blue{
    background-color: #49499A!important;
    color: #ffffff!important;
    border-color: #49499A!important;
    transition: 0.5s!important;
}
.bg-blue:hover{
    background-color: #EE483D!important;
    border-color: #EE483D!important;
    transition: 0.5s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.fade-item:hover{
    transition: 0.5s!important;
    -webkit-transform: scale(0.9)!important;
    -ms-transform: scale(0.9)!important;
    transform: scale(0.9)!important;

}
.fade-item{
    transition: 0.5s!important;

}

.bg-red{
    background-color: #EE483D!important;
    color: #ffffff!important;
    border-color: #EE483D!important;
    transition: 0.5s!important;
}
.bg-red:hover{
    background-color: #49499A!important;
    color: #ffffff!important;
    border-color: #49499A!important;
    transition: 0.5s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


/* Nav style*/
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:unset!important;
}
.navbar-nav .nav-link {
    
    padding-right: 2rem!important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
nav .navbar-nav li a{
    color: #49499A !important;
    font-weight: 600;
    
    }
 nav .navbar-nav li a:hover{
        color: #EE483D!important;
        font-weight: 600;
        transition: 0.5s;
        
        }
        .social-link a {
            color: #EE483D!important;
            padding-right: 8px;
        }
        .social-link a:hover {
            color: #49499A !important;
            transition: 0.5s;
        }
        .mt-l {
            margin-right: 4px;
        }
        .btn-m{
            margin-left: 42px;
            margin-right: 36px;

        }
        a.facebook {
            border-right: solid #49499A !important;
        }
        .btn-n{
           
            margin-right: 36px;

        }
        .dropdown-menu{
            background-color: #f8f9fa !important;
            border: none !important;
            border-radius: 0 !important;
            padding: unset!important;
        }
        .dropdown-item {
            
            padding: 0.35rem 1.5rem!important;
           
        }
        
                
/* Mobile menu leftside  */
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 58px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;

        
    }
    .section-title h2 {
        
        font-size: 1.9375rem!important;
        
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: 0.4s;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        background: #49499A;
        padding-top: 3rem;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .navbar-nav .nav-link {
    
        padding-left: 1rem!important;
        padding-bottom: 0.5rem!important;
    }
    nav .navbar-nav li a {
        color: #ffffff !important;
        font-weight: 600;
        font-size: 25px!important;
    }
    .btn-m{
        margin-left: auto;
        margin-right: auto;


    }
    .social-link a {
        color: #ffffff!important;
        padding-right: 12px;
    }
    .social-link {
        
        padding: 38px;
    }
    a.facebook {
        border-right: solid #ffffff !important;
    }
    .dropdown-menu{
        background-color: #49499A !important;
        border: none !important;
        
    }
    .btn-n {
        margin-right: 29px;
    }
    .mo-none{
        display: none!important;
    }
    
    

    /* Font style*/
.text-14{
font-size: 14px;
}
.font-h1{
    font-size: 3.5rem;
}
.font-2{
    font-size: 1.4rem;
}
.font-18{
    font-size: 0.9rem;
}
.text-50{
    font-size: 1.9375rem!important;;
}
.pd-10{
    padding-top: 22px;
}
.text-55{
    font-size: 32px!important;
    
}

}
/* home page top section style */
.topsection{
    
    margin-top: 2rem;
    margin-bottom: 2.1rem;
}
hr.hline {
    width: 17%;
    height: 3px;
    background: #49499a;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 0px;
}
hr.hline2 {
    width: 17%;
    height: 1px;
    background: #EE483D;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 5px;
}
.itme-center{
    text-align-last: center;
}
a:hover {
    
    text-decoration: none!important;
}
.servise-section {
    padding-top: 22px;
}


img.servicesimg {
    width: 29%;
}
.boxew{
    margin: 10px 16px;

    padding: 14px;
   
    box-shadow: 0px 0px 10px 0px rgb(197 37 37 / 50%);
}
.sectionimg-pd{
    padding-bottom: 20px;
}
.btn{
    border-radius: 0!important;
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/





  
 
  .list-style{
  display: list-item;
    list-style: none;
  }

  footer a:hover{
      color: #49499A!important;
  }
.mrgin-10{
    margin-right: 10px;
}
footer#footer {
    background-color: #f8f9fa!important;
    padding-top: 45px;
    padding-bottom: 12px;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: unset!important;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: unset!important;
}


@media (max-width: 576px) {
    .form-inline .form-check {
        
        justify-content: left!important;
       
    }
    
    .text-pd{
        padding: 0px 0px;
    }
   
   
    .hight-400{
        padding: 108px;
    }
    .col-sm-6.no-pd {
        display: none!important;
    }
    .pd-12{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .hight-about-400{
        padding: 106px 12px!important;
    }
    .controls {
        padding: 5px!important;
    }
    .pd-30{
        padding-left: 5px!important;
        margin-top: 40px!important;
    }
}

.hight-about-400{
    padding: 180px;
}

.text-55{
    font-size: 55px;
    color: white;
    
}

.banner-blue{
    background-color: #49499A;
    height:auto ;
}

.col-sm-6.no-pd {
    padding-right: unset!important;
}

.pd-12{
    padding-left: 40px;
    padding-right: 40px;
}
.text-white{
    color: white;
}


/* Feature Box
---------------------*/
.feature-box-1 {
    padding: 32px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
  }
  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #EE483D;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }
  .feature-box-1 .icon i {
    line-height: 70px;
  }
  .feature-box-1 h5 {
    color: #49499A;
    font-weight: 600;
  }
  .feature-box-1 p {
    margin: 0;
  }
  .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: #49499A;
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1:hover {
    top: -5px;
  }
  .feature-box-1:hover h5 {
    color: #ffffff;
  }
  .feature-box-1 p {
    color: #EE483D;
  }
  .feature-box-1:hover a {
    color: #ffffff;
  }
  .feature-box-1 a {
    color: #49499A;
    
  }

  .feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
  }
  .section {
      padding: 100px 0;
      position: relative;
  }
  .section-title {
      padding-bottom: 45px;
  }
  .section-title h2 {
      font-weight: 700;
      color: #49499A;
      font-size: 45px;
      margin: 0 0 15px;
      border-left: 5px solid #EE483D;
      padding-left: 15px;
  }
  .section-title p {
    color: #EE483D;
}

  .tech-pd{
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .banner-red{
      background-color: #EE483D;
  }
  .cont {
    color: #f5f3f0;
    padding: 17px;
}
.cont.top-pd {
    padding-top: 116px;
}

.social-cont i {
    background-color: white;
    padding: 12px;
    border-radius: 1%;
    color: red;
}
.social-cont i:hover {
    background-color: #49499A;
    padding: 12px;
    border-radius: 8%;
    color: white;
}
.social-cont {
    padding-top: 48px;
    padding-bottom: 116px;
    padding-left: 17px;
}


.controls .form-control {
    color: #49499A!important;
    padding: .375rem .0rem!important;
  
    border-bottom: 1px solid #fa0e0e!important;
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-radius: unset!important;
   
}
.controls{
    padding: 50px;
}
.form-control:focus {
    
    box-shadow: unset!important;
}
.form-group{
    padding-bottom: 36px!important;
}
.pd-30{
    padding-left: 50px;
}