/*---:==============:font Imports:===============:---*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap");

/*---:==============:font Imports:===============:---*/

/*---:==============:caustom scrollbar start:===============:---*/

/* ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background-color: #0ae;
	border-radius: 20px;
	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
} */

/*---:==============:caustom scrollbar end:===============:---*/

/*---:==============:default css start:===============:---*/
body {
	/*background: #f8f8f8 !important;*/
}
* {
	transition: 0.3s;
}
ul {
	margin: 0 !important;
	padding: 0 !important;
}
li {
	list-style: none;
	line-height: 24px;
}
p {
	font-size: 14px;
	font-weight: 400;
	color: #575757;
}
a {
	text-decoration: none;
	color: #333 !important;
}
a:hover {
	text-decoration: none !important;
}
img {
	width: 100%;
}

.pricing {
	padding: 40px 0;
}
.bigp {
	font-size: 16px;
	font-weight: 500;
}
.fade_color {
	color: #7c7c7c;
}
.font_weight_normal {
	font-weight: 600;
}
.readmore_button a {
	text-transform: uppercase;
	padding: 10px 15px;
	background: #157efb;
	color: #fff !important;
	display: inline-block;
}
.cyellow {
	color: #ffbe34;
}
.cblue {
	color: #157efb;
}
.cblack {
	color: #3a3a3f;
}
.bg_light_blue {
	background: #379cf1;
}
.bg_dark_blue {
	background: #157efb;
}
/*---:==============:default css end:===============:---*/

/*---:==============:Header Start:===============:---*/

.header {
	height: 10vh;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 5px #ccc;
}
.header_menu ul,
.login_register ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header_menu ul li a,
.login_register ul li a {
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: 15px;
	color: #fff !important;
	font-family: "Nunito", sans-serif;
}
.header_menu ul li a:hover {
	color: #157efb !important;
}
.header_logo_holder {
	width: 70%;
}
.login_register {
	padding-left: 40%;
}
/*---:==============:Header end:===============:---*/

/*---:==============:index start:===============:---*/

.banner_holder {
	background: url("../images/tech_banner.jpg") no-repeat;
	background-size: cover;
	height: 90vh;
	position: relative;
	background-position: center;
}

.svg_banner_holder {
	position: absolute;
	left: 0;
	bottom: -0;
	z-index: 999;
	width: 100%;
}
.banner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	width: 55%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.banner_content h2 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	display: block;
	margin-bottom: 40px;
}
.banner_content h2:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 8px;
	bottom: -30px;
}
.banner_content p {
	color: #fff;
}
.heading {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-family: "Abril Fatface", cursive;
}
.heading2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 40%;
	left: 0;
	background: #157efb;
	border-radius: 8px;
	bottom: -8px;
}
.under_banner_part {
	padding: 30px;
}
.under_banner_part h4 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.under_banner_part i {
	font-size: 70px;
	color: #fff;
	display: block;
	margin-bottom: 30px;
}
.under_banner_part h4:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 8px;
	bottom: -5px;
}
.pricing {
	background: #379cf1;
}
.svg_holder svg {
	margin-top: -167px;
}
.svg_holder {
	overflow: hidden;
}
.price_cards_holder {
	display: flex;
	justify-content: center;
	height: 500px;
	align-items: center;
}
.parice_card_part {
	background: #fff;
	border-radius: 10px 0 0 0;
	overflow: hidden;
	width: 29%;
	height: 360px;
	box-shadow: inset 0px 0px 3px 0px #e3e3e3;
}
.card_top_heading {
	text-align: center;
	padding: 20px;
	background: yellow;
	color: #fff;
}
.herder_bottom_content {
	text-align: center;
	padding: 40px;
}
.herder_bottom_content ul li {
	border-bottom: 1px solid #ccc;
	height: 60px;
	display: flex;
	font-size: 13px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #898b99;
}
.herder_bottom_content ul li:last-child {
	border-bottom: none;
}
.center_card {
	height: 444px;
	border-radius: 10px 10px 0 0;
}
.last_card {
	border-radius: 0 10px 0 0;
}

.first_card .card_top_heading {
	background: #5eb4e7;
}
.center_card .card_top_heading {
	background: #ffba00;
}
.last_card .card_top_heading {
	background: #3a3a3f;
}
.round_corner_button a {
	text-transform: uppercase;
	padding: 8px 25px;
	background: #157efb;
	color: #fff !important;
	display: inline-block;
	border-radius: 20px;
}
.round_corner_button a:active {
	transform: scale(0.95);
}
.hom_support_cat_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 40px auto 0;
}
.hom_support_cat_part_icon i {
	font-size: 45px;
}
.hom_support_cat_part_content {
	width: 73%;
}
.hom_support_cat_part_content h5 {
	color: #7c7c7c;
}
.hom_support_cat_part_content h5 a {
	font-size: 1.25rem;
	color: #7c7c7c !important;
}

