body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	overflow-x: hidden;
}

.container {
	max-width: 1404px;
}

p {
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	color: #616161;
}

h2 {
	font-family: 'Brush Script MT';
}

@font-face {
	font-family: 'Brush Script MT';
	src: url('../fonts/BrushScriptMT.eot');
	src: url('../fonts/BrushScriptMT.eot?#iefix') format('embedded-opentype'), url('../fonts/BrushScriptMT.woff2') format('woff2'), url('../fonts/BrushScriptMT.woff') format('woff'), url('../fonts/BrushScriptMT.ttf') format('truetype'),
		url('../fonts/BrushScriptMT.svg#BrushScriptMT') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	top: 50px;
}

.navbar-nav .nav-item .nav-link {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	margin: 0 0 0 42px;
}

.main-slider .carousel-caption {
	right: 0;
	left: 0;
	padding: 0;
	bottom: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.slideContent h2 {
	font-size: 105px;
	color: #ffffff;
	margin: 0;
}

.slideContent h3 {
	font-size: 90px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

.countrySec {
	background: url(../images/bg1.jpg) no-repeat top center/ cover;
	padding: 160px 0;
}

.cntryList ul li {
	border-bottom: 1px solid #464646;
	padding: 14px 0 14px 19px;
	transition: 0.7s;
}

.cntryList ul li a {
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
}

.cntryList ul li a img {
	width: 28px;
	height: 16px;
	object-fit: contain;
	margin-right: 19px;
}

.cntryList ul {
	border: 1px solid #464646;
	background-color: #323232;
}

.cntryList ul li:last-child {
	border-bottom: transparent;
}

.contactBox {
	background-color: #e74c3c;
	padding: 90px 0;
}

.cntctHead h3 {
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.cntctHead p {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}

.cntctHead {
	padding-bottom: 100px;
}

.cntctForm label {
	font-size: 17px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px;
}

.cntctForm input {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	padding-bottom: 19px;
	margin-bottom: 77px;
	font-weight: 400;
}

.cntctForm textarea {
	font-weight: 400;
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	padding-bottom: 19px;
	margin-bottom: 53px;
	resize: none;
	height: 128px;
}

.themeBtn {
	background-color: #0e0e0e;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding: 17px 81px 17px 45px;
	font-weight: 500;
	border-radius: 50px;
	position: relative;
	border-color: transparent;
}

.themeBtn i {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 48px;
	font-size: 28px;
	transform: translateX(0px);
	transition: 0.5s;
	color: #fff;
}

.themeBtn:hover i {
	transform: translateX(8px);
	transition: 0.5s;
	color: #0e0e0e;
}

.themeBtn:hover {
	background-color: #fff;
	color: #000;
}

.cntctForm input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm input:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm input:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.302);
}

.cntctForm textarea:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.302);
}

footer {
	background-color: #0e0e0e;
	text-align: center;
	padding: 100px 0 0;
}

.ftrLogo img {
	width: 180px;
	height: 50px;
	object-fit: contain;
}

.ftrLogo ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftrLogo ul li a {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	margin: 65px 30px;
}
.socialIo {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.socialIo li a {
	margin: 0;
	padding: 0;
}
.cntctnfo .socialIo li + li {
	padding: 0;
}
.ftrLogo .socialIo a {
	margin: 0 2rem;
}
.ftrLogo p {
	font-size: 14px;
	color: #67676a;
	font-weight: 500;
	margin: 0;
	border-top: 1px solid #303136;
	padding: 50px 0;
}

.main-slider {
	position: relative;
}

#particles-js canvas {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.navbar-nav .nav-item.active .nav-link {
	color: #e74c3c;
	font-weight: 600;
}

/*  inner pages css start   */

.banner {
	padding: 310px 0;
	background: url(../images/inrbg1.jpg) no-repeat top center/ cover;
	text-align: center;
	position: relative;
}

.banner1 {
	background: url(../images/inrbg2.jpg) no-repeat top center/ cover;
}

.banner2 {
	background: url(../images/inrbg3.jpg) no-repeat top center/ cover;
}

.banner3 {
	background: url(../images/inrbg4.jpg) no-repeat top center/ cover;
}

.banner4 {
	background: url(../images/inrbg5.jpg) no-repeat top center/ cover;
}

.banner h3 {
	font-size: 90px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	position: relative;
	z-index: 3;
}

.aboutPage {
	background-color: #0e0e0e;
	padding: 150px 0;
}

.sectionHeading {
	font-size: 55px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 13px;
}

.sectionParagraph {
	font-size: 18px;
	color: #999999;
	font-weight: 300;
	line-height: 35px;
	padding-right: 29px;
	margin: 0 0 0;
}

