* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth
}

body {
	font-family: Poppins, sans-serif
}

body,
html {
	overflow-x: hidden
}
/* width */
::-webkit-scrollbar {
	width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgb(13,13,41);
	background: radial-gradient(circle, rgba(13,13,41,1) 51%, rgba(242,1,1,1) 100%); 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: rgba(13,13,41,1);
	transition: .5s; 
  }
.my-gallery {
	width: 100%;
	float: left;
}

.my-gallery img {
	width: 100%;
	height: auto;
}

.my-gallery figure {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 150px;
}

.my-gallery figcaption {
	display: none;
}

a {
	text-decoration: none!important
}

ul {
	list-style: none
}

img {
	max-width: 100%
}

:root {
	--primary_color: #1769ff
}

.row {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto
}

.row1 {
	width: 400px;
	max-width: 1140px;
	margin: 0 auto
}

section {
	padding: 10px 0
}

.btn {
	border: 3px solid var(--primary_color);
	padding: 13px 18px;
	border-radius: 25px;
	color: #7ea9f8;
	display: inline-block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.btn:hover {
	background: var(--primary_color);
	color: #fff;
}

h2 {
	font-family: Poppins, sans-serif;
	font-size: 42px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 38px;
	letter-spacing: 6px;
	text-align: center;
	text-transform: capitalize
}

h3 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	margin: 12px 0;
	position: relative
}

h3::after {
	content: '';
	background: var(--primary_color);
	height: 3px;
	width: 40px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%)
}

h4 {
	font-size: 20px;
	color: #0d0d29;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 1.6;
}

p {
	font-size: 16px;
	line-height: 1.6;
	color: #666
}

.mobile_ads_main {
	text-align: center;
	display: inline;
}

.mobile_ads1 {
	width: 360px;
	height: 360px;
	background: #fff;
	display: inline-block;
	overflow: hidden;
}

.mobile_ads1 img {
	width: 100%;
	height: 100%;
}

.mobile_ads2 img {
	width: 100%;
	height: 100%;
}

.mobile_ads2 {
	width: 360px;
	height: 360px;
	background: #fff;
	display: inline-block;
	overflow: hidden;
}

.preeLoder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-radial-gradient(circle, #222 10%, #0d0d29 70%);
	background: radial-gradient(circle, #222 10%, #0d0d29 70%);
	z-index: 2;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease
}

.preeLoder .image {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -150px;
	z-index: 3
}

.preeLoder .image .img_1 {
	width: 140px
}

.preeLoder .image .img_2 {
	width: 220px;
	margin-bottom: 12px
}

.preeLoder_none {
	opacity: 0;
	visibility: hidden
}

.nav {
	overflow: hidden;
	position: relative;
}

.nav .logo {
	width: 96px;
	float: left
}

.nav_manu {
	float: right;
	margin-top: 10px
}

.nav_manu ul li {
	display: inline-block;
	margin-left: 50px
}

.nav_manu1 ul li {
	display: inline-block;
}

.nav_manu ul li a {
	color: #333;
	font-size: 20px;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.nav_manu1 ul li a {
	color: #333;
	font-size: 20px;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.nav_manu ul li:hover a {
	color: var(--primary_color)
}

.nav_manu .nav_btn {
	border: 3px solid var(--primary_color);
	color: #7ea9f8;
	padding: 8px 28px;
	border-radius: 25px;
	margin-left: 45px
}

.nav_manu .nav_btn:hover {
	background: var(--primary_color);
	color: #fff
}

.nav_manu1 {
	position: absolute;
	left: 30%;
	top: 0;
	display: none;
}

.mobile_manu span {
	color: #777;
	font-size: 32px;
	float: right;
	display: none;
	cursor: pointer
}

.mobile_manu .closeNav {
	color: #fff;
	font-size: 32px;
	float: right;
	margin: 20px 20px 0 0
}

.overlay {
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.overly-contant {
	margin-top: 25%
}

.overly-contant a {
	display: block;
	text-align: center;
	color: #999;
	font-size: 25px;
	text-transform: uppercase;
	padding: 13px 0;
	margin: 20px 0
}

.overly-contant a:nth-child(4) {
	border: none
}

.overly-contant a:hover {
	color: #fff
}

.header .mobile_manu span {
	margin-top: 26px;
	line-height: 0;
	font-size: 48px
}

.all_book_section {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .8)), to(rgba(34, 34, 34, .8))), url(../images/bg-4.jpg);
	background: -o-linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-4.jpg);
	background: linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
}