.hom_support_cat_part_content h6 {
	font-size: 18px;
}
.big_email_submit_button input {
	outline: none;
}
.big_email_submit_button input[type="email"] {
	border: 1px solid rgba(0, 0, 0, 0.26);
	width: 70%;
	padding: 10px 15px;
	border-radius: 40px;
	background: transparent;
}
.big_email_submit_button input[type="submit"] {
	width: 15%;
	border: none;
	padding: 11px;
	border-radius: 40px;
	background: #157efb;
	margin-left: -70px;
	color: #fff;
}

.big_email_submit_button input[type="email"]:focus {
	box-shadow: 0 0 10px #e0e0e8;
}
/*---:==============:index end:===============:---*/

/*---:==============:footer start:===============:---*/
.footer {
	padding: 40px 0;
	background: #3a3a3f;
}
.heading3 {
	font-size: 20px;
}
.footer_parts {
	width: 90%;
}
.footer_parts p {
	color: #edebeb;
}
.part_2_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.part_2_menu ul li a {
	color: #fff !important;
	width: 140px;
	padding: 8px;
	text-align: center;
	border: 1px solid #157efb;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 5px;
}
.part_2_menu ul li a:hover {
	background: #157efb;
}
.part_3_quick_links ul li a {
	color: #fff !important;
}
.footer_logo {
	width: 85%;
}
.footer_social {
	width: 70%;
	margin-top: 30px;
}
.footer_social ul {
	display: flex;
	justify-content: space-between;
}
.footer_social ul li a i {
	color: #fff !important;
	font-size: 40px;
}
/*---:==============:footer end:===============:---*/

/*---:==============:contact start:===============:---*/

.contact_form_holder input,
.contact_form_holder textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.26);
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 40px;
	background: transparent;
	outline: none;
}
.contact_form_holder input:focus,
.contact_form_holder textarea:focus {
	box-shadow: 0 0 10px #e0e0e8;
}
.contact_form_holder textarea {
	height: 150px;
}
.contact_form_holder input[type="submit"] {
	background: #157efb;
	color: #fff;
	font-weight: 600;
}
.googlemap_holder {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}
/*---:==============:contact end:===============:---*/
.guide h2 {
	margin-top: 50px;
}

/*---:==============:register start:===============:---*/
.register_Form {
	width: 100%;
}
.register_Form form {
	width: 100%;
}
.register_Form form input {
	height: 50px;
}
.register_form_width {
	width: 50%;
	margin: 0 auto;
}
.register_submit {
	background: #157efb;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
}
.jonn_button_holder a {
	color: #157efb !important;
}
/*---:==============:register end:===============:---*/

/*---:==============:profile start:===============:---*/

.castomtable_for_files {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.castomtable_for_files tr th {
	background: #157efb;
	color: #fff;
}
.castomtable_for_files tr th:nth-child(2) {
	text-align: center;
}
.castomtable_for_files tr th:nth-child(3) {
	text-align: center;
}
.castomtable_for_files tr:nth-child(odd) {
	background: #fff;
}
.last_actions a {
	margin-right: 10px;
}
.last_actions a i {
	color: #fff;
	font-size: 14px;
}
.castomtable_for_files {
	min-width: 680px;
}
.castomtable_for_files_width thead tr th:nth-child(1) {
	width: 50%;
	text-align: left;
}
.castomtable_for_files_width thead tr th:nth-child(2) {
	width: 25%;
	text-align: center;
}
.castomtable_for_files_width thead tr th:nth-child(3) {
	width: 25%;
	text-align: center;
}
.castomtable_for_files tbody tr td {
	text-align: center;
}
.castomtable_for_files tbody tr td:nth-child(1) {
	text-align: left;
}
.profile_details_holder {
	width: 90%;
}
.profile_image {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	/* border: 1px solid #ccc; */
	overflow: hidden;
	margin: 10px auto;
}
.profile_other_tabs ul li a {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 5px;
	border-bottom: 1px solid #b8b8b8;
	color: #fff;
	display: block;
	position: relative;
	font-family: "Nunito", sans-serif;
	border-radius: 3px;
}
.profile_other_tabs ul li a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.profile_other_tabs ul li:last-child a:after {
	content: "";
}
.profile_other_tabs ul li a i {
	border-right: 1px solid #b8b8b8;
	width: 30px;
	margin-right: 6px;
	color: #ff7f00;
}
.profile_name {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	color: #ff7f00;
}
.profile_holder {
	padding: 30px 0;
}
.update_profile_form input {
	margin: 5px 0 10px 0;
}
.update_profile_form textarea {
	margin: 5px 0 10px 0;
}
.custphosround {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: solid 2px #e9ecef;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.custphosround #profilepreview {
	height: 100%;
}
.custphosround #profilepreview img {
	object-fit: cover;
}
.sadasdname {
	font-size: 14px;
	padding: 3px 0;
}
.cusytadres {
	font-size: 11px;
	padding: 3px 0;
}
.custbios {
	padding: 3px 30px;
}
.custphosround img {
	height: 100%;
	width: 100%;
}

