:root {
  --font-default:
  'Tajawal', sans-serif;
  --font-primary:
  'Tajawal', sans-serif;
  --font-secondary:
  'Tajawal', sans-serif;
  scroll-behavior: smooth;
  --color-bg: #025add;
  --hero-overlay-color: transparent;
  --menu-color: #ffffff;
  --theme-color: #025add;
  --border-color: #e2e2e2;
  --theme-color-dark: #f8f8f8;
  --text-color: #3a3a3a;
  --hero-text-color: #ffffff;
  --text-white-color: #ffffff;
  --text-grey-color: #3a3a3a;
  --text-theme-color: #025add;
  --light-color: #ffffff;
  --color-default: #3a3a3a;
  --color-primary: #025add;
  --color-secondary: #0c6de0;
  --color-start: #3a3a3a;
  --color-end: #3a3a3a;
  --hero-card-bg: rgb(228 227 223 / 17%);
  --box-shadow-color: rgb(82 90 101 / 10%);
  --star-size: 24px;
  --star-color: #ccc;
  --star-background: #fc0;
}

body {
  font-family: var(--font-default);
  color: var(--text-color);
  background: var(--theme-color);
  transition: 0.5s background ease;
}
h2.title{margin-bottom: 3.5rem}
.youtube-player {
aspect-ratio: 16 / 9;
width: 100%;
position: relative;
padding-bottom: 56.25%;
/*overflow: hidden;*/
max-width: 100%;
background: #FFF;
}
.youtube-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}

.youtube-player img {
object-fit: cover;
display: block;
left: 0;
bottom: 0;
margin: auto;
max-width: 500px;
width: 100%;
position: absolute;
right: 0;
top: 0;
border: none;
height: auto;
cursor: pointer;
-webkit-transition: 0.4s all;
-moz-transition: 0.4s all;
transition: 0.4s all;
}

.youtube-player img:hover {
-webkit-filter: brightness(75%);
}

.youtube-player .play {
height: 100px;
width: 100px;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -50px;
position: absolute;
background: url('https://www.flp.ma/images/lectureyt.webp') no-repeat;
cursor: pointer;
opacity: 0.8;
}

