
@font-face {
	font-family: myFirstFont;
	src: url(../webfonts/BooksFonts.ttf);
}

@font-face {
	font-family: mySecondFont;
	src: url(../webfonts/Lato-Regular.ttf);
}

body, html, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, span {
	font-family: myFirstFont !important;
	text-align: right;
}

	a:hover, a:focus {
		color: #07438c;
	}

.navbar {
	top: 23px;
	background: #fff;
}

.navbar-brand img {
	width: 145px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.homepage-5 .welcome-area {
	margin-top: 10px;
}

.bg-overlay::after {
	background: #07438c;
	opacity: .8;
}

.navbar.navbar-dark .navbar-nav .nav-link {
	color: #000;
}

.top_bar {
	color: #fff;
	background: #07438c;
	text-align: right;
	padding: 7px 0 9px;
}

.line {
	margin: 0 15px;
	border-bottom: 1px solid #ddd;
}

.navbar .navbar-nav .nav-link, .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.top_bar p, .top_bar ul li a {
	color: #fff;
}

.top_bar ul li {
	display: inline-block;
}

	.top_bar ul li a {
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 1.9;
		border-radius: 50px;
		border: 1px solid #fff;
	}

		.top_bar ul li a:hover {
			color: #d17632;
			border: 1px solid #d17632;
		}

.top_bar .Sign_now {
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff !important;
	float: left;
	padding: 3px 15px;
	border-radius: 50px;
	background: #d17632;
}

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}

	.mega-dropdown-menu > li > ul {
		padding: 0;
		margin: 0;
		padding-right: 15px;
	}

		.mega-dropdown-menu > li > ul > li {
			margin-bottom: 5px;
			list-style: none;
		}

			.mega-dropdown-menu > li > ul > li > a, .sub_menu_under li a {
				display: block;
				color: #222;
				padding: 6px 5px 7px;
				font-size: 13px;
			}

				.mega-dropdown-menu > li > ul > li > a > svg, .sub_menu_under li a svg {
					font-size: 11px;
				}

	/*.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus ,.sub_menu_under li a:hover ,.sub_menu_under li a:focus {
  	text-decoration: none;
	color: #fff;
	background: #07438c;
	padding-right: 15px;
	border-radius: 0.25rem;
}*/

	.mega-dropdown-menu > li ul > li:hover,
	.mega-dropdown-menu > li ul > li:focus, .sub_menu_under li:hover, .sub_menu_under li:focus {
		text-decoration: none;
		color: #fff !important;
		background: #07438c;
		padding-right: 15px;
		border-radius: 0.25rem;
	}

		.mega-dropdown-menu > li ul > li:hover a,
		.mega-dropdown-menu > li ul > li:focus a, .sub_menu_under li:hover a, .sub_menu_under li:focus a {
			color: #fff !important;
			display: block;
		}

.active a {
	color: #07438c;
	font-weight: bold;
}

.dropdown-header {
	font-size: 15px;
	background: #07438c;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin-top: 4px;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #000;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 70px;
	overflow-x: hidden;
	border: 1px solid #ddd;
}

.navbar-nav > li {
	margin-right: 20px;
}

.New_sidebar .btn {
	top: -7px;
	left: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	background: transparent;
	border-radius: 3px;
	cursor: pointer;
	transition: left 0.4s ease;
	color: #07438c;
}

	.New_sidebar .btn:hover {
		color: #d17632;
		background: none;
		box-shadow: none;
	}

	.New_sidebar .btn.click {
		left: 277px;
	}

	.New_sidebar .btn span {
		color: white;
		font-size: 50px;
		line-height: 45px;
	}

	.New_sidebar.btn.click span:before {
		content: '\f00d';
	}

	.New_sidebar .btn svg {
		font-size: 25px;
	}

.New_sidebar .sidebar {
	position: fixed;
	width: 30%;
	height: 100%;
	left: -30%;
	top: 0;
	background: #07438c;
	transition: left 0.4s ease;
}

	.New_sidebar .sidebar.show {
		top: 0;
		left: 0px;
	}

	.New_sidebar .sidebar .text {
		color: white;
		font-size: 25px;
		font-weight: 600;
		line-height: 65px;
		text-align: center;
		background: #07438c;
		letter-spacing: 1px;
	}

.New_sidebar nav ul {
	background: #07438c;
	height: 100%;
	width: 100%;
	list-style: none;
}

	.New_sidebar nav ul li {
		line-height: 60px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}

		.New_sidebar nav ul li:last-child {
			border-bottom: 1px solid rgba(255,255,255,0.05);
		}

		.New_sidebar nav ul li a {
			position: relative;
			color: white;
			text-decoration: none;
			font-size: 18px;
			padding-left: 40px;
			font-weight: 500;
			display: block;
			width: 100%;
			border-left: 3px solid transparent;
		}

		.New_sidebar nav ul li.active a {
			color: cyan;
			background: #1e1e1e;
			border-left-color: cyan;
		}

		.New_sidebar nav ul li a:hover {
			background: #1e1e1e;
		}

	.New_sidebar nav ul ul {
		position: static;
		display: none;
	}

	.New_sidebar nav ul .feat-show.show {
		display: block;
	}

	.New_sidebar nav ul .serv-show.show1 {
		display: block;
	}

	.New_sidebar nav ul ul li {
		line-height: 42px;
		border-top: none;
	}

		.New_sidebar nav ul ul li a {
			font-size: 17px;
			color: #e6e6e6;
			padding-left: 80px;
		}

	.New_sidebar nav ul li.active ul li a {
		color: #e6e6e6;
		background: #1b1b1b;
		border-left-color: transparent;
	}

	.New_sidebar nav ul ul li a:hover {
		color: cyan !important;
		background: #1e1e1e !important;
	}

	.New_sidebar nav ul li a span {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		font-size: 22px;
		transition: transform 0.4s;
	}

		.New_sidebar nav ul li a span.rotate {
			transform: translateY(-50%) rotate(-180deg);
		}

