@charset "utf-8";
/* CSS Document */

* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  transition:all .2s ease;
  outline: none !important;
  word-break: break-word;
}

::-moz-selection {
    color: #ffffff;
    background: #002f5f;
}

::selection {
    color: #ffffff;
    background: #002f5f;
}

body {
  margin:0; padding:0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	line-height:normal;
}

.primary {
  color: #002f5f;
}

.secondary {
	color: #b50a47;
}

a {
	color:#002f5f;
	text-decoration:none;
}

p {
	margin:0 0 24px;
}

p:last-child {
	margin:0;
}

input, 
select, 
textarea {
	color:#000;
	padding:10px;
	font-family:inherit;
	border: 1px solid #ddd;
	width: 100%;
}

input[type="radio"], input[type="checkbox"] {
	width: auto !important;
	padding:0 !important;
}

button,
input[type="submit"] {
	background: #b50a47;
	color:#fff;
	border-radius:0;
	padding:12px 25px;
	cursor:pointer;
	border:none;
	height: auto;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

button.sm,
input[type="submit"].sm {
	padding:10px 15px;
	font-size: 11px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.col10 {
  width: 9%;
}

.col15 {
	width:14%;
}

.col20 {
  width: 19%;
}

.col25 {
	width: 25%;
}

.col30 {
  width: 29%;
}

.col33 {
	width: 33.33%;
}

.col40 {
  width: 39%;
}

.col50 {
  width: 49%;
}

.col60 {
  width: 59%;
}

.col70 {
  width: 69%;
}

.col75 {
	width:74%;
}

.col80 {
  width: 79%;
}

.col90 {
  width: 89%;
}

img {
	max-width:100%;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textjustify {
	text-align: justify;
}

.container {
	max-width: 1240px;
	margin:0 auto;
	padding:0 20px;
}

.container-fluid {
	padding:0 20px;
}

.inline-block {
	display:inline-block;
}

.marginauto {
	margin:0 auto;
}

/**header style**/
.header {
	position: relative;
	line-height:70px;
	font-size:14px;
	width:100%;
	top:0;
	z-index:999;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	background: #fff;
	transition: all 0.4s ease;
}

/*.header.fixed {
	position: fixed;
	transition: all 0.4s ease;
	line-height:normal;
	padding: 5px 0;
}*/

.logodiv {
	line-height: normal;
}

.logo {
	display:inline-block;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.logo img {
	height: 60px;
}

.header.fixed .logo {
	top: auto;
}

.header.fixed .logo img {
	height: 50px;
}

.slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.landingimage h1 {
	color: white;
	font-size: 35px;
	font-weight: normal;
}
.landingimage h3 {
	color: white;
	font-size: 20px;
	font-weight: normal;
}

.dark-translucent-bg {
	position: absolute !important;
	width: 100% !important; height: 100% !important;
	left: 0 !important; top: 0 !important;
	content: "";
	background: rgba(0,0,0,0.5) !important;
}

.fa.slick-arrow {
    position: absolute;
    z-index: 9999999;
    top: 45%;
    font-size: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0.5;
}

.fa.slick-arrow:hover {
	opacity: 1;
}

.fa.fa-angle-left.slick-arrow {
	left: 20px;
	color: #000 !important;
}

.fa.fa-angle-right.slick-arrow {
	right: 20px;
	color: #000 !important;
}

#mainslider ul.slick-dots {
	position: absolute !important;
    bottom: 15px !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
    clear: none !important;
}

#mainslider ul.slick-dots li button {
    border: 2px solid rgba(255,255,255,0.5) !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 100% !important;
    background: none !important;
}

#mainslider ul.slick-dots li button::before {
    width: 14px !important;
    height: 14px !important;
    border-radius: 100% !important;
    background: none !important;
    border: none !important;
}

#mainslider ul.slick-dots li.slick-active button {
	background: none !important;
}

#mainslider ul.slick-dots li.slick-active button::before {
	background: #fff !important;
    width: 7px !important;
    height: 7px !important;
    top: 4px !important;
    left: 4px !important;
}

