@import "https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&display=swap";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
 body {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #8b8c90;
	overflow-x: hidden;
}
a {
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-decoration: none;
	color: #8b8c90;
}
.sidbar-style li:before {
    position: absolute;
    font-family: FontAwesome;
    color: #00cccc;
    left: 0;
    top: 0;
    content: "\f111";
}
.sidbar-style li {
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}
.sidbar-style li.active a {
    color: #0cc;
    display: block;
    font-weight: 600;
}
a:hover {
	text-decoration: none;
	color: #00cccc;
}
a:focus {
	text-decoration: none
}
button {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}
button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #201f25;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	line-height: 1.4
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	vertical-align: middle
}
p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.8
}
p:last-child {
	margin-bottom: 0
}
img {
	max-width: 100%;
	height: auto
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.form-control {
	height: 40px;
	color: #06228f;
	border: 1px solid #ebebeb;
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%
}
.form-control::-webkit-input-placeholder {
	color: #676a6a
}
.form-control:-ms-input-placeholder {
	color: #676a6a
}
.form-control::-ms-input-placeholder {
	color: #676a6a
}
.form-control::placeholder {
	color: #676a6a
}
.form-control:focus {
	color: #8b8c90;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #06228f
}
.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}
textarea.form-control {
	height: 120px;
}
/*=========nice select==============*/

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 20px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 30px;
}
.nice-select:hover {
	border-color: #dbdbdb
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}
.nice-select.disabled:after {
	border-color: #ccc
}
.nice-select.wide {
	width: 100%
}
.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}
.nice-select.right {
	float: right
}
.nice-select.right .list {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}
.nice-select.small:after {
	height: 4px;
	width: 4px
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6
}
.nice-select .option.selected {
	font-weight: 700
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}
.no-csspointerevents .nice-select .list {
	display: none
}
.no-csspointerevents .nice-select.open .list {
	display: block
}
.nice-select .list {
	width: 100%;
	display: block;
	height: 200px;
    overflow-y: scroll;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-70 {
	padding-bottom: 70px;
}
.mt-minus-100 {
	margin-top: -100px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.bg-color {
	background-color: #f9fafb;
}
.default-btn:hover {
	background: #000;
}
.default-btn {
	font-size: 16px;
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	background-color: #00cccc;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 4px;
	font-family: "dm serif display",serif;
}
.default-btn span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#06228f), to(transparent));
	background: linear-gradient(top, #06228f, transparent);
	width: 2px;
	height: 100%;
	opacity: 0
}
.default-btn span::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#06228f), to(transparent));
	background: linear-gradient(bottom, #06228f, transparent);
	width: 2px;
	height: 100%;
	opacity: 0
}
.default-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(#06228f), to(transparent));
	background: linear-gradient(right, #06228f, transparent);
	width: 100%;
	height: 2px;
	opacity: 0
}
.default-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#06228f), to(transparent));
	background: linear-gradient(left, #06228f, transparent);
	width: 100%;
	height: 2px;
	opacity: 0
}
.default-btn:hover {
	background-color: #fdd04b;
	color: #fff
}
.default-btn:hover::before {
	-webkit-animation: right 2s linear infinite;
	animation: right 2s linear infinite;
	opacity: 1
}
.default-btn:hover::after {
	-webkit-animation: left 2s linear infinite;
	animation: left 2s linear infinite;
	opacity: 1
}
.default-btn:hover span::before {
	-webkit-animation: top 2s linear infinite;
	animation: top 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 1
}
.default-btn:hover span::after {
	-webkit-animation: bottom 2s linear infinite;
	animation: bottom 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 1
}
@-webkit-keyframes left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@keyframes left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@-webkit-keyframes right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@keyframes right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@-webkit-keyframes top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@-webkit-keyframes bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@keyframes bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
.read-more {
	font-weight: 500;
	font-size: 15px;
	color: #201f25
}
.read-more i {
	position: relative;
	position: relative;
	top: 1.7px;
	margin-left: 5px
}
.read-more:hover {
	color: #06228f
}
.section-title {
	max-width: 750px;
	margin: -5px auto 50px;
	text-align: center;
	position: relative
}
.section-title span {
	margin-bottom: 15px;
	color: #06228f;
	font-weight: 400;
}
.section-title h2 {
	font-size: 32px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	font-family: "dm serif display",serif;
}
.section-title h2:last-child {
	margin-bottom: 0
}
.section-title.white-title span {
	color: #06228f
}
.section-title.white-title h2 {
	color: #fff
}
.section-title.white-title p {
	color: #fff
}
.section-title.left-title {
	margin-left: 0;
	margin-right: auto;
	text-align: left
}
.section-btn {
	float: right
}
.top-bar {
	background-color: #00cccc;
	padding: 0 0;
}
.top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff
}
.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 11px;
}
.top-left ul:before {
    background-color: #fdd04b;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: -50px;
    width: 80%;
    -webkit-transform: skew( 
-40deg
 );
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew( 
-40deg
 );
}
.top-left ul:after {
    position: absolute;
    content: "";
    left: -122px;
    top: 0;
    width: 330px;
    height: 100%;
    background: #fdd04b;
    z-index: -1;
}

.top-left ul {
    position: relative;
    z-index: 1;
}
.top-bar .top-left li:first-child {
	border-left: 1px solid #ffffff40;
}
.top-bar .top-left li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.become-appoitment .container {
	max-width: 1350px;
}
.top-bar .top-social {
	padding: 10px 20px;
	border-right: 1px solid #ffffff40;
	border-left: 1px solid #ffffff40;
}
.top-bar .top-social li {
	display: inline-block;
	margin-left: 13px
}
.top-bar .top-social li:first-child {
	margin-left: 0
}
.top-bar .top-social li a {
	color: #fff
}
.top-bar .top-social li a:hover {
	color: #ddd
}
.top-bar .top-left li,
.top-bar .top-left li:first-child {
	border: none
}
.top-bar .top-left li {
	padding-left: 0;
	padding-right: 20px
}
.navbar-area {
	background-color: #06228f;
	padding: 10px 0;
}
.navbar-area.is-sticky {
	background: #06228f !important;
}
.footer-area:before {
	content: "";
	background: #feb813;
	height: 2px;
	width: 6%;
	top: -1px;
	left: 47%;
	position: absolute;
}
.navbar-area.is-sticky a.dtbtn {
	background-color: #06228f;
}
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
	color: #fff;
}
.navbar-area .main-nav {
	padding-top: 0;
	padding-bottom: 0
}
.navbar-area .main-nav .navbar {
	padding: 0;
	border-top: 1px solid #4a68db;
	border-bottom: 1px solid #4a68db;
}
.navbar-area .main-nav .navbar .navbar-brand {
	font-size: 0;
	padding: 0
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 0;
	display: table-cell;
	border-right: 1px solid #4a68db;
}
.navbar-area .main-nav nav .navbar-nav .nav-item:last-child {
	border-right: none;
}
.top-bar .top-left li a:hover {
	color: #06228f;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover > a:before, .navbar-area .main-nav nav .navbar-nav .nav-item > a::before {
    width: 100%;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    margin-right: 8px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:before {
    background: #00cccc;
    content: "";
    height: 2px;
    position: absolute;
    bottom:-1px;
    width: 0;
    transition: .5s;
    left:0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before{
  background:transparent; 
}
.navbar-area .main-nav nav .navbar-nav .nav-item a{
  position: relative;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active:after {
    background: #00cccc;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -1px;
    transition: .5s;
    left: 10%;
    right: 10%;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active:before {
    background: #009b40;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: .5s;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 20px 4px;
    position: relative;
    z-index: 1;
    margin: 0 6px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
	font-size: 14px;
	line-height: 0;
	position: relative;
	top: 2px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #0cc;
}
.ml-auto {
	margin-left: auto;
	margin-right: auto;
}
a.dtbtn {
	border: none;
	display: block;
	font-size: 12px;
	margin-left: 30px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #363238;
	color: #fff;
	padding: 10px 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	background-color: #06228f;
	color: #fff !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	top: 130%;
	left: 15px;
	opacity: 0;
	width: 270px;
	visibility: hidden;
	z-index: 99;
	display: block;
	padding: 0;
	background-color: #06228f;
	border: none;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-top: 6px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 12px;
	color: #fff;
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px dotted #eee;
	margin-left: 0;
	margin-right: 0;
	text-transform: capitalize;
	display: block;
	font-weight: 500;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	background: #363238;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 20px
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	display: none
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #06228f
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #06228f
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	top: 0
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: -98%;
	top: 20px!important;
	opacity: 0!important;
	visibility: hidden!important
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	position: absolute;
	right: -100%;
	top: 0;
	opacity: 0!important;
	visibility: hidden!important
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #201f25;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: #06228f
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
	color: #06228f
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #06228f
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -4px!important
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -20px!important
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
	left: auto;
	right: -100%
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	visibility: visible;
	top: 92%
}
.navbar-area .others-option {
	position: relative;
	top: -2px
}
.navbar-area .others-option .call-us {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 20px
}
.navbar-area .others-option .call-us i {
	font-size: 20px;
	position: relative;
	top: 4px;
	color: #06228f;
	margin-right: 5px
}
.top-bar .top-left li i {
	color: #06228f;
	margin-right: 3px;
}
.navbar-area .others-option .call-us a {
	font-weight: 600
}
.navbar-area .others-option .option-item {
	color: #8b8c90;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 2px
}
.navbar-area .others-option .option-item .search-overlay {
	display: none
}
.navbar-area .others-option .option-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-top: 20px
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form {
	position: relative
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #201f25;
	outline: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 15px;
	padding-top: 4px;
	padding-left: 15px
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #06228f
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #06228f;
	border: none;
	width: 50px;
	outline: 0;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	padding: 0
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
	background-color: #201f25
}
.navbar-area .others-option .option-item .search-btn {
	cursor: pointer;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%
}
.navbar-area .others-option .option-item .close-btn {
	cursor: pointer;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: none
}
.navbar-area .others-option .option-item .close-btn.active {
	display: block;
}
.navbar-area .others-option .cart-icon {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: 2px;
	margin-right: 10px
}
.navbar-area .others-option .cart-icon a i {
	font-size: 20px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #06228f
}
.navbar-area .others-option .cart-icon a span {
	position: absolute;
	top: -2px;
	right: -7px;
	width: 18px;
	height: 18px;
	line-height: 17px;
	background-color: #06228f;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}
.navbar-area .others-option .cart-icon a:hover i {
	color: #fff;
	background-color: #06228f
}
.navbar-area .others-option .cart-icon a:hover span {
	background-color: #06228f
}
.navbar-area.navbar-area-two .others-option {
	position: relative;
	top: 5px
}
.navbar-area.navbar-area-two .others-option .call-us {
	top: -9px
}
.navbar-area.navbar-area-two .others-option .option-item {
	top: -6px
}
.navbar-area.navbar-area-two .others-option .cart-icon {
	top: -5px;
	margin-right: 8px
}
.navbar-area.navbar-area-two .others-option .flag-area .flag-item-top .flag-bar img {
	border-color: #06228f;
	width: 38px
}
.navbar-area.navbar-area-two .others-option .flag-area .flag-item-top .flag-bar span {
	color: #201f25
}
.navbar-area.navbar-area-two .others-option .flag-area .flag-item-top .flag-bar i {
	color: #201f25
}
.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}
.mobile-nav {
	display: none
}
.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9991;
	position: absolute;
	right: 60px;
	top: 21px
}
.others-option-for-responsive .dot-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}
.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #fff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #fff;
}
.others-option-for-responsive .container {
	position: relative
}
.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	top: 10px;
	max-width: 262px;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}
