/* ------------------------------------------------
  Project:   Konster - Construction Building HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. About Section
  20. Extra

/* ------------------------
    General
------------------------*/

@font-face {
  src: url(../fonts/Cairo-Regular.ttf);
  font-family: "cairo";
}

body {
  font-family: 'cairo', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #686c77;
  overflow-x: hidden;
  direction: rtl;
}

.page-wrapper {
  overflow-x: hidden;
}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b2b2b;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
}

h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
  padding: 0px;
}


/* ------------------------
    Helper class
------------------------*/
p {
  line-height: 1.7;
}

.lead {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 9;
  position: relative;
}

section {
  padding: 80px 0;
}

.align-item-middle {
  display: -webkit-flex;  /* Safari */
  -webkit-align-items: center;  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.align-item-middle > div {
  width: 100%;
}

.font-w-3 {
  font-weight: 300;
}

.font-w-4 {
  font-weight: 400;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.font-w-8 {
  font-weight: 800;
}

.font-w-9 {
  font-weight: 900;
}

.line-h-2 {
  line-height: 1.6;
}

.line-h-3 {
  line-height: 1.7;
}

.line-h-4 {
  line-height: 1.8;
}

.line-h-5 {
  line-height: 1.9;
}

.letter-space-1 {
  letter-spacing: 5px;
}

.letter-space-2 {
  letter-spacing: 10px;
}

.letter-space-3 {
  letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
  color: #f2a41e;
}

.text-theme2 {
  color: #5b5a5f;
}

.text-black {
  color: #2b2b2b;
}

.text-grey {
  color: #686c77;
}

.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
  background-color: #ffffff;
}

.dark-bg {
  background-color: #202021;
}

.light-bg {
  background-color: #dafeff;
}

.theme-bg {
  background-color: #f2a41e;
}

.theme-bg-2 {
  background-color: #5b5a5f;
}

.transparent-bg {
  background-color: inherit !important;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
  position: relative;
  min-height: 750px;
  direction: ltr;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
  height: 100%;
}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-pos-l {
  background-position: left;
}

.bg-pos-r {
  background-position: right;
}

.bg-pos-rt {
  background-position: right top;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-pos-rb {
  background-position: right bottom;
}

.bg-pos-lb {
  background-position: left bottom;
}

.bg-repeat {
  background-repeat: repeat;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
  width: 100%;
}

.countdown > li {
  font-weight: 700;
  list-style-type: none;
  text-align: center;
}

.countdown > li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  color: #ffffff;
}

.countdown > li p {
  font-size: 20px;
  display: block;
  line-height: 30px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}


/* ------------------------
    Contact
------------------------*/
.contact-media a {
  color: #2b2b2b;
}

.contact-media a:hover {
  color: #f2a41e;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  color: #2b2b2b
}

.form-control {
  height: 50px;
  padding-left: 0;
  color: #686c77;
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
}

textarea.form-control {
  height: 150px;
}

.form-control:focus {
  box-shadow: none;
  background: none;
  border-color: #5b5a5f;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px !important;
}

iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
  color: #2b2b2b;
}

.form-control::-moz-placeholder {
  color: #2b2b2b;
}

.form-control:-ms-input-placeholder {
  color: #2b2b2b;
}

.form-control:-moz-placeholder {
  color: #2b2b2b;
}

.help-block.with-errors {
  position: absolute;
  color: red;
  left: 15px;
  font-size: 10px;
  line-height: 14px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  width: 100%
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  width: 100%
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #2b2b2b !important;
  transition: background-color 5000s ease-in-out 0s;
}

.map {
  height: 400px;
  z-index: 999;
}

.map iframe {
  border: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}


/* ------------------------
    Video
------------------------*/
.video-btn {
  position: relative;
  display: inline-block;
}

.video-btn-pos {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}

.video-btn .play-btn {
  animation: ripple-white 1s linear infinite;
  background: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
}

.video-btn .play-btn i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #5b5a5f;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
  transform: translate3d(-50%, -50%, 0) scale(.75);
  color: #f2a41e
}


/* ------------------------
    Side Background
------------------------*/
.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}