.footer {
    background: #333333;
	color:#ffffff;
	padding:20px 0;
}

.section {
	padding:70px 0;
}
.bgimage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section h2.title {
	color: #002f5f;
	font-size: 30px;
	margin:0 0 40px;
	padding:0;
	font-size:40px;
	font-weight: normal;
}

.navbar ul {
	list-style: none;
	margin:0; 
	padding:13px 0;
	line-height: normal;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header.fixed .navbar ul {
	padding:5px 0;
}

.navbar ul li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.navbar ul li:first-child {
	margin-left: 0;
}

.navbar ul li a {
	display: block;
	color: #002f5f;
	padding:10px;
	font-size: 15px;
	line-height: 22.5px;
	text-transform: none;
}

.navbar ul ul {
	background-color: #b50a47;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	line-height: normal;
}

.navbar ul li:last-child ul {
	left: auto;
	right: 0;
}

.navbar ul ul ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.navbar ul li:last-child ul ul {
	left: 0;
	right: 100%;
}

.navbar ul ul li {
	margin-left: 0;
	width: 100%;
}

.navbar ul ul a {
	color: #fff;
	margin: 0;
	width: 100%;
}

.navbar ul ul a:hover {
	background-color: #002f5f;
}

.navbar ul li:hover > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
	display: block;
	flex-wrap: unset;
	justify-content: unset;
	align-items: unset;
}

.topsearch {
	position: relative;
	z-index: 9999;
	width: 100%;
}

.topsearch .container {
	background: rgba(0,47,95,0.8);
	color: white;
	padding: 30px;
	border-radius: 4px;
	max-width: 1240px;
}

.home .topsearch {
	position: absolute;
	top: 45%;
}

.home .topsearch .container {
	max-width: 960px;
}

.topsearch input, .topsearch select {
	border: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}

.topsearch .col33 {
	padding-right: 20px;
}

.topsearch .col33.last {
	padding-right: 0;
}

ul.services {
	list-style: none;
	margin:0; padding:0;
	text-align: center;
}

ul.services li {
	position: relative;
	display: inline-block;
	width: 14%;
	margin: 10px;
	background-color: #eee;
	padding:20px 10px 50px;
	border-radius: 5px;
	color: #002f5f;
}

ul.services li .fa {
	font-size:40px;
	display: block;
	margin:0 auto 25px;
}

ul.services li h3 {
	display: block;
	margin: 0; padding:15px;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.maintabs {
	position: relative;
	margin-bottom: 170px;
}

.quote {
	background: #b50a47;
	padding:50px 0;
	text-align: center;
	position: absolute;
	margin-top: 70px;
	z-index: 99;
	left: 0;
	width: 100%;
	height: 170px;
}

.quote h2 {
	color: white;
	font-size: 20px;
	margin:0; padding:0;
	font-weight: normal;
	line-height: 35px;
}


.destinations ul  {
	list-style: none;
	margin:0; padding:0;
}

.destinations ul li {
	position: relative;
	display: block;
	float: left;
	width: 20%;
	border:1px solid #000;
}

.destinations ul li .overlay {
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
}

.destinations ul li .bgimage {
	height: 260px;
	position: relative;
}

.destinations ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:15px;
	background:rgba(0,0,0,0.5);
	color: white;
	margin:0; 
	font-size:15px;
	font-weight: normal;
}

.destinations ul li h3 .fa {
	margin-right: 5px;
}