.topblack {
	width: 100%;
	height: auto;
	background-color: #000;
	padding-bottom: 10px;
}
.toplogo {
	height: 100%;
	display: flex;
	align-items: center;
}
.toplogo img {
	width: 100%;
}
.profileupdatebutton {
	position: absolute;
	background: #000;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50%;
	bottom: -50%;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}
.custphosround:hover .profileupdatebutton {
	bottom: 0;
}

/*sfddddddddddddddddddddddddddddddd*/

.file_search {
	outline: none;
}
.file_search[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.file_search::-webkit-search-decoration,
.file_search::-webkit-search-cancel-button {
	display: none;
}

.file_search[type="search"] {
	background: #ededed url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 5px 10px 5px 32px;
	width: 55px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.file_search[type="search"]:focus {
	width: 270px;
	background-color: #fff;
	/* border-color: #ffffff; */
	/* -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5); */
	-moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
	/* box-shadow: 0 0 5px rgb(21, 126, 251);*/
}

.file_search:-moz-placeholder {
	color: #999;
}
.file_search::-webkit-input-placeholder {
	color: #999;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
/* TOGGLE STYLING */
.toggle {
	box-sizing: border-box;
	font-size: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
}
.toggle input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}
.toggle input + label {
	margin: 0;
	padding: 3px 10px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 1px #ddd;
	background-color: #fff;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-webkit-transition: border-color 0.15s ease-out, color 0.25s ease-out,
		background-color 0.15s ease-out, box-shadow 0.15s ease-out;
	transition: border-color 0.15s ease-out, color 0.25s ease-out,
		background-color 0.15s ease-out, box-shadow 0.15s ease-out;
	/* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
	/*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
	/* ----- */
}
.toggle input + label:first-of-type {
	border-radius: 6px 0 0 6px;
	border-right: none;
}
.toggle input + label:last-of-type {
	border-radius: 0 6px 6px 0;
	border-left: none;
}
.toggle input:hover + label {
	border-color: #213140;
}
.toggle input:checked + label {
	color: #fff;
	box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
	border-color: #4b9dea;
	z-index: 1;
}
.toggle input:checked + label.active_read {
	background-color: #f00;
}
.toggle input:checked + label.active_green {
	background-color: #157efb;
}
.toggle input:focus + label {
	outline-offset: 0.45rem;
}

@media (max-width: 800px) {
	.toggle input + label {
		padding: 3px 10px;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
}
.status span {
	font-weight: 600;
	color: #b6985a;
}
.status span:first-of-type {
	display: inline;
}
.status span:last-of-type {
	display: none;
}
@media (max-width: 800px) {
	.status span:first-of-type {
		display: none;
	}
	.status span:last-of-type {
		display: inline;
	}
}

/*ffffffffffffffffffffffff*/

.table_top_bar {
	padding: 8px;
	background: #fff;
	margin-bottom: 0px;
	border-top: 4px solid #ff7f00;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_button_upload form {
	margin-bottom: 0;
}
.button_style {
	padding: 5px 10px;
	color: #fff !important;
	background: #ff7f00;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
}
/*.button_style:active{
	transform: scale(0.9);
}*/
.loginsubmit {
	border: none;
}
.update_profile_form {
	padding: 25px 35px;
	background: #fff;
	border-radius: 3px;
}

.castomtable_for_employes_width thead tr th:nth-child(1) {
	width: 40%;
	text-align: left;
}
.castomtable_for_employes_width thead tr th:nth-child(2) {
	width: 25%;
	text-align: center;
}
.castomtable_for_employes_width thead tr th:nth-child(3) {
	width: 35%;
	text-align: center;
}
.thim_color_text {
	color: #157efb;
}
/*---:==============:profile end:===============:---*/
