
body {
    font-family: "Outfit"; margin: 0px !important; 
}
.bg-1{
    background: url(../images/bg-flame-top.png) right -250px no-repeat, url(../images/bg-flame-bottom.png) left bottom no-repeat ;
    
}
.bg-2{
   background: url(../images/main-bg.jpg) center -500px no-repeat; background-size: auto;
  
}
.bg-home{
    background: url(../images/main-bg.jpg) center -300px no-repeat; background-size: auto;
/*
    background-size: contain
    url(../images/bg-home-2.png) left 25% no-repeat, 
    url(../images/bg-home-question.png) right 92% no-repeat,
    url(../images/bg-flame-bottom.png) left bottom no-repeat ;
*/
}
.bg-inner{
    background: url(../images/inner-bg.jpg) center top no-repeat; background-size: contain;
}
.bg-db{
    background: url(../images/bg-dashboard.png) right top no-repeat, 
    url(../images/bg-flame-bottom.png) left bottom no-repeat ;
}
.bg-why{
    background: url(../images/bg-home-why.png) right top no-repeat;
    background-size: contain;
}
.bg-about{
    background: url(../images/bg-aboutus.png) center top no-repeat, 
    url(../images/bg-home-2.png) left 620px no-repeat, 
    url(../images/bg-flame-bottom.png) left bottom no-repeat ;
}
.bg-simple{
    background: url(../images/bg-home-top.png) center top no-repeat,
    url(../images/bg-flame-bottom.png) left bottom no-repeat ;
}
.bg-digital{
    background:url(../images/bg-home-2.png) left -10% no-repeat;
}
.bg-news{
  background:url(../images/main-bg.jpg) left -10% no-repeat;
}
.form-control {
    padding: 1.5rem 0.75rem !important;
    box-shadow: 0px 0px 5px #cfcfcf;
    border: 0px solid #ced4da !important;
    border-radius: 0.25rem;
}
.form-control::placeholder{
    color: #9b9a9a !important;
}
a{
    text-decoration: none ;/*!important*/
    cursor: pointer;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}
.text-warning{
    color: #f4b200 !important;
}
.btn-warning{
    font-weight: bold;
    color: white !important;
    border-radius: 20px !important;
    background: rgb(242,175,0);
    background: linear-gradient(90deg, rgba(242,175,0,1) 0%, rgba(242,175,0,1) 0%, rgba(244,138,0,1) 100%);
}
.btn-secondary{
    font-weight: bold;
    border: gray;
    color: white !important;
    border-radius: 20px !important;
    background: rgb(242,175,0);
    background: linear-gradient(90deg, rgba(242,175,0,1) 0%, rgba(210,210,210,1) 0%, rgba(104,104,104,1) 100%);
}

.mt-100{
    margin-top: 50px !important;
}

.mt-250{
    margin-top: 100px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}

.custom-spacing{
  margin-left:140px;  
  margin-top:60px
}