.aboutPage figure img {
	width: 100%;
}

.aboutPage .row + .row {
	padding-top: 120px;
}

.abtpageContent p + p {
	margin: 35px 0 0;
}

.contactPage {
	background-color: #0e0e0e;
	padding: 100px 0;
}

.cntctnfo .cntctHead {
	padding-bottom: 40px;
}

.cntctnfo .cntctHead h3 {
	margin: 0 0 30px;
}

.cntctnfo .cntctHead p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
}

.cntctnfo ul li a {
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}

.cntctnfo ul li a span {
	display: inline-block;
	margin-right: 18px;
}

.cntctnfo ul li + li {
	padding-top: 26px;
}

.cntctnfo ul {
	padding-top: 20px;
}

.cntctpgForm {
	background-color: #e74c3c;
	padding: 50px;
}

.cntctpgForm .cntctHead {
	padding-bottom: 30px;
}

.cntctpgForm .cntctForm input {
	margin-bottom: 60px;
}

.cntctpgForm .cntctForm textarea {
	margin-bottom: 40px;
}

.historyPage {
	background-color: #0e0e0e;
	padding: 120px 0;
}

.hstryContent h3 {
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.hstryContent p {
	font-size: 17px;
	color: #999999;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 40px;
}
.hstryContent h4 {
	color: #999999;
}
.hstryContent img {
	margin-top: 15px;
}

.slepContent p + p {
	margin: 70px 0 50px;
}

.loginPage {
	background-color: #0e0e0e;
	padding: 100px 70px;
}

.loginPage .cntctpgForm {
	background-color: #e43b2a;
	min-height: 1017px;
	padding: 80px 50px;
}

.loginPage .cntctHead h3 {
	margin: 0 0 30px;
}

.loginPage .cntctHead p {
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
	padding-right: 47px;
	margin: 0 0 60px;
}

.loginPage .newUser h3 {
	margin: 0 0 10px;
}

.cntryList ul li:hover {
	background-color: #e74c3c;
	transition: 0.7s;
}

.ftrLogo ul li a:hover,
.cntctnfo ul li a:hover {
	color: #e74c3c;
}

.cntctnfo {
	margin-top: 50px;
}

.banner h3 span {
	display: block;
}

.dreamBox {
	background-color: #0e0e0e;
	padding: 160px 0;
}

.dreamContent {
	text-align: center;
}

.dreamContent h3 {
	font-size: 36px;
	color: #ffffff;
	margin: 0;
	font-weight: 400;
}

.dreamContent select,
.abacusStyle input {
	width: 100%;
	height: 81px;
	background-color: #323232;
	border-color: transparent;
	font-size: 18px;
	color: #999999;
	border-radius: 50px;
	padding: 0 30px;
	font-weight: 300;
	appearance: none;
	background-image: url(../images/arowdown.png);
	background-repeat: no-repeat;
	background-position: 96%;
	margin: 35px 0 40px;
}
.abacusStyle input {
	background-image: none;
}
.dreamContent p {
	font-size: 18px;
	color: #999999;
	font-weight: 300;
	line-height: 35px;
	margin: 0;
}
.abacusStyle :is(h2, h3, p) {
	color: #fff;
}
.abacusStyle h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.dreamContent hr {
	border-top-color: #3e3c3b;
	margin: 4rem 0;
}
.abacusStyle .nav-tabs {
	margin-bottom: 4rem;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3rem;
}
.abacusStyle .nav-tabs .nav-link {
	display: inline-block;
	padding: 1.3rem 2.5rem;
	background: transparent;
	border: 2px solid #e74c3c;
	border-radius: 0;
	color: #e74c3c;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
.abacusStyle .nav-tabs .nav-link:hover,
.abacusStyle .nav-tabs .nav-link:focus,
.abacusStyle .nav-tabs.active .nav-link,
.abacusStyle .nav-tabs.active .nav-link:hover,
.abacusStyle .nav-tabs.active .nav-link:focus {
	background: #e74c3c;
	color: #fff;
}
.ProfileSection {
	padding: 100px 0px;
	background: #0e0a09;
	color: white;
}

.profile-info-wrapper {
	padding: 40px;
	background: #e74c3c;
}

.profile-info-wrapper label {
	display: block;
	font-size: 14px;
}

.profile-info {
	margin-bottom: 15px;
	display: inline-block;
	min-width: 47%;
	margin: 0px 1%;
	margin-bottom: 20px;
}

.profile-info span {
	padding: 15px;
	background: #ffffff1a;
	width: 100%;
	display: block;
	border-bottom: 2px solid white;
}

.profile-info-wrapper .editBtn {
	position: absolute;
	top: 10px;
	width: 50px;
	padding: 0px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	right: 10px;
}

.profile-info-wrapper {
	position: relative;
}

.profile-info-wrapper .editBtn i {
	font-size: 18px;
	right: 0px;
	position: relative;
}

.profile-info-wrapper .editBtn:hover i {
	transform: translate(0);
}

.profile-paragraph {
	background-color: #e6e9ed;
	padding: 35px 15px;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	margin-top: -80px;
}

.profile-paragraph a {
	color: #e74c3c;
}

.profile-paragraph a:hover {
	color: #333333;
}

#editProfile .form-control {
	margin-bottom: 15px;
	min-height: 60px;
	border: 2px solid #ffffff;
	background: #ffffff61;
	color: white;
}

#editProfile .modal-content {
	background: #e74c3c;
	padding-top: 20px;
}