.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible
}
.others-option-for-responsive .option-inner {
	padding: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff
}
.others-option-for-responsive .option-inner .others-option {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 0;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.others-option-for-responsive .option-inner .others-option .option-item {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}
.others-option-for-responsive .option-inner .others-option .option-item:first-child {
	margin-left: 0;
	padding-left: 0
}
.others-option-for-responsive .sidebar-menu {
	display: inline-block;
	margin-left: 10px
}
.others-option-for-responsive .sidebar-menu a i {
	font-size: 25px;
	background-color: #06228f;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50px
}
.footer-area {
	background-color: #181819;
	position: relative;
}
.footer-area {
	background-image: url(../images/bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.single-footer-widget {
	margin-bottom: 30px
}
.single-footer-widget .logo {
	margin-bottom: 25px
}
.single-footer-widget h3 {
	color: #fff;
	font-size:16px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	font-weight: 500;
	font-family: "dm serif display",serif;
}

.single-footer-widget h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #35353a
}
.single-footer-widget .address .location {
	padding-left: 40px;
	position: relative
}
.single-footer-widget .address .location i {
	position: absolute;
	color: #06228f;
	left: -2px;
	top: 5px;
	font-size: 25px
}
.single-footer-widget .address li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 16px
}
.single-footer-widget .address li a {
	display: block
}
.single-footer-widget .address li a:hover {
	color: #06228f
}
.single-footer-widget .address li:last-child {
	margin-bottom: 0
}
.single-footer-widget .address li i {
	position: absolute;
	color: #06228f;
	left: 0;
	top: 2px;
	font-size: 25px
}
.single-footer-widget .import-link li {
	margin-bottom: 6px;
	position: relative;
	font-size: 14px;
}
.single-footer-widget .import-link li:last-child {
	margin-bottom: 0
}
.single-footer-widget .import-link li:hover a {
	color: #00cccc;
}
.copy-right-area {
	padding-top: 15px;
	padding-bottom: 15px;
}
.others-option-for-responsive {
	display: none;
}
.widget-nwesletter form {
	position: relative;
}
.widget-nwesletter form button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background: #06228f;
	border: 2px solid #06228f;
}
.widget-nwesletter form input {
	border: 1px solid #39534c;
	display: block;
	width: 100%;
	background: transparent;
	padding: 5px 70px 5px 5px;
	margin-bottom: 15px;
	box-shadow: none;
	resize: none;
	height: 35px;
	transition: 0.3s ease;
}
.copy-right-area p {
	color: #8b8c90;
	font-size: 14px;
}
.aaps-images a img {
	width: 120px;
}
.single-footer-widget.aks {
	text-align: center;
}
.copy-right-area p i {
	position: relative;
	top: 2px
}
.go-top {
	position: fixed;
	cursor: pointer;
	top: 82%;
	right: -10%;
	background-color: #06228f;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}
.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}
.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #06228f;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.go-top:hover {
	color: #fff;
	background-color: #06228f
}
.go-top:hover::before {
	opacity: 1;
	visibility: visible
}
.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top:focus {
	color: #fff
}
.go-top:focus::before {
	opacity: 1;
	visibility: visible
}
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 82%
}
a.facebook-iocns i:hover {
	background-color: #3c5b9b !important;
	color: #fff !important;
	border: none !important;
}
a.twitter-icon i:hover {
	background-color: #40c1df !important;
	color: #fff !important;
	border: none !important;
}
a.youtube-icons i:hover {
	background-color: #db2d29 !important;
	color: #fff !important;
	border: none !important;
}
a.instagrame-icons i:hover {
	background-color: #9f0f07 !important;
	color: #fff !important;
	border: none !important;
}
.footer-social li:hover {
	background: #06228f;
	border-color: #06228f;
}
ul.footer-social {
	margin-top: 40px;
}
.footer-social li {
	display: inline-block;
	margin-right: 8px;
	border: 1px solid;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
}
.footer-social li:hover a {
	color: #fff;
}
.text-rights {
	text-align: right;
}
/*===================*/

