.button {
  background-color: #b73235;
     -webkit-border-radius: 10px;
     border-radius: 15px;
     border: none;
     color: #FFFFFF;
     cursor: pointer;
     display: inline-block;
     font-family: Arial;
     font-size: 24px;
     padding: 15px 10px;
     text-align: center;
     text-decoration: none;
     -webkit-animation: glowing 1500ms infinite;
     -moz-animation: glowing 1500ms infinite;
     -o-animation: glowing 1500ms infinite;
     animation: glowing 1500ms infinite;
     margin-top: 0px;
 }
.glow {
  background-color: #b73235;
     -webkit-border-radius: 10px;
     border-radius: 15px;
     border: none;
     color: #FFFFFF;
     cursor: pointer;
     display: inline-block;
     font-family: Arial;
     font-size: 24px;
     padding: 15px 10px;
     text-align: center;
     text-decoration: none;
     -webkit-animation: glowing 1500ms infinite;
     -moz-animation: glowing 1500ms infinite;
     -o-animation: glowing 1500ms infinite;
     animation: glowing 1500ms infinite;
     margin-top: 0px;
 }
 @-webkit-keyframes glowing {
   0% { background-color: #f58634; -webkit-box-shadow: 0 0 3px #f58634; }
   50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
   100% { background-color: #f58634; -webkit-box-shadow: 0 0 3px #f58634; }
 }
 
 @-moz-keyframes glowing {
   0% { background-color: #f58634; -moz-box-shadow: 0 0 3px #f58634; }
   50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
   100% { background-color: #f58634; -moz-box-shadow: 0 0 3px #f58634; }
 }
 
 @-o-keyframes glowing {
   0% { background-color: #f58634; box-shadow: 0 0 3px #f58634; }
   50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
   100% { background-color: #f58634; box-shadow: 0 0 3px #f58634; }
 }
 
 @keyframes glowing {
   0% { background-color: #b73235; box-shadow: 0 0 3px #b73235; }
   50% { background-color: #323743; box-shadow: 0 0 40px #323743; }
   100% { background-color: #b73235; box-shadow: 0 0 3px #b73235; }
 }
 
 
 
   /* The Modal (background) */
 .modal {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 99999 !important; /* Sit on top */
     padding-top: 10px; /* Location of the box */
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }
 
 /* Modal Content */
 .modal-content {
     background-color: #fefefe;
     margin: auto;
     padding: 30px;
     border: 1px solid #888;
     width: 40%;
 }
 
 /* The Close Button */
 .close {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }
 
 .close:hover,
 .close:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
 }



  /* The Modal (background) */
 .modal2 {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 99999 !important; /* Sit on top */
     padding-top: 10px; /* Location of the box */
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }
 


 /* The Close Button */
 .close2 {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }
 
 .close2:hover,
 .close2:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
 }
 
 
 
   /* The Modal (background) */
 .modal3 {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 99999 !important; /* Sit on top */
     padding-top: 10px; /* Location of the box */
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }
 
 /* Modal Content */
 .modal-content3 {
     background-color: #fefefe;
     margin: auto;
     padding: 30px;
     border: 1px solid #888;
     width: 40%;
 }

 @media all and (max-width:768px){
  .modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
}
 }

 /* The Close Button */
 .close3 {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }
 
 .close3:hover,
 .close3:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
 }
 
 
 
 .cv_button{
	 margin-bottom: 10px;
    background-color: #b73235;
    font-size: 26px;
    color: white;
    border: none;
    border-radius: 45px;
    padding: 20px;
    font-weight: 500;
	 
 }