		.bgcol{background: #eafafa;}
		.hero-section {
      width: 100%;
/*     background: #ffffff;*/
      padding: 60px 0;
    }
    .logo {
      width: 97px;
      height: 97px;
      
    }
    .person-img {
      width: 100%;
      max-width: 150px;
      height: 200px;
      background-color: #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 18px;
      color: red;
    }
    .company-logo {
      width: 100%;
      max-width: 260px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 18px;
    }
    .section-title {
      border: 2px solid #CC0000;
      padding: 10px 20px;
      display: inline-block;
      background-color: #f8f9fa;
      color: #2E3071;
      font-weight: bold;
			font-size:1.2rem;
    }
    .footer {
      background-color: #111;
      color: white;
      text-align: center;
      padding: 20px;
      margin-top: 40px;
    }
		.btn-danger {
  background-color: #cc0000;
	background-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%);
  border: thick solid #2E3071;
}
		.btn-danger {
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
		}
		.btn-danger:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
					
		.btn-primary {
  background-color: #1A2980;
	background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  70%, #1A2980  100%);
	border:none;
}					
		.btn-primary {
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 4px;
            display: block;
						padding:0.5rem;
		}
		.btn-primary:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
					
.fss{font-size:0.86rem;font-weight:normal;}
					
					
					