#editProfile .form-control::placeholder {
	color: #ffffff69;
}

#editProfile .modal-footer {
	border-top: none;
	padding-top: 0px;
}

#editProfile .themeBtn {
	font-size: 14px;
	padding: 15px 20px;
	padding-right: 48px;
}

#editProfile .themeBtn.red {
	background: white;
	color: black;
}

#editProfile .themeBtn.red i {
	color: black;
}

#editProfile .themeBtn i {
	font-size: 16px;
	right: 24px;
}

#editProfile .themeBtn.red:hover {
	background: black;
	color: white;
}

#editProfile .themeBtn.red:hover i {
	color: white;
}

/*  inner pages css end   */
/* books Css start */
.booksec {
	background: black;
	padding-top: 100px;
	padding-bottom: 50px;
}

.boxtxt {
	background: white;
	text-align: center;
	padding: 30px 20px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #a7a7a7b3;
}

.themeBtn1 {
	background: black;
	color: white;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 34px 13px 28px;
	font-weight: 500;
	border-radius: 50px;
	position: relative;
	text-align: center;
}

.themeBtn1:hover {
	background: #a09797;
	color: white;
}

.boxtxt h2 {
	font-family: 'Poppins', sans-serif;
}

.boxtxt p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.boxtxt::before {
	/* content: ""; */
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -11;
	left: 19px;
}

.booksec1 {
	background: black;
	padding-bottom: 50px;
}

/* books Css End */

/* Modal Css Start */
.container-fluid {
	background-color: #c5cae9;
}

.heading {
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
}

.card {
	border-radius: 10px !important;
	/* margin-top: 60px; */
	/* margin-bottom: 60px; */
	width: 600px;
}

.form-card {
	margin-left: 20px;
	margin-right: 20px;
}

.form-card input,
.form-card textarea {
	padding: 10px 15px 5px 15px;
	border: none;
	border: 1px solid lightgrey;
	border-radius: 6px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: arial;
	color: #2c3e50;
	font-size: 14px;
	letter-spacing: 1px;
}

.form-card input:focus,
.form-card textarea:focus {
	-moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
	-webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
	box-shadow: 0px 0px 0px 1.5px skyblue !important;
	font-weight: bold;
	border: 1px solid #304ffe;
	outline-width: 0;
}