/* .all_book_section .box2{
    width: 60%;
    margin-left: 20%;
} */

.box2 .question {
	background: #f2f2f2;
	margin-top: 50px;
	border-radius: 5px;
	cursor: pointer;
}

.box2 .question i {
	padding: 38px;
	color: #595959;
	border-right: 2px solid #e5e5e5;
	font-size: 26px;
}

.box2 .question h4 {
	padding: 0;
	font-size: 28px;
	margin-left: 25px;
	display: inline-block;
	text-transform: uppercase;
	width: 60%;
}

.box2 .answer {
	background: #f2f2f2;
	overflow: scroll;
	height: 0;
	transition: .5s ease-in-out;
	text-align: center;
}

.box2 .answer ol li {
	margin: 18px 0;
	font-size: 28px;
	text-transform: capitalize;
	color: #000;
}

.box2 .answer ol li a {
	color: #000;
	position: relative;
	padding-bottom: 8px;
}

.box2 .answer ol li:hover a::after {
	width: 100%;
}

.box2 .answer ol li a::after {
	content: '';
	width: 0;
	height: 2px;
	background: rgba(13, 13, 41, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s ease;
}

.show_content {
	height: 220px !important;
	transition: 0.5s ease-in-out;
}

.new_style {
	background: #0d0d29!important
}

.new_style h4 {
	color: #fff!important
}

.new_style i {
	color: #fff!important;
	border-color: #222!important
}

.new_style i::before {
	content: "\f068"
}

.chapter_section {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .8)), to(rgba(34, 34, 34, .8))), url(../images/bg-5.jpg);
	background: -o-linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-5.jpg);
	background: linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.chapter_section .chapter_box {
	width: 80%;
	margin-left: 10%;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	background: 0 0
}

.chapter_section .heading {
	text-align: center;
	background: #0d0d29;
	border-radius: 18px
}

.chapter_section .heading h4 {
	padding: 28px 0;
	font-size: 28px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0
}

.chapter_section .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #222;
	background: #0d0d29;
	border-radius: 18px
}

.chapter_section .sub_heading {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff
}

.chapter_section ul {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	background: #fff
}

.chapter_section ul li {
	font-size: 28px;
	font-weight: 500
}

.chapter_section ul a {
	color: #222;
	font-size: 18px;
	border: 1px solid #222;
	padding: 3px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px
}

.chapter_section ul a:hover {
	color: #fff;
	background: #0d0d29
}

.bg_heading {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .8)), to(rgba(34, 34, 34, .8))), url(../images/bg-6.jpg);
	background: -o-linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-6.jpg);
	background: linear-gradient(rgba(34, 34, 34, .8), rgba(34, 34, 34, .8)), url(../images/bg-6.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bg_heading .text_box {
	padding: 10px;
	color: #fff;
	text-align: center
}

.bg_heading .text_box ul {
	padding: 0
}

.bg_heading .text_box ul li {
	font-size: 16px;
	margin: 5px 0;
	color: #f4f4f4;
}

.bg_heading .text_box ul li a {
	font-size: 16px;
	color: #FF0000
}

.class-grid_section {
	padding: 50px 0
}

.all_box .services_icon {
	display: inline-block;
	margin: 5px 0;
	width: 85px
}

.all_box .box {
	text-align: center;
	padding: 30px 20px;
	height: 420px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #0d0d29;
	-webkit-box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px)
}

.all_box .box h3 {
	color: #fff;
	text-transform: uppercase
}

.all_box .box p {
	color: #fff;
	margin: 10px 0;
	line-height: 1.6;
	letter-spacing: 2px;
	font-size: 16px;
	display: inline-block
}

.all_box .box a {
	color: red;
	font-size: 18px;
	text-transform: capitalize
}

.all_box .box h3::after {
	background: #fff
}

.bg_heading_view {
	background: #0d0d29
}

.class-view_section {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .9)), to(rgba(34, 34, 34, .9))), url(../images/bg-4.jpg);
	background: -o-linear-gradient(rgba(34, 34, 34, .9), rgba(34, 34, 34, .9)), url(../images/bg-4.jpg);
	background: linear-gradient(rgba(34, 34, 34, .9), rgba(34, 34, 34, .9)), url(../images/bg-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
}