.contactinfo_footer {
	line-height: 25px;
    background-image: -webkit-linear-gradient(left, #ffffff 0, #ffffff 45%, #f3f3f3 45%, #f3f3f3 100%);
    background-image: -moz-linear-gradient(left, #ffffff 0, #ffffff 45%, #f3f3f3 45%, #f3f3f3 100%);
    background-image: -o-linear-gradient(left, #ffffff 0, #ffffff 45%, #f3f3f3 45%, #f3f3f3 100%);
    background-image: linear-gradient(to right, #ffffff 0, #ffffff 45%, #f3f3f3 45%, #f3f3f3 100%);
    position: relative;
}

.contactinfo_footer iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 45%;
}

.contactinfo_footer .addr {
	margin: 0 0 40px;
}

.contactinfo_footer .addr:last-child {
	margin:0;
}

.contactinfo_footer h3 {
	margin:0 0 20px; padding:0;
	color: #002f5f;
	font-size: 20px;
}

.contactinfo_footer p {
	margin: 0 0 10px;
}

.contactinfo_footer p:last-child {
	margin:0;
}

.contactinfo_footer .icon {
	width: 30px;
	text-align: center;
	margin-right: 10px;
}

.heading {
	display: inline-block;
	margin-right: 10px;
	color: #002f5f;
	font-weight: bold;
}

.counts {
	background: #002f5f;
	color: #fff;
	line-height: 25px;
	padding:30px 0;
}

.counts h3 {
	color: white;
	margin:15px 0; padding:0;
	font-size: 40px;
}

.counts p.title {
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.counts .left, .counts .right {
	width: 30%;
	padding:0 30px;
	margin:20px;
	border-radius: 5px;
	text-align: center;
}

.searchterms  {
	list-style: none;
	margin:0 0 20px; padding:0;
	text-align: center;
}

.searchterms li {
	position: relative;
	display: inline-block;
	background:#eee;
	font-size:14px;
	padding:7px 12px;
	border-radius:3px;
	margin:5px;
}

.bggray {
	background:#eee;
}

.padder {
	padding:30px;
}

.login  p {
	margin:0 0 15px;
}

.login input, .login textarea, .login select {
	padding: 15px;
}

.topbar {
	line-height: normal;
	padding:10px 0;
	background: #002f5f;
	color: #fff;
	font-size: 12px;
}

.header.fixed .topbar {
	margin-top: -5px;
	margin-bottom: 5px;
}

.topbar ul {
	list-style: none;
	margin:0; padding:0;
}

.topbar ul li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	letter-spacing: 1px;
	font-weight: lighter;
}
.topbar ul.social_info li {
	margin-left: 10px;
}
.topbar ul li:first-child,
.topbar ul.social_info li:first-child {
	margin-left: 0;
}

.topbar ul li .fa {
	color: #b50a47;
	margin-right: 5px;
	font-size: 14px;
}

.topbar ul li a,
.topbar ul.social_info li .fa {
	color: #fff;
}

.rightsidebar {
	background: #b50a47;
	color: #fff;
	padding:30px;
}

.rightsidebar h3 {
	margin-top: 0;
	font-size:20px;
	line-height: 30px;
}

.countries {
	background:#eee;
	margin:30px 0;
}

.countries .col33 {
	padding:20px;
	margin-bottom: 20px;
}

ul.tbs {
	list-style: none;
	margin:0; padding:0;
}

ul.tbs li {
	position: relative;
	display: inline-block;
}

ul.tbs li a {
	display: block;
	padding: 10px 20px;
	background: #f7f7f7;
}

ul.tbs li.ui-state-active a, ul.tbs li.ui-state-hover a {
	background: #eee;
}

.logoslider {
	padding: 0 40px;
}
.logoslider li {
	text-align: center;
}
.logoslider img {
	height: 100px;
}

.testimonials_sec {
	background: #eee;
}

.testimonials_sec .t_content {
	font-size: 18px;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	line-height: 1.7em;
}

.testimonials_sec .t_author {
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	margin-top: 30px;
}

.bottom-menuu{
	position: fixed; 
	z-index: 999999999999999999999999999999999999999999; 
	bottom: 25px; 
	right: 25px; 
}
.bottom-menuu a, .bottom-menuu span{display: inline-block;}
.bottom-menuu a{
    display: flex; align-items: center;
	background: #41ad49 !important; 
	width: 50px;
	height:50px;
	justify-content:center;
	border-radius:100%;
}
.bottom-menuu span{margin-left: 5px;}
.bottom-menuu img{height: 25px;}
.bottom-menuu span{color: #fff;font-size: 18px;}
@media (max-width: 640px){.bottom-menuu{width: 60px;height: 60px;bottom: 90px;right: 20px;border-radius: 100%;padding: 0;}
.bottom-menuu img{margin-top: auto;height: 30px;}
.bottom-menuu span{display: none;}}


.aboutus_sec {
	background: #eee;
}

.blogposts_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blogposts_ul li {
	margin: 0 0 20px;
	padding: 0;
}

.blogposts_ul li .bgimage {
	height: 180px;
	margin: 0 0 15px;
	border-radius: 5px;
}

.blogposts_ul li h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.blogposts_ul li h3 a {
	color: inherit;
}

.profile_tabs,
.register_as {
	text-align: center;
}

.register_as ul,
.profile_tabs ul {
	list-style: none;
	margin:0; padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.register_as ul {
	justify-content: center;
}
.profile_tabs ul {
	margin-bottom: 40px;
}

.register_as ul li {
	position: relative;
	width: 32%;
	margin: 10px;
}
.profile_tabs ul li {
	position: relative;
	width: 19%;
}
.profile_tabs.profile_tabs_counseller ul li {
	width: 24%;
}

.register_as ul li a,
.profile_tabs ul li a {
	display: block;
	background: #eee;
	padding:10px;
	border-radius: 3px;
	font-size: 18px;
	box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 30%);
}
.profile_tabs ul li a {
	font-size: 13px;
}

.profile_tabs ul li.active a,
.profile_tabs ul li a:hover,
.register_as ul li.active a, 
.register_as ul li a:hover {
	background: #002f5f;
	color: #fff;
}

.col45 {
	width: 44%;
}

.marginauto {
	margin-left: auto;
	margin-right: auto;
}

.form .row {
	margin:0 0 15px;
}

.profile_form .row {
	margin: 0 0 30px;
}

.form .row.last {
	margin:0;
}

.form .row input, .form .row textarea, .form .row select {
	padding: 15px;
}


.sidebar {
	width: 23%;
}

.sidebar ul {
	list-style: none;
	margin:0; padding:0;
}

.sidebar ul li {
	position: relative;
	display: block;
	margin:0; padding:0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:13px;
	font-weight: bold;
}

.sidebar ul li a {
	display: block;
	padding:10px;
	border-bottom: 1px solid #ddd;
}

.sidebar ul li:last-child a {
	border-bottom: none;
}

.sidebar ul li a:hover {
	background: #eee;
}

.sidebar ul ul {
	background: #eee;
	border-bottom: 1px solid #ddd;
}

.sidebar ul ul li {
	text-transform: none;
}

h3.top_heading {
	margin:0 0 30px; padding:0;
	font-size: 30px;
	color: #002f5f;
}

.message {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.section.panel {
	background: #f7f7f7;
}

.table {
	width: 100%;
	table-layout: fixed;
}

.table td, .table th {
	text-align: left;
	padding:10px;
}


.flexdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.four_col .row {
	width: 23%;
}
.three_col .row {
	width: 31%;
}
.two_col .row {
	width: 48%;
}

.form .label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.edu_div,
.exp_div,
.fin_div {
	padding: 30px;
	background: #eee;
	margin: 30px auto;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
	border-radius: 5px;
}

.navbar ul li a.avatr_rw {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.navbar ul li a.avatr_rw .avatr_img {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.reflink {
	font-size: 17px;
}
.reflink p {
	margin: 0 0 10px;
}
.reflink input {
	font-size: 17px;
	padding: 12px 15px;
	border-radius: 5px;
	background: #ddd;
}


.openinghours_row {
  align-items: center;
  margin: 10px 0;
}
.openinghours_row .row {
  margin: 0;
}
.openinghours_row .form-control {
	padding: 10px 15px !important;
}
.openinghours_row input[type="checkbox"] {
	margin-right: 5px;
}

.chatbox {
	background: #ccc;
	height: 400px;
	padding: 20px;
	border-radius: 4px;
	margin: 20px auto;
	position: relative;
	overflow-x: hidden;
}

.chatrow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px;
}

.chatrow:last-child {
	margin: 0;
}

.chatrow .message_text_sender {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    line-height: normal;
    padding-top: 4px;
    width: 28%;
}

.chatrow .message_text {
    line-height: normal;
    font-size: 17px;
    width: 65%;
}

.chatrow .message_text_posted_at {
    font-size: 10px;
    color: #888;
    display: block;
    text-transform: uppercase;
    margin: 5px 0 0;
    line-height: normal;
}


.search_response {
  background: #ccc;
  padding: 5px 10px;
  margin: 10px auto;
  height: 375px;
  overflow-x: hidden;
}
#message_sending_form {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}
.message_commentbox {
	width: 65%;
  border: none;
  background: transparent;
}
.message_commentbox input[type="text"] {
    border: none;
    background: transparent;
    width: 100%;
}
#message_sending_form .sendmsg {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    width: 15%;
    height: 100%;
}
#message_sending_form .attachments {
    position: absolute;
    top: 12px;
    right: 18%;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}
#message_sending_form .attachments:hover {
	opacity: .7;
}
#message_sending_form .attachments i {
	font-size: 15px;
	margin-right: 7px;
	position: relative;
	top: 1px;
}
#message_sending_form .attachments label {
	display:inline-block;
    cursor: pointer;
}
#message_sending_form .attachments input {
	display:none;
}