.input-group {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.input-group input {
	position: relative;
	height: 80px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 6px;
	padding-top: 30px;
	padding-left: 25px;
}

.input-group label {
	position: absolute;
	height: 24px;
	background: none;
	border-radius: 6px;
	line-height: 48px;
	font-size: 15px;
	color: gray;
	width: 100%;
	font-weight: 100;
	padding-left: 25px;
}

input:focus + label {
	color: #304ffe;
}

.btn-pay {
	background-color: #304ffe;
	height: 60px;
	color: #ffffff !important;
	font-weight: bold;
}

.btn-pay:hover {
	background-color: #3f51b5;
}

.fit-image {
	width: 100%;
	object-fit: cover;
}

/* img {
  border-radius: 5px;
} */

.radio-group {
	position: relative;
	margin-bottom: 25px;
}

.radio {
	display: inline-block;
	border-radius: 6px;
	box-sizing: border-box;
	border: 2px solid lightgrey;
	cursor: pointer;
	margin: 12px 25px 12px 0px;
}

.radio:hover {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.radio.selected {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 155, 0.4);
	border: 2px solid blue;
}

.label-radio {
	font-weight: bold;
	color: #000000;
}

/* Modal Css End */

/*keyword css*/
.pagination {
	justify-content: center;
}
.KeywordSec {
	background-color: #0e0e0e;
	padding: 8rem 0 11.25rem;
	text-align: center;
	overflow: hidden;
}
.KeywordSec .topKeywords {
	border-bottom: 1px solid #323232;
	padding-bottom: 6.25rem;
	margin-bottom: 7rem;
}
.KeywordSec .form-control {
	padding-left: 40px;
	border: transparent;
	background-color: #323232;
	height: 70px;
	border-radius: 50px;
}
.KeywordSec h3 {
	font-size: 3.125rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4rem;
}
.KeywordSec .keywordMain ul {
	display: flex;
	border-radius: 50px;
	padding: 25px 48px;
	text-align: center;
	align-items: center;
	justify-content: space-between;
}
.keywordMain ul li a {
	color: #999999;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	min-width: 200px;
}
.keywordMain ul:nth-child(even) {
	background-color: #323232;
}
.KeywordSec .page-link {
	padding: 1rem 2.5rem;
	font-size: 1.5625rem;
	color: #fff;
	background-color: transparent;
	border: 2px solid #e74c3c;
}
.KeywordSec h4 {
	font-size: 2.25rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 3rem;
}

.KeywordSec .page-item:first-child .page-link {
	padding: 1rem 2.5rem;
	border-radius: 0px;
	background-color: #e74c3c;
}

.KeywordSec .page-item:last-child .page-link {
	padding: 1rem 2.5rem;
	border-radius: 0;
	background-color: #e74c3c;
}
.paginationbar {
	padding-top: 7rem;
}
.KeywordSec .page-link:hover {
	border-color: #323232;
	color: #ffffff;
	background-color: #323232;
}
.KeywordSec .page-item:last-child .page-link:hover {
	border-color: #323232;
	color: #ffffff;
	background-color: #323232;
}
.KeywordSec .page-item:first-child .page-link:hover {
	border-color: #323232;
	color: #ffffff;
	background-color: #323232;
}

/* New Section css 15/09/2021 */
.mainContent {
	background-color: #0e0e0e;
	padding: 150px 0;
}

.mainContent .sectionHeading {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	margin: 1rem 0;
}

.mainContent .sectionParagraph {
	font-size: 18px;
	color: #fff;
}
/* New Section css 15/09/2021 */

/* Blog page css 15/09/2021 */
.blogContent {
	padding-right: 40px;
}
.blogpgBox {
	background-color: #323232;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 0 0 0 30px;
	margin-bottom: 60px;
}
.blogContent h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0;
}

.blogContent .newsList {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 13px 0 20px;
}

.blogContent .newsList li {
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
}

.blogContent .newsList li i {
	color: #e74c3c;
	font-size: 12px;
	margin-right: 5px;
}

.blogContent p {
	font-size: 16px;
	color: #828282;
	font-weight: 300;
	line-height: 27px;
}

.blogContent .btnList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.blogContent .btnList li .inrBtn {
	background-color: #e74c3c;
	color: #fff;
	font-weight: 300;
	padding: 2px 3px;
	font-family: 'Poppins', sans-serif;
}

.blogContent .btnList li figure {
	margin: 0;
}

.blogContent .btnList li figure span {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-right: 15px;
}

.lefZero .blogpgBox {
	padding: 0 0 0 0px;
}

.pagination ul {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 40px;
}

.pagination ul li a {
	font-size: 14px;
	color: #828282;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	display: inline-block;
	padding: 10px 16px;
}

.pagination ul li {
	/* padding: 10px 16px; */
	border-right: 1px solid #e7e7e7;
}

.pagination ul li:last-child {
	border-right: transparent;
}

.pagination ul li.active {
	background-color: #e74c3c;
}

.pagination ul li.active a {
	color: #fff;
}

.blogPage {
	padding: 150px 0;
	background-color: #0e0e0e;
}

.inrBtn:hover,
.blogContent .btnList li .inrBtn:hover {
	background-color: #010101;
}
/* Blog page css 15/09/2021 */

/*  blog detail css start  15/09/2021*/

.blogDetlPage {
	padding: 110px 0;
	background-color: #0e0e0e;
}

.blgDtlContent h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.blgDtlContent .dtlUser {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 17px 0;
}

.blgDtlContent .dtlUser li i {
	color: #e74c3c;
	margin-right: 10px;
}

.blgDtlContent .dtlUser li span {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.blgDtlContent p {
	font-size: 15px;
	color: #999999;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 20px;
}

.blgDtlContent h3 {
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	line-height: 34px;
	margin: 0 0 12px;
}

.blgDtlContent .tags {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 65px 0 70px;
}

.blgDtlContent .tags li {
	font-size: 15px;
	color: #999999;
	font-family: 'Poppins', sans-serif;
}

.blgDtlContent .tags li b {
	font-weight: 600;
}

.comentBox h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
}