#body-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
}

.real-menu {
	position: fixed;
	top: 0;
	left: -30%;
	z-index: 4;
	width: 30%;
	height: 100%;
	padding: 0.5rem 1.5rem;
	box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: ease 0.2s all;
}

body.menu-open #body-overlay {
	display: block;
}

body.menu-open .real-menu {
	left: 0;
	overflow: scroll;
	overflow-x: hidden;
}

.oopen_sidee {
	color: #07438c;
	background: #fff;
	border: none !important;
	font-size: 26px;
	outline: none;
	position: relative;
	top: 3px;
	margin-top: -7px;
}

	.oopen_sidee:hover, .oopen_sidee:active, .oopen_sidee:focus {
		color: #d17632;
		background: #fff;
		border: none !important;
		outline: none !important;
	}

.real-menu img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.real-menu h3 {
	font-size: 18px;
	color: #07438c;
	padding: 15px 0 10px;
}

.real-menu p {
	font-size: 15px;
	line-height: 2;
}

.real-menu li {
	position: relative;
	margin-bottom: 15px;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
	font-size: 14px;
	display: inline-block;
	padding-right: 25px;
	font-weight: 400;
}

.real-menu svg {
	font-size: 18px;
	color: #07438c;
	margin-top: 3px;
	position: absolute;
}

.ssub_Menu_social li {
	display: inline-block;
	padding-left: 15px;
}

	.ssub_Menu_social li a {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50px;
		border: 1px solid #07438c;
		padding: 7px 12px;
	}


.welcome-intro h1 {
	font-size: 35px;
	text-align: center;
}

.welcome-intro h1.en_title {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 40px;
}

.welcome-intro p {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
	display: block;
}

.seeacrh_wrap input {
	width: 525px;
	height: 45px;
	border-radius: 8px;
	border: none;
	padding-right: 12px;
	outline: none;
	float: right;
}

.seeacrh_wrap select {
	height: 45px;
	border-radius: 8px 0 0 8px;
	margin-right: -6px;
	border: none;
	background: #d17632;
	color: #fff;
	padding-right: 4px;
	outline: none;
}

.seeacrh_wrap button, .search_now {
	height: 45px;
	border-radius: 8px;
	color: #fff;
	background: #d17632;
	border: 1px solid #d17632;
	outline: none;
	padding: 0 30px;
}

	.seeacrh_wrap button:hover, .search_now:hover {
		color: #07438c;
		background: #fff;
	}

.search_now {
	display: block;
	float: right;
	margin-right: 5px;
	line-height: 2.7;
}

.seeacrh_wrap p {
	color: #fff;
	font-size: 17px;
	padding-top: 20px;
}

.seeacrh_wrap ul li {
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
}

	.seeacrh_wrap ul li svg {
		margin-left: 10px;
	}

.contact-box .contact-top .contact-title {
	font-size: 28px;
	color: #07438c;
}

.homepage-5 .contact-top h5 {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0;
	color: #07438c !important;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-text {
	background: #07438c;
}

	.input-group-text svg {
		color: #fff;
	}

.contact-box .btn {
	margin-top: 10px !important;
	background: #07438c !important;
	line-height: .5;
}

.contact-box .btn:hover {
	color: #fff !important;
	background: #d17632 !important;
}

.contact-bottom {
	text-align: right;
	padding-right: 2px;
}

.contact_form_wrap .border-top {
	padding-top: 1.5rem !important;
}

.navbar.navbar-sticky-moved-up {
	margin-top: -23px;
}

.footer-title {
	font-size: 20px;
	color: #07438c;
}

.button-group a {
	text-align: right;
	margin-left: 10px;
	margin-right: 0;
}

.discover-text h2, .screenshots-area h2, .product_wrap  h2 {
	font-size: 22px;
	color: #07438c;
	padding-top: 0;
}

.discover-text p {
	font-size: 20px;
	line-height: 2;
	padding-bottom: 20px !important;
}

.discover-text ul li {
	padding-bottom: 18px;
}

.discover-text ul li span {
	font-weight: bold;
	font-size: 20px;
}

	.discover-text ul li svg {
		font-size: 22px;
		margin-left: 15px;
		color: #07438c;
	}

.button-group {
	margin-top: 0;
}

.screenshots-area h2 {
	text-align: center;
	padding-top: 0;
}

.slick-slide img {
	object-fit: cover;
	object-position: top;
	display: block;
	height: 100%;
	width: 100%;
}

.screenshots-area .section-heading {
	margin-bottom: 0;
}

.app-screenshots .slick-dots .slick-active button {
	background-color: #07438c;
	-webkit-box-shadow: 0 1px 5px #07438c;
	box-shadow: 0 1px 5px #07438c;
}

.overlay-dark::after {
	background-color: #07438c;
}

