body {
	margin: 0;
	background: #f1f7fc;
	font-family: 'Rubik', sans-serif;
    padding-right: 0px !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1a1c57;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10;
}

h1, .h1 {
	font-size: 28px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 15px;
}

h5, .h5 {
	font-size: 15px;
}

h6, .h6 {
	font-size: 5px;
}

p {
	font-size: 15px;
	color: #6c6c92;
	line-height: 30px;
}

a, a:hover {
	font-size: 15px;
	text-decoration: none;
}

ul li {
	font-size: 15px;
}

.font35 {
	font-size: 35px;
}

.dc-red {
	color: #b20000;
}

.dc-blue {
	color: #020320;
}

.dc-lgt-blue {
	color: #edce8b;
}

.btn {
	font-size: 15px;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

button:focus {outline: 0;
box-shadow: none;}

.rounded {
	border-radius: 100px !important;
}

.shadow {
	box-shadow: 0px 0px 15px rgb(0 149 255 / 14%);
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	color: #fff;
	background-color: #e14a3b !important;
	border-color: #e14a3b !important;
}

.btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger:hover, .btn-outline-danger:focus {
	color: #edce8b;
    background-color: transparent !important;
    border: 2px solid #edce8b !important;
}

/*-------------- navabr ------------*/

#navbar {
	overflow: hidden;
	padding: 20px 10px;
	transition: 0.4s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
	color: #ebcc8a;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #e14a3b;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #e14a3b;
}

#navbar #logo {
	padding: 0px;
}

/*-------------- mb sidenavbar ------------*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	background-color: #151314fc;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 70px;
}

.sidenav a {
	padding: 8px 8px 20px 32px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover, .sidenav .active {
	color: #e14a3b;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/*-------------- banners ------------*/

.header-bg {
	background-image: url("../img/tp-bg.jpg");
	padding-top: 130px;
}

.shape {
	position: relative;
	overflow: hidden;
	height: 90px;
}

.shape::before {
	border-radius: 100%;
	position: absolute;
	background: #131112;
	right: -200px;
	left: -200px;
	top: -330px;
	content: '';
	bottom: 0;
}

.rounded-circle {
	background: #edce8b;
    padding: 18px 20px;
    border: 1px solid #141213;
    color: #131112;
}

.carousel-indicators {
	bottom: -60px;
}

.carousel-indicators .active {
	background-color: #b20000;
}

/*-------------- h-promotions ------------*/

.h-promo {
	transition: transform .5s;
}

.h-promo img {
	border-radius: 20px;
}

.h-promo:hover {
	-ms-transform: scale(1.1);
 /* IE 9 */
	-webkit-transform: scale(1.1);
 /* Safari 3-8 */
	transform: scale(1.1);
}

/*-------------- Innovative features ------------*/

.features-bg {
	background: #0d0c0c;
}

.features {
	background: #1d1b1b;
    border: 1px solid #524a4a;
    border-radius: 20px;
}

.features:hover {
	background: #0d0c0c;
}

.features:hover i {
	color: #e14a3b;
}

.dc-features-wrap {
	text-align: center;
	border-radius: 20px;
	transition: all 0.4s ease-in-out 0s;
	background: #f1f7fc;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #d9e8f5;
}

.dc-features-wrap .top {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	z-index: 1;
	height: 100px;
}

.dc-features-wrap .top .cl-header {
	position: relative;
	z-index: 11;
}

.dc-features-wrap .top:after {
	position: absolute;
	height: 240px !important;
	width: 100%;
	left: 0;
	background-color: #ffffff;
	content: "";
	border: 5px solid #e9f4fd;border-radius: 0 0 50% 50%;
	bottom: 0;
}

/*-------------- vertical-tabs ------------*/	

.collapsible-link::before {
	content: '';
	width: 14px;
	height: 3px;
	background: #020321;
	position: absolute;
	top: calc(50% - 1px);
	right: 1rem;
	display: block;
	transition: all 0.3s;
}

.collapsible-link::after {
	content: '';
	width: 3px;
	height: 14px;
	background: #020321;
	position: absolute;
	top: calc(50% - 7px);
	right: calc(1rem + 6px);
	display: block;
	transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
	transform: rotate(90deg) translateX(-1px);
	background: #dc1414;
}

.collapsible-link[aria-expanded='true']::before {
	transform: rotate(180deg);
	background: #dc1414;
}

.card-body {
	padding: 0px;
}

.card-body p {
	color: #0d1546;
}

.card-header a {
	color: #020320;
}

.card-header h6 a:hover {
	text-decoration: none;
}

/*-------------- testimonial ------------*/

.testimonial-bg {
	background: #e14a3b;
	border: 1px solid #f7e6e7;
	border-radius: 5px;
}

.player-thumb {border: 1px solid #ff7e7e;
    padding: 2px;}

.carousel-inner .carousel-item .img-box {
	width: 80px;
	height: 80px;
}

.prev-ar-left {left: -100px;}
.prev-ar-right {right: -100px;}


@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p {
		font-size: 14px;
	}

	.prev-ar-left {
		left: -40px;
	}

	.prev-ar-right {
		right: -40px;
	}
}

/*-------------- footer ------------*/

footer {
	background: #0d0c0c;
}

.fotter-links a, .fotter-links a:hover {
	color: #fff;
	text-decoration: none;
}

.payment-partner-bg {
	background: #1a1c57;
}

/*-------------- popup froms ------------*/

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 768px;
	}
}

.popup-bg {
	background-color: #edce8b;
}

.form-control {
	line-height: 25px;
	font-size: 13px;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(231 241 249);
}

.p-close {
	position: absolute;
	right: 0;
	color: #0a0909;
	padding: 10px 15px 15px 15px !important;
	z-index: 9999;
}

.p-close:hover {
	color: #fff;
}

.t-c {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 7px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