.refresh_chat_p {
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
}


ul.history_logs {
    margin: 0;
    padding: 20px 0 20px 20px;
    position: relative;
    list-style: none;
}

ul.history_logs::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #ccc;
    left: 5px;
    top: 0;
    z-index: 0;
}

ul.history_logs li {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #ccc;
}

ul.history_logs li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.history_logs li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    left: -18px;
    top: 9px;
}

ul.history_logs li p {
	margin: 0 0 15px;
	padding: 0;
}
ul.history_logs li p:last-child {
	margin: 0;
}
ul.history_logs li .h {
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.file_bar {
  font-size: 11px;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 5px;
  background: #ccc;
  margin-top: 5px;
}
.file_bar .fa-times {
  margin-left: 8px;
  cursor: pointer;
}


.page_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.page_tabs li {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
}
.page_tabs li a {
	display: block;
	background: #ddd;
	padding: 3px 10px;
	border-radius: 4px;
}
.page_tabs li a.activ {
	background: #002f5f;
	color: #fff;
}
.page_tabs li:last-child {
	margin-right: 0;
}

.username_line {
	background: #002f5f;
	font-style: italic;
	font-size: 12px !important;
	line-height: normal !important;
}
.username_line span {
	display: block;
	margin-bottom: 2px;
	text-transform: uppercase;
}


.cooming-soon {
  min-height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', sans-serif;
}

.cooming-soon .card {
    background: #eee;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 24px;
    padding: 64px 56px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 30px 60px rgb(0 0 0 / 10%);
    color: #fff;
    text-align: center;
    animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}

.cooming-soon .icon-wrapper {
  margin-bottom: 36px;
  animation: bounce 3s ease-in-out infinite;
  filter: drop-shadow(0 0 6px #ff7e5f88);
}

.cooming-soon h1 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.1;
    user-select: none;
    color: #2a2626;
}

.cooming-soon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.85;
    margin: 0 0 44px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.progress-bar {
  margin: 36px auto 0;
  height: 6px;
  max-width: 320px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}


.progress {
  height: 100%;
  width: 0;
  background: #b31d42;
  border-radius: 6px;
  animation: loading 6s linear infinite;
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 10px 25px rgba(255, 126, 95, 0.6);
  }
  50% {
    box-shadow: 0 15px 40px rgba(255, 126, 95, 0.9);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@media (max-width: 480px) {
  .cooming-soon .card {
    padding: 40px 24px;
  }

  .cooming-soon h1 {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .cooming-soon p {
    font-size: 16px;
  }

}