.home-logos {
    background: #222222;
    text-align: center;
    padding: 15px 0;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 260px;
}
.donate-btn {
	margin-top: 30px;
}
.section-titles {
	margin-bottom: 30px;
}
.section-titles {
	text-align: center;
}
.apps-store {
	background: #00cccc;
	padding-top: 60px;
	padding-bottom: 30px;
}
.aap-box {
	margin-bottom: 30px;
}
.apps-store .section-titles h2 {
	color: #fff;
}
.apps-store-img img {
	height: 100px;
}
.apps-store-img {
	text-align: center;
	margin-bottom: 50px;
}
.aap-box a {
	display: block;
}
.aap-box img {
	height: 140px;
	width: 180px;
	margin: 0 auto;
	display: block;
}
.aap-box h4 a {
    color: #fff;
}

.aap-box h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    text-transform: uppercase;
}
.wsite-section-elements {
    margin-top: 30px;
}

.home-logos .wsite-section-elements h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
}
.content-holder .about-titlss h2 {
    color: #212529;
        font-family: "dm serif display",serif;
}
.heading-top h2 a {
    display: block;
    color: #fff;
}

.heading-top h2 a span {
    float: right;
}
.heading-top h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
.heading-top p i {
    margin-right: 4px;
}

.heading-top p {
    font-size: 12px;
}
.blog-separator {
    height: 1px;
    border-bottom: 1px solid #666666;
    margin-bottom: 35px;
}
.heading-top {
    margin-bottom: 25px;
}
.page-descrption p a:hover {
    color: #0cc;
}

