*{
	font-family: Poppins;
}
body{position:relative}
.overlay,.sideMenu{position:fixed;bottom:0}
.overlay{top:0;left:-100%;right:100%;margin:auto;background-color: rgb(158 158 158 / 55%);z-index:998;transition:all ease 0.2s}
.overlay.open{left:0;right:0}
.sidebarNavigation{margin-bottom:0;z-index:999;justify-content:flex-start}
.sidebarNavigation .leftNavbarToggler{margin-right:10px;order:-1}
.sideMenu{left:-100%;top:60px;overflow:hidden;width:100%;z-index:999;max-width:80%;margin-bottom:0;padding:1rem;height: 100vh; background: #fff;}
.sideMenu.open{left:0;display:block;overflow-y:auto}
.sideMenu ul{margin:0;padding:0 15px}

.post-slide{
  max-height: 200px;
  overflow: hidden;
}
.sideMenu .nav-link{
  color: #000 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid gray;
}
.carousel-caption{
background:rgba(0,0,0,.5);
padding:2em;
bottom:6em;	
}
.caption{
	width:100%;
	max-width:200px;
	
}
.card-header{
  background-color:#cfcacc;
  color: black;
}
label{
	font-weight:bold !important;
}

.footer-widget p {
    margin-bottom: 27px;
}
   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; 
}
.user-image img{
  border-radius: 5px;
  border:1px solid gray
}
.user-image h4{
  font-family:  Roboto, sans-serif;
  font-size: 15px;
  padding: 10px;
  text-shadow: 1px 1px 1px rgb(0,  0, 0.1);
}
.test{
  position:absolute;
  max-width: 100%;
  height: auto;
  top: 45%;
  left: 2%;
  color: rgb(83, 14, 211);
  opacity: .1;
  text-shadow: 2px 4px 5px rgb(0, 0, 0.1);
 font-size: 80px;
  transform: rotate(-45deg);
}

.test1{
  position:absolute;
  max-width: 100%;
  height: auto;
  top: 70%;
  left: 10%;
  color:  rgb(83, 14, 211);
  opacity: .1;
  text-shadow: 2px 4px 5px rgb(0, 0, 0.1);
 font-size: 80px;
  transform: rotate(-45deg);
}
.trust-top{
  border:1px solid black;
}
.print-table {
  border: 1px solid black !important;
  
}
.print-table tr td{
 
  padding: 7px;
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.top-content h1{
  color: black;
  font-weight: 600;
}
.top-content p{
  color: black;
  font-weight: 600;
  font-size: 16px;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 50px 0 0;
  background-color:#05125A;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: 0px;
  background:#04146d;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 10px 0;
  margin-top: 0px;
  background-color:#030c3e; }
  .copyright span,
  .copyright a {
    color: #ffffff;
   
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
	  
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d728ca;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #d728ca, 0 0 5px #d728ca;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #d728ca;
  border-left-color: #d728ca;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

#userForm{
  background-image: linear-gradient(to right, red , yellow);
}
#matrimony{
  background-image: url("../img/slider/back.jpg");
background-attachment: fixed;
  /* Full height */
  
  background-repeat: no-repeat;
  background-size: cover;
}
#register-image{
  background-image: url("../img/slider/4.jpg");
  
  width: 100%;
  height:200vh; 
}
#login-image{
  background-image: url("../img/slider/4.jpg");
  
    width: 100%;
    height:100%;  
  
 
}