.all_image {
	text-align: center
}

.all_image .img {
	display: inline-block;
	margin-top: 20px;
	width: 110px;
	margin-right: 5px;
}

.all_image .imge {
	height: 110px;
	width: 110px;
	border: 2px solid #fff;
	overflow: hidden;
}

.all_image .imge img {
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.all_image span {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 8px;
	text-transform: capitalize;
	line-height: 1.5;
}

#app {
	/* width: 40%; */
	/* margin: 0 0 60px 30%; */
	background: #fff;
	padding: 5px;
	border-radius: 25px;
	margin-top: 50px;
}

.login_section {
	position: relative;
	width: 100%;
	height: 620px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .9)), to(rgba(34, 34, 34, .9))), url(../images/bg-5.jpg);
	background: -o-linear-gradient(rgba(34, 34, 34, .9), rgba(34, 34, 34, .9)), url(../images/bg-5.jpg);
	background: linear-gradient(rgba(34, 34, 34, .9), rgba(34, 34, 34, .9)), url(../images/bg-5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.login_section {
	height: 780px;
	padding: 0;
}

.login_section.signup {
	height: 780px;
	padding: 0;
}

.msg {
	background: #0d0d29;
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}

.msg {
	background: #0d0d29;
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}

.login_section.signup .loginbox {
	width: 390px;
	height: 640px;
	margin-top: 50px;
}

.login_section.signup .loginbox .tram {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #a9a9a9;
	margin: 0 0 0 8px;
	cursor: pointer
}

.login_section.signup .loginbox .tram a {
	color: red;
	text-decoration: underline
}

.login_section.signup .loginbox a.already {
	text-align: center;
	padding: 15px 0;
	display: block;
	font-size: 16px
}

.loginbox input[type=email],
.loginbox input[type=password],
.loginbox input[type=cal],
.loginbox input[type=text] {
	border: 0;
	background: #222;
	border-radius: 15px;
	padding: 17px;
	outline: 0;
	color: #fff
}

.loginbox input[type=email]:focus,
.loginbox input[type=password]:focus,
.loginbox input[type=cal]:focus,
.loginbox input[type=text]:focus {
	-webkit-box-shadow: 0 0 15px 1px #fb2525;
	box-shadow: 0 0 15px 1px #fb2525;
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s
}

.loginbox input[type=checkbox] {
	width: auto;
	margin: 0;
	float: left;
	margin-top: 6px;
	cursor: pointer
}

.loginbox {
	width: 320px;
	height: 420px;
	background: #000;
	color: #fff;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 30px;
	border-radius: 15px
}

.loginbox .avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px)
}

.loginbox h1 {
	margin: 0;
	padding: 0 0 38px;
	text-align: center;
	font-size: 28px
}

.loginbox input {
	width: 100%;
	margin-bottom: 20px
}

.loginbox input[type=submit] {
	border: none;
	outline: 0;
	height: 40px;
	background: #fb2525;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s
}

.loginbox input[type=submit]:hover {
	cursor: pointer;
	background: #0d0d29
}

.loginbox a {
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #a9a9a9
}

.loginbox a:hover {
	color: #fff
}

.about-me-area {
	padding: 45px 0 73px
}

.about-me-area .profile-content-area {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s;
	visibility: visible;
	-webkit-box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	border-radius: 15px
}

.about-me-area .profile-content-area {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .4s ease-out .1s, -webkit-transform .4s ease-out .1s;
	transition: opacity .4s ease-out .1s, -webkit-transform .4s ease-out .1s;
	-o-transition: transform .4s ease-out .1s, opacity .4s ease-out .1s;
	transition: transform .4s ease-out .1s, opacity .4s ease-out .1s;
	transition: transform .4s ease-out .1s, opacity .4s ease-out .1s, -webkit-transform .4s ease-out .1s;
	visibility: visible
}

.about-me-area .profile-content-block {
	margin-top: 40px
}

.profile-content-block:hover {
	-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1)
}

.about-me-area .profile {
	padding: 58px 50px 10px;
	background: #0d0d29;
	border-radius: 15px
}

.about-me-area .profile-photo {
	margin-bottom: 10px;
	margin-right: 10%
}