.image-column.right {
  left: inherit;
  right: 0;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
  display: flex;
  align-items: center;
}

.list-icon li i {
  margin-left: 10px;
  color: #ffffff;
  font-size: 14px;
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  background: #f2a41e;
  border-radius: .25rem;
}


/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
  font-size: 1em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-5x {
  font-size: 5em;
}

.ic-7x {
  font-size: 7em;
}


/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
  border: none;
  overflow: hidden;
}

.product-link {
  padding: 20px 15px;
  opacity: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.product-card:hover .product-link {
  opacity: 1;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-link button {
  border: none;
  border-radius: .25rem;
  padding: 0.50rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-link button:hover {
  background: #f2a41e;
  color: #ffffff
}

.product-link button i, .product-link a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
}

.product-card .card-body {
  padding: 20px;
  position: relative;
  text-align: center;
  background: #fff
}

.product-title a {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600
}

.product-title a:hover {
  color: #f2a41e;
}

.product-price {
  color: #5b5a5f;
  font-weight: 600;
}

.product-price del {
  font-size: 0.9rem
}

.product-list.product-card {
  padding: 0;
}

.product-list.product-card .card-body {
  text-align: left;
}

.star-rating {
  color: #FDCC0D
}

.form-check-input:checked {
  background-color: #f2a41e;
  border-color: #f2a41e;
}

.widget-color [type="radio"]:checked, .widget-color [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.widget-color .form-check-label {
  width: 26px;
  height: 26px !important;
  border-radius: .25rem;
  padding: 0 !important;
}

.widget-color .form-check-input[type="radio"]:checked + label, .widget-color .form-check-input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget-color .form-check-input[type="radio"] + label::after, .widget-color .form-check-input[type="radio"] + label::before, label.btn input[type="radio"] + label::after, label.btn input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
  border-radius: .25rem;
}

.widget-color .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"]:checked + label::after {
  transform: scale(1.02);
}

.widget-color .form-check-input[type="radio"]:checked + label::after {
  background-color: #f2a41e;
}

.widget-size input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.widget-size label {
  background: #fcfbf7;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
  cursor: pointer;
  border-radius: .25rem;
  line-height: 40px;
}

.widget-size input[type="radio"]:checked + label {
  background: #f2a41e;
  color: #fff;
}

.widget-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 31.1%;
  text-align: center;
}

.widget-color li:nth-child(3n+3) {
  margin-right: 0;
}

.widget-size li {
  list-style-type: none;
  display: inline-block;
  width: 31.1%;
  text-align: center;
  margin-bottom: 20px;
}

.widget-size li:nth-child(4n+4) {
  margin-right: 0;
}

input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #ffffff;
  text-align: center;
  width: 50px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #2b2b2b;
  vertical-align: middle;
}

.btn-product {
  background: none;
  color: #2b2b2b;
  border: 1px solid rgba(0, 0, 0, .1);
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}

.view-filter a.active {
  color: #f2a41e;
}

.view-filter a {
  color: #2b2b2b;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.cart-table thead th {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #5b5a5f;
  font-size: 18px;
  font-weight: 700;
}

.cart-table td {
  padding: 10px;
  color: #2b2b2b;
  vertical-align: middle;
}

.product-categories .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 500;
}


.product-categories .accordion-item .accordion-body {
  padding: 15px;
  line-height: 2;
}

.product-categories .accordion-item .accordion-body li a {
  font-size: 0.9rem;
  color: #686c77
}


/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.sidebar-links li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.sidebar-links li a {
  color: #2b2b2b;
  font-size: 16px
}

.sidebar-links li.active a, .sidebar-links li a:hover {
  color: #5b5a5f;
  padding-left: 5px;
  font-weight: bold;
}

.brochure {
  background: #dafeff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 10px 80px;
  position: relative;
}

.brochure:hover {
  color: #5b5a5f;
}

.brochure i {
  background: #ffffff;
  color: #f2a41e;
  font-size: 40px;
  height: 100%;
  left: 0;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}


/* ------------------------
About Section
------------------------*/
.about-sec:before {
  content: "";
  background: #8c8c8e;
  width: 50%;
  height: 90%;
  position: absolute;
  top: 20%;
  left: 0;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: -1;
}

