:root {
  --theme-color: #A91302 ;
  --theme-color3:#FFFFFF;
  --theme-color2: #A91302 ;
  --dark-blue: #234a64;
  --heading-font:"Open Sans", sans-serif;
  --theme-font: "Open Sans", sans-serif;
  --title-color:#000000;
  --theme-hover: #A91302;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.container {
  max-width: 1176px;
}

.heading-text-area {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.orange {
  color: var(--theme-color);
}

.common-heading {
  font-weight: 800;
  margin: 0px;
  color: var(--title-color);
  position: relative;
  font-size: 42px;
  font-family: var(--heading-font);
  margin-bottom: 20px;
}

.common-btn {
  padding: 13px 20px;
  background: var(--theme-color);
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  min-width: 170px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: #000000;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: #ffffff;
}

.common-space {
  padding: 65px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 20px;
}

.pb-30 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-wrap .top-left-wrapper {
  display: flex;
  align-items: center;
}
.top-wrap .top-left-wrapper p {
  color: white;
  margin: 0;
  padding: 0 20px;
}

.top-header {
  padding: 5px 0;
}
.top-header .social-medias ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.top-header .social-medias ul li a {
  padding: 5px;
}
.top-header .top-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
.top-header .top-right-wrapper .call-wrapper {
  padding-right: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .top-right-wrapper .call-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-right: 25px;
}
.top-header .top-right-wrapper .call-wrapper a img {
  width: 20px;
  height: 20px;
  margin: 5px 0;
}
.top-header .top-right-wrapper .call-wrapper a .twit {
  filter: brightness(0) invert(1);
}
.top-header .top-right-wrapper .call-wrapper a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1rem;
  margin-right: 5px;
  color: white;
}

header {
  width: 100%;
  z-index: 11;
  background-color: #fff;
  color: #000;
}
header .top-header {
  background-color: #02051a;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav ul {
  display: flex;
  flex-direction: row;
}
header nav ul li a {
  padding: 24px 14px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}
header nav ul li a:hover {
  color: var(--theme-color) !important;
}
header nav ul li.active {
  position: relative;
  color: var(--theme-color);
}
header nav ul li.active > a {
  color: var(--theme-color) !important;
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .logo-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  max-width: 110px;
}
header .logo-wrapper img {
  max-width: 100%;
  width: auto;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.underline {
  position: relative;
  line-height: 2.3;
}
.underline:before {
  content: "";
  display: block;
  width: 240px;
  height: 15px;
  background-image: url(img/border-bootom.png);
  position: absolute;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(3deg, rgba(0, 0, 0, 0.4196078431), transparent);
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 78%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content h1 {
  font-size: 41px;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 18px;
  color: inherit;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 3px #ddd;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 3px #ddd;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.about-us-home {
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-home .about-content .common-heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 0;
  font-weight: 600;
  text-align: justify;
}
.about-us-home .ab-inner-cont {
  padding-left: 20px;
  border-left: 4px solid var(--theme-color);
  margin-top: 20px;
}
.about-us-home .ab-inner-boxed {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2rem;
  margin-top: 1.8rem;
}
.about-us-home .ab-inner-boxed .icon-wrapper {
  width: 100px;
  height: 100px;
  padding: 25px;
  border: solid 1px var(--theme-color);
  border-radius: 64px;
  background-color: white;
  margin-right: 17px;
}
.about-us-home .ab-inner-boxed .icon-cont-wraper h3 {
  font-size: 32px;
  font-weight: 700;
}
.about-us-home .ab-inner-boxed .icon-cont-wraper h6 {
  margin-bottom: 0;
}
.about-us-home p {
  color: #666565;
}
.about-us-home .about-img-wrappe {
  position: relative;
}
.about-us-home .about-img-wrappe .img-side {
  background-image: url(img/help-shape.png);
  position: absolute;
  left: -12px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
.about-us-home .about-img-wrappe .video-icon {
  background-color: var(--theme-color);
  padding: 29px 32px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  border-radius: 50%;
  transition: all 0.3px;
}
.about-us-home .about-img-wrappe .video-icon:hover {
  transform: scale(1.1);
}
.about-us-home .common-bottom {
  color: #DDDADA;
  font-family: "Barlow", Sans-serif;
  font-size: 7.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8px;
  margin-top: 1rem;
  font-style: italic;
}

.upcoming {
  background-color: white;
}
.upcoming.common-space {
  padding-bottom: 0;
}
.upcoming .common-heading {
  margin-bottom: 3rem;
}
.upcoming .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
.upcoming .g-item {
  position: relative;
  max-height: 460px;
  overflow: hidden;
}
.upcoming .g-item .overlay-image {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
}
.upcoming .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.upcoming .g-content {
  padding: 70px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  transform: translate(0, 70px);
  transition: all 0.4s ease;
}
.upcoming .g-content .g-icon img {
  max-width: 80%;
}
.upcoming .g-content h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
}
.upcoming .g-content p {
  opacity: 0;
  color: white;
}
.upcoming .g-content a {
  opacity: 0;
}
.upcoming .g-content .common-btn {
  min-width: auto;
}
.upcoming .g-item:hover .overlay-image {
  transform: scale(1);
}
.upcoming .g-item:hover .g-content {
  transform: translate(0, 0);
}
.upcoming .g-item:hover p {
  opacity: 1;
}
.upcoming .g-item:hover a {
  opacity: 1;
}

.score {
  background-color: #f7f7f7;
  background-image: url(img/dot-2-min.png);
  background-repeat: no-repeat;
}
.score .m-score {
  margin-top: 1.5rem;
}
.score .item {
  border: 1px solid rgba(0, 0, 0, 0.205);
}
.score .item .score-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.score .item .score-box img {
  max-width: 50px;
}
.score .item .score-box .score-content {
  text-align: center;
}
.score .item .score-box p {
  margin: 1rem 0;
}
.score .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.score button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.score button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  margin-left: -30px;
  background-color: var(--theme-color);
}
.score button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.score button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.score button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
  margin-right: -30px;
}
.score button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