.page-descrption ul li:before {
    position: absolute;
    font-family: FontAwesome;
    color: #00cccc;
    left: 0;
    top: 0;
    content: "\f111";
}

.page-descrption ul li {
    color: #fff;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}
.page-descrption ul li a {
    color: #0cc;
}
.page-descrption ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-descrption ul li a:hover{
	opacity: 0.5;
}

/*----gallery css----------*/
.gallery-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
}

.single-gallery {
	position: relative;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom:30px;
}
.single-gallery img {
    width: 100%;
}
.single-gallery .view-gallery {
	background-color:rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border: 2px solid #ffc825;
}
.single-gallery .view-gallery i {
    font-size: 24px;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.single-gallery:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.single-gallery:hover .view-gallery {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.social-displays a i {
    margin-right: 6px;
}

.social-displays a {
    background: #1b95e0;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    margin-right: 15px;
}
.social-displays a:hover {
    background: #0c7abf;
}
.social-displays {
    margin-top: 20px;
}
.reqst-title h2 {
    margin-bottom: 20px;
}

.reqst-title {
    text-align: center;
}
.reqst-title h2 {
    font-weight: 600;
    text-transform: capitalize;
}
.reqst-title p {
    font-size: 16px;
}
td.results-title img {
    max-height: 50px;
    margin-right: 10px;
    float: left;
}
.track-info span {
    font-weight: bolder;
}
.table-scroll {
    padding: 10px;
    overflow-y: scroll;
    width: 100%;
    height: 480px;
        background-color: rgb(239, 239, 239);
    color: rgb(51, 51, 51);
}
.track-info {
    margin-top: 7px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon-tick:before {
    content:"\f00c";
    color: #fff;
}
.icon:before {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-scroll::-webkit-scrollbar {
  width: 6px;   
}
.table-scroll::-webkit-scrollbar-track {
  background: #06228f;    
}
.table-scroll::-webkit-scrollbar-thumb {
  background-color: #0cc;  
  border-radius: 15px;      
}
button.icon.icon-tick {
    background: #0cc;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.modals-info h5 {
    font-size: 16px;
        margin-bottom: 5px;
}
.sidebar-widgetsss form input {
    background: rgba(0,0,0,.1) !important;
    width: 100%;
    padding-top: 5px;
    z-index: 1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    height: 50px;
    border-radius: 15px 15px 0 0;
    padding-left: 45px;
    font-size: 12px;
}
.sidebar-widgetsss .search-form {
    position: relative;
}
.sidebar-widgetsss .search-button {
    position: absolute;
    left: 10px;
    top: 12px;
    background: transparent;
}
.mt-50{
	margin-top: 50px;
}
.about-titlss {
    margin-bottom: 30px;
}

.about-titlss p {
    font-style: italic;
    color: #0cc;
    margin-bottom: 2px;
}
.about-titlss h2 {
    color: #fff;
    font-weight: 600;
}
.about-titlss {
    text-align: center;
}
.main-contact-area .contact-wrap {
	max-width: unset
}
.main-contact-area .contact-wrap .contact-title {
	margin-top: -9px
}
.main-contact-area .contact-wrap .contact-title h2 {
	margin-bottom: 30px;
	font-size: 30px
}
.main-contact-area .contact-wrap .form-group {
	margin-bottom: 30px
}
.main-contact-area .contact-wrap .default-btn {
	cursor: pointer
}
.main-contact-area .contact-wrap .contact-form #msgSubmit {
	position: unset;
	text-align: center;
	margin-top: 20px
}
.main-contact-area .contact-wrap .contact-form .hidden {
	display: none
}
.main-contact-area .contact-info {
	background-color:#0cc;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	padding-bottom: 60px
}
.main-contact-area .contact-info h3 {
    font-size: 24px;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
}
.main-contact-area .contact-info p {
	margin-bottom: 25px
}
.main-contact-area .contact-info .address .location {
	padding-left: 60px;
	position: relative;
	color: #fff;
}
.main-contact-area .contact-info .address .location i {
	position: absolute;
	color: #fff;
	left: 0;
	top: 5px;
	width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.main-contact-area .contact-info .address .location span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}
.main-contact-area .contact-info .address li {
	padding-left: 60px;
	position: relative;
	margin-bottom: 35px
}
.main-contact-area .contact-info .address li a {
	color: #fff;
	display: block
}
.main-contact-area .contact-info .address li a:hover {
	color: #06228f;
}
.main-contact-area .contact-info .address li:last-child {
	margin-bottom: 0
}
.main-contact-area .contact-info .address li i {
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.main-contact-area .contact-info .address li span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}
.main-contact-area .contact-info .sidebar-follow-us {
	margin-top: 30px
}
.main-contact-area .contact-info .sidebar-follow-us h3 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1;
	padding-left: 10px
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
	line-height: 1
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
	display: inline-block;
	padding-right: 10px
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #8b8c90;
	border-radius: 50px;
	text-align: center;
	color: #8b8c90;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}
.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
	border-color: #50afe4;
	background-color: #50afe4;
	color: #fff;
}
.main-contact-area label {
	font-size: 16px
}

#msgSubmit {
	margin-top: 20px
}
.text-success {
	color: #28a745
}
.hidden {
	display: none
}
.map-area iframe {
	height: 480px;
	width: 100%;
	border: none!important;
	display: block
}
.contact-wrap.contact-forms-back .form-control {
    background: transparent;
}
.form-label label span {
    color: #e10c0c;
}

.form-label label {
    font-size: 16px;
}
.contact-title {
    margin-bottom: 30px;
}

.news-image .single-gallery .view-gallery {
    background: transparent;
    border: none;
}
.news-inner-text p {
    font-size: 16px;
    text-align: justify;
}
.news-wrapper {
    margin-top:20px;
    margin-bottom: 30px;
}
/*----adver css-----*/
.adver-body-text .sml {
    color: #00cccc;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
}
.advertising-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
}