.download-text h2, .subscribe-content h2, .price-plan-area h2 {
	font-size: 28px;
	text-align: center;
	color: #07438c;
}

	.download-text h2::after {
		position: absolute;
		content: '';
		height: 2px;
		width: 70px;
		background-color: #fff;
		top: 60px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.counter-section {
	background-position: center;
	margin-top: 10px;
	text-align: center;
	/*background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ),url(../img/bg.jpg) no-repeat;*/
	background-attachment: fixed;
	padding: 45px 30px;
	background-size: cover;
}

.download-area {
	padding: 40px 0 0;
}

.section4 h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
}

.projectFactsWrap .item p.number {
	font-size: 40px;
	padding: 10px 20px 0;
	font-weight: bold;
	display: block;
	text-align: center;
}

.section4 i {
	font-size: 40px;
	color: #fff;
	display: inline-block;
	margin-top: 16px;
	vertical-align: top;
	margin-right: 15px;
}

.coounter_Numbers {
	text-align: center;
	color: #fff;
	display: inline-block;
}

.sec_textt {
	padding: 0 !important;
	padding-left: 20px !important;
}

.organic-farm .row > div:nth-child(1), .organic-farm .row > div:nth-child(4) {
	margin-top: 0;
}

.c-section4 {
	font-size: 30px;
	font-weight: bold;
	margin-left: 6px;
}

.seeacrh_wrap button.btn, .seeacrh_wrap button.btn:hover, .seeacrh_wrap button.btn:active, .seeacrh_wrap button.btn:focus {
	color: #fff;
	font-size: 17px;
	padding-top: 20px !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.seeacrh_wrap .card-body {
	padding: 0;
}

.blog-title a {
	font-size: 16px;
	color: #07438c;
}

.blog-content.p-4 {
	padding: 14px !important;
}

.blog-title.my-3 {
	margin: 5px 0 !important;
}

.blog-content p {
	font-size: 15px;
	line-height: 2;
	display: block;
}

.blog-area .single-blog .blog-content .blog-btn::after {
	content: '\f104';
	margin-right: 12px;
}

.Moore_btn {
	font-size: 18px;
	background: #07438c;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 50px auto 0;
	padding: 10px 0;
	width: 180px;
	border-radius: 8px;
	border: 1px solid #07438c;
}

.subscribe-form button {
	background: #07438c !important;
}

	.Moore_btn:hover, .subscribe-form button:hover {
		background: #d17632 !important;
		color: #fff;
		border: 1px solid #d17632;
	}

.subscribe-content .my-4, .price-plan-area .mt-4 {
	text-align: center;
}

.bg-gray {
	background: rgba(41,86,143,.1);
}

#scrollUp {
    left: 2%;
    right: auto;
	background-color: #07438c;
}

	#scrollUp:hover {
		background-color: #d17632;
	}

.accordion.pt-5 {
	padding-top: 15px !important;
}

.dropdown-header2 {
	opacity: 0;
}

.subscribe-area {
	padding-bottom: 100px;
}

.row_padding .border_4 {
	padding-left: 10px;
}

.border_1, .border_4 li {
	border-left: 1px solid #ddd;
}