.sponser {
  background-color: white;
}
.sponser .common-heading {
  color: black;
}
.sponser .logo-box {
  padding: 15px;
  display: flex;
  margin-top: 1.5rem;
}
.sponser .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.sponser button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sponser button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 50px;
  color: #fff;
  padding-left: 1px;
  border-radius: 50px;
  margin-left: -30px;
  background-color: var(--theme-color);
}
.sponser button.owl-prev span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}
.sponser button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sponser button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
  background-color: var(--theme-color);
  margin-right: -30px;
}
.sponser button.owl-next span:hover {
  background-color: var(--theme-hover);
  border-color: transparent;
}

.cal-to-act {
  background-color: #d5d5d5;
}
.cal-to-act .common-heading {
  margin-bottom: 0;
}
.cal-to-act.common-space {
  padding: 50px 0 30px 0;
}
.cal-to-act .common-btn {
  padding: 17px 20px;
  font-size: 19px;
}
.cal-to-act .call-p p {
  margin-top: -6px;
}
.cal-to-act .call-p .call-box {
  float: left;
}
.cal-to-act .call-p img {
  margin-left: 30px;
  max-width: 244px;
}

.footer {
  background-color: #f7f7f7;
}
.footer .common-heading span {
  border-bottom: 3px solid var(--theme-color);
  width: 40%;
  padding-top: 10px;
  display: block;
}
.footer.common-space {
  padding-bottom: 0px;
}
.footer .quick {
  overflow: hidden;
}
.footer .quick h4 {
  font-size: 24px;
}
.footer .quick ul li a {
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.footer .quick ul li a:hover {
  color: var(--theme-hover);
}
.footer .quick ul li a i {
  color: var(--theme-color);
}
.footer .s-media ul {
  list-style: none;
}
.footer .s-media ul li a i {
  color: #000 !important;
  font-size: 20px;
}
.footer .s-media ul li a:hover i {
  color: var(--theme-hover) !important;
}

.footer-bottom {
  background-color: #f7f7f7;
}

.centred {
  padding: 15px 0;
  border-top: 1px solid rgb(185, 185, 185);
}
.centred p {
  margin-bottom: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  border-left: 5px solid var(--theme-color);
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--theme-color);
  text-decoration: none;
  background-color: white;
  text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.beard-head {
  background-image: linear-gradient(292deg, rgba(63, 63, 63, 0.73) 0%, rgba(57, 57, 57, 0.83) 35%, rgb(24, 24, 24) 100%), url(img/bread-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
.beard-head .breadcrumb-logo {
  color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
}
.beard-head .bread {
  color: #fff;
}
.beard-head .bread p {
  color: white;
}
.beard-head .bread img {
  max-width: 135px;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h2 {
  font-size: 64px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: white;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.sponser-m .sponser-logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.sponser-m .sponser-logo .logo-box {
  padding: 15px;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.news-m .blog-box {
  margin-top: 40px;
}
.news-m .blog-content {
  padding: 25px;
  background-color: #f8f8f8;
}
.news-m .blog-content .img-blog img {
  width: 100%;
}
.news-m .blog-content .common-h2 {
  font-size: 24px;
}
.news-m .blog-content .blog-user {
  display: flex;
  margin-bottom: 8px;
}
.news-m .blog-content .blog-user a {
  margin-right: 20px;
}
.news-m .blog-content .blog-user i {
  color: var(--theme-color2);
  margin-right: 5px;
}
.news-m .blog-content .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  transition: 0.3s;
}
.news-m .blog-content .read-more:hover {
  color: var(--theme-hover);
  border-bottom: 1px solid var(--theme-hover);
}

.leader .post {
  font-weight: 700 !important;
}
.leader.common-space {
  padding-top: 0;
}
.leader .team-box {
  position: relative;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.leader .team-box .team-img {
  overflow: hidden;
  position: relative;
  transition: 0.4s ease-in-out;
}
.leader .team-box .team-img img {
  transition: 1.3s all ease;
}
.leader .team-box .team-content {
  padding-top: 30px;
}
.leader .team-box .team-content .team-name {
  margin-top: 10px;
}
.leader .team-box .team-content .team-name h4 {
  font-weight: 600;
}
.leader .team-box .team-content .team-name h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: var(--theme-color);
  font-weight: 500;
}
.leader .team-box .team-content .team-social ul li {
  display: inline-block;
}
.leader .team-box .team-content .team-social ul li a {
  margin-right: 5px;
  background-color: #E4E4E4;
  padding: 10px 15px;
}
.leader .team-box .team-content .team-social ul li a:hover {
  background-color: var(--theme-color);
  color: white;
}
.leader .team-box:hover {
  transform: translateY(-5px);
}
.leader .team-box:hover .team-img img {
  transform: scale(1.1);
}
.leader .lead-box {
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.leader .lead-box .team-name {
  position: relative;
  /* bottom: -122px; */
  width: 100%;
  padding: 15px 15px;
  z-index: 3;
  transition: all 0.3s;
}
.leader .lead-box .team-name h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}
.leader .lead-box .team-name h5 {
  font-size: 14px;
  line-height: 26px;
  color: var(--theme-color);
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.leader .lead-box .team-name h5 i {
  color: var(--theme-color);
}
.leader .lead-box .img-box::after {
  background: linear-gradient(380deg, rgb(0, 0, 0) 0.3300330033%, rgba(0, 0, 0, 0) 99.0099009901%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s;
}

.contact-p.common-space {
  padding-bottom: 0px;
}

.contact-form {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 18px;
  transform: translate3d(0, 0, 0);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s;
}
.contact-form h4 {
  color: var(--theme-color);
  padding: 0 0 20px;
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  letter-spacing: 2px;
}
.contact-form form label {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 15px;
}
.contact-form form input, .contact-form form textarea {
  margin: 0 0 16px;
  padding: 10px;
  border-radius: 0px;
}
.contact-form form input::-webkit-outer-spin-button,
.contact-form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form p {
  margin-top: 10px;
}

.about-m p {
  text-align: justify;
}
.about-m .text {
  margin-top: 20px;
}
.about-m .about-img-wrappe img {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 70px;
}

.big-add.common-space {
  padding-top: 0px;
}
.big-add .common-heading {
  font-size: 30px;
}
.big-add p {
  color: #666565;
  text-align: justify;
}
.big-add .text {
  margin-top: 20px;
}
.big-add .about-img-wrappe img {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 70px;
}

.ab-com-section .ab-com-lefts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.ab-com-section .common-heading {
  font-size: 36px;
}
.ab-com-section img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ab-com-section p {
  color: #666565;
  text-align: justify;
}

.ab-inner-wrapper {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.join-content h3 {
  text-align: center;
  font-weight: 700;
}
.join-content p {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.host-family .host-content {
  padding: 10px;
  padding-left: 15px;
  border-left: 3px solid var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.host-family p {
  text-align: justify;
  margin-bottom: 5px;
}

.news-single .news-inner {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}
.news-single .common-heading {
  font-size: 30px;
}
.news-single .blog-content {
  margin-top: 20px;
}
.news-single .blog-content .blog-user {
  display: flex;
  margin-bottom: 8px;
}
.news-single .blog-content .blog-user a {
  margin-right: 20px;
}
.news-single .blog-content .blog-user i {
  color: var(--theme-color2);
  margin-right: 5px;
}
.news-single .blog-latest {
  box-shadow: 0 0 17px -9px;
  padding: 13px 25px 13px 15px;
}
.news-single .blog-latest .card-title {
  color: var(--theme-color);
  font-size: 25px;
  margin-bottom: 1rem;
}
.news-single .blog-latest ul {
  padding-left: 0.5rem;
}
.news-single .blog-latest ul li {
  list-style-type: none;
  padding: 5px 0px;
  transition: all 0.3s;
}
.news-single .blog-latest ul li::before {
  content: "\f30b";
  font-family: "fontawesome";
  color: var(--theme-color);
  margin-right: 2px;
}
.news-single .blog-latest ul li:hover {
  transform: translateX(10px);
}
.news-single .blog-latest ul li:hover::before {
  content: "\f30b";
  font-family: "fontawesome";
  color: var(--theme-yellow);
}

.contact-main-p .con-box {
  background: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 20px;
  text-align: center;
}
.contact-main-p h4 {
  font-weight: 800;
}
.contact-main-p i {
  color: var(--theme-hover);
  font-size: 35px;
  margin-bottom: 8px;
}
.contact-main-p p {
  margin-bottom: 0;
  font-weight: 500;
}
.contact-main-p p.cont-sub {
  font-size: 20px;
  color: var(--theme-hover);
  margin-bottom: 10px;
}

.mobile-d {
  display: none !important;
}

.top-left-wrapper ul {
  display: none;
}
.top-left-wrapper:hover ul {
  display: block;
}
.top-left-wrapper:hover ul li {
  display: inline-block;
}
.top-left-wrapper:hover ul li a {
  color: black;
}

.widget-boxe {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 350px;
}

.quick-links-box .common-heading span {
  border-bottom: 3px solid var(--theme-color);
  width: 8%;
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quick-links-box #menu-footer-menu {
  display: flex;
  gap: 20px;
  justify-content: center;
}

header .navbar-nav #menu-main-menu-fr li a, header .navbar-nav #menu-main-menu-en li a {
  padding: 24px 14px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}
header .navbar-nav #menu-main-menu-fr li a.active, header .navbar-nav #menu-main-menu-en li a.active {
  color: var(--theme-color) !important;
}
header .navbar-nav #menu-main-menu-fr li .dropdown-menu a, header .navbar-nav #menu-main-menu-en li .dropdown-menu a {
  padding: 0.25rem 1rem !important;
}

.quick.quick-links-box {
  padding-top: 12px;
  border-top: 1px solid rgb(185, 185, 185);
  margin-top: 23px;
}

.top-wrap button.btn.btn-secondary.dropdown-toggle {
  background: transparent;
  border: none;
}

.top-wrap .dropdown #menu-lang-menu li a {
  padding-left: 0.25rem;
  font-weight: 500;
  color: black;
}/*# sourceMappingURL=style.css.map */