@import "../arabic-font/stylesheet.css";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  background: #fff;
  font-size: 15px;
}

html[dir="rtl"], html[dir="rtl"] body {
  text-align: right;
}

.arabic {
  font-family: 'Bahij Muna', 'Work Sans', sans-serif;
  font-size: 1.8em !important;
  line-height: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

p {
  font-size: 15px;
}

a {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #acacac !important;
}

.bg-lightblue {
  background: #f1f5f9;
}

.w-60 {
  width: 60px !important;
}

.w-400 {
  width: 400px !important;
}

.w-300 {
  width: 300px !important;
}

.w-200 {
  width: 200px !important;
}

.w-100-p {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-70 {
  height: 70px !important;
}

.h-100 {
  height: 100px !important;
}

.h-200 {
  height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.bg_ffffff {
  background: #ffffff !important;
}

.bg_333333 {
  background: #333333 !important;
}

.bg_f3f3f3 {
  background: #f3f3f3 !important;
}

.bg_ea0955 {
  background: #EA6A24 !important;
}

.bg_dcdcdc {
  background: #dcdcdc !important;
}

.bg_c5e2ea {
  background: #c5e2ea !important;
}

.c_f3f3f3 {
  color: #f3f3f3 !important;
}

.c_red {
  color: red;
}

.fz_40 {
  font-size: 40px !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fl_l {
  float: left;
}

.d_n {
  display: none !important;
}

.d_b {
  display: block !important;
}

.pt_8 {
  padding-top: 8px !important;
}

.pos_r {
  position: relative !important;
}

.btn-arf {
  background: #EA6A24 !important;
  border: 0;
}

.btn-arf:hover {
  background: #333 !important;
}

.top {
  background: #EA6A24;
  padding-top: 6px;
  position: relative;
  z-index: 9;
}

.top-contact {
  color: #fff;
}

.top-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-contact li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 17px;
  font-size: 14px;
}

.top-contact li:last-child {
  margin-right: 0;
}

.top-contact li i {
  vertical-align: middle;
  font-size: 14px;
}

.top-contact li span {
  margin-left: 8px;
}

.top-right {
  display: flex;
  justify-content: flex-end;
}

.top-social {
  text-align: right;
  margin-right: 30px;
}

.top-social li {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
}

.top-social li:last-child {
  margin-right: 0px;
}

.top-social a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-social a:hover {
  color: #f8be2e;
}

.top-profile li {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
}

.top-profile li a {
  color: #fff;
}

.top-profile li:last-child {
  margin-right: 0px;
}

.top-profile li.cart {
  position: relative;
}

.top-profile li.cart .number {
  position: absolute;
  right: -18px;
  top: -6px;
  background: yellow;
  color: #333;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .top-contact,
  .top-contact ul {
    width: 100%;
  }

  .top-contact ul {
    text-align: center;
  }

  .top-social {
    margin-top: 10px;
  }

  .top-social,
  .top-social ul {
    width: 100%;
  }

  .top-social ul {
    text-align: center;
  }

  .top-right {
    display: block;
  }

  .top-profile ul {
    text-align: center;
    margin-top: -10px;
  }

  .top-profile ul li {
    display: inline-block;
  }
}

/* Main Nav */
.main-nav {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff url('../images/pattern.svg?v=1.2') repeat-x top;
  background-size: 12px;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item {
  padding-top: 25px;
  padding-bottom: 28px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #EA6A24 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 0 8px 8px !important;
  overflow: hidden;
}

.dropdown-toggle::after {
  vertical-align: 0.1em;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #333;
  font-weight: 600;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #EA6A24;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #fff !important;
  background: #333 !important;
}

.main-nav img {
  height: 80px;
}

.main-nav .cart-icon i {
  font-size: 20px;
}

/* Sticky Nav */
.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}

/* Slider */
/*.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}*/

.slide {
  width: 100%;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EA6A24;
  opacity: 0.4;
}

.slide .text-part {
  position: relative;
  z-index: 99;
}

.slide h1 {
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}

.slide h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}

.slide .button {
  text-align: center;
}

.slide .button a {
  background: #fff;
  color: #EA6A24;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 30px;
  border: 0;
}

.slide .boxes {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.slide .box {
  border: 2px solid #fff;
  border-radius: 6px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.slide .box .num {
  font-size: 40px;
  font-weight: 700;
}

/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
  height: 40px;
}

.mean-container .mean-bar {
  background-color: #fff;
}

.mean-container a.meanmenu-reveal span {
  background: #EA6A24;
}

.mean-container a.meanmenu-reveal {
  color: #EA6A24;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #134050;
  opacity: 0.7;
}

.feature {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}

.feature .heading {
  text-align: center;
  margin-bottom: 30px;
}

.feature .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.feature .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.feature .feature-item {
  background: #EA6A24;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 25px;
  position: relative;
}

.feature .feature-item:hover {
  transform: scale(1.1);
}

.feature .feature-item .icon {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.feature .feature-item .icon img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  color: #EA6A24;
  display: inline-block;
  padding: 10px;
}

.feature .feature-item h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.feature .feature-item p {
  font-size: 15px;
}

.feature .feature-item:hover {
  background: #333;
}

.feature .feature-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corona-case {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.corona-case .heading {
  text-align: center;
  margin-bottom: 50px;
}

.corona-case .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.corona-case .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.corona-case .corona-case-item {
  background: #fff;
  padding: 20px;
  color: #EA6A24;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 25px;
}

.corona-case .corona-case-item .icon {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.corona-case .corona-case-item .icon img {
  width: 80px;
  height: auto;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.corona-case .corona-case-item h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #EA6A24;
  font-weight: 700;
}

.corona-case .corona-case-item h5 {
  font-size: 34px;
  font-weight: 700 !important;
}

.corona-case .corona-case-item:hover {
  background: #333;
}

.countrywise {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #EA6A24;
  overflow: hidden;
}

.countrywise .heading {
  text-align: center;
  margin-bottom: 30px;
}

.countrywise .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}

.countrywise .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.countrywise .dataTables_length,
.countrywise div.dataTables_wrapper div.dataTables_info {
  display: none;
}

.countrywise div.dataTables_wrapper div.dataTables_filter label {
  color: #fff;
}

.countrywise div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  display: none;
}

.countrywise table.dataTable.display tbody tr {
  background: transparent;
}

.countrywise table.dataTable.display tbody tr > .sorting_1 {
  background: transparent;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button,
.countrywise .dataTables_wrapper .dataTables_paginate .ellipsis {
  color: #fff !important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333 !important;
}

.countrywise .dataTables_wrapper .dataTables_filter input {
  border: 0;
  border-radius: 4px;
  outline: none;
  height: 30px;
  padding-left: 3px;
  padding-right: 3px;
}

.countrywise .dataTables_empty {
  color: #fff !important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: transparent !important;
  color: #fff !important;
  padding: 6px 13px !important;
  border: 1px solid #fff !important;
  font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #fff !important;
  color: #EA6A24 !important;
  padding: 6px 13px !important;
  border: 1px solid #fff !important;
  font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #fff !important;
  color: #EA6A24 !important;
  padding: 6px 13px !important;
  border: 1px solid #fff !important;
  font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #bbbbbb !important;
  background: #f9f9f9 !important;
  padding: 6px 13px !important;
  border: 1px solid #c9c6f5 !important;
}

.countrywise .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

.special {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background: #f2f2f2;
}

.special .left-side .inner {
  padding: 30px;
}

.special .right-side {
  width: 100%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-width: 400px;
}

.special .left-side h2 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.special .left-side h3 {
  color: #EA6A24;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}

.special .left-side p {
  color: #333;
  font-size: 15px;
}

.special .left-side .read-more {
  margin-top: 30px;
}

.special .left-side .read-more a {
  background: #EA6A24;
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.special .left-side .read-more a:hover {
  background: transparent;
  border-color: #fff;
}

.video-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #EA6A24;
  border-radius: 50%;
  animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #EA6A24;
  border-radius: 50%;
  transition: all 200ms;
}

.video-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes video-pop {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .video-section {
    margin-top: 40px;
  }
}

.accommodation {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.accommodation .accommodation-item {
  border-bottom: 2px solid #dcdcdc;
}

.accommodation .accommodation-item:last-child {
  border-bottom: 0;
}

.accommodation .accommodation-item .photo img {
  width: 100%;
  height: auto;
}

.accommodation .accommodation-item .text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.accommodation .accommodation-item .text h3 a {
  color: #333;
}

.accommodation .accommodation-item .text h3 a:hover {
  color: #EA6A24;
}

.accommodation .accommodation-item .text p {
  font-size: 15px;
}

.accommodation .accommodation-item .read-more {
  margin-top: 15px;
}

.accommodation .accommodation-item .read-more a {
  background: #EA6A24;
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.accommodation .accommodation-item .read-more a:hover {
  background: #333;
}

.parking {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.parking .parking-item .map iframe {
  width: 100%;
  height: 380px;
}

.parking .parking-item .text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.parking .parking-item .text h3 a {
  color: #333;
}

.parking .parking-item .text h3 a:hover {
  color: #EA6A24;
}

.parking .parking-item .text p {
  font-size: 15px;
}

.parking .parking-item .read-more {
  margin-top: 15px;
}

.parking .parking-item .read-more a {
  background: #EA6A24;
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.parking .parking-item .read-more a:hover {
  background: #333;
}

.project {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.project .heading {
  text-align: center;
  margin-bottom: 30px;
}

.project .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.project .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.project .project-item .photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project .project-item .text {
  background: #f2f2f2;
  padding: 20px;
}

.project .project-item .text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.project .project-item .text h3 a {
  color: #333;
}

.project .project-item .text h3 a:hover {
  color: #EA6A24;
}

.project .project-item .text p {
  font-size: 15px;
}

.project .read-more {
  margin-top: 15px;
}

.project .read-more a {
  background: #EA6A24;
  border: 0;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.project .read-more a:hover {
  background: #333;
}

.project .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.project .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 7px solid #afafaf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.project .owl-dots .owl-dot.active {
  width: 24px;
  height: 24px;
  background: #333;
  border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project .project-item .photo img {
    height: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project .project-item .photo img {
    height: 217px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project .project-item .photo img {
    height: 335px;
  }
}

@media only screen and (max-width: 575px) {
  .project .project-item .photo img {
    object-fit: fill;
    height: auto;
  }
}

.testimonial {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #EA6A24;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.testimonial-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0.8;
}

.testimonial .heading {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}

.testimonial .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.testimonial .testimonial-item .photo {
  text-align: center;
}

.testimonial .testimonial-item .photo img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.testimonial .testimonial-item .text {
  padding: 20px 150px;
  text-align: center;
}

.testimonial .testimonial-item .text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-top: 40px;
}

.testimonial .testimonial-item .text h3:before {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
  width: 40px;
  height: 2px;
  background: #fff;
}

.testimonial .testimonial-item .text h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.testimonial .testimonial-item .text p {
  font-size: 15px;
  color: #fff;
}

.testimonial .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 7px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.testimonial .owl-dots .owl-dot.active {
  width: 24px;
  height: 24px;
  background: #333;
  border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
  .testimonial .testimonial-item .text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Counter */
.counter-area {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
}

.bg-counter {
  position: absolute;
  background: #EA6A24;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.counter {
  padding: 0;
}

.count-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.counter .icon {
  margin-bottom: 20px;
}

.counter .icon .fa-2x {
  width: 70px;
  height: 70px;
  padding-top: 15px;
  text-align: center;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
  font-size: 34px;
}

/* Pricing */
.pricing {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #f1f5f9;
  overflow: hidden;
}

.pricing .heading {
  text-align: center;
  margin-bottom: 30px;
}

.pricing .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.pricing .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 20px;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 50px;
  margin: 0;
  font-weight: 700;
  color: #EA6A24;
}

.pricing ul li {
  margin-bottom: 16px;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  background: #EA6A24;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  border: 0;
}

.pricing .btn:hover {
  background: #333;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

/* Call To Action */
.cta {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}

.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0.8;
}

.cta .cta-box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cta .cta-box p {
  color: #fff;
  font-size: 20px;
}

.cta .cta-box .btn {
  padding: 10px 40px;
  background: #333;
  font-size: 20px;
  border: 0;
  margin-top: 10px;
}

/* Newsletter */
.newsletter-area {
  width: 100%;
  height: auto;
  text-align: center;
  background: #EA6A24;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}

.newsletter-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0.8;
}

.newsletter-text {
  margin-bottom: 30px;
}

.newsletter-text h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.newsletter-text p {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}

.newsletter-button input[type='text'] {
  width: 300px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.newsletter-button input[type='submit'] {
  width: 130px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  background: #333;
  color: #fff;
  border: 0;
  margin-left: -4px;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Blog */
.blog-area {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.blog-area .heading {
  text-align: center;
  margin-bottom: 30px;
}

.blog-area .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.blog-area .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
  margin-bottom: 15px;
}

.blog-area .blog-item h3 a {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.blog-area .blog-item h3 a:hover {
  color: #EA6A24;
}

.blog-area .blog-item:hover .date {
  bottom: 0;
}

.blog-area .blog-item:hover .blog-image img {
  transform: scale(1.1);
}

.blog-area .blog-item p {
  font-size: 15px;
}

.blog-area .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-area .blog-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date {
  text-align: center;
  position: absolute;
  bottom: -26px;
  right: 12px;
  padding: 10px 16px;
  color: #fff;
  background: #EA6A24;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #fff;
}

.blog-area .blog-image .date h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
  color: #fff;
}

.blog-area .blog-text {
  background: #f5f5f5;
  padding: 20px;
}

.blog-area .read-more {
  margin-top: 15px;
}

.blog-area .read-more a {
  background: #EA6A24;
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 20px;
  width: 100%;
}

.blog-area .read-more a:hover {
  background: #333;
}

.blog-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.blog-area .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 7px solid #afafaf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.blog-area .owl-dots .owl-dot.active {
  width: 24px;
  height: 24px;
  background: #333;
  border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog-image img {
    height: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog-image img {
    height: 217px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-image img {
    height: 335px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area .blog-image img {
    object-fit: fill;
    height: auto;
  }
}

/* Partner */
.partner {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}

.partner .heading {
  text-align: center;
  margin-bottom: 30px;
}

.partner .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.partner .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
  margin-bottom: 15px;
}

.partner .partner-carousel {
  position: relative;
}

.partner-carousel .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.partner a {
  display: block;
}

.partner img {
  max-width: 100%;
  height: 153px;
  object-fit: contain;
}

.partner .row {
  align-items: center;
  gap: 20px;
}

/* Scroll to Top */
.scroll-top {
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 46px;
  bottom: 46px;
  right: 20px;
  background: #EA6A24;
  color: #fff;
  opacity: 0.7;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-top:hover {
  opacity: 1;
  color: #fff;
  background: #313131;
}

/* Footer */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #333;
  color: #c7c7c7;
}

.footer .footer-menu ul {
  width: 100%;
  text-align: center;
}

.footer .footer-menu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 38px;
  position: relative;
}

.footer .footer-menu li a {
  color: #d0d0d0;
  font-size: 15px;
}

.footer .footer-menu li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 10px;
  width: 5px;
  height: 5px;
  bottom: 0;
  background: #898996;
  border-radius: 50%;
}

.footer .footer-menu li:nth-of-type(1):before {
  display: none;
}

.footer .footer-menu li a:hover {
  color: #EA6A24;
}

.footer .social ul {
  width: 100%;
  text-align: center;
}

.footer .social li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.footer .social li a {
  color: #d0d0d0;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .social li a:hover {
  background: #EA6A24;
  color: #fff;
  border-color: #EA6A24;
}

.copyright {
  text-align: center;
  color: #d0d0d0;
  margin-top: 0px;
  padding-top: 0px;
}

.copyright p {
  margin: 0;
  font-size: 15px;
}

/* Page Banner */
.page-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.bg-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0.85;
}

.page-banner .text {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 99;
}

.page-banner .text h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0 !important;
}

.page-banner .breadcrumb {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
}

.page-banner .breadcrumb-item {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.page-banner .breadcrumb-item a {
  color: #fff;
}

.page-banner .breadcrumb-item a:hover {
  color: #f3f3f3;
}

.page-banner .breadcrumb-item::before {
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .page-banner .text {
    padding-top: 125px;
  }
}

/* Page Content */
.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.page-content img {
  width: 100%;
  height: auto;
}

.page-content iframe {
  width: 100%;
  height: 500px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom: 20px !important;
  font-weight: 700;
}

.page-content h1 {
  font-size: 30px !important;
}

.page-content h2 {
  font-size: 26px !important;
}

.page-content h3 {
  font-size: 22px !important;
}

.page-content h4 {
  font-size: 18px !important;
}

.page-content h5 {
  font-size: 14px !important;
}

.page-content h6 {
  font-size: 12px !important;
}

.page-content ul,
.page-content ol {
  margin-bottom: 20px;
}

.page-content ul li {
  list-style-type: none;
  position: relative;
  background-image: url(../images/tick.png);
  background-size: 16px 16px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}

.page-content ol li {
  margin-bottom: 15px;
}

/* Single Section */
.single-section .blog-item {
  margin-bottom: 50px;
}

.single-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.single-section h2 a {
  color: #333;
}

.single-section h3 {
  font-size: 18px;
  color: #EA6A24;
}

.single-section .featured-photo {
  margin-bottom: 30px;
}

.single-section .featured-photo img {
  width: 100%;
  height: auto;
}

.single-section .read-more {
  margin-top: 30px;
}

.single-section .read-more a {
  background: #EA6A24;
  border: 0;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.single-section .read-more a:hover {
  background: #333;
}

@media only screen and (max-width: 767px) {
  .single-section {
    margin-bottom: 30px;
  }
}

/* Sidebar */
.sidebar .widget h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar .widget .type-1 ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  background: none !important;
}

.sidebar .widget .type-1 ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA6A24;
}

.sidebar .widget .type-1 ul li a {
  color: #333;
}

.sidebar .widget .type-1 ul li a:hover {
  color: #EA6A24;
}

.sidebar .widget .type-2 img {
  width: 70px;
  height: 60px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
}

.sidebar .widget .type-2 ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.sidebar .widget .type-2 ul li a {
  width: calc(100% - 86px);
  color: #333;
  display: inline-block;
  vertical-align: top;
}

.sidebar .widget .type-2 ul li a:hover {
  color: #EA6A24;
}

.sidebar .widget .type-2 ul li {
  background: none;
  padding-left: 0;
}

.sidebar .widget .search .input-group-append {
  width: 36px;
}

.sidebar .widget .search button {
  background: #EA6A24;
  border: 0;
  width: 36px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
  color: #fff;
}

.sidebar .widget .type-3 button {
  border: 0;
  background: #EA6A24;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
  background: #333;
}

.sidebar .widget .project-detail .item {
  margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.sidebar .widget .project-detail .item p {
  color: #555;
  font-size: 15px;
}

.schedule {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #fff;
}

.schedule .heading {
  text-align: center;
  margin-bottom: 30px;
}

.schedule .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.schedule .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.schedule ul.nav-pills {
  width: 100%;
  text-align: center;
}

.schedule ul.nav-pills li {
  width: 200px;
  margin-right: 10px;
  display: inline-block;
}

.schedule .part-1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.schedule .part-2 {
  color: #fff;
}

.schedule .part-2-content {
  width: 50px;
  height: 60px;
  background-image: url(../uploads/calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  font-weight: 700;
}

.schedule .part-3 {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.schedule .part-3 .inner {
  background: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.schedule .nav-pills .nav-link {
  background: #787b7d;
  color: #fff;
}

.schedule .nav-pills .nav-link.active {
  background: #EA6A24;
}

.schedule .nav-pills .nav-link .part-3 .inner {
  color: #787b7d;
}

.schedule .nav-pills .nav-link.active .part-3 .inner {
  color: #EA6A24;
}

.schedule-content {
  background: #f2f2f2;
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.schedule-content {
  padding: 0;
  overflow: hidden;
}

.blog-item {
  overflow: hidden;
  border-radius: 8px;
}

.schedule-content .left,
.schedule-content .right {
  padding: 40px 20px;
}

.schedule-content .left {
  background: #f8f8f8;
  display: flex;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
}

.schedule-content .left {
  text-align: center;
}

.schedule-content .left .item {
  width: 300px;
}

.schedule-content .left img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.schedule-content .left h3 {
  font-size: 18px;
  font-weight: 700;
}

.schedule-content .left h3 a {
  color: #EA6A24;
}

.schedule-content .right h5 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 700;
}

.schedule-content .right h4 {
  font-size: 20px;
  font-weight: 700;
}

.schedule-content .right p {
  font-size: 15px;
}

.schedule-content .right .more a {
  background: #EA6A24;
  border: 0;
}

.schedule-content .right .more a:hover {
  background: #333;
}

.attendee-item {
  overflow: hidden;
  padding: 15px;
  border-radius: 8px;
}

.attendee-item .photo {
  float: left;
}

.attendee-item .photo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.attendee-item .title {
  float: left;
}

.attendee-item .title h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.attendee-item .title h4 {
  font-size: 12px;
  margin-bottom: 0;
  color: #848484;
}

.sponsors-heading {
  font-weight: 700;
  font-size: 26px;
  background: #EA6A24;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.call-sponsor table a {
  background: #EA6A24;
  border: 0;
}

.call-sponsor table a:hover {
  background: #333;
}

.sponsor-application-form label {
  font-weight: 700;
}

.sponsor-application-form .button-container {
  position: relative;
}

.sponsor-application-form button {
  background: #EA6A24;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sponsor-application-form button:hover {
  background: #333;
}

.c-form label {
  font-weight: 700;
}

.c-form .button-container {
  position: relative;
}

.c-form button {
  background: #EA6A24;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-form button:hover {
  background: #333;
}

.team {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #f2f2f2;
}

.team .heading {
  text-align: center;
  margin-bottom: 30px;
}

.team .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}

.team .heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #928f8f;
}

.team-item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.team-photo {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.team-item .team-photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-item:hover .team-photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EA6A24;
  opacity: 0.5;
  z-index: 1;
}

.team-photo img {
  width: 100%;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item-single:hover .team-photo:before {
  display: none;
}

.team-item-single:hover img {
  transform: scale(1);
}

.team-item-single .team-photo .plus {
  display: none;
}

.team-photo-anchor {
  width: 100%;
  height: 100%;
}

.team-item .team-photo .plus {
  position: absolute;
  left: calc(50% - 20px);
  top: 60%;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.team-item:hover .team-photo .plus {
  opacity: 1;
  top: calc(50% - 20px);
}

.team-item .team-photo .plus i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.team-text {
  margin-top: 15px;
}

.team-text h4 {
  font-size: 20px;
  color: #EA6A24;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0;
  margin-bottom: 4px !important;
  font-weight: 700;
}

.team-text h4 a {
  color: #EA6A24;
  font-weight: 700;
}

.team-text p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.team-social ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

.team-social li {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0 !important;
  background: none !important;
  padding-left: 0 !important;
  float: left;
}

.team-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EA6A24;
  color: #fff;
  border: 1px solid #EA6A24;
  margin: 5px 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
}

.team-social li a:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.team .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.team .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 7px solid #afafaf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.team .owl-dots .owl-dot.active {
  width: 24px;
  height: 24px;
  background: #333;
  border: 7px solid #afafaf;
}

.team-member-photo img {
  width: 100%;
  height: auto;
}

.team-single ul.social {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.team-single ul.social li {
  list-style-type: none;
  display: inline-block;
}

.team-single ul.social li a {
  background: #5ac736;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  margin-right: 6px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
  background: #333;
}

.team-single table {
  background: #fff;
}

.team-single table tr td:nth-of-type(1) {
  width: 200px;
  font-weight: 700;
}

.team-single .description h2 {
  font-size: 24px;
  font-weight: 700;
}

.team-single .session h2 {
  font-size: 20px;
  font-weight: 700;
}

.team-single .session h3 {
  font-size: 18px;
  font-weight: 700;
}

.team-single .session .time {
  font-size: 15px;
  font-weight: 600;
}

.team-single .session table tr td:nth-of-type(1) {
  width: 300px;
}

.team-single .session .more a {
  background: #EA6A24;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-photo,
  .team-photo img {
    height: 210px;
  }

  .team-social li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-photo,
  .team-photo img {
    height: 330px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-photo,
  .team-photo img {
    height: 240px;
  }
}

@media only screen and (max-width: 575px) {
  .team-photo,
  .team-photo img {
    width: 100%;
    height: 100%;
  }
}

/* Portfolio Carousel */
.project-photo-carousel {
  overflow: hidden;
  margin-top: 30px;
}

.project-photo-carousel .owl-nav .owl-prev,
.project-photo-carousel .owl-nav .owl-next {
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 48px;
  background: #EA6A24;
  color: #fff;
  margin-top: -25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.project-photo-carousel .owl-nav .owl-prev {
  left: 0;
}

.project-photo-carousel .owl-nav .owl-next {
  right: 0;
}

.project-photo-carousel .owl-nav .owl-prev:hover,
.project-photo-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background: #313131;
}

.single-project .iframe-container {
  overflow: hidden;
  clear: both;
}

.single-project iframe {
  width: 100%;
  height: 400px;
}

.single-project img.featured-photo {
  width: 100%;
  height: auto;
}

.project-photo-carousel .p-item {
  position: relative;
}

.project-photo-carousel .p-item .p-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #333;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-photo-carousel .p-item:hover .p-item-bg {
  opacity: 0.6;
}

.project-photo-carousel .p-item .plus-icon {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.project-photo-carousel .p-item:hover .plus-icon {
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-photo-carousel .p-item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

/* Comment */
.comment button {
  border: 0;
  background: #EA6A24;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.comment > h2 {
  margin-bottom: 30px !important;
}

.comment button:hover {
  background: #333;
}

.comment-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
}

.comment-item .photo {
  width: 70px;
  margin-right: 15px;
}

.comment-item .photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.comment-item .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px !important;
}

.comment-item .text .date {
  font-size: 14px;
  color: #848484;
  margin-bottom: 15px;
}

.comment-item .text .des {
  font-size: 14px;
}

/* Career Detail */
.career-main-item {
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
}

.career-main-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px !important;
  color: #EA6A24;
}

.career-main-item h4 {
  font-size: 16px;
  font-weight: 700;
}

.career-main-item p {
  font-size: 14px;
}

.career-main-item .long {
  margin-bottom: 5px;
}

.career-detail .item {
  margin-bottom: 30px;
}

.career-detail .item h3 {
  font-size: 22px;
  font-weight: 700;
}

.career-detail .item p {
  font-size: 16px;
}

.career-detail .item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.career-detail .item ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 0;
  display: none;
}

.career-sidebar .widget {
  padding: 20px;
  background: #f1f5f9;
  margin-bottom: 30px;
}

.career-sidebar .widget h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.career-sidebar .widget .type-1 ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  background: none !important;
}

.career-sidebar .widget .type-1 ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA6A24;
}

.career-sidebar .widget .type-1 ul li a {
  color: #333;
}

.career-sidebar .widget .type-1 ul li a:hover {
  color: #EA6A24;
}

.career-sidebar .widget .career-detail-sidebar .item {
  margin-bottom: 25px;
}

.career-sidebar .widget .career-detail-sidebar .item h4 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.career-sidebar .widget .career-detail-sidebar .item p {
  color: #555;
  font-size: 15px;
}

.career-sidebar .widget button {
  border: 0;
  background: #EA6A24;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/* FAQ */
.faq {
  margin-top: 30px;
  background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
  list-style-position: inside;
}

.faq .panel {
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.faq .panel-group {
  margin-bottom: 40px;
}

.faq .panel-default > .panel-heading {
  background: #eee;
  color: #333;
  padding: 0;
  border-radius: 0;
  border: 1px solid #eee;
  position: relative;
}

.faq .panel-group .panel-heading a:after {
  content: '\f068';
  font-family: 'FontAwesome';
  position: absolute;
  font-weight: normal;
  right: 20px;
  top: 17px;
  font-size: 14px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 14px;
}

.faq h4.panel-title {
  margin-bottom: 0 !important;
  border: 1px solid #EA6A24;
}

.faq h4.panel-title a {
  display: block;
  padding: 16px 15px;
  font-size: 18px;
  font-weight: 700;
  background: #EA6A24;
  color: #fff;
}

.faq .panel-body {
  border-top: 0;
  padding: 15px;
  border-top: 0;
}

/* Order Bottom */
.order-bottom {
  margin-top: 30px;
  background: #fff;
}

.order-bottom .panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.order-bottom .panel-body ol li,
.order-bottom .panel-body ul li {
  list-style-position: inside;
}

.order-bottom .panel {
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.order-bottom .panel-group {
  margin-bottom: 40px;
}

.order-bottom .panel-default > .panel-heading {
  background: #eee;
  color: #333;
  padding: 0;
  border-radius: 0;
  border: 1px solid #eee;
  position: relative;
}

.order-bottom .panel-group .panel-heading a:after {
  content: '\f068';
  font-family: 'FontAwesome';
  position: absolute;
  font-weight: normal;
  right: 20px;
  top: 13px;
  font-size: 14px;
}

.order-bottom .panel-group .panel-heading a.collapsed:after {
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 14px;
}

.order-bottom h4.panel-title {
  margin-bottom: 0 !important;
  border: 1px solid #EA6A24;
}

.order-bottom h4.panel-title a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  background: #f3f3f3;
  color: #EA6A24;
}

.order-bottom .panel-body {
  border-top: 0;
  padding: 15px;
  border-top: 0;
}

/* Contact Form */
.contact-item {
  text-align: center;
  border: 1px solid #e1e1e1;
  min-height: 180px;
  position: relative;
  background: #fafafa;
  padding: 30px 15px;
  padding-top: 60px;
  margin-top: 71px;
}

.contact-icon {
  position: absolute;
  width: 82px;
  height: 82px;
  line-height: 92px;
  top: 0px;
  left: 50%;
  background: #fafafa;
  color: #EA6A24;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin-top: -41px;
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-icon img {
  width: 40px;
  height: 40px;
}

.contact-icon i {
  font-size: 34px;
}

.contact-item:hover .contact-icon {
  background: #EA6A24;
  color: #fafafa;
  border: 1px solid #EA6A24;
}

.contact-text {
  margin-top: 0px;
}

.contact-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-text p {
  margin: 0;
}

.contact-form textarea {
  height: 190px
}

.contact-form .btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  border: 1px solid #EA6A24;
  background: #EA6A24;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form .btn:hover {
  color: #fff;
  background: #313131;
  border: 1px solid #313131;
}

.map-area iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -5px;
}

h4.contact-form-title {
  font-weight: 700;
  font-size: 24px;
}

.contact-form {
  margin-bottom: 50px;
}

.contact-form button {
  background: #EA6A24;
  border: 2px solid #EA6A24;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form button:hover {
  background: transparent;
  border-color: #fff;
}

/* Photo Gallery */
.gallery-photo {
  margin-bottom: 30px;
}

.gallery-heading {
  font-weight: 700;
  font-size: 26px;
  background: #EA6A24;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.gallery-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.gallery-photo .gallery-photo-bg {
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 0;
  background: #333;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
  opacity: 0.6;
}

.gallery-photo .plus-icon {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.gallery-photo:hover .plus-icon {
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-photo img {
    height: 207px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-photo img {
    height: 236px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-photo img {
    height: 364px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-photo img {
    object-fit: fill;
    height: auto;
  }
}

/* Video Gallery */
.video-item {
  margin-bottom: 40px;
}

.video-item iframe {
  width: 100%;
  height: 350px;
}

.video-item .video-caption {
  font-weight: 700;
  font-size: 18px;
}

.video-title {
  font-size: 18px;
}

/* Product */
.product-item {
  margin-bottom: 80px !important;
}

.product-item .photo img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border: 1px solid #e3e3e3;
}

.product-item .text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px !important;
}

.product-item .text h3 a {
  color: #333;
}

.product-item .text h3 a:hover {
  color: #EA6A24;
}

.product-item .text .price {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

.product-item .text .price del {
  color: red;
}

.product-item .text .cart-button {
  overflow: hidden;
}

.product-item .text .cart-button a,
.product-item .text .cart-button input[type="submit"] {
  background: #EA6A24;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

.product-item .text button {
  width: 100%;
  background: #EA6A24;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

.product-item .text button i {
  font-size: 14px;
}

.product-item .text .cart-button a.stock-empty {
  background: #ead1d1;
  color: #ff0000;
}

.product-item .text .cart-button a.stock-empty:hover {
  background: #ead1d1;
  color: #ff0000;
}

.product-item .text .cart-button a:hover,
.product-item .text .cart-button input[type="submit"]:hover {
  background: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .photo img {
    height: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-item .photo img {
    height: 347px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-item .photo img {
    height: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .photo img {
    object-fit: fill;
    height: auto;
  }
}

/* Product Detail */
.product-detail .photo img {
  width: 100%;
  height: auto;
  border: 1px solid #e3e3e3;
}

.product-detail h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.product-detail p {
  font-size: 16px;
}

.product-detail .price {
  font-size: 28px;
  font-weight: 600;
  color: #EA6A24;
}

.product-detail .price del {
  color: red;
}

.product-detail .delivery-time {
  font-size: 18px;
}

.product-detail .qty {
  font-size: 18px;
}

.product-detail .qty input[type="number"] {
  width: 100px;
}

.product-detail button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  border: 0;
  border-radius: 50px;
  background: #EA6A24;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-detail button:hover {
  background: #333;
}

.product-detail .nav-pills .nav-link.active {
  background: #EA6A24;
  color: #fff;
}

.product-detail .nav-pills .nav-link {
  background: #f1f5f9;
  color: #EA6A24;
}

.product-detail li.nav-item {
  margin-right: 10px;
}

.product-detail li {
  background: none !important;
  padding-left: 0 !important;
}

.product-detail a.stock-available-amount {
  background: #ffc107;
  color: #333;
  border: 0;
  border-radius: 16px;
  padding: 5px 18px;
  font-size: 14px;
}

.product-detail a.stock-empty {
  background: #ead1d1;
  color: #ff0000;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}

.product-detail a.stock-empty:hover {
  background: #ead1d1;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .product-detail .photo img {
    margin-bottom: 30px;
  }
}

/* Cart */
.cart table img {
  width: 100px;
  height: auto;
}

.cart input[type="number"] {
  width: 100px;
}

.cart .total {
  font-size: 18px;
  font-weight: 600;
}

.cart-buttons {
  float: right;
}

.cart-buttons a,
.cart-buttons input[type="submit"] {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .cart-buttons {
    margin-bottom: 30px;
  }
}

.checkout-login-form h2 {
  font-size: 24px;
  font-weight: 700;
}

.checkout-login-form .inner {
  display: flex;
  justify-content: center;
}

.checkout-login-form input {
  width: 400px;
}

.checkout-login-form .new-user {
  margin-top: 15px;
  font-weight: 600;
}

.checkout-login-form .new-user a {
  color: #EA6A24;
}

.checkout-login-form .new-user a:hover {
  color: #333;
}

.checkout h2 {
  font-size: 24px;
  font-weight: 700;
}

.checkout-billing h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-tab .nav-link {
  font-size: 20px;
  padding: 15px 30px;
  font-weight: 700;
  background: #ddd;
  color: #6c757d;
  margin-right: 10px;
}

.checkout-tab .nav-link i {
  background: #6c757d;
  color: #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.checkout-tab .nav-link.active {
  font-size: 20px;
  padding: 15px 30px;
  font-weight: 700;
  background: #EA6A24;
}

.checkout-tab .nav-link.active i {
  background: #fff;
  color: #EA6A24;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.checkout-tab li {
  padding-left: 0 !important;
  background: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-tab .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .checkout-tab .nav-link.active {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-tab .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  .checkout-tab .nav-link.active {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  .page-content-checkout button {
    margin-bottom: 30px;
  }

  .order-summery-area {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-content-checkout ul.nav-pills li {
    width: 100% !important;
  }
}

/* Login */
.reg-login-form h2 {
  font-size: 24px;
  font-weight: 700;
}

.reg-login-form .inner {
  display: flex;
  justify-content: center;
}

.reg-login-form input {
  width: 400px;
}

.reg-login-form .new-user {
  margin-top: 15px;
  font-weight: 600;
}

.reg-login-form .new-user a {
  color: #EA6A24;
}

.reg-login-form .new-user a:hover {
  color: #333;
}

@media only screen and (max-width: 991px) {
  .reg-login-form input {
    width: 100%;
  }

  .reg-login-form select {

  }

  .reg-login-form .inner {
    display: block;
  }
}

/* User Panel */
.user-sidebar ul {
  display: flex;
  flex-direction: column;
}

.user-sidebar ul li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 0;
  background: none;
}

.modal-table {
  font-size: 14px;
}

.modal-table tr th {
  width: 150px;
}

.modal-full-width {
  max-width: 100% !important;
}

.modal-full-width .top-area {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}

.modal-full-width .top-right {
  font-size: 20px;
  font-weight: 700;
  float: right;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .modal-full-width {
    max-width: calc(100% - 200px) !important;
  }
}

.customer-invoice {
  padding-top: 30px;
}

.customer-invoice .top-head {
  border-bottom: 1px solid #efebeb;
}

.customer-invoice .left img {
  height: 70px;
}

.customer-invoice .left .company-info {
  font-size: 14px;
  margin-bottom: 30px;
}

.customer-invoice .right {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.customer-invoice .i3 {
  margin-top: 30px;
}

.customer-invoice .i3 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.customer-invoice .i3 p {
  font-size: 14px;
  margin-bottom: 0;
}

@media print {
  @page {
    margin: 0;
  }
}

.chosen-drop {
  z-index: 999999 !important;
}

.nav-doctor li {
  padding-left: 0 !important;
  background: none !important;
}

.doc_detail_social li {
  padding-left: 0 !important;
  background: none !important;
  float: left;
  margin-right: 5px;
}

.doc_detail_social li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #EA6A24;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.doc_detail_social li:hover i {
  background: #333;
}

.nav-doctor .nav-link {
  background: #e6e6e6;
  margin-right: 10px;
  color: #333;
}

.nav-doctor .nav-link.active,
.nav-doctor .show > .nav-link {
  background: #EA6A24;
}

/* Bootstrap Pagination */
.pagination li {
  background: none !important;
  padding-left: 0 !important;
}

.dashboard-stat .text {
  font-size: 20px;
}

.dashboard-stat .total {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .dashboard-stat-item {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
  opacity: 1 !important;
}

#success_toastr {
  background: green !important;
}

#error_toastr {
  background: red !important;
}

.toast-error {
  background-color: #bd362f;
}

.toast-success {
  background-color: #51a351;
}

.toast-warning {
  background-color: #f89406;
}

/* Checkout */
.checkout-left h4 {
  font-weight: 700;
}

.checkout-right h4 {
  font-weight: 700;
}

.checkout-right .inner {
  background: #f3f3f3;
  padding: 15px;
}

.checkout-right img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.checkout-right .p_price {
  text-align: right;
}

.checkout-right .p_name,
.checkout-right .p_name a {
  text-decoration: none !important;
  color: #333;
}

.checkout-right .total_amount {
  font-size: 22px;
  font-weight: 700;
}

.shipping-checkbox-container .form-check {
  margin-bottom: 10px;
}

.shipping-checkbox-container input:focus {
  border-color: none !important;
}

.shipping-checkbox-container .heading {
  line-height: 1.1;
}

.shipping-checkbox-container .subheading {
  font-size: 12px;
}

.checkout-right table td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.checkout-left input[type="checkbox"],
.checkout-right input[type="checkbox"] {
  color: #EA6A24;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
  height: 38px !important;
  line-height: 38px !important;
  padding-top: 0 !important;
  font-size: 1rem;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.card-body-p-5 {
  padding: 5px !important;
}

.share_buttons a {
  text-align: center;
}

.share_buttons a i {
  border: 1px solid #3b5998;
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  margin-right: 4px;
}

.share_buttons a.facebook i {
  background: #3b5998;
  border-color: #3b5998;
}

.share_buttons a.facebook:hover i {
  color: #3b5998 !important;
  background: #fff;
}

.share_buttons a.twitter i {
  background: #00aced;
  border-color: #00aced;
}

.share_buttons a.twitter:hover i {
  color: #00aced !important;
  background: #fff;
}

.share_buttons a.pinterest i {
  background: #EB4823;
  border-color: #EB4823;
}

.share_buttons a.pinterest:hover i {
  color: #EB4823 !important;
  background: #fff;
}

.share_buttons a.linkedin i {
  background: #0e76a8;
  border-color: #0e76a8;
}

.share_buttons a.linkedin:hover i {
  color: #0e76a8 !important;
  background: #fff;
}

.full-section {
  border-radius: 8px;
  overflow: hidden;
}

.nav-versions {
  background: #fff;
  padding: .5em 0;
  border-bottom: 1px solid #eaeaea;
}

.nav-versions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2em;
}

.nav-versions a {
  color: #555;
  font-weight: 300;
}

.nav-versions .active a {
  color: #ea7000;
  font-weight: 500;
}
.nav-versions-column{
  display: flex;
  gap: 2em;
  justify-content: space-between;
}
.nav-versions-column .language-nav{
  background: #f8f8f8;
  padding: 2px 18px;
  border-radius: 0 0 15px 15px;
  margin-top: -8px;
  display: block;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 16px;
}
[dir="ltr"] body .nav-versions-column .arabic{
  font-size: 24px !important;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .slide h1 {
    font-size: 45px !important;
  }

  .slide h2 {
    font-size: 25px !important;
  }

  .slide .text-part {
    width: 100% !important;
  }

  .slide .box {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .full-section {
    overflow: hidden;
    display: block !important;
  }

  .special .right-side {
    height: 280px !important;
  }

  .team-photo, .team-photo img {
    height: calc(100vw - 30px) !important;
  }

  .schedule ul.nav-pills li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    width: 160px !important;
  }

  .schedule-content {
    display: block !important;
  }

  .schedule-content .left img {
    width: 200px !important;
    height: 200px !important;
  }

  .schedule-content .left {
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .schedule-content .left .item {
    display: inline-block !important;
  }

  .newsletter-button {
    display: block !important;
  }

  .newsletter-button input[type='text'] {
    margin-bottom: 10px !important;
  }

  .footer .footer-menu ul {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .footer .footer-menu li:before {
    display: none !important;
  }

  .footer .footer-menu li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .page-content img {
    margin-bottom: 15px !important;
  }

  .team-single .session table tr td:nth-of-type(1) {
    width: 40%;
  }

  .side-1 {
    margin-bottom: 40px;
  }

  .buttons-all a, .buttons-all button {
    display: block !important;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .single-section .featured-photo {
    margin-bottom: 10px !important;
  }

  .gallery-photo img {
    height: auto !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide h1 {
    font-size: 45px !important;
  }

  .slide h2 {
    font-size: 25px !important;
  }

  .slide .text-part {
    width: 100% !important;
  }

  .slide .box {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .full-section {
    overflow: hidden;
    display: block !important;
  }

  .special .right-side {
    height: 280px !important;
  }

  .team-photo, .team-photo img {
    height: 240px !important;
  }

  .team-single .team-photo, .team-single .team-photo img {
    height: 510px !important;
  }

  .schedule ul.nav-pills li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    width: 160px !important;
  }

  .schedule-content {
    display: block !important;
  }

  .schedule-content .left img {
    width: 200px !important;
    height: 200px !important;
  }

  .schedule-content .left {
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .schedule-content .left .item {
    display: inline-block !important;
  }

  .newsletter-button {
    display: block !important;
  }

  .newsletter-button input[type='text'] {
    margin-right: -6px !important;
  }

  .footer .footer-menu ul {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .footer .footer-menu li:before {
    display: none !important;
  }

  .page-content img {
    margin-bottom: 15px !important;
  }

  .team-single .session table tr td:nth-of-type(1) {
    width: 40%;
  }

  .side-1 {
    margin-bottom: 40px;
  }

  .buttons-all a, .buttons-all button {
    display: block !important;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .attendee-item {
    text-align: center !important;
  }

  .attendee-item .photo img {
    margin-right: 0 !important;
  }

  .attendee-item .photo, .attendee-item .title {
    float: none !important;
  }

  .attendee-item .title h3 {
    margin-bottom: 10px !important;
  }

  .single-section .featured-photo {
    margin-bottom: 10px !important;
  }

  .gallery-photo img {
    height: auto !important;
  }

  .video-item iframe {
    height: 380px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-section {
    overflow: hidden;
    display: block !important;
  }

  .special .right-side {
    height: 450px !important;
  }

  .newsletter-button input[type='text'] {
    margin-right: -6px !important;
  }

  .schedule-content .left img {
    width: 200px !important;
    height: 200px !important;
  }

  .team-photo, .team-photo img {
    height: 330px !important;
  }

  .team-single .team-photo, .team-single .team-photo img {
    height: 150px !important;
  }

  .gallery-photo img {
    height: 238px !important;
  }

  .video-item iframe {
    height: 200px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-photo img {
    height: 150px !important;
  }
}
