/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* OVERALL ASPECT */

:root {
	--main-color: #27aae1;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

body {
	background-color: #f2f2f2;
  	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	margin-top: 70px;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #333;
}

.overlay {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.05);
	background-image: url('../../images/dots.png');
	background-repeat: repeat;
}

.langNav li {
	list-style-type: none;
}

.langNav li a {
	color: white;
	font-weight: normal;
}

.langNav {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 1rem;
}

.selectedLang {
	text-decoration: underline;
	text-underline-offset: .5rem;
	font-weight: bolder !important;
}

/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
}

.mt {
	margin-top: 40px;
}

.logo {
	max-width: 300px;
	width: 100%;
}

/* Links */
a {
	color: #428bca;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: var(--main-color);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: var(--main-color);
	background-color: #fff;
}

.active a {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	width: 79%;
	padding-bottom: 0px;
}


.btn-theme {
	color: #ffffff;
	background-color: var(--main-color);
	border-color: transparent;
}

.btn {
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 18px;
	max-width: 532px;
	width: 100%;
	background: var(--main-color);
	color: #fff;
	border: 5px solid transparent;
	border-radius: 0px;
}

.butn {
	margin-bottom: 0;
	font-size: 18px;
	background: var(--main-color);
	color: #fff;
	border: 5px solid transparent;
	border-radius: 0px;
}

a .lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#home {
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	background-image: url(../images/mb.jpg) !important;
	background-position: 50% 68%;
	background-size: initial;
	background-repeat: no-repeat;
}

.header {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.65) !important;
}

#home h1 {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	color: var(--main-color);
}

#home h2 {
	color: #2e2e30;
	font-weight: 400;
	text-transform: uppercase;
}

/* Green */
#service,
#faq {
	background-color: var(--main-color);
	padding-top: 50px;
	margin-bottom: 0px;
}

#service h3,
#faq h3 {
	color: white;
	font-weight: 400;
	text-align: center;
}

#service p,
#faq p {
	color: white;
	font-weight: 400;
	font-size: 20px;
	text-align: justify;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#contact {
	width: 100%;
	padding-bottom: 200px;
	background: #4e4e4e;
}

#contact i {
	font-size: 50px;
	color: var(--main-color);
}

#contact i:hover {
	color: #fff;
}

#contact h3 {
	font-weight: 400;
	margin-bottom: 35px;
	color: #fff;
}

#contact p {
	color: #fff;
	font-weight: 400;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: var(--main-color);
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* UNSUB BE */
.unsub {
	background: transparent;
	border: 0;
	padding: 0;
}

#confirm {
	display: none;
}

#yes,
#no {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

/* Image Opacity */
.grid img {
	opacity: .7;
}

.grid img:hover {
	opacity: 1;
}

.panel-title:hover {
	cursor: pointer;
}

.Subinfo {
	border: 2px solid var(--main-color);
}

.panel-body {
	text-align: left;
	color: var(--main-color) !important;
	padding: 15px;
	font-size: 15px !important;
	font-weight: 400;
	margin: 0;
}

.panel-body.paragraph {
	color: white !important;
}

ol {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

[lang="ar"] ol {
	list-style-type: arabic-indic;
}

#collapseThree ol {
	color: var(--main-color);
	font-weight: 400;
}

[lang="en"] #table-list{
	border-left: solid .3rem var(--main-color);
}
[lang="ar"] #table-list{
	border-right: solid .3rem var(--main-color);
}

ol li span {
	font-weight: 700;
}

.policy-container {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.Subinfo tr:first-child {
	color: #fff;
	background: var(--main-color);
}

textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"] {
	width: 400px;
	border: none;
	margin: 5px 2.5px;
	height: 35px;
	padding: 12px;
	border-radius: 3px;
}

[lang="ar"],
[lang="ar"] .panel-title,
[lang="ar"] .panel-body,
[lang="ar"] ol {
	direction: rtl !important;
	text-align: right !important;
}

.cucaLink {
	text-decoration: underline;
}

#form textarea {
	padding: 12px;
	border-radius: 3px;
	margin: 5px 0;
	width: 810px;
	min-height: 150px;
}

.sendBtn input[type="submit"] {
	max-width: 200px;
	width: 100%;
	margin-top: 10px;
}


#serviceName {
	text-transform: uppercase;
}

 .terms h1,
.terms.container p,
.terms.container ol {
	/* text-align: left; */
}

#table-label {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 500;
}

.terms.container,
.privacy.container {
	& .col-md-offset-1 {
		margin: 0;
	}
}

.terms h2,
.terms h3,
.privacy-subject h3,
.privacy h2 {
	font-weight: 500;
	color: var(--main-color);
}

.privacy h2,
.privacy h3,
.terms h2,
.terms h3 {
	/* text-align: left; */
}

.footer-links {
	text-align: center;
}


@media (max-width: 960px) {
	.mt .col-md-4 {
		margin-bottom: 10px;
	}
}

@media (min-width: 786px) {
	.policy-container {
		flex-direction: row;
	}
}