.profile-left-content {
	overflow: hidden;
	border-radius: 15px
}

.profile-left-content-image {
	position: relative
}

.profile-left-content-details {
	padding: 30px 30px 20px;
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 28%;
	left: 0;
	position: absolute;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 100%
}

.profile-left-content-details h5,
.profile-left-content-details h6,
.profile-left-content-details p {
	color: #fff;
	font-family: Lato, sans-serif;
	text-transform: uppercase
}

.profile-left-content-details h5 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px
}

.profile-left-content-details h6 {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px
}

.profile-left-content-details p {
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: none
}

.profile-left-content-details ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.profile-left-content-details ul li {
	display: inline-block;
	margin: 0 10px
}

.profile-left-content-details ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.profile-left-content-details ul li:hover a {
	color: #ccc
}

.profile-left-content:hover .profile-left-content-details {
	height: 60%
}

.profile-left-content:hover .profile-left-content-details h6 {
	margin-bottom: 15px
}

.profile-left-content:hover {
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.profile-left-content {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.profile-left-content-image>img {
	width: 100%
}

.download-cv-btn {
	background: #000 none repeat scroll 0 0;
	border: 1px solid #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	padding: 15px 30px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-radius: 15px
}

.download-cv-btn:hover {
	background: 0 0;
	color: #fff;
	border: 1px solid #fff
}

.profile-photo img {
	display: block;
	width: 100%
}

.about-me-area .profile-info {
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 0;
	margin-top: 37px
}

.section-border-bottom {
	border-bottom: 1px solid #777
}

.about-me-area .profile-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0;
	letter-spacing: 3px;
	color: #fff
}

.about-me-area .profile-title span {
	font-weight: 300;
	color: #f4f4f4
}

.about-me-area .profile-position {
	color: #999;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: left
}

.profile-info {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.profile-info li {
	margin-bottom: 13px
}

.profile-info .title {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	width: 60px
}

.profile-info .cont {
	color: #777;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 125px;
}

.profile-info .cont a {
	color: #777;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400
}

.profile-info .button {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 5px 8px;
	position: relative;
	text-transform: none;
	top: -2px
}

.profile-info .rsicon {
	margin-right: 10px;
	vertical-align: baseline
}

.profile-social {
	padding: 15px 0
}

p.short-des {
	padding-bottom: 10px
}

.contact-section h1 {
	text-align: center;
	color: #fff;
	margin: 0
}

.border {
	width: 100px;
	height: 5px;
	background: #0d0d29;
	margin: 20px auto
}

.contact-form {
	max-width: 600px;
	margin: auto;
	padding: 0 10px;
	overflow: hidden
}

.contact-form-text,
.contact-form-text[type=email],
.contact-form-text[type=text] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 16px 0;
	border: 0;
	border-radius: 15px;
	background: #111;
	padding: 20px 40px;
	outline: 0;
	color: #ddd;
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s
}

.contact-form-text:focus {
	-webkit-box-shadow: 0 0 10px 4px #34495e;
	box-shadow: 0 0 10px 4px #34495e
}

textarea.contact-form-text {
	resize: none;
	height: 120px
}

.contact-form-btn {
	border: 1px solid rgba(255, 255, 255, 0);
	background: #0d0d29;
	color: #fff;
	padding: 16px 75px;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: all .4s ease-out .1s;
	-o-transition: all .4s ease-out .1s;
	transition: all .4s ease-out .1s;
	font-size: 18px
}

.contact-form-btn:hover {
	background: 0 0;
	border: 1px solid #fff
}

.comment-preview_box .main_comment {
	margin-bottom: 20px;
	background: #0d0d29;
	box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	padding: 10px;
	border-radius: 15px;
}

.comment_form_box {
	margin: 0 0 20px 0;
}

.comment_form_box textarea {
	color: #000;
}

.comment-preview_box .main_container {
	display: flex;
}

.comment-preview_box .image {
	width: 70px;
	height: 70px;
	margin: 0 12px 0 0px;
	flex: 1;
}

.comment-preview_box img {
	width: 100%;
	border-radius: 5px;
}

.comment-preview_box .content h4 {
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.comment-preview_box .content span {
	font-size: 16px;
	color: #999;
}

.comment-preview_box .content {
	flex: 20;
}

.comment-preview_box .content form {
	width: 80%;
	overflow: hidden;
	display: none;
}

textarea {
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-color: #b60404;
	outline: 0;
	color: #fff;
	box-sizing: border-box;
	resize: none;
	overflow: hidden;
	min-height: 30px;
	line-height: 1.6;
	font-size: 16px;
	margin: 15px 0 0 0;
	display: block;
	width: 100%;
	transition: .5s;
}

.comment-preview_box .content p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-top: 3px;
}

.comment-preview_box .reply_comment:nth-child(1) {
	border-top: 1.7px solid red;
	margin: 10px 0 0 65px;
	padding-top: 10px;
}

.comment-preview_box .reply_comment {
	margin: 10px 0 0 65px;
	padding-top: 10px;
}

.comment-preview_box .reply_comment1:nth-child(1) {
	margin: 10px 0 0 127px;
	border-top: 1.7px solid red;
	padding-top: 10px;
}

.comment-preview_box .reply_comment1 {
	margin: 10px 0 0 127px;
	padding-top: 10px;
}

.comment-preview_box .reply_btn {
	background: #FF0000;
	border: 1px solid rgba(255, 0, 0, 0);
	;
	padding: 4px 18px;
	;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	transition: .5s ease-in-out;
	display: inline-block;
	border-radius: 5px;
	margin-top: 8px;
}

.comment-preview_box .reply_btn:hover {
	background: transparent;
	border-color: rgba(255, 0, 0, 1);
}


/* 
.comment_section{
 padding-top: 10px;
 padding-bottom: 0px;
}

 .comment-preview_box{
    margin: 60px 0;
}
 .comment-preview_box .heading{
    font-size: 25px;
    margin: 0 0 40px 0;
}
 .comment-preview_box .image{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
}
 .comment-preview_box .content{
    float: left;
    width: 84%;
}
 .comment-preview_box .content h4{
    font-size: 18px;
    display: inline-block;
    margin: 0 15px 15px 0px;
    color: #fff;
}
 .comment-preview_box .content span{
    font-size: 15px;
    color: #999;
    
}
 .comment-preview_box .content p{
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    width: 80%;
    letter-spacing: 1px;

}
 .comment-preview_box img{
    width: 100%;
    border-radius: 5px;
}
 .comment-preview_box .reply_btn{
    background: #FF0000;
    border: 1px solid rgba(255, 0, 0, 0);;
    padding: 4px 18px;;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    top: 75%;
    right: 1%;
    transition: .5s ease-in-out;
}

.comment-preview_box .reply_btn:hover{
    background: transparent;
    border-color: rgba(255, 0, 0, 1);
}

 .comment-preview_box .main_comment{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #0d0d29;
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
    padding: 30px;
    border-radius: 15px;
}
 .comment-preview_box .reply_comment{
    margin: 10px 0 0 65px;
    border-top: 1.7px solid red;
    padding-top: 10px;
}
 .comment-submit_box{
    margin: 10px 0;
}
 .comment-submit_box .heading{
    font-size: 25px;
    margin: 0 0 10px 0;
}
 .comment-submit_box p{
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    line-height: 1.6;
    margin: 15px 0 35px 0;
}
 .comment-submit_box textarea{
    width: 100%;
    padding: 16px 22px;;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: 0;
    background: #f2f2f2;
    border-radius: 5px;
    margin-top: 10px;
}
 .comment-submit_box textarea:focus{
    box-shadow: 0 0 15px 1px #fb2525;
    background: #0d0d29;
    transition: all 400ms ease-out 100ms;
}

 .comment-submit_box .comment_btn{
    margin-top: 15px;
    padding: 14px 80px;
    background: #0d0d29;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px;
} */

.department_section {
	display: flex;
}

.department_section .heading {
	cursor: pointer;
}


/* Profile section */

.profile_section {
	padding: 50px 0;
}

.profile_section .all_box {
	background: #0d0d29;
	box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .6);
	border-radius: 15px;
	overflow: hidden;
}

