p{
	 font-size: 16px; 
	 font-family: 'TISA', sans-serif;
	 letter-spacing: 1px;
	 color: #000;
	 margin: 0;
     text-align: justify;
     line-height: 26px;
}

.Register_Now{
	margin-top: 15%!important;
}
stage {
 
  margin: auto;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(4deg) rotateX(5deg) translateZ(0);
}

.layer:after {
  font: 10vh/0.65 'Pacifico', 'Kaushan Script', Futura, 'Roboto', 'Trebuchet MS', Helvetica, sans-serif;
  content: 'Freewebsite Site\A Register Today!';
  white-space: pre;
  text-align: center;
  position: absolute;
  top: -60px; 
  letter-spacing: -2px;
  text-shadow: 4px 0 10px hsla(0, 0%, 0%, .13);
}

$i: 1;
$NUM_LAYERS: 20;
@for $i from 1 through $NUM_LAYERS {
  .layer:nth-child(#{$i}):after{
    transform: translateZ(($i - 1) * -1.5px);
  }
}

.layer:nth-child(n+#{round($NUM_LAYERS/2)}):after {
  -webkit-text-stroke: 3px hsla(0, 0%, 0%, .25);
}

.layer:nth-child(n+#{round($NUM_LAYERS/2 + 1)}):after {
  -webkit-text-stroke: 15px dodgerblue;
  text-shadow: 6px 0 6px darken(dodgerblue,35%),
               5px 5px 5px darken(dodgerblue,40%),
               0 6px 6px darken(dodgerblue,35%);
}

.layer:nth-child(n+#{round($NUM_LAYERS/2 + 2)}):after {
  -webkit-text-stroke: 15px darken(dodgerblue, 10%);
}

.layer:last-child:after {
  -webkit-text-stroke: 17px hsla(0, 0%, 0%, .1);
}