.youtube-player:hover .play
{
  background: url('https://www.flp.ma/images/lectureythv.webp') no-repeat;
  opacity: 0.9;
}
.h1top{ color: var(--bs-yellow);font-size: 40pt }
.h1topindex{ color: #FFF }
span.txth1big {
    font-size: 40pt;
    color: #FFF;
    margin-bottom: 1rem;
  }
span.txth2big {
    font-size: 18pt;
    margin-bottom: 1rem;
	color: #FFF;
}
span.txth2big strong {color: #feb801;}
.yellow {
  color: #feb801;
  margin-left: 5px;
  display: inline-block;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
  
  &::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.Stars-detail-panie {
  cursor: pointer;
  font-size: 13pt;
  display: inline;
  padding-right: 10px;
  color: #a6a5a2;
}
.Stars-div{
	padding-bottom:15px
}
/*
.react-stars-1, .react-stars-2, .react-stars-3 {
  overflow: hidden;
  color: #cfcece;
}
.react-stars-1, .react-stars-2, .react-stars-3, .react-style {
  position: relative;
  cursor: default;
  font-size: 20px;
}
.react-stars-1::before, .react-stars-2::before, .react-stars-3::before, .react-style {
  overflow: hidden;
  color: #feb801;
}
.rating-detail-panie {
  cursor: pointer;
  font-size: 12pt;
  display: inline;
  padding-right: 10px;
}
.react-stars-1:before,.react-stars-2:before,.react-stars-3:before,.react-style{
    overflow:hidden;
    color:#feb801
}
.react-stars-1:before{
    width:95%;
	color: #feb801;
}
.react-stars-2:before{
    width:65%;
	color: #feb801;
}
.react-stars-3:before{
    width:35%;
	color: #feb801;
}
*/
.date-post {
  cursor: pointer;
  font-size: 10pt;
  display: inline;
}
.pp {
  color: #b8651d;
}
.h22 {
  font-size: 35pt;
  font-weight: 700;
  padding-bottom: 20px;
  direction: ltr;
}
.money{
	font-size: 2rem;
	color: #04ad5b;
	font-weight: 600
}
.si3a{
	font-size: 1.6rem;
}
.ahmar{
	color: #dc3545
}
.container7{
	background-color: #fbf8f5;
	padding: 10px 0 5px 30px;
	border-radius: 3px;
	border-radius: 25px;
	margin-bottom: 20px;
}
.inputt[type="text"] {
  width: 100%;
  font-family: var(--font-default);
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  padding:12px;
  margin-right:10px
}
.summary{
	background-color: #FFF;
	padding: 10px;
	border-radius: 25px;
	width: 95%;
	font-size: 14pt;
	margin: 25px;
}
.btn7 {
  background-color: #255626;
  font-family: var(--font-default);
  color: #fff;
  margin-right:15px;
  margin-bottom:15px;
  border: none;
  width: 95%;
  border-radius: 25px;
  font-size: 17pt;
  padding:15px
}
.green {
  color: #04ad5b;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.txtjustify{
	text-align: justify;
	line-height: 1.8;
	color:var(--text-color)
}

.image{
	max-width:500px;
	height:auto;
	text-align: center;
}

.image > img { 
width: 100%;
border-radius: 5rem !important;
}
blockquote {
  margin: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-top: 20px;
  padding-bottom: 6px;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #BCBEC1;
  background: #F5F8FB
}
.table {
  border-collapse: collapse;
  width: 100%;
  padding:0 0 25px 0;
  margin:0;
}
td, th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:right;
  font-weight:normal
}

tr:nth-child(even){background-color: #ddd}

tr:hover {background-color: #f2f2f2}

th {
  padding-top: 12px;
  padding-bottom: 12px;
}
ul.akhdar{
  position: relative;
  color: #04ad5b;
  margin-bottom: 5px;
  border-radius: 8px;
}
#darkmode-button{
    border-radius: 50%;
    border: none;
    outline: none;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
}

a {
  color: var(--bs-orange);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-primary);
  color: var(--color-primary)
}
.blog-sidbar{
  background-color: var(--light-color);
  padding: 30px 20px;
  border-radius: 8px;
}

.blog-sidbar ul li a:hover{color: rgb(74 74 74);}
.product_meta {
  display: none;
  visibility: hidden;
}
.posted_in{
	text-align: right
}
/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 500;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}
/**************************************
  Contact
 **************************************/
 .contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: var(--color-primary);
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.4s;
  background: var(--theme-color-dark);
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-information-box-3 {
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 7px;
  text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}
.contact-form button[type=submit]{
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 0;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}
.contact-form button[type=submit]:hover{
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.with-errors{
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.alert-success {
  margin-left: 15px;
}

.hidden {
  display: none;
}
/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background: var(--theme-color-dark);
  border: 1px solid var(--border-color);
}

.accordion-flush .accordion-item:last-child{
  border-bottom: 1px solid var(--border-color);
}


.faq .accordion-collapse {
  border: 0;
  background: var(--theme-color-dark);
  border-radius: 0 8px 8px 0;
}

.accordion-flush .accordion-item:first-child{
  border: 1px solid var(--border-color);
}

.faq .accordion-header {
  background: var(--theme-color-dark);
  padding: 20px 15px 20px 20px;
  font-size: 22px;
  line-height: 24px;
  color: var(--color-primary);
  text-align: right;
  box-shadow: none;
  border-radius: 8px !important;
}

.faq .accordion-button .num {
  padding-left: 10px;
  font-size: 20px;
  line-height: 0;
  color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/down-arrow.svg);
}

.faq .accordion-body {
  padding: 0px 10px 20px 20px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: var(--theme-color-dark);
  box-shadow: none;
  color: var(--text-color);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FD9601;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.topheader {
  background: url(../images/header-bg.webp) center left;
  background-size: cover;
  padding: 120px 0 60px 0;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.topheader p{
	color: #fff;
}

.breadcrumbs .page-header {
  padding: 120px 0 60px 0;
  min-height: 20vh;
  background: url(../images/page-header-bg.webp) center bottom;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.breadcrumbs .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,var(--light-color), var(--light-color));
    z-index: 0;
    opacity: 0.6;
}

.breadcrumbs .page-header h2 {
  color: var(--color-primary);
}

.breadcrumbs .page-header p {
  color: var(--menu-color);
}

.breadcrumbs nav {
  background-color: var(--theme-color);
  padding: 20px 0;
}
.breadcrumbs p {
  font-size: 14pt
}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--bs-yellow);
}