.login-form{
    margin-top: 52px;
}
ul.list{
    padding: 0;
    margin: 0;
    list-style: none !important;
}
ul.list li{
    padding: 0 0 5px 0;
    margin: 0;
    list-style: none !important;
}
ul.list li a{
    color: #f5ae00;
    text-decoration: none !important;
    font-weight: bold;
}
.media-link a {
  color: #fff;
  font-size: 20px;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.boxed{
    background-color: white;
    box-shadow: 0px 0px 5px #cfcfcf;
    border: 0px solid #ced4da !important;
    padding: 1em 1em 0.5em 1em;
    position: relative;
}

/* Top Navigation */
.navbar-nav {
    flex-direction: row;
    margin-top: 0.5em;
}
.navbar-nav .nav-item a.nav-link{
  text-decoration: none !important;  
  margin: 0 0.7em;
  font-weight: bold;
}
.user-name {
    text-align: right;
    padding-top: 1em;
}
ul.list-group{
/*    width: 72%;*/
}
.list-group-item {
    padding: 0.75rem 0.5rem !important;
    background-color: transparent !important;
}
ul.list-group li.list-group-item a{
    text-decoration: none !important;  
}
ul.list-group li.list-group-item a:hover, ul.list-group li.list-group-item a.active{
    color: #f48a00 !important;
}

.testimonial-panel {
    padding: 90px 0 !important;
}

.our-mission{
  width: 220px;
  margin: 0 auto;
  float: none;
}

@media only screen and (max-width: 1200px) {
    .bg-1 {
        background-size: 57%, 70%;
    }
    
}
@media only screen and (max-width: 812px) {
    .login-form{
        margin-top: 10px;
    }
    .bg-1 {
        background-size: 57%, 70%;
    }
    .mt-250{
        margin-top: 100px !important;
    }
    .mt-100 {
        margin-top: 25px !important;
    }
    .logo {
        text-align: center;
    }
    .bg-2 {
        background: url(../images/bg-flame-detail.png) -11% top no-repeat, url(../images/bg-flame-bottom.png) left bottom no-repeat;
    }
    .why-will2care{
      text-align: center;
    }
    .dv-will-img{
      margin-bottom:18px; 
    }
    .img-why-will2care{
      margin-bottom:30px;  
    }
    .img-our-service{
      margin-bottom: 30px;
      text-align: center;
    }
    .center-text{
      text-align: center;
    }
    .testimonial-panel {
      padding: 30px 0 !important;
    }
}
@media only screen and (max-width: 414px) {
    .bg-1 {
        background-position: 100% 30%, 0 100%;
        background-size: 65%, 85%;
    }
    .yellow-bg-b {background:#f2ca82; padding: 10%;}
    .pad-plain {padding: 10%;}

    .why-will2care{
      text-align: center;
    }
    .dv-will-img{
      margin-bottom:18px; 
    }
    .img-why-will2care{
      margin-bottom:30px;  
    }
    .img-our-service{
      margin-bottom: 30px;
      text-align: center;
    }
    .center-text{
      text-align: center;
    }
    .testimonial-panel {
      padding: 30px 0 !important;
    }
}
/* Custom Radio */
.radio-1 label.form-control{
    padding: 0.8rem 0.75rem !important;
    height: 3em;
    text-align: center;
    cursor: pointer;
}
.radio-1 input[type='radio']{
    display: none;
}
.radio-1 input[type='radio']:checked + label{
    background: darkgray;
    color: white;
    
}
select.form-control {
    padding: 0.5rem 0.75rem !important;
    height: 3em;
}
.aadhar, .indent{
    position: relative;
}
.aadhar label, .indent label{
    position: absolute;
    z-index: 1;
    color: #4c4c4c;
    top: -13px;
    left: 10px;
    background-color: white;
}
.custom-chekbox input[type=checkbox] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em;
}
.bradius{
    border-radius: 0.25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 3em;
}
.edit-control{
    position:absolute;
    top: -15px;
    right: 10px;
}
.edit-control i.fa {
    background: lightgray;
    color: white;
    padding: 7px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}
a.nomore{
    padding-right: 10px;
    border-right: 2px solid #000000;
    text-decoration: none !important;
}
.cmy-8{
    margin-top: 8em;
    margin-bottom: 8em;
}
/* Floting Input */
/* .form-group{
    position: relative;
}
.form-control:focus{
    outline: none !important;
    box-shadow: 0px 0px 5px #cfcfcf !important;
}
.floating-label{
    color: #9b9a9a;
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 10px;
    transition: all 0.1s ease;
}
input:focus ~ .floating-label, input:not(focus):valid .floating-label{
    top: -13px;
    bottom: 0px;
    opacity: 1;
    color: #4c4c4c;
} */
.form-group.floating {
    margin-bottom: 0 !important;
}
.form-group.floating>label {
    bottom: 38px;
    left: 10px;
    position: relative;
/*    background-color: white;*/
    transition: 0.1s;
    pointer-events: none;
    transform-origin: bottom left;
/*    color: #9b9a9a;*/
}

.form-control.floating:focus~label{
    transform: translate(0px,-100%) scale(0.9);
    color: #4c4c4c;
}

.form-control.floating:valid~label{
    transform-origin: bottom left;
    transform: translate(0px,-100%) scale(0.9);
    color: #4c4c4c;
}
/* Accordion Section */
.card {
    border: 0 !important;
    margin-bottom: 10px;
    padding: 5px;
    background-color: transparent;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  color: #f4b200;
  box-shadow: 0px 0px 5px #cfcfcf !important;
  border-radius: 25px !important;
  background-color: transparent !important;
}
.card-header .title{
  color: #f4b200;
}
.card-header.collapsed{
    color: black;
    cursor: pointer;
  border: 1px solid #ddd !important;
  border-radius: 25px !important;
  background-color: transparent !important;
}
.card-header.collapsed .title{
    color: black;
}
.accordion>.card>.card-header {
    margin-bottom: 0 !important;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
/* Dashboard */
.pagination .page-item a {
    color: black;
    padding: 8px 14px;
    text-decoration: none !important;
    border: 0 !important;
    background-color: transparent;
}
.pagination .page-item a:hover{
    background-color: transparent;
}
.pagination .page-item a.active, .pagination .page-item a:focus{
    background: #595df0;
    color: white;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
}
.pagination .page-item a.page-link.aro-left, .pagination .page-item a.page-link.aro-left:hover,
.pagination .page-item a.page-link.aro-right, .pagination .page-item a.page-link.aro-right:hover{
    background: transparent !important;
    color: black;
}
.pagination .pagination-circularr a #active {
    border-radius: 5000px;
    padding: 0.285em 0.8em;
    border: 1px solid #1779ba;
    font-size: 18px;
}
.bg-transparent{
    background-color: transparent !important;
}
.b-gray{
    border: 1px solid #c7cdd4 !important;
}
.no-shadow{
    box-shadow: none !important;
}
.h-auto{
    height: auto !important;
}
.table.bg-gray thead{
    background: #eaeff1;
}

.table thead th, .table td{
    border-bottom: 1px solid #dee2e6 !important;
}
.table td, .table th {
    border-top: 0 !important;
}
.btn-error, .btn-error:hover{
    padding: 4px;
    background-color: #f7cdcd;
    border-radius: 3px;
    color: #f74f52;
    font-weight: bold;
    text-decoration: none !important;
}
.bg-pink{
    background-color: #f7494d !important;
}
.page-link{
    margin-left: 0px !important;
}
/* Custom Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
}
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d4d4d4;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    top: 3px;
    background-color: #eaa600;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #d4d4d4;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #d4d4d4;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* End */
  .card-list{
      padding: 0;
      margin: 0;
  }
  .card-list li {
    padding: 0px 0 10px 15px;
    margin: 0;
    line-height: 18px;
    list-style: none;
    font-size: 0.8em;
    background: url(../images/bullet.png) left 6px no-repeat;
}
.digital-list{
    padding: 0;
    margin: 0;
}
.digital-list li {
    padding: 0px 0 10px 60px;
    margin: 0;
    line-height: 18px;
    list-style: none;
    font-size: 0.9em;
    background: url(../images/protract-icon.png) left 6px no-repeat;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none !important;
}
.is-invalid ~ .invalid-feedback {
  display: block !important;
}

  /*-----------------Custom loader---------------*/
#custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  opacity: 0.8;
  z-index: 9999;
}
#custom-loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#custom-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#custom-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-----------------End of Custom loader---------------*/
.navbar-nav-panel {text-align: right; padding-top: 16px; margin-top: 20px;}
.navbar-nav-panel a {text-decoration: none !important; font-weight: normal; color: #000; padding: 0px 12px;}
.logo img {background: #fff;
padding: 10px;
border-radius: 10px;
margin-top: 20px;}
.text-white {color: #fff;}
.text-black {color: #000;}
.mt-50 {margin-top: 50px;}
a.btn {text-decoration: none !important;}

.footer-bg {background: #1f1f1f;
border-radius: 60px 60px 0 0;
padding: 40px;
color: #fff;
    margin-top: 100px;} 
.input-bg {background-image: linear-gradient(to right, #f2a900 , #f48d00); color: #000; }

.btn-black {
    font-weight: bold;
    color: white !important;
    border-radius: 20px !important;
    background: #000;
    color: #fff;
}

.left-menu-p img {border: 1px solid #74757f; padding: 5px 3px; background: #fff; border-radius: 50%; margin-right: 10px;}
.yellow-bg-b {background:#f2ca82; padding: 5%;}
.pad-plain {padding: 5%;}


/** change background color of dropdown item **/
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f6dba6 !important;
}