.adver-body-text h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "dm serif display",serif;
}
.adver-body-text {
    padding:20px 15PX;
    border: 1px solid #eee;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.advertise-box {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
}
.advertise-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.javo-txt-meta-area {
    position: absolute;
    top: 0;
    left:2px;
}
.javo-txt-meta-area h3 {
    position: relative;
}

.javo-txt-meta-area h3 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size:12px;
    line-height: 1.5;
    margin-right: 100px;
    background: #003399;
    padding: 9px 15px 10px 10px;
    position: relative;
    display: inline-block;
    z-index: 27;
    border-radius: 0 5px 0 0;
    font-weight: 500;
}
.javo-txt-meta-area h3:before {
    background: #00cccc;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.javo-txt-meta-area h3:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffcc33;
    bottom: 1px;
    content: '';
    left: -15px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.adver-body-text .social-pannel li a:hover {
    background: #06228f;
}

.adver-body-text .social-pannel li a {
    background: #0cc;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
}
.adver-body-text .social-pannel li {
    display: inline-block;
    margin: 5px;
}
.adver-slider .carousel-item img {
    height: 220px;
}
.adver-body-text .sml:hover {
    color: #06228f;
}
.single-services {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border: 1px solid #eee;
    border-radius: 5px;
}
.on-air-sect {
    background-image: url(../images/bg-air.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 60px;
}
.on-air-sect .section-title h2{
	color: #fff;
}
.onair-content {
    padding: 20px 15px;
}
.onair-content h3 {
    color: #0cc;
    font-size: 24px;
    font-weight: 600;
    font-family: "dm serif display",serif;
}
.onyear-images {
    height: 200px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    overflow: hidden;
    margin-top: 20px;
}
.on-air-sect .owl-nav .owl-prev i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.on-air-sect .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.on-air-sect .owl-nav .owl-prev i:hover{
	background:#00cccc;
	border-color: #00cccc;
}
.on-air-sect .owl-nav .owl-next i:hover{
	background:#00cccc;
	border-color: #00cccc;
}
.evnt-title h2 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-family: "dm serif display",serif;
}
.evnt-title {
    margin-bottom: 25px;
}
.event-wrapper {
    margin-bottom: 30px;
}
.events-section {
    padding-top: 60px;
    padding-bottom: 30px;
}
.event-wrapper img {
    height: 300px;
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
}

.event-wrapper img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.events-section.secnd {
    padding-top: 0;
}
.event-wrapper h4 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}
.event-wrapper a h4:hover {
    color: #0cc;
}
.event-wrapper {
    text-align: center;
}

.about-content.about-main h2 {
    font-weight: 600;
    font-size: 24px;
    font-family: "dm serif display",serif;
}
.ilovechoicfm {
    text-align: center;
    background: #06228f;
    padding: 50px 0;
    background-image: url(../images/business.jpg);
    margin: 50px 0;
}
.love-wrapper a h2:hover {
    color: #0cc;
}

.love-wrapper a h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
}
.crpto-wrapper {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.crpto-text {
    text-align: center;
}
.crpto-text p {
    color: #fff;
}

.crpto-text h2 {
    color: #fff;
    font-family: "dm serif display",serif;
}
.crpto-text {
    width: 600px;
    margin: 0 auto;
}
.crpto-wrapper:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
    z-index: -1;
}
.advertise-forms .contact-wrap .form-group {
    margin-bottom: 30px;
}
.advertise-forms {
    background: #00cccc;
}
.contact-widget {
    margin-bottom: 40px;
}