.breadcrumbs nav ol a {
  color: var(--text-white-color);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-right: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-left: 10px;
  color: var(--bs-white);
  content: "/";
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section{
  padding: 60px 0;
  overflow: hidden;
  background: var(--light-color);
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header2 {
  text-align: center;
  padding-bottom: 15px;
}

.section-header h2 {
  font-size: 32px;
  position: relative;
  color: var(--color-primary);
}
.section-header .slogb{font-weight:600;color:#3a3a3a}
.section-header p {
  margin-bottom: 0;
  color: #b8651d;
}

.section-header2 h2 {
  font-size: 32px;
  position: relative;
  color: var(--color-primary);
}

.section-header2 p {
  margin-bottom: 0;
  text-align;right
}

img {
  transition: 0.3s;
}

img:hover {
  /*transform: scale(1.1);*/
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(16 16 16 / 80%);
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--color-primary);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(48% - 3px);
  left: calc(48% - 3px);
  border: 2px solid #fff;
  border-color: var(--light-color) transparent var(--light-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .h1topindex{ font-size: 16pt }
  span.txth1big {
    font-size: 18pt;
    color: #FFF;
  }
  span.txth2big {
    font-size: 13pt;
    color: #FFF;
  }
  h2.title{margin-bottom: 45px}
  .youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 270px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  background: var(--bs-gray-200);
}
.header.stikcy a {
    color: var(--text-color);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.sticked-header-offset {
  margin-top: 0;
}

section {background: var(--light-color);}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-right: 5px;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--light-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color);
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: var(--color-primary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: rgb(255 255 255);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-primary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: url(../images/hero-bg.webp) center left;
  background-size: cover;
  padding: 50px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.6;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px
}

.call-to-action .cta-btn:hover {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(134 134 134 / 20%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
    flex-direction: column;
  }
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/

@media (min-width: 1280px) {
  .container, .container-xl {
    max-width: 1140px;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: url(../images/hero-bg.webp) center center;
  background-size: cover;
  padding: 60px 0 0 0;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  margin-top: 0;
  background: linear-gradient(360deg, var(--hero-overlay-color), var(--hero-overlay-color));
}
.hero .circle{
  color: #ffffff;
}
.hero .txth1big {
    font-size: 30pt;
    margin-bottom: 1rem;
}
.hero .txth2big {
    font-size: 25pt;
    margin-bottom: 1rem;
}
.hero .yellow {
  color: #feb801;
  margin-left: 5px;
  display: inline-block;
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.dark-bg{
  padding: 50px 30px;
  border-radius: 8px;
}
.hero span{
  color: var(--bs-white);
}

.hero p {
  color: var(--hero-text-color);
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .hero {
    background: url(../images/hero-bg.webp) center center;
	
  }
  .call-to-action {
    background-size: cover;
      padding: 50px 60px;
      border-radius: 0px;
      overflow: hidden;
  }
}

@media (max-width: 767px) {
  .text-left.caption{
    text-align: center;
  }
  .h22 {
  font-size: 25pt;
  font-weight: 700;
  padding-bottom: 20px;
  direction: ltr;
}
.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  width:220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px
}
}

.icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
  color: var(--text-color);
  box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.icon-box .title {
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-box .title a {
  color: var(--color-primary);
  transition: 0.3s;
}

.icon-box:hover {transform: scale(1.04);}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/


/**************************************
  Contact
 **************************************/


/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  z-index: -1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
canvas{
  display:block;
  vertical-align:bottom;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-section {
  background: url(../images/hero-bg.webp) center left;
  background-size: cover;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.8;
}

.copyright-text{
  margin-top: 30px;
  text-align: center
}
.red{ color: #FD9601 }

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content .list{
  padding-left: 0;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}
.footer-widget ul li,
.footer-widget ul li a{
  font-size: 14px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--text-white-color);
  line-height: 28px;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: var(--color-primary);
}

.footer-widget ul li a {
  color: var(--text-white-color);
  text-transform: capitalize;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}

.copyright-text p a {
  color: var(--color-primary);
}