.year-box {
  background: #ffffff;
  padding: 30px;
  position: absolute;
  z-index: 9;
  display: flex;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  align-items: center;
  color: #2b2b2b;
  left: 10%;
  top: 50%;
  margin-top: -90px;
  justify-content: center;
}

.year-box span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}


/* ------------------------
Extra
------------------------*/
.img-border {
  border: 10px solid #ffffff
}

.ripple-ani {
  animation: ripple-white 1s linear infinite;
}

.bg-effect:after {
  background: #dafeff;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  border-radius: .25rem
}

.bg-effect.right:after {
  left: inherit;
  right: 0
}

.img-effect:after {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 100%;
  width: 90%;
  content: "";
  background-image: url(../images/pattern/01.png);
  z-index: -1;
  animation: opacitychange 2s linear infinite;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.team-member {
  text-align: center;
}

.team-member img {
  height: 300px;
  object-fit: contain;
}

.owl-carousel.multi-img .owl-stage-outer {
  padding-bottom: 25px;
}

.owl-carousel.multi-img {
  margin-bottom: 30px;
}
/* .owl-carousel.multi-img img{
  max-height: 500px;
  object-fit: contain;
} */
.owl-carousel.multi-img .owl-nav button.owl-next {
  right: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 0;
}
.owl-carousel.multi-img .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 0;
}

.owl-carousel.multi-img .owl-nav button.owl-next.disabled,.owl-carousel.multi-img .owl-nav button.owl-prev.disabled {
  cursor: no-drop;
  opacity: .5;
}

.project-item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.jobs {list-style: none;padding: 0;}

.jobs li{
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #f9f9f9;
}


.jobs li a{
  font-size: 20px;
  color: #555;
  font-weight: bold;
  transition: .3s;
}

.jobs li a:hover {
  color: #f2a41e;
}

.job-details {
margin-bottom: 50px;
text-align: center;
}

.job-details img{
  max-height: 500px;
  margin-bottom: 20px;
}

.center-form {
  margin: 0 auto;
  text-align: center;
}

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 3rem;
  width: 100%;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3rem;
  padding: .5rem 1rem;
  line-height: 1.7;
  color: #313131;
  border-bottom: .075rem solid #ccc;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  text-transform: capitalize;
  text-align: right;
  padding-right: 150px;
}
.file-custom:after {
  content: attr(title);
}
.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: 0;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: attr(data-content);
  height: 3rem;
  padding: .5rem 2rem;
  line-height: 2;
  color: #555;
  background-color: #eee;
  border-radius: 0;
}

.social-icons {
  display: flex;
  align-items: center;
}

.lang {
  margin-right: 20px;
  background: #fff;
  padding: 0 5px;
  border-radius: 2px;
}
.ms-auto, .mx-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.me-4, .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}

.me-2, .mx-2 {
  margin-right: 0 !important;
  margin-left: .5rem !important;
}

.pe-5, .px-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}

@media (min-width: 992px) {
.pe-lg-5, .px-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
}
.navbar-expand-lg .navbar-nav {
  margin-left: auto !important;
}
.ps-lg-8, .px-lg-8 {
  padding-left: 0 !important;
  padding-right: 6rem !important;
}
}

@media (min-width: 768px) {
.me-md-8, .mx-md-8 {
    margin-right: 0 !important;
    margin-left: 6rem !important;
}
.pe-md-10, .px-md-10 {
  padding-right: 0 !important;
  padding-left: 8rem !important;
}
.text-md-end {
  text-align: left !important;
}
}

.dropdown-toggle::after {
  margin-left: 0;
  margin-right: .255em;
}

.align-center .row {
  display: flex;
  justify-content: flex-end !important;
  text-align: right;
}

.social-icons li {
    margin: 0 0 0 8px;
}

.logo img {
  display: none;
}

.logo img.logo2 {
  display: block;
}



.popup-img {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  right: auto;
  left: 2rem;
}
.project-title {
  text-align: right;
}

.owl-carousel.multi-img {
  direction: ltr;
}

.project-item img
{
  height: 300px;
}