.contact-widget p {
    color: #fff;
}
.contact-widget h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-form h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color:#fdd04b;
}
.contact-form h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-family: "dm serif display",serif;
}
/*.mbt{
	margin-top: 50px;
	margin-bottom: 50px;
}*/
.advertise-forms .default-btn {
    background: #06228f;
}
.advertise-forms .default-btn:hover {
    background-color: #fdd04b;
    color: #fff;
}
.advertise-forms .form-label label{
	color: #fff;
}
.advertise-forms .form-control:focus {
	color: #fff;
	}
.advertise-forms .form-control::-webkit-input-placeholder {
	color: #fff;
}
.advertise-forms .form-control:-ms-input-placeholder {
	color: #fff;
}
.advertise-forms .form-control::-ms-input-placeholder {
	color: #fff;
}
.advertise-forms .form-control::placeholder {
	color: #fff;
}
.banner-headings {
    margin-top: 25px;
}
.banner-headings h2 {
    color: #ffff;
    font-weight: 600;
    font-family: "dm serif display",serif;
}
.love-wrapper a {
    background: #0cc;
    color: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-family: "dm serif display",serif;
}
.love-wrapper a:hover {
    background: #fdd04b;
}
.about-content.about-main.abt-wht p {
    color: #fff;
    text-align: justify;
}
.about-content.about-main.abt-wht h2 {
    color: #fff;
}
#famous-friday {
    position: relative;
    z-index: 1;
}
#famous-friday:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
    z-index: -1;
}
.about-content.about-main.abt-wht {
    padding-right: 20px;
}
.page-title {
    position: relative;
    padding:30px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .50;
    position: absolute;
}
.page-title .inner-container {
    position: relative;
}
.page-title h1 {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 500;
    text-shadow: 0 5px 10px #222222;
    font-family: "dm serif display",serif;
}
.page-title .bread-crumb {
    position: relative;
    padding: 15px 0;
    text-align: center;
    margin-left: auto;
    display: table;
    margin-right: auto;
}
.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #00cccc;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
}
.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    content: "/";
}
.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}
.airs-wrapper{
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    margin-bottom: 30px;
}

.airs-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.airs-section{
	padding-top: 60px;
	padding-bottom: 30px;
}
.about-content p {
    text-align: justify;
}
.broker-form-area .form-group{
	margin-bottom: 30px;
}

.broker-title h2 {
    font-family: "dm serif display",serif;
}
.broker-title {
    text-align: center;
    margin-bottom: 20px;
}
.broker-form-area .contact-wrap.contact-forms-back {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding: 50px;
}
.broker-form-area .default-btn{
    display: block;
    width: 100%;
}

.event-details-desc .event-desc-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "dm serif display",serif;
}
.event-details-desc .event-desc-content p {
	font-size: 15px;
	margin-bottom: 0
}
.event-details-desc .event-desc-content #map {
	margin-top: 30px
}
.event-details-desc .event-desc-content #map iframe {
	border: none;
	width: 100%;
	height: 450px;
	margin-bottom: -8px
}
.event-details-information {
	background-color: #fff;
	-webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-top: 3px solid #00cccc;
	padding: 40px 30px
}
.event-details-information h3 {
	font-size: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	position: relative;
	font-family: "dm serif display",serif;
}
.event-desc-image img {
    width: 100%;
}
.event-details-information h3::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 150px;
	height: 1px;
	background-color: #00cccc
}
.event-details-information ul {
	padding-left: 0;
	margin-bottom: 0
}
.event-details-information ul li {
	list-style-type: none;
	color: #6b6b84;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: roboto, sans-serif
}
.event-details-information ul li:last-child {
	margin-bottom: 0
}
.event-details-information ul li span {
	color: #1b0238;
	font-size: 16px;
	font-weight: 600
}
.event-details-information ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #6b6b84
}
.event-details-information ul li a:hover {
	color: #00cccc
}
.tab.products-details-tab .tabs li {
    display: inline-block;
    margin-right: 15px;
}
.products-details-tab .tabs li.current a {
    color: #fff;
    background: #00cccc !important;
}

.tab.products-details-tab .tabs li a {
    padding: 10px 20px;
    border-radius: 4px;
    background: #06228f;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.tab.products-details-tab .tabs li a i {
    margin-right: 6px;
}
.tabs {
    border: 1px solid #eee;
    padding: 15px;
}
.tab_content{
	border: 1px solid #eee;
    padding: 15px;
}
.tab_content {
    border-top: none;
}
.tab_content .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    height: 15%;
}
.tab_content .carousel-control-prev {
    background:#00cccc;
}
.tab_content .carousel-control-next {
    background:#00cccc;
}
.tab_content .carousel-item img {
    height: 400px;
    object-fit: cover;
}
.social-pannel li a {
    background: #0cc;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.social-pannel li {
    display: inline-block;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.tab_content h5 {
    border-left: 4px solid #0cc;
    font-size: 16px;
}
.tab_content table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.tab_content table{
	width: 100%;
}
.rating li {
    display: inline-block;
    margin-right: 15px;
}
.rating li i {
    color: #0cc;
}

.rating i {
    margin-right: 5px;
}
.progress-bar {
    background-color: #0cc;
    height: 8px;
}
.progress{
	height: 8px;
}
.tab_content label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.rating-inner-wrap{
	margin-top: 20px;
}
.packages-section {
    padding-top: 60px;
    padding-bottom: 30px;
}
.packeges-plan {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    text-align: center;
}
.plan-header {
    background: #fadddd;
    padding: 30px;
    position: relative;
}
.plan-header h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-family: "dm serif display",serif;
}
.plan-header .default-btn {
    width: 100%;
}
.plan-value {
    font-size: 50px;
    font-family: "dm serif display",serif;
}