.layer:first-child:after{
  color: #fff;
  text-shadow: none;
}
.layer{
	background-color: transparent;
	margin-left: 40%;
	padding: 0%;
	height: 90%;
}
@keyframes ಠ_ಠ {
  100% { transform: rotateY(-4deg) rotateX(-3deg); }
}
.bg_color{
	background-color: #FFC107!important;
	margin-top: -5.3%;
}
.img_height{
	height: 90%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.citys_1, .citys_2, .citys_3, .citys_4, .citys_5{
	text-decoration: none;
}
.citys_1, .citys_2, .citys_3, .citys_4, .citys_5:hover{
	text-decoration: none;
}
.new_city_11{
	background-color:white;
	
}
.citys_1{
	color:#E10000!important;
}
.new_city_12{
	background-color: white;
}
.citys_5{
	color: white!important;
}
.citys_3{
	color:white;
}
.citys_3:hover, .citys_5:hover{
	color: white;
}
.new_city_13{
	background-color: #E10000;
	color: white;
}
.new_city_14, .new_city_15{
	background-color:#3A396B;
	color: white;
}
.citys_4{
	color: white;
}
.flag_style{
	background-color: white;
	color: #0D0E3A;
}
.citys_flag{
	background-color: #3A396B!important;
	color: white;
	height: 35px!important;
	margin-top: -1px!important;
}
.flag_color{
	background-color: #3A396B!important;
	color: white;
	height: 35px!important;
	margin-top: -1px!important;
}
.hedding_color{
	background-color: #E10000;
	color: transparent;
	margin-right: 75.6%;
	margin-left: -1.2%;
	margin-bottom: 0px;
	height: 49px;
}
.contry_australia{
	margin-top: -4%;
	margin-left:0%;
    height: 50px;
}
.newstyle1{-webkit-transition:.5s;
	transition: .5s;
}
.newstyle1:hover{
	-webkit-transform:scale(1.2);
	transform: scale(1.2);
}
.newstyle1 a{
	font-size: 16px; 
	 font-family: 'Playfair Display', sans-serif;
	 letter-spacing: 1px;
}
.citys_flag:hover, .flag_color:hover, .citys_4:hover{
color: white;
}

.img_white{
	height: 250px;
	width: 100%;
}

.btn-circle{
	font-family: 'TISA', sans-serif;
	background-color:#dc3545; 
	-webkit-border-radius:70%;
	border-radius: 50%;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
	 0% { background-color: #dc3545;
		color: #ffffff;
		-webkit-box-shadow:0px 0px 5px 8px #dc3545 ;
	}
	50% {
		background-color: #ffffff;
		color: #dc3545;
		-webkit-box-shadow:0px 0px 5px 8px #dc3545;
	}
	100%{
		 background-color: #dc3545;
		color: #ffffff;
		-webkit-box-shadow:0px 0px 5px 8px #ffffff ;
	}
}
@-moz-keyframes glowing {
	 0% { background-color: #dc3545;
		color: #ffffff;
		-moz-box-shadow:0px 0px 5px 8px #393334 ;
	}
	50% {
		background-color: #ffffff;
		color: #dc3545;
		-moz-box-shadow:0px 0px 5px 8px #dc3545;
	}
	100%{
		 background-color: #dc3545;
		color: #ffffff;
		-moz-box-shadow:0px 0px 5px 8px #ffffff ;
	}
}
@-o-keyframes glowing {
	 0% { background-color:#dc3545;
		color: #ffffff;
		-o-box-shadow:0px 0px 5px 8px #ffffff ;
	}
	50% {
		background-color: #ffffff;
		color: #FFC107;
		-o-box-shadow:0px 0px 5px 8px #dc3545;
	}
	100%{
		 background-color: #dc3545;
		color: #ffffff;
		-o-box-shadow:0px 0px 5px 8px #ffffff ;
	}
}
@keyframes glowing {
	 0% { background-color: #dc3545;
		color: #ffffff;
		box-shadow:0px 0px 5px 8px #ffffff ;
	}
	50% {
		background-color: #ffffff;
		color: #dc3545;
		box-shadow:0px 0px 5px 8px #dc3545;
	}
	100%{
		 background-color:#dc3545;
		color: #ffffff;
		box-shadow:0px 0px 5px 8px #ffffff ;
	}
}

.text_1{
	border-top: 5px solid #dc3545;
	background-color: white;
	height: 47%;
}
.text_2{
	border-top: 5px solid #FFC107;
	background-color: white;
}
.text_3{
	border-top: 5px solid #dc3545;
	background-color: white;
	height: 47%;
}
.card-header{
	height: 160px;
	width: 100%;
}
.card-body{
	height: 90px;
	width: 100%;
}
.card-footer{
	height: 250px;
	width: 100%;
}
.img_card{
	height: 100%;
	width: 100%;
}
.body_card_1{
	background-color: #FFC107;
	color: #333333;
	border: none;

	
}
.body_card_2{
	background-color: #007BBD;
	color: white;
	border: none;
}
.body_card_3{
	background-color: #FFC107;
	color: #333333;
	border: none;
}
.body_card_4{
	background-color: #007BBD;
	color: white;
	border: none;
	
}
.body_card_5{
	background-color: #FFC107;
	color: #333333;
	border: none;
	height: 50%;
	
}
.body_card_6{
	background-color: #007BBD;
	color: white;
	border: none;
	height: 50%;
}
.body_card_7{
	background-color: #FFC107;
	color: #333333;
	border: none;
	height: 50%;
}
.body_card_8{
	background-color: #007BBD;
	color: white;
	border: none;
	height: 50%;
	
}
.footer_card_1{
	background-color: white;
	color: #333333;
}
.footer_card_2{
	background-color: white;
	color: #333333;
}
.footer_card_3{
	background-color: white;
	color: #333333;
}
.footer_card_4{
	background-color: white;
	color: #333333;
}
.footer_card_5{
	background-color: white;
	color: #333333;
	height: 285px;
}
.footer_card_6{
	background-color: white;
	color: #333333;
	height: 285px;
}
.footer_card_7{
	background-color: white;
	color: #333333;
	height: 100%;
}
.footer_card_8{
	background-color: white;
	color: #333333;
	height: 285px;
}
.div_10{
	background-color: #FFC107;

}
.div_11{
	background-color:#007BBD;

}
.div_12{
	background-color: #dc3545;

}
.card_new_1{
	border:none;
	-webkit-transition:.5s;
	transition: .5s;
}
.card_new_1:hover{
	border: none;
	-webkit-transform:scale(1.01);
	transform: scale(1.01);
	box-shadow: 2px 2px 10px #FFC107;

}
.card_new{
	border: none;
	-webkit-transition:.5s;
	transition: .5s;
}
.card_new:hover{
	border: none;
	-webkit-transform:scale(1.01);
	transform: scale(1.01);
	box-shadow: 2px 2px 10px #007BBD;
}
.div_10, .div_11, .div_12{
	width: auto;
	height: 100%;
}
.style_div_11, .style_div_12{
	text-decoration: none;
	color: white;
}
.style_div_10{
	text-decoration: none;
	color: black;
}
.style_div_11:hover, .style_div_12:hover{
		text-decoration: none;
	color: white;
}
.style_div_10:hover{
	text-decoration: none;
	color: black;
}
.style_div_10:hover button{
	border: 2px solid black;
	color: black;
	background-color: #FFC107;
}
.style_div_11:hover button{
	border: 2px solid white;
	color: white;
	background-color: #007BBD;
}
.style_div_12:hover button{
	border: 2px solid white;
	color: white;
	background-color: #dc3545;
}
.btn_text_10{
	margin-top:-10%;
	color: #FFC107;
	border: 2px solid black;
	background-color: black;
	border-radius: 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	cursor: pointer;

}
.btn_text_11{
	margin-top:-10%;
	color:#007BBD ;
	border: 2px solid white;
	background-color: white;
	border-radius: 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	cursor: pointer;
}
.btn_text_12{
	margin-top:-10%;
	color:#dc3545 ;
	border: 2px solid white;
	background-color: white;
	border-radius: 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	cursor: pointer;
}
.btn_text_10:hover{
	letter-spacing: 1px;
	box-shadow: 2px 5px #FFC107;
}
.btn_text_11:hover{
	letter-spacing: 1px;
	box-shadow: 2px 5px #007BBD ;
}
.btn_text_12:hover{
	letter-spacing: 1px;
	box-shadow: 2px 5px #dc3545;
}
.div_13{
	background-color: #FFC107;
}
.div_14{
	background-color: #007BBD;
}
.div_15{
	background-color: #dc3545;
}
.div_13, .div_14, .div_15{
	width: auto;
	height: 100%;
}
.style_div_14, .style_div_15{
	text-decoration: none;
	color: white;
}
.style_div_13{
	text-decoration: none;
	color: black;
}
.style_div_14:hover, .style_div_15:hover{
	text-decoration: none;
	color: white;
}
.style_div_13:hover{
	text-decoration: none;
	color: black;
}
.btn_text_13{
	margin-top:-10%;
	color: #FFC107;
	border: 2px solid black;
	background-color: black;

}
.btn_text_14{
	margin-top:-10%;
	color:#007BBD ;
	border: 2px solid white;
	background-color: white;
}
.btn_text_15{
	margin-top:-10%;
	color:#dc3545 ;
	border: 2px solid white;
	background-color: white;
}
.style_div_13:hover button{
	border: 2px solid black;
	color: black;
	background-color: #FFC107;
}
.style_div_14:hover button{
	border: 2px solid white;
	color: white;
	background-color:#007BBD;
}
.style_div_15:hover button{
	border: 2px solid white;
	color: white;
	background-color: #dc3545;
}
.sign_button{
	background-color: #DC3545;
	color: white;
	border: none;
	border-radius: 0px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition: all 1s ease;
	cursor: pointer;
}
.sign_button:hover{
    background-color: #393334;
	color: #FFC107!important;
	border-radius: 0px;
	border: none;
	box-shadow: 2px 5px #DC3545;
	transform: scale(1.1);
	letter-spacing: 5px;
}
.btnn{
	background-color:#007BBD;
	color: white;
	border: 2px solid #007BBD;

	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition: all 1s ease;
	cursor: pointer;
}
.btnn:hover{
	background-color: white;
	color: #007BBD;
	border: 2px solid #007BBD;
	box-shadow: 2px 5px #007BBD;
	letter-spacing: 2px;
}
.bottom_style{
	background-color: #333333;
	color: white;
	padding: 0;
	margin: 0;
}
footer{
	padding: 0;
	margin: 0;
	margin-top: -50px;
}
.request_from{
	color: #DC3545;
}
.search_area{
	width: 100%!important;
	height: auto;
}
.email_process{
	height: auto;
	width: 100%!important;
}
.form_style, .form_date, .form_time{
	border: none;
	background-color: white;
	border-radius: 0;
	border-bottom: 1px solid #DC3545;
}
select, .country_code{
	color: #DC3545!important;
}
input, .form_date{
	color: #DC3545!important;
}
::placeholder{
	font-family: 'TISA', sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #DC3545!important;
	opacity: .5;
}
.search_btn{
	float: left!important;
	margin: 0px;
	padding: 9px!important;
	font-size: 15px!important;
	width: auto!important;
	height: auto;
	text-align: center!important;
	border: none;
	border-radius: 0px;
	background-color: #DC3545;
	color: #ffffff;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition: all 1s ease;
}

.search_btn:hover, .sign_up:hover, .send_btn_1:hover{
	background-color: #393334;
	color: #FFC107;
	border: none;
	letter-spacing:3px;
	box-shadow: 2px 5px #DC3545;
}
.search_btn:hover{
	transform: scale(1.1);
}
input[type="text"],input[type="date"],select[type="time"], textarea, input[type="email"], select[type="text"] {
outline: none;
box-shadow:none !important;
}

input:focus, textarea:focus, select:focus{
 background-color: white !important;
 border-bottom: 1px solid #393334 !important;
}
.sign_up{
	float: right!important;
	border: none;
	border-radius: 0px;
	background-color: #DC3545;
	color: #ffffff;
	font-size: 16px; 
	 font-family: 'TISA', sans-serif;
	 letter-spacing: 1px;
	 -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition: all 1s ease;
	 cursor: pointer;
}
.send_btn_1{
	border: none;
	border-radius: 0px;
	background-color: #DC3545;
	color: #ffffff;
	font-size: 16px; 
	 font-family: 'TISA', sans-serif;
	 letter-spacing: 1px;
	 -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition: all 1s ease;
	 cursor: pointer;
}
body{
		font-family: TISA;
	}

	.newstyle{
      margin-top: 20px;
	}
	.newstyle1{
		margin-top: 10px;
	}
	@media screen and (max-width: 430px) {
           #smallfont{
           	font-size: 25px;
           }
       } 
       @media screen and (max-width: 991px) {
          #navbarSupportedContent li , #last li, .last2{
        margin-top: 20px !important;
        font-size: 20px !important;
           }
          
       } 
       #message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 10px;
  margin-top: 10px;
}

#message p {
  padding: 2px;
  font-size: 15px;
}


.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: ' \2714';
}


.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: ' \2716';
}
      blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
       }
      @keyframes blinker {  
        50% { opacity: 0; }
       }

       
       .dropbtn {
  background-color: #FFC107;
  color: black;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFC107;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #FFC107;}