.profile_section .profile_box {
	padding: 40px 5px 30px 5px;
	overflow: hidden;
}

.profile_section .profile_box .left_are {
	float: left;
	width: 50%;
	text-align: center;
}

.profile_section .profile_box .right_are {
	float: right;
	width: 50%;
}

.profile_section .profile_box .right_are input {
	display: block;
	padding: 12px 18px;
	margin-bottom: 48px;
	color: #000;
	font-size: 22px;
	outline: 0;
	border: 0;
	border-radius: 15px;
	width: 70%;
}

.profile_section .profile_box .right_are .btn {
	border: 3px solid var(--primary_color);
	padding: 13px 18px;
	border-radius: 25px;
	color: #7ea9f8;
	display: inline-block;
}

.profile_section .profile_box .right_are .btn:hover {
	background: var(--primary_color);
	color: #fff;
}

.profile_section .profile_box .right_are label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.profile_section .profile_box .left_are label {
	width: 160px;
	height: 160px;
	cursor: pointer;
}

.profile_section .profile_box .left_are label:hover span {
	color: #fff;
}

.profile_section .profile_box .left_are label span {
	display: block;
	color: #666;
	font-size: 16px;
	margin: 5px 0 45px 0;
}

.profile_section .profile_box .image {
	width: 160px;
	height: 160px;
	display: inline-block;
	overflow: hidden;
}