.border_2 {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.breadcrumb-area {
	height: 150px;
	z-index: 1;
	background: none;
}

.breadcrumb-content {
	padding-top: 120px;
}

	.breadcrumb-content h2 {
		font-size: 20px;
		text-align: center;
	}

.contact-area .section-heading h2 {
	font-size: 22px;
	padding: 20px 0;
}

.contact-page .contact-area .section-heading > h2::after {
	right: 0;
	left: auto;
}

.contact-area .contact_wrrap, .contact-box, .New_contact_wrrap .col-md-6 .contact-us {
	padding: 45px;
	-webkit-box-shadow: 1px 1px 23px 1px rgb(0 0 0 / 30%);
	-moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 23px 1px rgb(0 0 0 / 30%);
}

.section-heading {
	margin-bottom: 0;
}

.contact-us .social-icon {
	margin-left: 10px;
	background-color: #07438c;
}

.section-heading h3 {
	font-size: 18px;
	color: #07438c;
}

.logos_institutions .section-heading > h2, .logos_institutions .section-heading > p {
	text-align: center;
}

.contact-us h4 {
	font-size: 17px;
	padding: 15px 0;
	font-weight: bold;
	color: #d17632;
}

.contact-form {
	padding-top: 20px;
}

.contact_wrrap {
	margin-bottom: 50px;
}

.contact-box p {
	font-size: 14px;
	margin: 7px 0;
}

.contact-box .form-group textarea {
	resize: none;
}

.New_contact_wrrap .contact-us h4 {
	font-size: 20px;
	color: #07438c;
}

.no_pad_right {
	padding-right: 0;
}

.no_pad_left {
	padding-left: 0;
}

.New_contact_wrrap .contact-us iframe {
	width: 100%;
	margin-top: 30px;
	height: 300px;
}

.sec-footer-area {
	border-top: 1px solid #ddd;
}

.faq-area {
	padding: 50px 0 100px;
}

.faq-content span.d-block {
	font-size: 16px;
}

	.faq-content span.d-block a {
		font-weight: bold;
		color: #07438c;
	}

.card-header .btn {
	text-align: right;
	color: #07438c;
}

	.card-header .btn::after {
		right: calc(100% - 1.25rem);
		left: auto;
	}

	.card-header .btn.collapsed::after {
		content: '\f104';
	}

.accordion h2 button {
	font-weight: bold;
	color: #07438c;
}

.card_en {
	direction: ltr;
}

	.card_en .btn, .card_en .card-body, .card_en .card-body p, .card_en .card-body h4 {
		font-family: mySecondFont !important;
		text-align: left;
	}

	.card_en .card-header .btn::after, .card_en .card-header .btn.collapsed::after {
		left: calc(100% - 1.25rem);
		right: auto;
	}

	.card_en .card-header .btn.collapsed::after {
		content: '\f105';
	}

.card-body p {
	line-height: 2;
}

.card_en .card-body p {
	font-size: 17px;
}

.card-body h4 {
	font-size: 16px;
	padding-bottom: 15px;
	color: #d17632;
}

.features-area .p-5 {
	padding: 5rem 1rem !important;
}

.features-area .icon-text h3, .features-area .icon-text p {
	color: #07438c;
	text-align: center;
}

.features-area.logos_institutions .icon-text h3 {
	font-size: 20px;
	padding-top: 0;
}

.features-area .icon-text p {
	padding: 30px 0;
}

.features-area .icon-text a {
	width: 50px;
	height: 50px;
	background: #07438c;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 3.2;
	margin: 10px auto 0;
}

.features-area .featured-img svg {
	font-size: 3em;
	color: #07438c;
}

.features-area .image_box_1:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_2:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_3:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_4:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_5:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_6:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_7:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_8:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .image_box_9:hover {
	background: linear-gradient( rgba(41,86,143, .7), rgba(41,86,143, .7) ),url(../img/bg/download.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.features-area .icon-text a:hover {
	opacity: .7;
}

.price-plan-wrapper {
	margin-top: 50px;
}

.single-price-plan .plan-title > h4 {
	font-size: 18px;
	letter-spacing: 0;
	opacity: 1;
	color: #07438c;
	text-align: center;
}

.single-price-plan .plan-price > h2 {
	-webkit-text-fill-color: #d17632;
}

.plan-button a {
	width: 140px;
	font-size: 14px;
	padding: 18px 0;
	background: #07438c;
}

.no_padding {
	padding: 0;
}

.title p {
	font-size: 16px;
	padding: 7px 15px;
	color: #fff;
}

.seconde_menu {
	margin: 5px 7px 0;
}

.container-fluid {
	padding: 0;
	overflow: hidden;
}

.nnew_tables {
	padding: 0 15px;
}

.dataTables_wrapper .btn-group {
	display: none;
}

.fiirst_table td, .fiirst_table th {
	border-right: 1px solid #ddd !important;
}

thead th {
	background: #f3f3f3;
}

div.dataTables_wrapper div.dataTables_filter, .dataTables_length, .dataTables_paginate {
	display: none;
}

.search_wrap {
	padding: 0 15px;
}

	.search_wrap select {
		font-size: 14px;
		width: 300px;
		height: 35px;
		border: 1px solid #ddd;
		display: inline-block !important;
	}

	.search_wrap span {
		font-size: 15px;
		color: #d17632;
		padding-right: 15px;
	}

.first_label, .second_label {
	font-size: 16px;
	margin-left: 30px;
}

.up_pad {
	padding: 15px 15px 20px;
}

.search_wrap input {
	width: 300px;
	height: 35px;
	padding-right: 10px;
	border: 1px solid #ddd;
}

.second_label {
	margin-left: 12px;
}

.bottom_pad {
	padding-bottom: 15px;
}

	.bottom_pad button, .search_wrap button {
		width: auto;
		padding: 0 15px;
		height: 34px;
		background: #fff;
		border: 1px solid #ddd;
		outline: none;
	}

.advanced_btns {
	display: inline-block;
}

	.advanced_btns button {
		padding: 3px 15px 6px;
		height: auto;
		font-size: 16px;
	}

.bottom_pad button:hover, .search_wrap button:hover {
	color: #fff;
	background: #07438c;
	border: 1px solid #07438c;
}

.search_wrap button {
	padding: 4px 15px 5px;
	height: auto;
	font-size: 16px;
	outline: none;
}

	.search_wrap button i {
		padding-left: 10px;
	}

.iconnse i {
	font-size: 19px;
}

.line {
	display: block;
	margin: 15px 15px 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

table.dataTable {
	font-size: 16px;
}

.table-striped > tbody > tr:hover {
	background-color: rgba(10,97,155,.3);
	color: #fff;
	cursor: pointer;
}

.table-striped > tbody > tr:active {
	background-color: #07438c;
	color: #fff;
	cursor: pointer;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	left: 8px;
	right: auto;
}

.second_table td, .second_table th {
	border-left: 1px solid #ddd !important;
}

.tabbles_wrap {
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #ddd !important;
}

.tables_wrap .dataTable thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #07438c;
	color: #fff;
	padding: 8px 0;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after {
	opacity: 1;
}

.tr_active {
	background-color: #d17632 !important;
	color: #fff !important;
}

.dv_Content {
	height: auto;
	margin-top: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #ddd !important;
}

.new_tetxxt .search_wrap {
	position: absolute;
	bottom: 0;
}

.first_tables {
	height: 650px;
}

.table_heightNew {
	height: 560px;
}

.first_tables .search_wrap {
	margin-top: 20px;
}

.th_Center, .dataTable {
	text-align: center;
}

.tables_wrap {
	margin-bottom: 50px;
}

.dataTables_info {
	display: none;
}

.aal_tables {
	height: 800px;
	overflow: auto;
}

	.aal_tables table {
		height: 635px;
	}

	.aal_tables .second_label, .aal_tables button {
		font-size: 14px;
		padding: 7px 15px;
	}

	.aal_tables table.table-bordered.dataTable tbody td {
		font-size: 14px;
	}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}

.tablles_buttons {
	margin-top: 30px;
}

.aal_tables .search_wrap input {
	width: 290px;
}

.tablles_buttons a {
	font-size: 14px;
	padding: 7px 15px;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 15px;
}

	.tablles_buttons a:hover {
		color: #fff;
		background: #07438c;
		text-decoration: none;
	}

.Advanced_search_wrap {
	margin: 0 15px;
}

	.Advanced_search_wrap .col-md-3 {
		margin-bottom: 15px;
	}

@media screen and (max-width: 600px) {
	.pushNav {
		width: 75%;
		right: -75%;
	}
}

@media screen and (min-width: 601px) {
	.pushNav {
		width: 350px;
		right: -350px;
	}
}

ul.pushNav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pushNav {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	overflow: hidden;
	background: #07438c;
	background-size: cover;
	transition: ease-in-out 0.5s;
}
	/*.pushNav hr {
	opacity: .5;
  border: 1px solid #e5e5e5;
}*/

	.pushNav,
	.pushNav a {
		font-size: 14px;
		font-weight: 100;
		color: #fff;
		text-decoration: none;
	}

.pushNavIsOpen {
	overflow: auto;
	height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
	right: 0;
}

.pushNav_level.long_side_menu.isOpen {
	overflow-y: scroll;
}

.closeLevel,
.openLevel {
	cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
	padding: 1em 0;
	display: block;
	text-indent: 20px;
	transition: background 0.4s ease-in-out;
}

	.openLevel:hover,
	.closeLevel:hover,
	.pushNav a:hover {
		background: #fff;
		color: #07438c;
	}

.hdg {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 7px !important;
}

.closeLevel,
closelevel > i {
	font-size: 26px;
	color: #fff;
	text-align: left;
	padding: 0;
	padding-left: 30px;
}

.screen {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
	height: 100%;
	opacity: 1;
}

.top_bar .js-menuToggle.Sign_now {
	cursor: pointer;
	float: right;
}

.navv_title {
	font-size: 16px;
	float: right;
	padding-top: 11px;
}

.pushNav a svg {
	margin-left: 6px;
}

.sub_back {
	font-size: 16px;
	padding-top: 12px;
}


.All_tabbles_wrap .form-inline {
	display: block;
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.All_tabbles_wrap .dataTables_wrapper {
	height: 583px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.footer-area .footer-items .social-icons > a {
	color: #fff !important;
}

.submenu {
	right: 100px;
}

.mega_sub_menu .nav-link {
	display: block;
	color: #222;
	padding: 6px 5px 7px !important;
	font-size: 13px;
}

.mega_sub_menu .dropdown-menu {
	top: 10px !important;
	right: 90%;
	width: 100%;
	overflow-x: visible !important;
}

	/*.mega_sub_menu .dropdown-menu:after {
    content: '';
    position: absolute !important;
    top: 6px;
    right: -20px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}*/

	.mega_sub_menu .dropdown-menu:before {
		display: none;
	}

.dropdown .dropdown-menu .dropdown-item {
	color: #222 !important;
}

	.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
		color: #fff !important;
		background: #07438c !important;
		border-radius: 0.25rem;
	}

@media (min-width: 992px) {
	.dropdown-menu .dropdown-toggle:after {
		display: none;
	}

	.dropdown-menu .dropdown-menu {
		margin-left: 0;
		margin-right: 0;
	}

	.dropdown-menu li {
		position: relative;
	}

	.nav-item .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.nav-item .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu > li:hover > .submenu {
		display: block;
	}
}

.second_level li {
	padding: 0 !important;
}

.feedback {
	transition: height 2s ease-in;
	padding: 10px;
	margin-top: 20px;
	height: auto;
	width: 100%;
	overflow: hidden;
	background-color: #f5f8fa;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 3s ease-in-out;
}

	.feedback h3 {
		margin-top: 0;
	}

.feedback_ratings {
	justify-content: space-between;
	display: block;
	flex-wrap: nowrap;
	color: #5F021F;
}

.feedback_rating {
	cursor: pointer;
	padding: 3px 16px;
	background-color: #e3e9ed;
	border-radius: 8px;
}

.feedback-n {
	margin-top: 1rem;
	transition: all 200ms ease-in-out;
}

.feedback_notice {
	color: #000;
	transition: all 200ms ease-in-out;
	padding: 10px;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
}

	.feedback_notice p {
		-webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
		animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
		margin: 0;
	}

.rating_active {
	background-color: #07438c;
	color: #e3e9ed;
	transition: all 200ms ease-in-out;
}

.active_feedback {
	height: 240px;
	transition: height 0.6s ease-in;
}

.hidden {
	display: none;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.feedback_send_btn {
	background: #07438c !important;
	color: #fff;
	border: none;
	padding: 5px;
	border-radius: 8px;
	margin-top: 15px;
}

	.feedback_send_btn:active, .feedback_send_btn:focus, .feedback_send_btn:hover {
		border: none;
		outline: 0;
	}

.feedBack_form_wrap .form-control {
	height: 40px;
}

.feedBack_form_wrap .modal-dialog {
	width: 50%;
	max-width: 50%;
}

.feedBack_form_wrap textarea {
	width: 100%;
	height: 200px;
	border: none;
	padding: 10px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.feedBack_form_wrap .btn {
	padding: 14px 20px;
	background: #07438c;
}

.feedBack_form_wrap .modal-title {
	font-size: 17px;
	color: #07438c;
}

.feedBack_form_wrap .modal-content {
	background-color: #f5f8fa;
}

.real-menu h5 {
	font-size: 14px;
	color: #d17632;
	margin-bottom: 15px;
}

.forget_pass {
	float: left;
}

.request_contact_form label {
	margin-left: 20px;
}

	.request_contact_form label img {
		width: 20px;
	}

.prefere_title {
	color: #07438c;
	font-weight: bold;
}

.p-5 {
	position: relative;
	padding: 3rem 2rem !important;
}

.single-price-plan .plan-button {
	left: 10%;
	transform: none;
}

.price-plan-wrapper .modal-dialog {
	max-width: 70%;
}

.price-plan-wrapper .modal-header {
	background: #07438c;
	border-radius: 0;
}

.price-plan-wrapper .modal-title {
	font-size: 17px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.price-plan-wrapper .modal-body p {
	font-size: 15px;
	line-height: 2;
}

.price-plan-wrapper .modal-header .close {
	color: #fff;
	outline: none;
}

.single-price-plan .plan-price > h2 > small {
	font-size: 50%;
}

.single-price-plan .plan-price sup {
	top: -2em;
}

.login_container_wrap {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 500px;
	max-width: 100%;
	min-height: 550px;
	margin: 40px auto;
}

	.login_container_wrap .form-container {
		position: absolute;
		top: 0;
		height: 100%;
		transition: all 0.6s ease-in-out;
	}

	.login_container_wrap .sign-in-container {
		right: 0;
		width: 50%;
		z-index: 2;
	}

	.login_container_wrap .container.right-panel-active .sign-in-container {
		transform: translateX(100%);
	}

	.login_container_wrap .sign-up-container {
		left: 0;
		width: 50%;
		opacity: 0;
		z-index: 1;
	}

	.login_container_wrap .container.right-panel-active .sign-up-container {
		transform: translateX(100%);
		opacity: 1;
		z-index: 5;
		animation: show 0.6s;
	}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.login_container_wrap .overlay-container {
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.login_container_wrap .container.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.login_container_wrap .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.login_container_wrap .container.right-panel-active .overlay {
	transform: translateX(50%);
}

.login_container_wrap .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.login_container_wrap .overlay-left {
	transform: translateX(-20%);
}

.login_container_wrap .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.login_container_wrap .overlay-right {
	right: 0;
	transform: translateX(0);
}

.login_container_wrap .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.login_container_wrap .social-container {
	margin: 20px 0;
}

	.login_container_wrap .social-container a {
		border: 1px solid #DDDDDD;
		border-radius: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin: 0 5px;
		height: 40px;
		width: 40px;
	}

.login_container_wrap .screen_form {
	background: linear-gradient(90deg, #07438c, #07438c);
	position: relative;
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 24px #5C5696;
}

.login_container_wrap .screen__content {
	z-index: 1;
	position: relative;
	height: 100%;
}

.login_container_wrap .screen__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.login_container_wrap .screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.login_container_wrap .screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;
	top: -50px;
	left: 120px;
	border-radius: 0 0 0 72px;
}

.login_container_wrap .screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #fff;
	opacity: .5;
	top: -172px;
	left: 0;
	border-radius: 32px;
}

.login_container_wrap .screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #07438c, #07438c);
	top: -24px;
	left: 0;
	border-radius: 32px;
}

.login_container_wrap .screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #fff;
	opacity: .5;
	top: 420px;
	left: 10px;
	border-radius: 32px;
}

.login_container_wrap .contact-box .contact-top .contact-title {
	font-size: 22px;
}

.login_container_wrap .contact-box .contact-top h5 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.7;
}

.social-login {
	padding-top: 50px;
	padding-right: 15px;
}

	.social-login h1 {
		font-size: 22px;
	}

	.social-login p {
		font-size: 16px;
		margin: 15px 0;
		line-height: 1.7;
		width: 65%;
	}

.signUp_link {
	font-size: 1rem;
	font-weight: 500;
	color: var(--white-color);
	line-height: 1;
	text-align: center;
	padding: 18px 30px;
	border: 0 none;
	border-radius: 8px;
	outline: 0 none;
	position: relative;
	z-index: 1;
	background: #07438c;
	display: inline-block;
}

.forget_container_wrap .sign-in-container {
	width: 100%;
}

.forget_container_wrap .contact-box {
	box-shadow: none !important;
}

.forget_container_wrap img {
	width: 100px;
}

.forget_container_wrap .contact-box .contact-top .contact-title, .forget_container_wrap .contact-box .contact-top h5 {
	text-align: center;
}

.new_login_page_wrap .top_bar, .new_login_page_wrap .navbar-sticky, .new_login_page_wrap .breadcrumb-area {
	display: none !important;
}

.login_top_bar {
	background: #07438c;
	padding: 7px 20px;
}

	.login_top_bar a {
		color: #fff;
	}

.not_registeried_container_wrap .contact-box {
	padding-top: 0 !important;
}

.not_registeried_container_wrap img {
	width: 300px;
}

.not_registeried_container_wrap .contact-box a, .login_top_bar h3, .login_forget_area .input-group-text i {
	color: #fff;
}

.new_login_page_wrap .welcome-area {
	height: auto;
	margin-top: 0;
	padding-bottom: 20px;
}

.back_btn_home {
	background: #fff;
	padding: 8px 15px;
	margin-bottom: 35px;
}

.login_forget_area, .new_login_page_wrap .footer-area {
	margin: 0 15px;
}

	.new_login_page_wrap .footer-area .copyright-area {
		border-top: none;
		overflow: hidden;
		padding-bottom: 10px;
	}

.contact-area.ptb_100 {
	padding: 60px 0 0;
}

.contact-us .social-icon {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 12px;
}

	.contact-us .social-icon svg {
		width: 1.7em;
	}

.contact-us .py-2 {
	padding-bottom: 0 !important;
}

.footer-top.ptb_100 {
	padding: 0;
}

.delete_shadow .form-group input, .delete_shadow .form-group textarea {
	border: 1px solid #000;
	box-shadow: none;
}

.forget_password_wrap .subscribe-content h1 {
	text-align: center;
	font-size: 38px;
}

.validation_label {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.single-review .quot-icon {
	top: 10px;
	left: 5%;
	right: auto;
}

.manzoma_title {
	font-size: 18px;
	color: #07438c;
}

.manzomat_wrap {
	overflow: hidden;
	margin-top: 50px;
}

.filter_manzomat input[type="radio"] {
	display: none;
}

.filter_manzomat label {
	width: 30.2%;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	color: #222222;
	padding: 0.5%;
	margin: 0 15px;
	margin-bottom: 30px;
	cursor: pointer;
	border: 1px solid #5F021F;
}

	.filter_manzomat label:hover, .filter_manzomat label:hover {
		width: 30.2%;
		text-align: center;
		background: #ffffff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		color: #222222;
		padding: 0.5%;
		margin: 0 15px;
		margin-bottom: 30px;
		cursor: pointer;
	}

.filter_manzomat input[type="radio"][id="manzomat_1"]:checked ~ .manzomat_2, .filter_manzomat input[type="radio"][id="manzomat_1"]:checked ~ .manzomat_3, .filter_manzomat input[type="radio"][id="manzomat_1"]:checked ~ .manzomat_4, .filter_manzomat input[type="radio"][id="manzomat_1"]:checked ~ .manzomat_5 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.filter_manzomat input[type="radio"][id="manzomat_2"]:checked ~ .manzomat_1, .filter_manzomat input[type="radio"][id="manzomat_2"]:checked ~ .manzomat_3, .filter_manzomat input[type="radio"][id="manzomat_2"]:checked ~ .manzomat_4, .filter_manzomat input[type="radio"][id="manzomat_2"]:checked ~ .manzomat_5 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.filter_manzomat input[type="radio"][id="manzomat_3"]:checked ~ .manzomat_1, .filter_manzomat input[type="radio"][id="manzomat_3"]:checked ~ .manzomat_2, .filter_manzomat input[type="radio"][id="manzomat_3"]:checked ~ .manzomat_4, .filter_manzomat input[type="radio"][id="manzomat_3"]:checked ~ .manzomat_5 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.filter_manzomat input[type="radio"][id="manzomat_4"]:checked ~ .manzomat_1, .filter_manzomat input[type="radio"][id="manzomat_4"]:checked ~ .manzomat_2, .filter_manzomat input[type="radio"][id="manzomat_4"]:checked ~ .manzomat_3, .filter_manzomat input[type="radio"][id="manzomat_4"]:checked ~ .manzomat_5 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.filter_manzomat input[type="radio"][id="manzomat_5"]:checked ~ .manzomat_1, .filter_manzomat input[type="radio"][id="manzomat_5"]:checked ~ .manzomat_2, .filter_manzomat input[type="radio"][id="manzomat_5"]:checked ~ .manzomat_3, .filter_manzomat input[type="radio"][id="manzomat_5"]:checked ~ .manzomat_4 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.tile {
	transition: all .2s;
}

	.tile .extra {
		display: none;
	}

p {
	line-height: 2em;
	display: inline;
}

.tile input[type="checkbox"] {
	height: 2em;
	display: none;
	appearance: none;
}

.tile label {
	position: relative;
	padding: 1em;
	background-color: #2b8eec;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0.5em;
}

	.tile label:before {
		content: "...";
	}

.tile input[type="checkbox"]:checked ~ label:before {
	content: "(...) ";
}

.tile .dots:has(~ input[type="checkbox"]:checked) {
	display: none;
}

.tile .extra:has(~ input[type="checkbox"]:checked) {
	display: inline;
}

.read_more_label {
	width: auto !important;
	background: transparent !important;
	color: #000 !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	text-align: right !important;
	margin: 0 !important;
	font-weight: bold !important;
}

.Manzoma_res_link {
	position: relative;
	text-align: center;
}

.single-review .Manzoma_res_link::after {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background-color: var(--primary-bg-color);
	bottom: calc(100% - 10px);
	left: 15%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.Manzoma_res_link a {
	font-weight: bold;
}

.filter_manzomat label:hover, .filter_manzomat label:active, .filter_manzomat label:focus {
	color: #fff;
	background: #004b7d;
}

.change_password_wrap .form-label {
	color: #07438c !important;
	text-align: right;
}

.contact-box {
	padding: 15px !important;
}

	.contact-box .section-heading h3 {
		margin-bottom: 15px;
	}

.contact-us {
	margin-bottom: 25px;
}

.contact_us_page_wrap {
	padding-bottom: 15px;
}

/*	----------------------------------------------------------
	Video Home Page 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.welcome-area video {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video_home_wrap::after {
	z-index: 0 !important;
}

.video_home_wrap .shape-bottom {
	z-index: 1 !important;
}

/*	----------------------------------------------------------
	Guide Page 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.Guide_desc {
	overflow: hidden;
	padding: 20px;
}

	.Guide_desc, .Guide_desc h3 {
		text-align: right;
	}

		.Guide_desc img {
			width: 200px;
			display: block;
			margin: 0 auto;
		}

		.Guide_desc h3 {
			margin-top: 0;
			padding: 10px 0;
			font-size: 20px;
			color: #07438c;
			font-weight: bold;
		}

		.Guide_desc p {
			font-size: 20px;
			margin-bottom: 15px;
			display: block;
			text-align: right;
			line-height: 2;
		}

		.Guide_desc .modal-header {
			padding: 0;
			border-bottom: none;
		}

			.Guide_desc .modal-header .close {
				position: absolute;
				left: 15px;
				padding: 0 8px;
			}

.guide_img {
	float: left;
	width: 150px;
	margin: 0 15px 0 0;
}

.Guide_desc h4 {
	font-size: 18px;
	color: #07438c;
	text-align: right;
	clear: both;
}

.Guide_desc h5 {
	font-size: 16px;
	padding: 15px 0;
}

.key_steps li p span {
	color: #fff;
	background: #07438c;
	padding: 0 15px;
	margin-left: 10px;
	margin-left: 5px;
	border-radius: 8px;
}

.key_steps li {
	clear: both;
}

.key_steps p {
	float: right;
}

.key_steps img {
	display: inline;
	width: 50px;
	margin-right: 8px;
}

.min_img {
	width: 25px !important;
}

.line2 {
	clear: both;
}

.Guide_desc ul {
	list-style: none;
}

.line4 {
	border-bottom: 2px solid #d17632;
	width: 50px;
	margin-bottom: 20px;
}

.keyboard_btns {
	width: 100% !important;
	margin-top: 10px !important;
}

.scroll_btn {
	margin-top: 10px !important;
	margin-bottom: 8px !important;
}

.info_desc_wrap h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}

.info_desc_wrap .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	margin-right: -2px;
	padding: 0 15px;
}

.key_steps {
	padding: 15px 0;
}

	.key_steps p span {
		font-weight: bold;
		color: #07438c;
	}

.info_desc_wrap li a img {
	width: 20px;
	display: inline;
}

.info_desc_wrap .nav-tabs > li > a {
	height: 53px;
	font-size: 18px;
	color: #07438c;
	padding-top: 15px;
}

.info_desc_wrap .nav-tabs > li.active > a, .info_desc_wrap .nav-tabs > li.active > a:focus, .info_desc_wrap .nav-tabs > li.active > a:hover {
	font-weight: bold;
}

.info_desc_wrap {
	margin-top: 20px;
}

.qatar .counter-section {
	background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) ),url(../img/bg.jpg) no-repeat;
	width: 360px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	display: inline-block;
}

	.qatar .counter-section img {
		width: 250px;
		height: 100px;
	}

.qatar .Moore_btn {
	width: 290px;
	margin-top: 20px;
	margin-bottom: 35px;
	color: #fff !important;
}

.privacy_wrap_pg {
	margin-bottom: 100px;
	padding-top: 50px;
}

	.privacy_wrap_pg .Info_wrap_desc .card-header .btn::after {
		display: none;
	}

	.privacy_wrap_pg .Info_wrap_desc .card-body p {
		display: block;
		text-align: justify;
	}

	.privacy_wrap_pg .price-plan-wrapper {
		margin-top: 0;
	}

	.privacy_wrap_pg .card-header h2 button {
		font-size: 20px;
		font-weight: bold;
	}

.faq-area .faq-content .card-header .btn {
	color: #d17632;
}

	.faq-area .faq-content .card-header .btn.collapsed {
		color: var(--nav-item-color);
	}

.faq-area .faq-content .card-body {
	background: #f6f6f6;
	border: 1px solid #d17632;
}

.contact-us .social-icon i {
	font-size: 20px;
	line-height: 1.5;
}

.app-screenshots {
	direction: ltr;
}

.ml-4, .mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 0 !important;
}

.single-review .reviewer::after {
	right: 15%;
	left: auto;
}

/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 1200px) and ( max-width: 1369px ) {
	.dropdown-header {
		padding: 0.5rem 0;
		margin-bottom: 0;
	}

	.mega-dropdown-menu > li > ul {
		padding-right: 0;
	}

		.mega-dropdown-menu > li > ul > li {
			margin-bottom: 0;
		}

			.mega-dropdown-menu > li > ul > li > a, .sub_menu_under li a {
				padding: 6px 5px 4px;
			}
}

@media only screen and ( min-width: 991px) and ( max-width: 1199px ) {
	.navbar-nav > li {
		margin-right: 10px;
	}

	.dropdown-header {
		font-size: 12px;
		padding: 0.5rem 0;
		margin-bottom: 0;
	}

	.mega-dropdown-menu > li > ul {
		padding-right: 0;
	}

		.mega-dropdown-menu > li > ul > li {
			margin-bottom: 0;
		}

			.mega-dropdown-menu > li > ul > li > a, .sub_menu_under li a {
				padding: 4px 5px 3px;
				font-size: 10px;
			}
}


@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
	.navbar-header {
		width: 100%;
	}

	.navbar-toggle {
		display: block;
	}
}

.news_area .container-fluid {
	padding: 1px;
	padding-bottom: 60px;
}


.news_area .single-blog {
	height: 610px;
}

.more_btn {
	text-align: center;
	margin-top: 20px;
}

.more_btn a {
	font-size: 18px;
	background: #07438c;
	color: #fff;
	padding: 10px 30px;
	border-radius: 6px;
}