.plan-footer {
    padding: 30px;
}
.best-valuse {
    position: absolute;
    top: -9px;
    left: 40%;
    background: #8ca1f1;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
}
.packeges-plan.tt1 .plan-header {
    background: #ccf8fc;
}
.packeges-plan.tt2 .plan-header {
    background: #e3fd9d;
}

.bred-logo {
    height: 150px;
    margin-bottom: 20px;
}
#audioID {
    height: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 218px;
}
.top-center a img {
    width: 96px;
}
.top-center a {
    margin-right: 10px;
}

.audion-script ul {
    padding: 6px 0 00!important;
}
.top-center {
    margin-left: 0;
}

.single-footer-widget .single-footer-widget .import-link li {
    display: inline-block;
    margin-right: 8px;
}
.james-content {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    padding: 20px 10px;
    text-align: left;
}
.james-img a {
    display: block;
}

.james-img img {
    width: 100%;
}
.top-price span {
    margin-right: 8px;
}
.top-price .prce {
    color: #0cc;
    font-weight: 600;
}
.top-price .free-btn a {
    background: #0cc;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 30px;
}
.jams-description a:hover {
    color: #0cc;
}

.jams-description a {
    margin: 2px 0;
    color: #201f25;
}
.jams-description {
    margin-top: 12px;
}
.titles-jams{
	font-weight: 600;
	display: block;
}
.james-img {
    position: relative;
    z-index: 1;
}
.james-img:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18 18 18 /50%);
}
.adddd {
    position: absolute;
    top: 10px;
    right: 10px;
    background:#00cccc;
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
}
.wishlist-btn{
	position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}
.wishlist-btn a{
	color: #fff;
	font-size:20px;
}
.play-btns a{
    position: absolute;
    top: 50%;
    left: 42%;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    visibility: hidden;
    transition: 1s ease;
    color: #fff;
    font-size: 28px;
    display: block;
}


.james-img:hover .play-btns a{
	visibility: visible;
}
.james-wrapper {
    margin-bottom: 30px;
}
.ak-main {
    padding-bottom: 20px;
}
.sidebar-categorie {
    background: #ffff;
    padding:20px 10px;
    border-radius: 8px;
}
.sidebar-categorie h3{
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.sidebar-categorie h3:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #06228f;
    left: 0;
    bottom: 0;
}
.sidebar-categorie h3:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #00cccc;
    left: 17px;
    bottom: 0;
}
.mb-40{
	margin-bottom: 40px;
}
.sidebar-categorie h3 i {
    margin-right: 8px;
}
.shop-titles h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "dm serif display",serif;
}
.shop-slider .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0cc;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.shop-slider .owl-nav .owl-next i:hover {
    background: #00cccc;
    border-color: #00cccc;
}
.shop-slider .owl-nav .owl-prev i {
    width: 40px;
    height: 40px;
    line-height: 40px;
   background: #0cc;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.shop-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: 0
}
.shop-slider .owl-next {
    position: absolute;
    top: 40%;
    right: 0
}

.facebook-slider .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0cc;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.facebook-slider .owl-nav .owl-next i:hover {
    background: #00cccc;
    border-color: #00cccc;
}
.facebook-slider .owl-nav .owl-prev i {
    width: 40px;
    height: 40px;
    line-height: 40px;
   background: #0cc;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.facebook-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 0
}
.facebook-slider .owl-next {
    position: absolute;
    top: 45%;
    right: 0
}



/********************* Shopping css **********************/

.james-grid {
	text-align: center;
	position: relative;
	z-index: 1
}
.james-grid:before {
	content: "";
	height: 81%;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .5s ease 0s
}
.james-grid:hover:before {
	opacity: 1;
	height: 100%
}
.james-grid .james-grid-image {
	position: relative
}
.james-grid .james-grid-image a {
	display: block
}
.james-grid .james-grid-image img {
	width: 100%;
	height: auto
}
.james-grid .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.james-grid:hover .pic-1 {
	opacity: 1;
}
.james-grid .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}
.james-grid:hover .pic-2 {
	opacity: 1
}
.james-grid .social {
	width: 120px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 45%;
	transform: scale(0);
	transition: all .3s ease 0s
}
.james-grid:hover .social {
	opacity: 1;
	transform: scale(1)
}
.james-grid:hover .product-discount-label,
.james-grid:hover .product-new-label,
.james-grid:hover .title {
	opacity: 1;
}
.james-grid .social li {
	display: inline-block
}
.james-grid .social li a {
	color: #00cccc;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	margin: 0 2px;
	display: block;
	transition: all .3s ease 0s
}
.james-grid .social li a:hover {
	background: #00cccc;
	color: #fff
}
.james-grid .product-discount-label,
.james-grid .product-new-label {
	color: #fff;
	font-size: 22px;
	padding: 2px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	transition: all .3s
}
.product-new-label{
	opacity: 0;
}
.product-new-label a{
	color: #fff;
}
.james-grid .product-content {
	z-index: -1;
	padding: 15px;
	text-align: left
}
.james-grid .title {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 7px;
	transition: all .3s ease 0s
}
.james-grid .title a {
	color: #414141
}
.james-grid .price {
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-right: 2px;
	display: inline-block
}
.james-grid .price span {
	color: #909090;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	display: inline-block;
	margin-top: -2px
}
.james-grid .rating {
	padding: 0;
	margin: -22px 0 0;
	list-style: none;
	text-align: right;
	display: block
}
.james-grid .rating li {
	color: #ffd200;
	font-size: 13px;
	display: inline-block
}
.james-grid .rating li.disable {
	color: #dcdcdc
}
@media only screen and (max-width: 1200px) {
	.james-grid .rating {
		margin: 0
	}
}
@media only screen and (max-width: 990px) {
	.james-grid {
		margin-bottom: 30px
	}
	.james-grid .rating {
		margin: -22px 0 0
	}
}
@media only screen and (max-width: 359px) {
	.james-grid .rating {
		margin: 0
	}
}

