.all_sec_dsgn{
	background-color:#000;
	border:solid 10px #000;
	text-align:center;	
    box-shadow: 0 0 30px #5d5d5d;
}
a,a:hover{
	color:#fff !important;
	text-decoration:none !important;
}


.sec_one {
    padding: 0;
}
.sec_one img{
    object-fit: cover;
    height: 250px;
}
.sec_two{
    margin-top: -35px;	
}
.sec_two img{
    object-fit: fill;
	width:100px;
    height:100px;
    border-radius: 53px;
    border: solid 2px #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #020202;
}
.sec_three{
	padding:25px 0;
}
.sec_three h1{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;	
	margin:10px 0 0;
    font-family: monospace;
    letter-spacing: 2px;
}
.sec_three h3{
    font-size: 15px;
    font-weight: bold;
	margin:10px 0;
	line-height:12px;
    text-transform: uppercase;
    color: #000;
    font-family: monospace;
    letter-spacing: 2px;
    background-color: #ededed;
    display: inline-block;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px #1d1818;
}
.sec_three ul{
    list-style-type: disclosure-closed;
    margin-block: 0;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
.sec_three ul li{
    color: #fff;
    font-family: system-ui;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}
.sec_four{
	padding:25px 0;
    border-top: 0.5px solid #232323;	
}
.sec_four a{
	text-decoration:none;
}
.sec_four .sml_titles{
	font-size: 10px;
	color: #fff;
	text-shadow: 0 0px 10px #000;
}
.sec_four img{
	object-fit: contain;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: solid 2px #fff;
    background-color: #fff;
    box-shadow: 0 0 4px #fba3a3;
	padding:3px;
} 
.sec_four img:active{
	transform: translateY(2px);
}
.sec_five{
	padding:25px 0;
    border-top: 0.5px solid #232323;	
}
.sec_five a{
	text-decoration:none;
}
.sec_five .address_line{
	font-size: 15px;
	color: #fff;
	text-shadow: 0 0px 10px #000;
	text-align: justify;
	margin-left:25px;
}
.sec_five img{
	object-fit: contain;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: solid 2px #fff;
    background-color: #fff;
    box-shadow: 0 0 4px #fba3a3;
	padding:3px;
} 
.sec_five img:active{
	transform: translateY(2px);
}
.sec_six{
	padding:25px 0;
    border-top: 0.5px solid #232323;	
}
.sec_six img{
	object-fit: contain;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: solid 2px #fff;
    background-color: #fff;
    box-shadow: 0 0 4px #fba3a3;
	padding:3px;
} 
.sec_six img:active{
	transform: translateY(2px);
}
.sec_seven{
	padding:25px 0;
	border-top:1px solid #232323;
}
.sec_seven img{
	object-fit: contain;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #fff;
} 
.sec_seven img:active{
	transform: translateY(2px);
}

/*============= pulse animation ======================*/
.pulse {
  /*width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cca92c;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);*/
  cursor: pointer;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


/*============= The Modal (background) ======================*/

body{font-family: Arial, Helvetica, sans-serif;}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 {
  position: relative !important;
  background-color: #fff !important;
  margin: auto !important;
  padding: 0 !important;
  border: 1px solid #888 !important;
  width: 50% !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px !important;
  background-color: #fff;
  color: #000;
  text-align:center;
}

.modal-body {padding: 75px !important;}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: #000;
}

/*================ Form CSS ==========*/

input[type=text], input[type=tel], input[type=email], textarea {
    width: 100%;
	background:transparent;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    /* resize: vertical; */
}

input[type=submit], .sms_btn{
  background-color: #000;
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size:12px;
  padding:10px 15px;
  text-transform:uppercase;
  letter-spacing:5px;
  margin-top:25px;
}

.sms_btn{
	text-decoration:none;
	margin-bottom:15px;
}

input[type=submit]:hover {
  background-color: #45a049;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.sms_sec{
	text-align:center;
	margin-top: 50px;
	padding:25px 0 50px;
	background-color:#ddd;
}
.sms_sec p{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}