.comntList {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.cmntContent {
	padding-left: 15px;
}

.cmntContent ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cmntContent ul li h3 {
	font-size: 14px;
	color: #e74c3c;
	margin: 0 0 5px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.cmntContent a {
	font-size: 15px;
	color: #999999;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: table;
	margin-left: auto;
}

.cmntContent i {
	margin-left: 10px;
	color: #999999;
}

.cmntContent p {
	font-size: 13px;
	color: #999999;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}

.postComent h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
}

.postComent form input {
	width: 100%;
	border: 1px solid #ebebeb;
	height: 53px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 0 15px;
	margin-bottom: 30px;
}

.postComent form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	height: 123px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 15px 15px;
	resize: none;
	margin-bottom: 30px;
}

.postComent form .inrBtn {
	background-color: #e74c3c;
	color: #fff;
}

.blogDetlPage .main-slider {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.blogDetlPage .carousel-control-prev {
	top: inherit;
	bottom: 0;
	color: #ffffff;
	font-size: 15px;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	width: auto;
}

.blogDetlPage .carousel-control-prev i {
	margin-right: 8px;
}

.carousel-control-next {
	top: inherit;
	bottom: 0;
	color: #ffffff;
	font-size: 15px;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	width: auto;
}

.blogDetlPage .carousel-control-next i.fas.fa-angle-right {
	margin-left: 8px;
}

.blogDetlPage .carousel-control-next:hover,
.blogDetlPage .carousel-control-next:focus,
.blogDetlPage .carousel-control-prev:hover,
.blogDetlPage .carousel-control-prev:focus {
	color: #e74c3c;
}

.findContent h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 35px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.findContent span {
	position: relative;
	display: block;
	margin: 0 0 45px;
}

.findContent span input {
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #ebebeb;
	height: 48px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 0 35px 0 25px;
}

.findContent span a {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #ffffff;
}

.findOne .cmntContent p {
	font-size: 15px;
	color: #999999;
	font-weight: 500;
	margin: 0 0 10px;
}

.rcntPost {
	padding: 0 30px;
}

.findOne {
	margin-bottom: 30px;
}

.findOne ul li h3 {
	margin: 0;
}

.blgDtlContent figure {
	margin: 0 0 35px;
}
.blogContent .themeBtn {
	padding: 0.5em 1em;
	font-size: 1rem;
	border: none;
}
.blogDetlPage .themeBtn {
	border: 1px solid #e74c3c;
	font-size: 1rem;
	text-align: center;
	padding: 0.75em 1em;
}
.blogContent figure img {
	border-radius: 100%;
	height: 60px;
	width: 60px;
	object-fit: cover;
}
/*  blog detail css end 15/09/2021 */

/*  Subscription css start 24/09/2021 */
section.card-sec h2 {
	font-size: 26px;
	text-align: center;
	font-family: 'Poppins';
	font-weight: 700;
	padding-bottom: 50px;
	color: white;
}
.Subscription-form label {
	color: white;
}
.Subscription-form .form-control {
	padding: 30px 20px;
	border-radius: unset;
	border: 2px solid #ffffff;
	background: #ffffff61;
	color: white;
}
.card-img {
	text-align: center;
	padding: 40px 0px;
}
.pay-btn {
	text-align: center;
}
.pay-btn .pay-now {
	padding: 12px 40px;
	background-color: #169bd5;
	color: white;
	font-size: 16px;
	border: none;
	transition: 0.5s;
	border-radius: 10px;
}
.pay-btn .pay-now:hover {
	background-color: black;
}
.card-text p {
	margin-top: 20px;
	font-size: 20px;
	color: white;
}
.card-sec {
	background-color: #e74c3c;
	padding: 30px 0px;
}
.Subscription-form {
	padding: 10px 0px;
}
.subscriptionFees {
	margin: 20px 0px 0;
}

.rdio-btn input:focus + label {
	color: #000;
}
/*  Subscription css end 24/09/2021 */

/*thank-you----page*/
.ThankyouSec {
	padding-top: 3rem;
}
.waviy {
	position: relative;
}
.waviy span {
	font-weight: 600;
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	animation: flip 4s infinite;
	animation-delay: calc(0.1s * var(--i));
}
@keyframes flip {
	0%,
	80% {
		transform: rotateY(360deg);
	}
}

.thankyouContent a {
	color: #012b51;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.thankyouBanner {
	background: #000;
	padding: 0;
	min-height: 200px;
}
.card-img .py1 {
    margin-top: 1px;
}