.facebbokimg {
    float: left;
    width:15%;
}

.facebook-wrapper-box {
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.facbook0titles {
    margin-left:65px;
    padding-top: 5px;
}
.facbook0titles h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: "dm serif display",serif;
}
.facbook0titles span {
    font-size: 12px;
    display: block;
}

.facebook-desc {
    margin-top: 10px;
    padding: 15px;
}
.img-social img {
    height: 200px;
}

.facebbok-image {
    background: #ebe6df;
    padding: 10px;
}
.facebook-desc p{
	text-align: justify;
}
.img-social{
	margin-bottom: 10px;
}
.shopmain .james-grid {
    margin-bottom: 30px;
}
.top-shoptitle h2 {
    font-family: "dm serif display",serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}
.form-check{
	margin-bottom: 10px;
}

.breadcrumb-area {
    background: #eeeeee;
    padding: 10px 0;
}
.bgg{
	background: #f8f8f8;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-area ul {
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    color: #00cccc;
    text-transform: capitalize;
}


.breadcrumb li a {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
    text-transform: capitalize;
    font-weight: 500;
}
.breadcrumb li + li::before {
    content: "\f105";
    font-family: fontawesome;
    padding: 0 5px;
    vertical-align: middle;
}
a.uploadbtn {
    float: right;
    display: inline;
    background: #00cccc;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
a.uploadbtn:hover {
    background: #06228f;
}
.joinbtns .default-btn {
    border-radius: 30px;
    padding: 8px 25px;
    margin-top: 10px;
}

/*=======radio ad css=========*/
.radio-ads {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 15px 30px rgb(23 23 23 / 80%);
    box-shadow: 0px 15px 30px rgb(23 23 23 / 80%);
    border-radius: 16px;
    padding: 30px 2%;
}
.radio-advertising {
    background-image: url(../images/brickWall.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.radio-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 285px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: -60px;
}
.control-btn .playPause {
    margin: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #faa41b;
    -webkit-box-shadow: 0 0 0 6px rgb(250 164 27 / 60%);
    box-shadow: 0 0 0 6px rgb(250 164 27 / 60%);
    -webkit-animation: pulse 1.5s linear infinite forwards;
    animation: pulse 1.5s linear infinite forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.control-btn .playPause:hover {
    background-color: #252525;
    -webkit-box-shadow: 0 0 0 6px rgb(23 23 23 / 60%);
    box-shadow: 0 0 0 6px rgb(23 23 23 / 60%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-animation-name: unset;
    animation-name: unset;
}
.radioad-text h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.radioad-text {
    padding:0 10px;
}
.radioad-text .time {
    font-size: 14px;
    font-weight: bold;
    color: #707070;
}
.radioad-text .time.total {
    float: right;
}
.progresss .progressBar {
    width: 100%;
    height: 10px;
    display: block;
    border-radius: 10px;
    position: relative;
    background: #edebeb;
    overflow: hidden;
}
.radio-advertising{
	padding-top: 90px;
	padding-bottom:10px;
}
.radio-ads{
	margin-bottom:80px;
}
.radio-ul ul li a {
    background: #0cc;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 6px;
}

.radio-ul ul li {
    display: inline-block;
}
.radio-ul ul li a:hover {
    background: #06228f;
}
.radioad-text p {
    margin-bottom: 2px;
}
.shopbanner {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.shopbanner:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .50;
    position: absolute;
    z-index: -1;
}
.shopbanner-content a {
    background: #0cc;
    color: #fff;
    display: block;
    padding: 10px 30px;
}

.shopbanner-content {
    position: absolute;
    top: 40%;
    left: 30%;
}
.form-group {
    margin-bottom: 20px;
}
.user-area-style .contact-form-action {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    transition: all .5s;
    padding: 30px;
    border-radius: 5px;
}
.form-title h2 {
    font-size: 22px;
}
.form-title {
    margin-bottom: 20px;
}
.black-content h2 {
    font-size: 24px;
}
.black-descrpt{
	margin-top: 30px;
}
.artist-image img {
    width: 100%;
}
.bg-shadow{
	background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding: 50px;
}

/*==========thankyou page css============*/
.thankyou-page ._header {
    background-image: linear-gradient(to right, #06228f , #15c8b3);
    padding: 100px 30px;
    text-align: center;
}
.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
    width: 100%;
}
.thankyou-page ._header h1 {
    font-size: 65px;
    font-weight: 800;
    color: white;
    margin: 0;
}
.thankyou-page ._body {
    margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
}
.thankyou-page ._body ._box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0a609b;
}
.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #0a609b;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}