.nav-header-top  {
  background-color:#fff !important;;
  height: 60px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.app-nav .nav-link{
  color: #000 !important;
}
.navbar-light .navbar-toggler {
  color: #000;
  border-color: #fff;
}

.navbar-light .navbar-brand {
  color: #000;
  font-weight: 600;
 
  
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 5px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.balance{
  background-color: rgb(219, 220, 221);
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color:black;
  font-weight: 600;
}
#login-card{
  margin-top: 3em;
}
#login-back{

  background-color:rgba(0,0,0,.2);
  margin-top: 2em;
}
.member-box{
  padding: 10px;
 
 height: 130px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.home-banner-box{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.birth-box{
  padding: 10px;
  margin-bottom: 10px;
 display:inline-block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.member-box img{
  width: 100%;
  margin-top: 10px;
}
.user-box{
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 3px;
  border: 0px solid rgba(43, 42, 42, 0.2);
  min-height: 250px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
}
.user-box img{
  width: 100%;
  margin-top: 10px;
 
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.view-member img{
 
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-inner{
  padding-left: 10px;
  padding-top: 10px;
  font-size: 12px !important;
}

.counter{
    color: #628900;
    background: linear-gradient(to bottom, #628900 49%, transparent 50%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px 15px 35px;
    margin: 0 auto;
    border: 18px solid #628900;
    border-radius: 100% 100%;
    box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.3);
}
.counter .counter-value{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: block;
    margin: 0 0 25px;
}
.counter h3{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.counter.red{
    color: #e3213c;
    background: linear-gradient(to bottom, #e3213c 49%, transparent 50%);
    border-color: #e3213c;
}
.counter.orange{
    color: #fb8603;
    background: linear-gradient(to bottom, #fb8603 49%, transparent 50%);
    border-color: #fb8603;
}
.counter.blue{
    color: #1f8bc1;
    background: linear-gradient(to bottom, #1f8bc1 49%, transparent 50%);
    border-color: #1f8bc1;
}
@media screen and (max-width:990px) {
    .counter{ margin-bottom: 40px; }
}
.marquee li{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.formTitle{
  background-color: rgb(235, 233, 233);
  border-radius: 10px;
  padding: 10px;
}
.formTitle h3{
  color: black;
  font-size: 19px;
  
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.addbox{
  padding-bottom: 20px;
}
.addbox .add-title{
  color: #007bff;
  font-size: 16px;
  padding-bottom: 20px;
}
.addbox .add-image{
  border: 1px solid gray;
  padding: 10px;
  border-radius: 3px;
}
.main-title{
  background-color: white;
}
.new-post{
  background: #007b5e;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.main-title h3{
text-align: center;
padding: 2em;
color: rgb(7, 7, 167);
font-size: 25px;
font-weight: 600;
}
.about-content p{
  line-height: 40px;
  letter-spacing: 1px;
}
.image-grid {
  display: flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}

.image-grid img {
  max-height: 100%;
  max-width: 100%;
  margin: 5px;
  border-radius: 10px;
  
}
.employement-box h3{
  padding-top: 2em;
}
.employement-box{
  border-radius: 10px;
  height: 200px;
  text-align: center;
  border: .5px solid gray;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}
.custom-table td, .custom-table th {
  padding: 5px !important;
  
}
.custom-table tr td{
  font-size: 12px !important;
}
.custom-table th{
  font-size: 12px !important;
}
.custom-table td, .custom-table th
{
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 11px !important;
}
tr > td:hover {
overflow: visible;
white-space: unset;
}
.post-box{
  border-radius: 10px;
  height: 200px;
  border:.5px solid rgb(211, 208, 208);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.post-box h4{
  font-size: 15px;
}
.post-box p{
  font-size: 15px;
  padding: 5px;
}
.about-image img{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1em;
}
.news li{
  list-style-type: none;
  line-height: 60px;
}
.main-timeline{
  font-family: 'Poppins', sans-serif;
  position: relative;
}
.main-timeline:after{
  content: '';
  display: block;
  clear: both;
}
.main-timeline .timeline{
  width: 60%;
  margin: 0 30px 20px 0;
  float: left;
}
.main-timeline .timeline-content{
  color: #333;
  min-height: 150px;
  padding: 30px;
  border: 3px solid #952F78;
  display: block;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
  content: '';
  background: #fff;
  box-shadow: 0 0 10px -1px rgba(0,0,0,0.3);
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.main-timeline .timeline-content:after{
  background-color: #952F78;
  height: 3px;
  width: 100px;
  box-shadow: none;
  transform: translateY(-50%);
  left: 100%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
  color: #fff;
  background: linear-gradient(to bottom,#fdfcf8,#b2b3b4);
  font-size: 45px;
  text-align: center;
  line-height: 108px;
  height: 105px;
  width: 105px;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: -200px;
}
.main-timeline .timeline-icon:before{
  content: "";
  background: linear-gradient(to top,#952F78,#C22656);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%)translateY(-50%);
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
}
.main-timeline .timeline-icon i{ transform: rotate(-45deg); }
.main-timeline .title{
  color: #952F78;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}
.main-timeline .description{
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
}

.main-timeline .timeline:nth-child(even){
  float: right;
  margin: 0 0 20px 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
  left: auto;
  right: 100%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
  right: auto;
  left: -200px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ border-color: #CC2310; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{ background-color: #CC2310; }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:before{
  background: linear-gradient(to top,#920414,#CC2310);
}
.main-timeline .timeline:nth-child(4n+2) .title{ color: #CC2310; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ border-color: #37792F; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{ background-color: #37792F; }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:before{
  background: linear-gradient(to top,#37792F,#6AA72E);
}
.main-timeline .timeline:nth-child(4n+3) .title{ color: #37792F; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content{ border-color: #08abcc; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{ background-color: #08abcc; }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:before{
  background: linear-gradient(to top,#04779e,#08abcc);
}
.main-timeline .timeline:nth-child(4n+4) .title{ color: #08abcc; }
@media (max-width:767px){
  .main-timeline .timeline{
      width: 100%;
      padding: 0 170px 0 0;
  }
  .user-box{
    padding: 10px;
    margin-bottom: 25px;
    margin-left: 5px;
    border: 0px solid rgba(43, 42, 42, 0.2);
    min-height: 250px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
  }
  .member-padd{
    padding: 0px;
  }
  .view-btn{
    display: block;
    border-radius: 15px;
    height: 40px;
    line-height: 30px;
  }
  .user-box img{
    width: 50%;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 50%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }
.main-title h3 {
    text-align: center;
    padding: 10px;
    color: rgb(3, 3, 102);
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    
}
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px !important; 
}
  .register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: none !important;
}

  #login-image{
    background-image: url("../img/slider/mobile_back.jpg") no-repeat center center fixed;
    height: 100%;
    background-size: cover;
   
  }
  #register-image{
    background-image: url("../img/slider/mobile_back.jpg") no-repeat center center fixed;
    height: 100%;
    background-size: cover;
   
  }
  .main-timeline .timeline:nth-child(even){ padding: 0 0 0 170px; }
  .main-timeline .timeline-content:after{ width: 50px; }
  .main-timeline .timeline-icon{ right: -150px; }
  .main-timeline .timeline:nth-child(even) .timeline-icon{ left: -150px; }
}
@media screen and (max-width:576px){
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even){
      padding: 35px 0 0 0;
      margin: 0 0 10px;
  }
  .main-timeline .timeline-content{ padding-top: 45px; }
  .main-timeline .timeline-content:after{ display: none; }
  .main-timeline .timeline .timeline-icon{
      font-size: 25px;
      line-height: 50px;
      height: 50px;
      width: 50px;
      right: 7px;
      top: -27px;
      transform: translateY(0) rotate(45deg);
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon{ left: 7px; }
  .main-timeline .timeline .timeline-icon:before{
      height: 83%;
      width: 83%;
  }
  .main-timeline .title{ font-size: 18px; }
}

.carousel-item {
 min-height: 450px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 450px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color:#6cb2eb;
}
.active {
  color:#007bff;
  
}
.social-icons-ql li{
  list-style:none;
  float:left;
  width:40px;
  height:40px;
  line-height:45px;
  background:#000;
  text-align:center;
  margin:10px 5px;
}

.social-icons-ql li:nth-child(1){
  
  background:#34558E;
}

.social-icons-ql li:nth-child(1) i{
  font-size:25px;
  
}
.social-icons-ql li:nth-child(2) {
background:#25B8E6;
}

.social-icons-ql li:nth-child(3) {
background:rgba(0, 122, 181, 1);
}
.social-icons-ql li:nth-child(4) {
background:#DC4A38;
}
.social-icons-ql li:nth-child(5) {
background:#CC2028;
}

.social-icons-ql li:nth-child(6) {
background:#E05929;
}
.social-icons-ql li:nth-child(7) {
background:#EB4924;
}

.social-icons-ql li i{
  color:#fff;
  font-size:20px;
}
.medai-title {
  margin-top: 2em;
  background-color: #E91E63;
  padding: 20px;
  width: 100%;
  border: 1px solid #F44336;
}
.medai-title h4{
  text-align: center;
  color: white;
}
.home-intro{
  margin-top: 2em;
  padding: 20px;
}
.home-intro h3{
  text-align: center;
  font-weight: bold;
  padding:2em ;
}
.home-logo img{
  border-radius: 5px;
  
}
.home-content p{
  letter-spacing: 1px;
  line-height: 30px;
}
.medai-t {
  /* The image used */
  background-image: url("/img/slider/media-title.jpeg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serviceBox{
  color: #FF7711;
  background: linear-gradient(to bottom, transparent 72px, #fff 73px);
  padding: 10px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.serviceBox img{
 border-radius: 10px;
}
.serviceBox .service-icon{
  color: #fff;
  background: linear-gradient(110deg, #FFA415, #FF7711);
  font-size: 45px;
  text-align: center;
  padding: 5px 10px;
  margin: 0 -10px 30px -15px;
  border-radius: 0 9px 20px 0;
  clip-path: polygon(5.5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.serviceBox .service-icon i{ transition: all 0.3s ease 0s; }
.serviceBox:hover .service-icon i{ transform: rotateX(360deg); }
.serviceBox .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 10px 0 20px;
  margin: 0 0 3px;
}
.serviceBox .description{
  color: #444;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 15px;
  letter-spacing: 1px;
  padding: 10px;
}
.serviceBox .read-more{
  color: #fff;
  background-color: #FF7711;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
  margin: 0 0 0 20px;
  border-radius: 20px;
  transition: all 0.3s;
}
.serviceBox .read-more:hover{ background-color: #FFA415; }

.serviceBox.green .service-icon{ background: linear-gradient(110deg,#77D9B0,#25bc99); }
.serviceBox.green .title{ color: #25bc99; }
.serviceBox.green .read-more{ background-color: #25bc99; }
.serviceBox.green .read-more:hover{ background-color: #77D9B0; }
.serviceBox.purple:before{ background: linear-gradient(to right top, transparent 49%, #4A37A2 50%); }
.serviceBox.purple .service-icon{ background: linear-gradient(110deg,#7e6ddb,#4A37A2); }
.serviceBox.purple .title{ color: #4A37A2; }
.serviceBox.purple .read-more{ background-color: #4A37A2; }
.serviceBox.purple .read-more:hover{ background-color: #7e6ddb; }
.serviceBox.blue:before{ background: linear-gradient(to right top, transparent 49%, #3343d6 50%); }
.serviceBox.blue .service-icon{ background: linear-gradient(110deg,#5c80ce,#3343d6); }
.serviceBox.blue .title{ color: #3343d6; }
.serviceBox.blue .read-more{ background-color: #3343d6; }
.serviceBox.blue .read-more:hover{ background-color: #5c80ce; }
@media only screen and (max-width:990px){
  .serviceBox{ margin: 0 10px 30px 15px; }
}

.gallery { 
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.gallery img { 
  width: 100%; 
  height: auto;
  transition: 500ms;
  margin-bottom: 10px;
  opacity: 0.8;
  page-break-inside: avoid; /* For Firefox. */
  -webkit-column-break-inside: avoid; /* For Chrome & friends. */
  break-inside: avoid; /* For standard browsers like IE. :-) */
}

.gallery img:hover {
  opacity: 1;
}

/* .modal {
display: flex;
align-items: center;
justify-content: center;
flex-direction: center;
} */

.modal-img,.model-vid{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: table
}
.modal-body{
padding: 0px;
}

.modal-dialog {
height: 100%;
    position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
border: none;
}

@media screen and (max-width: 767px) {
.gallery { 
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
.gallery div { margin: 0; 
      width: 200px;
  }
.modal-dialog {
      margin: 0 8vw;
  }
  .carousel-item {
    min-height: 0px;
}
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    
    text-align: center;
}
.carousel-caption h1{
 font-size: 18px;
 padding: 20px;
 text-align: center;
}
.carousel-caption p{
  
  text-align: center;
 }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-item {
  height: 200px;
}
}

@media screen and (max-width: 479px) {
  .gallery { 
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
  .gallery div { 
      margin: 0; 
      width: 200px;
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.top-social ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
.top-social ul.social-network li {
	display: inline;
  margin: 0 5px;
  
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:5px auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #D3D3D3;   
}
.top-header{
  background: #05125a;
  color: white;
  
}
.top-header p{
  padding-top: 5px;
}
.post-slide{overflow:hidden;margin-right:15px;background-color:#fff!important}
.post-slide .post-img{float:left;width:50%;position:relative;margin-right:30px}
.post-slide .post-img img{width:100%;height:auto}
.post-slide .post-date{background:#ec3c6a;color:#fff;position:absolute;top:0;right:0;display:block;padding:2% 3%;width:60px;height:60px;text-align:center;transition:all .5s ease}
.post-slide .date{display:block;font-size:20px;font-weight:700}
.post-slide .month{display:block;font-size:11px;text-transform:uppercase}
.post-slide .post-review{padding:5% 3% 1% 0;border-top:3px solid #38cfd8}
.post-slide:hover .post-review{border-top-color:#ec3c6a}
.post-slide .post-title{margin:0 0 10px 0}
.post-slide .post-title a{font-size:14px;color:#333;text-transform:uppercase}
.post-slide .post-title a:hover{text-decoration:none;font-weight:700}
.post-slide .post-bar{padding:0;list-style:none;text-transform:uppercase;position:relative;margin-bottom:20px}
.post-slide .post-bar:after,.post-slide .post-bar:before{border:1px solid #38cfd8;bottom:-10px;content:"";display:block;position:absolute;right:36%;width:25px}
.post-slide .post-bar:before{border:1px solid #ec3c6a;right:32%}
.post-slide .post-bar li{color:#555;font-size:10px;margin-right:10px;display:inline-block}
.post-slide .post-bar li a{font-size:13px;text-decoration:none;text-transform:uppercase;color:#ec3c6a}
.post-slide .post-bar li a:hover{color:#ec3c6a}
.post-slide .post-bar li i{color:#777;margin-right:5px}
.post-slide .post-description{font-size:12px;line-height:21px;color:#444454}
.owl-theme .owl-controls{margin-top:30px}
.owl-theme .owl-controls .owl-page span{background:#fff;border:2px solid #37a6a4}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#37a6a4}
@media only screen and (max-width:990px){.post-slide .post-img{width:100%}
.post-slide .post-review{width:100%;border-bottom:4px solid #ec3c6a}
.post-slide .post-bar:before{left:0}
.post-slide .post-bar:after{left:25px}
}

.text-banner {
  position: relative;
}
/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  background-color:rgba(0, 0, 0, 0.7);
  color: white;
  padding-left: 20px;
  
  padding-right: 20px;
}
.text-block h5{
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.body-section{
  margin-top:3em;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#footer {
  background: #030C3F !important;
}
#footer h5{
padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}
.home-logo p{
 font-size: 16px;
 letter-spacing: 1px;
 padding-top: 2em;
 line-height: 30px;
}
section{
  background: white;
}
.call-to-action{
  background: #05125A;
  padding: 2em;
  margin-top:20px;
}
.section-title{
  padding: 1em;
  font-size: 30px;
  font-weight: bold;
}
.donation-box{
  border-radius: 10px;
  min-height: 300px;
  padding: 10px;
  text-align: center;
  border: .5px solid gray;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.register{
  background: -webkit-linear-gradient(left, #3931af, #00c6ff);
  
  padding: 3%;
}
.register-left{
  text-align: center;
  color: #fff;
  margin-top: 4%;
}
.register-left input{
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}
.register-right{
  background:#9e9e9e99;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
.register-left img{

  margin-bottom: 5%;
  
  width: 100%;
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.register-left p{
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnRegister{
  
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}
.register .nav-tabs{
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}
.register .nav-tabs .nav-link{
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
  border: none;
}
.register .nav-tabs .nav-link.active{
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading{
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #495057;
}
@media (max-width:767px){
#footer h5 {
  padding-left: 0;
  border-left: transparent;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.register .nav-tabs .nav-link.active{
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}
.register-right {
  background: #9e9e9e99;
  border-top-left-radius: none !important;
  border-bottom-left-radius: none !important;
}
.text-banner{
  margin-top: 2em;
}
.text-block h5{
  font-size: 12px;
}
}

.section {
  padding: 60px 0;
}
.footer-image{
  float: left;
  width:100px;
  padding-right: 10px;
}

.btn-group,
.multiselect {
  width: 100%;
}

.multiselect {
  text-align: left;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#myTabContent h3{
  color: yellow !important;
  text-shadow: 2px 2px 4px rgba(236, 12, 12, 0.7);
}
#myTabContent label{
  color: yellow !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.multiselect .caret {
  right: 12px;
 
  top: 45%;
  position: absolute;
}
.mooving-text{
  border-radius: 10px;
}
.mooving-text p{
  background-color: #fff;
  color: #000 !important;
  font-size: 18px;
  padding: 5px;
  font-weight: 600;
  border-radius: 10px;
}
.multiselect-container.dropdown-menu {
    min-width: 0px;
    width: 300px;
   
}

.multiselect-container>li>a>label {
    white-space: normal;
   padding: 5px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 3px;
}
.rassi-table tr td{
  width: 100px;
}
.rassi-table{
  background-color: #ffeb3b5c;
}
.rassi-table p{
  font-size: 11px;
  color:black;
  text-align: center;
  line-height: 20px;
}
.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}
.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingD {
  0%{
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pricingTable{
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 35px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
  border-radius: 20px;
}
.pricingTable .pricingTable-header{
  background: linear-gradient(transparent,transparent,#e7e7e7);
  padding: 0 0 30px;
}
.pricingTable .title{
  color: #333;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.pricingTable .title:after{
  content: "";
  background: #F63459;
  width: 160px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  clear: both;
}
.pricingTable .price-value{
  color: #F63459;
  font-size: 52px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 2px;
  display: block;
}
.pricingTable .price-value sup{
  font-size: 30px;
  vertical-align: bottom;
}
.pricingTable .pricing-content{
  background: linear-gradient(#F53149, #FD6653);
  border-radius: 0 0 20px 20px;
  padding: 35px 30px;
}
.pricingTable .pricing-content ul{
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}
.pricingTable .pricing-content ul li{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}
.pricingTable .pricing-content ul li:last-child{ margin: 0; }
.pricingTable .pricingTable-signup a{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.pricingTable .pricingTable-signup a:hover{
  letter-spacing: 2px;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
}
.pricingTable.orange .title:after{ background-color: #ED8009; }
.pricingTable.orange .price-value{ color: #ED8009; }
.pricingTable.orange .pricing-content{ background: linear-gradient(#ED8009, #FCA531); }
@media only screen and (max-width: 990px){
  .pricingTable{ margin-bottom: 40px; }
}