.profile_section .profile_box .image img {
	border-radius: 15px;
}

.profile_section .profile_box .left_are p {
	font-size: 22px;
	color: #f2f2f2;
	font-weight: bold;
	letter-spacing: 2px;
}

.profile_section .profile_box .left_are p span {
	color: gold;
	margin: 0 5px
}

.profile_section .profile_box .left_are a {
	margin: 30px 0;
}

.profile_section.add_coin h4 {
	display: block;
	color: #fff;
	font-size: 28px;
	letter-spacing: 10px;
	margin-bottom: 38px;
}

.profile_section.add_coin .profile_box {
	text-align: center;
}

.profile_section.add_coin label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.profile_section.add_coin .profile_btn {
	text-align: center;
}

.profile_section.add_coin input {
	display: inline-block;
	padding: 12px 18px;
	margin-bottom: 48px;
	color: #000;
	font-size: 22px;
	outline: 0;
	border: 0;
	border-radius: 15px;
	width: 40%;
}

.profile_section.send_payment .right_are {
	width: 45%;
	margin-left: 5%;
}

.profile_section.send_payment .left_are p {
	margin-bottom: 28px;
}

.profile_section.send_payment .left_are h4 {
	color: green;
}

.footer {
	padding: 50px 0 10px 0;
	text-align: center;
	background: #0d0d29
}


/* .footer .all_box{
    overflow: hidden;
    width: 100%;
}
.footer .all_box .left_area{
    float: right;
    overflow: hidden;
    width: 40%;
}
.footer .all_box .right_area{
    float: left;
    overflow: hidden;
    width: 60%;
} */

.footer_manu ul li {
	display: inline-block;
	margin-left: 50px
}

.footer_manu ul li:first-child {
	margin-left: 0
}

.footer_manu ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.footer_manu ul li:hover a {
	color: var(--primary_color)
}

.footer_manu ul li span {
	margin-left: -35px;
	color: #9b9b9b;
	font-size: 20px;
	cursor: pointer
}

.footer .social_icon {
	padding: 30px 0 50px 0
}

.footer .social_icon a {
	display: inline-block;
	text-align: center;
	background: #ebebeb;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 3;
	margin: 0 17px;
	font-size: 16px;
	color: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.footer .social_icon a:nth-child(1) {
	background: #4267B2;
}

.footer .social_icon a:nth-child(2) {
	background: #1DA1F2;
}

.footer .social_icon a:nth-child(3) {
	background: #E1306C;
}

.footer .social_icon a:nth-child(4) {
	background: #FF0000;
}

.footer .social_icon a:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-box-shadow: 0 0 15px 5px #fff;
	box-shadow: 0 0 15px 5px #fff
}

.footer .copyright {
	color: #777;
	font-size: 16px;
	display: block;
	padding-top: 48px;
}

.footer .copyright a {
	font-size: 20px;
	color: var(--primary_color)
}

section.video_section{
	background: #0d0d29;
	padding: 60px 0;
	border-top: 2px solid red;
}
.video_class {
	width: 100%;
	height: 480px;
	text-align: center;
	border: 3px solid red;
	border-radius: 15px;
	overflow: hidden;
}
.video_class .my-player-dimensions {
    width: 100%;
	height: 100%;
}
.video_class .video-js{
	display: inline-block;
}