/**
* Template Name: Gp - v4.8.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: white;
}

a {
  color: #e95927;
  text-decoration: none;
}

a:hover {
  color: #e95927;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 27px;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  line-height: 38px !important;
}

.text-1 {
  margin-bottom: 13px;
  font-size: 18px;
}

.text-2 {
  margin: 0;
  font-size: 29px;
  line-height: 46px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #292929;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: white;
  line-height: 0;
}

.back-to-top:hover {
  background: #e95927;
}

.back-to-top:hover i {
  color: black;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #e95927;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
  background: white;
  height: 107px;
  padding-top: 17px;

}

#header.header-scrolled,
#header.header-inner-pages {
  background: #FFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #e95927;
}

header .logo img {
  max-height: 157px;
  width: 198px;
  margin-top: -20px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #e95927;
}

.get-started-btn:hover {
  background: #e95927;
  color: #00507e;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

.details-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.name {
  padding: 0 10px;
}

.flex.lg12 {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}

.flex.lg7 {
  flex-basis: 58.3333333333%;
  flex-grow: 0;
  max-width: 58.3333333333%;
}

.price {
  color: #00507e;
  /* display: flex; */
  font-size: 18px;
  padding: 10px;
}

.sale {
  display: inline-block;
  margin: 0 -3px;
  color: #fff;
  background-color: #e95927;
  padding: 0px 18px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 8px;
}

.original-price {
  color: #a9a9a9;
  text-decoration-line: line-through;
  font-size: 17px;
  margin: 0px 94px 0px 0px;
  display: block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #00507e;
  white-space: nowrap;
  transition: 0.3s;
  gap: 5px;
}

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

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

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #e95927;
}

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

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #e95927;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #e95927;
}

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

.checked {
  color: orange;
}

/* videos */
.row-clientss {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.compount-clientss-column {
  flex: 33.3%;
  border-radius: 36px;
  width: auto;
  overflow: hidden;
  padding: 0 8px;
  height: 100%;
}

video {
  border-radius: 20px;
  height: 400px;
  /* width: 585px; */
  /* padding-left: 115px; */
  z-index: 100;
}



.column .overlay {
  width: 100%;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  margin: auto;
  left: 0;
  right: 0;
  height: 0;
  background: transparent linear-gradient(180deg, #20295000 0%, #202950 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 36px;
  opacity: .93;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  backdrop-filter: blur(3px);
  transition: .5s ease;
  padding-right: calc(var(--bs-gutter-x)/2);
  padding-left: calc(var(--bs-gutter-x)/2);
}

.media {
  display: flex;
  align-items: flex-start;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;

}

ul.breadcrumb {
  padding: 5px 0px 5px 168px;
  list-style: none;
  background-color: #fff;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #e95927;
  text-decoration: underline;
}

ul.a {
  list-style-type: circle;
  text-align: justify;
  margin: 0;
}

.pa-clients {
  font: normal normal 600 16px/30px Nunito;
  letter-spacing: 0px;
  color: #5B5B5B;
  opacity: 1;
  margin-top: 10px;
}


.text-align {
  text-align: justify;
}

/* .justify-content-between {
  justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
} */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/aladdin.jpeg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #00507e;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
  word-spacing: 4px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #e95927;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #e95927;
}

#hero .icon-box:hover {
  border-color: #e95927;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    margin-top: 111px;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.one {
  opacity: 0.6;
}

/* dropdown */

.search-dropdown {
  height: 156px;
  padding: 10px 10px 16px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .9);
}

/* .col-xs-12 {
  width: 90%;
} */


.dropdown-parent {
  height: 66px;
  padding: 10px;
  background-color: #fff;
  /* box-shadow: 0 4px 50px 0rgba(0,0,0,.1); */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.dropdown-parent .autocomplete {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5px;
}

.dropdown-parent .search-by {
  /* padding: 5px 0; */
  flex: 1.5;
}

.search-by input[type="text"] {
  background-color: #fff;
  width: 100%;
  border: none;
  border-right: 1px solid #f2f2f2f2;
  height: 46px;
}

.rtl .dropdown-parent .dropdown.search-all .btn,
.rtl .search-by input[type="text"] {
  border-right: none;
  border-left: 1px solid #f2f2f2;
}

.dropdown-parent .dropdown.search-all {
  flex: 0;
  background-color: #fff;
  border-right: 1px solid #f2f2f2f2;
}

.dropdown,
.dropup {
  position: relative;
}

.rtl .dropdown.search-all .dropdown-menu {
  left: inherit;
  right: 0;
  text-align: right;
}

.dropdown.search-all .dropdown-menu li {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.dropdown-parent .dropdown.search-all .btn {
  width: 150px;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.dropdown-parent input[type="submit"] {
  color: #fff;
  width: 88px;
  height: 46px;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #e95927;
  font-size: 16px;
  border: 1px solid transparent;
}



/* end of dropdown */

#icons {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  display: inline-flex;
  border-radius: 100px;
  color: white;
  background-color: #e95927;
  margin-top: 2px;
  align-items: center;
  justify-content: center;
}



/* switch button*/

.switch {
  width: 90px;
  height: 30px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  margin-left: 20px;
}

.en-div {
  width: 42px;
  height: 24px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: black;
}

.switch .en {
  width: 18px;
  height: 14px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #e95927;
}

/* enf of switch button */


/* category */

#category {
  /* width: 300px;
  height: 100px;
  padding: 15px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  min-width: 498px;


}

.category-redirect {
  background-color: transparent;
  position: absolute;
  bottom: 7px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin-bottom: 10px;
  width: 89%;
}

.category-redirect div a span:first-child {
  width: 48px;
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #e95927;
}

.category-redirect div a {
  color: #333;
  font-size: 16px;
  line-height: 1.38;
  display: flex;
  align-items: center;
  gap: 5px;
}

.call-us {
  background-color: #eeeeee8c;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  padding-left: 2%;
  border-radius: 5px;
  height: 38px;
}


/*end of  category */

/*--------------------------------------------------------------
# Her Section
--------------------------------------------------------------*/
#her {
  background: url("../img/Sofa\ 01.jpg") round;
  background-size: cover;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}




#her h1 {
  margin: 0;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#her h1 span {
  color: #00507e;
}

#her h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#her .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
  background: #00000057;
}

#her .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #e95927;
}

#her .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#her .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#her .icon-box h3 a:hover {
  color: #e95927;
}

#her .icon-box:hover {
  border-color: #e95927;
}

/* @media (min-width: 1024px) {
  #her {
    background-attachment: fixed;
  }
} */

@media (max-width: 768px) {
  #her {
    height: auto;
  }



  #her h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# comp Section
--------------------------------------------------------------*/
#comp {
  /* background-color:rgb(0 80 126 / 82%); */
  color: #000;

}

#comp h1 {
  margin: 0;
  /* font-weight: 700; */
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  justify-content: center;
  text-align: center;
}



.section-title {
  padding-bottom: 40px;
  /* margin-left: 40px; */
  text-align: center;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h3 {
  font-size: 16px;
  font-weight: 500;
  /* padding-left: 32%; */
  line-height: 1px;
  margin: 20px 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e95927;
  margin: 4px 10px;
}

.section-title h1 {
  margin: 0;
  /* margin-left: 525px; */
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.partition-header {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: baseline;
  justify-content: center;
}

.rectangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 56px;
  border-color: transparent transparent #e95927 transparent;
}

.rectangle-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 56px 0 0;
  border-color: #e95927 transparent transparent transparent;
}

/* select */
.form-select {
  display: block;
  width: 100%;
  padding: 0.571rem 1rem 0.571rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6E6B7B;
  background-color: #FFFFFF;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 15px 14px;
  border: 1px solid #D8D6DE;
  border-radius: 0.357rem;
  /* -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  appearance: none;
}

select {
  word-wrap: normal;
}

button,
select {
  text-transform: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #00507e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients {
  padding-top: 20px;
} */

.clients .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
  width: 72px;
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

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

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00507e;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #e95927;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.padding-style {
  padding: 60px 100px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background: url("../img/architect-drawing-plan-with-pencil.jpg") round ;
  background-size: cover;
  color: rgb(255, 255, 255);
  text-align: center;
}
#services.service2 {
  background: url("../img/allasin\ b.jpg") round;

}
#services.service2 .partition-header {
  justify-content: flex-start;
  color: #fff;
}
#services  .partition-header {
  color: #000;
}
#services  .section-title h3 {
  color: #000;
}
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 17px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.icon-box img {
  width: 100%;
  padding-bottom: 17px;
  height: 250px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e95927;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: justify;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #e95927;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
  color: #000;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: rgba(54, 54, 54, 0.8);
  padding: 60px 0;
  direction: inherit;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e95927;
  border-color: #e95927;
  color: #151515;
}


.seemore-btn {
  width: 55%;
  background-color: #e95927;
  border: none;
  height: 41px;
  border-radius: 5px;
  color: #fff;
  margin-left: 184%;
}

.seemore {
  width: 14%;
  background-color: #e95927;
  border: none;
  height: 41px;
  border-radius: 5px;
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #e95927;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e95927;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  height: 429px;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e95927;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e95927;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
@media (min-width: 992px) {
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
    width: 392px;
  }
}
.portfolio-details .portfolio-info h3 img {
  width: 34%;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #e95927;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00507e;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #e95927;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #e95927;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e95927;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #e95927;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e95727ae;
}

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(201 201 201 / 80%);
  padding: 0 0 30px 0;
  color: #000;
  font-size: 14px;
}

#footer .footer-top {
  background: rgb(201 201 201 / 80%);
  border-bottom: 1px solid rgb(201 201 201 / 80%);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #e95927;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00507e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e95927;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e95927;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgb(0, 0, 0);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e95927;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e95927;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e95727c0;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
[dir="rtl"] .about-us-img2 {
  margin: -26% -52% 0 0;
  max-width: 163%!important;
  height: 152%!important;
}
[dir="ltr"] .about-us-img2 {
  margin: -20% -27% 0 -53%;
  max-width: 163%!important;
  height: 138%!important;
}


#cta {
  background-color: rgb(127 199 240);
  color: rgb(255, 255, 255);

}

#cta.aboutus {
  background: url("../img/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner.jpg") round;
  color: rgb(255, 255, 255);

}
#cta.aboutus2 {
  background: url("../img/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner.jpg") round;
  color: rgb(255, 255, 255);

}
/*start-products*/
.card-products {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  border: 0px;
  border-radius: 15px;
  transition: .5s ease;
  backface-visibility: hidden;
}


.product__flag {
  background-color: #EF8B59;
  position: absolute;
  z-index: 1;
  padding: 4px 8px;
  font-size: 0.8rem;
  color: #ffffff;
  transform-origin: 0 0;
  top: 10px;
  font-weight: 600;
}

[dir="rtl"] .product__flag {
  left: 5px;
  padding-right: 16px;
}

[dir="ltr"] .product__flag {
  right: 5px;
  padding-left: 16px;
}

.card-products .card-img-top {
  width: 100% !important;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

.owl-carousel .owl-item .card-img-top {
  width: 250px !important;
}

@media (max-width:990px) {
  .owl-carousel .owl-item .card-img-top {
    width: 100% !important;
  }
}

@media (min-width:990px) {
  .rating-stars {
    display: flex;

  }

}

@media (max-width:990px) {
  .card-products .card-img-top {
    height: 180px;
  }
}

.rating-stars span {
  font: normal normal normal 12px/23px Poppins;
  letter-spacing: 0px;
  color: #A3A3A3;
  margin-left: 7px;
}

.card-products .card-body {

  box-shadow: 0px 3px 6px #00000029;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  display: grid;
  align-items: start;
  grid-template-rows: 0.15fr 1fr 0.15fr;
  padding: 0.50rem 1rem;
}

.card .card-title {
  font-size: 16px;
  letter-spacing: 0px;
  color: #2D3436;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 2px;
  /* height: fit-content !important; */
}
.product__ul li{
  list-style: none;
}

.product__price {

  font: normal normal normal 15px/23px Poppins;
  letter-spacing: 0px;
  color: #A3A3A3;
}

.product-p {
  text-decoration: line-through;
}

.product__price--old {
  color: #EF8B59;
  font-weight: 600;
}

.middle {

  opacity: 0;
  position: absolute;
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
  background-color: #26262675;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  top: 0px;
  border-radius: 15px;
}

.card-products:hover .middle {
  opacity: 1;
}

.product__options {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  min-height: 100%;

  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.product__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  left: 0;
  margin: 0;
  right: 0;
}

.product__option {
  display: flex;
  align-items: center;
  position: relative;
  margin: 8px;
  background-color: #00507E;

  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;

}

.product__option img {
  width: 20px !important;
  height: 20px !important;
}

.view-p {
  display: grid;
}

.view-p img {
  width: 50px !important;
  height: 32px !important;
  display: flex;
  margin: 5px auto;
}

.view-p a {
  padding: 10px 15px;
  width: 100%;
  margin: 10px auto;
}

.type--favourite i {
  color: #fff;
  font-size: 16px;
}

.addtocart {
  background-color: #EF8B59;
}

.addfavourite {
  background-color: #fff;
}

.addfavourite>i,
.addfavourite>span {

  font-size: 20px;
  color: #00507E;
}













@media (min-width: 1200px) {
  .product-details {
    overflow: hidden;
    height: 290vh;
  }
}

/*   
  @media (min-width: 1200px) {
  .product-details .content {
      width: 80%;
  }
  } */
.product-details {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 106vh;
  /* background-image: url(../img/img1.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  justify-content: center;
  /* animation: change 28s infinite ease-in-out; */
}

.reviews {
  width: 100%;
  height: 77vh;
  background-color: #FFFFFF;
  /* text-align: center; */
  justify-content: center;
  margin-top: 30px;
  padding-top: 2%;
  border-radius: 10px;
}

.related-products {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: #FFFFFF;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  padding-top: 7%;
  border-radius: 10px;
}

#slider-qcickview {
  height: 400px;
  /* background: #FFFFFF 0% 0% no-repeat padding-box; */
  /* box-shadow: 0px 3px 6px #e5562426; */
  border-radius: 20px;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  /* bottom: 0; */
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#slider-qcickview .carousel-indicators button img {
  width: 58px;
  height: 58px;
}

#slider-qcickview .carousel-indicators .active {
  border: 2px solid #E55624;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider-qcickview .carousel-indicators button {
  border: 2px solid #E5E8EA;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 57px;
  opacity: 1;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel {
  position: relative;
}

@media (min-width: 992px) {
  #slider-qcickview .carousel-indicators {
    bottom: -84px;
  }
}

.head-text {
  font-size: 25px;
  font-weight: 700;
  color: #1b3463;
}

.head-info {
  font-size: 25px;
  font-weight: 700;
  color: #1b3463;
  text-align: justify;
}

@media (min-width: 1200px) {
  .section-sing {
    overflow: hidden;
    height: 137vh;
  }
}

@media (min-width: 1200px) {
  .section-sing-in .content {
    width: 40%;
    height: 60%;
  }
}

.section-sing {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-image: url(../img/img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  justify-content: center;
  animation: change 28s infinite ease-in-out;
}

/* @media (min-width: 1200px){

.content {
    width: 60%;
}
} */


.content {
  position: absolute;
  top: 20%;
  padding: 20px;
  background-image: linear-gradient(180deg, #fff 50%, #D1D1D1);
  margin: 0px auto;
  left: 0px;
  right: 0px;
  border-radius: 30px;
}

.over-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/sing.png);
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  left: 0px;
}

.compoent-from {
  z-index: 50;
  position: relative;
  padding-top: 18px;
}

.compoent-from h6 {
  color: #E55624;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.compont-or {
  margin: 0 auto;
  position: relative;
}

.compont-or span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.form-div input,
.form-div textarea,
.form-div .form-select,
input:-internal-autofill-selected {
  border: 0px;
  background-color: #f0f0f0b8 !important;
  padding: 10px;
  border-radius: 10px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[dir="ltr"] .link-forget-from {
  text-align: right !important;
}

.btn-addtocart {
  background: #00507E 0% 0% no-repeat padding-box;
  border-radius: 11px;
  font: normal normal bold 16px/32px Montserrat Now Text;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  text-transform: capitalize;
  padding: 8px 50px;
  border: none;
  margin-left: 96px;
}


.btn-form {
  background: #00507E 0% 0% no-repeat padding-box;
  border-radius: 14px;
  font: normal normal bold 19px/28px Montserrat Now Text;
  letter-spacing: 2px;
  color: #FFFFFF;
  opacity: 1;
  text-transform: capitalize;
  padding: 5px 60px;
}

@media (min-width: 992px) {

  .compont-or span::after,
  .compont-or span::before {
    width: 330px;
  }

  .section-sing-in .compont-or span::after,
  .section-sing-in .compont-or span::before {
    width: 200px;
  }

  /* .compont-or span::after, .compont-or span::before,
  .section-sing-in .compont-or span::after,.section-sing-in .compont-or span::before
  {
      content: "";
      background-color: #E55624;
      border: 1px solid #E55624;
      display: inline-block;
     
      height: 1px;   
      position: absolute;
      top: 50%;
  } */
  .compont-or span::after {
    right: 12px;
  }

  .compont-or span::before {

    left: 12px;
  }
}

.link-form {
  background: #3A5998 0% 0% no-repeat padding-box;
  border-radius: 17px;
  text-align: center;
  font: normal normal bold 13px/15px Montserrat;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.alread-acount {
  color: #000000;
  font-weight: 400;
}

.alread-acount a {
  letter-spacing: 0px;
  color: #E55624 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.text-form {
  color: #787878;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

@keyframes change {
  0% {
    background-image: url(../img/img2.png);
  }

  20% {
    background-image: url(../img/img3.png);
  }

  40% {
    background-image: url(../img/img4.png);
  }

  60% {
    background-image: url(../img/img5.png);
  }

  80% {
    background-image: url(../img/img1.png);
  }

  100% {
    background-image: url(../img/img5.png);
  }
}

.btn-shaer-v {
  font: normal normal bold 14px/24px Montserrat;
  background: #00507E 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

/* checkout */





.checkout__container .checkout__narrow-column>div {
  width: 365px;
}

.summary__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 10pxrgba(0, 0, 0, .1);
  border-radius: 8px;
}

.coupon-code .coupon-code__wrapper {
  height: 42px;
  display: flex;
}

.coupon-code .coupon-code__wrapper>input {
  padding: 16px;
  display: flex;
  flex: 1;
  border-radius: 8px 0 0 8px;
  border: 1px solid #d2d2d2;
  border-right: none;
}

.button__container {
  width: fit-content;
  position: relative;
  display: inline-flex;
}

.coupon-code .coupon-code__wrapper .coupon-code__apply>button {
  width: 80px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background-color: #00507e;
  color: white;
  border: none;
}

.coupon-code .coupon-code__error-message {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 12px;
  color: #ea3d3d;
  transition: height .4s, margin-top .4s;
}

.summary__header {
  margin-top: 16px;
  margin-bottom: 8px;
}

.summary__discount,
.summary__subtotal,
.summary__total {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}


.shipping__free,
.shipping__select {
  background: #d7e5ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 16px;
}

.shipping__free>svg,
.shipping__select>svg {
  width: 28px;
  margin-right: 16px;
}

.shipping__free>span,
.shipping__select>span {
  white-space: nowrap;
}

.shipping__free b,
.shipping__select b {
  cursor: pointer;
}

.summary__total {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 16px 0;
  border-top: 1px solid #f3f3f3;
}

.summary__total {
  display: flex;
  justify-content: space-between;
  /* margin-top: 8px;
  margin-bottom: 8px; */
}

.button__container.button__container--full {
  width: 100%;
}

.button.button--rounded {
  border-radius: 50px;
  background-color: #00507e;
  color: white;
  border: none;
  height: 45px;
  width: 50%;
  margin-left: 31%;
}

.facebook-link {
  font-size: 18px;
  display: inline-block;
  background: #00507e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.form-sing .form-check {
  margin-left: 0px;
  padding-left: 0px;
}

.form-sing .form-check-inline {
  width: 204px;
  cursor: pointer;
}


.form-sing .form-check-input:checked[type=radio] {
  background-image: url(../img/checkmark.png);
  background-color: #fff;
}

.form-sing .form-check .form-check-input {
  float: right;
  margin-left: 0em;
  width: 1.5em;
  height: 1.5em;
  margin-top: -1.5em;
}

.form-sing input:checked+label {
  background: #00507E;
  color: #fff !important;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.form-sing .form-check label {
  font-size: 16px;
  font-weight: 600;
  /* background-color: #Fff; */

  /* color: #000000 !important; */
  opacity: 1;
  /* width: 100%; */
  /* text-align: center; */
}

.form-sing .form-check label {
  font-size: 16px;
  font-weight: 600;
  color: #000000 !important;
  opacity: 1;
  width: 100%;
  text-align: center;
}

.form-sing .form-check label {
  background-color: #Fff;
  border: 1px solid #00507E;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.bg {
  background-color: #E55624 !important;
  width: 20px;
  height: 20px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  color: #fff;
  font-size: 12px;
}

.rounded-circle {
  border-radius: 50% !important;
}


.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.style-card {
  row-gap: 11px;
  display: flex;
  justify-content: center;
}

.responsive {
  padding-bottom: 10px;
  margin-left: 6%;
  text-align: justify;


}

.cart-card-img {
  width: 28%;
}

.success-story {
  margin: 1% -13% 0 6%;
  text-align: justify;
}

.cta.aboutus2 .logo .mobile-img {
  width: 127%;
  height: 575px;
  margin: -1px 0% 0 0;
}
.cta.aboutus .logo .mobile-img {
  width: 273%;
  height: 575px;
  margin: -1px 0% 0 0;
}
[dir="rtl"] .mobile-img {
  width: 252%;
  height: 571px;
  margin: 65px -37% 0 0;
}

[dir="ltr"] .mobile-img {
  width: 618%;
  height: 571px;
  margin: 78px 0% 1% -77%;
}

.product-img-slide {
  width: 439px;
  height: 400px;
}

.text-end {
  margin: 13% 20%;
  color: white;
  
}


@media (max-width: 1400px) {
[dir="rtl"] .mobile-img {
    width: 320%;
    height: 571px;
    margin: 0 -77% 0 0;
}
.cta.aboutus2 .logo .mobile-img {
  width: 133%;
  height: 587px;
  margin: -1px -2% 0 0;
}
  .text-end {
    margin: 11% 13%;
    color: white;
  }
}

@media (max-width: 1200px) {
[dir="rtl"] .mobile-img {
    width: 520px;
    height: 571px;
    margin: 1px 7% 0 0;
  }

  .text-end {
    margin: 11% 5%;
    color: white;
  }
  .cta.aboutus2 .logo .mobile-img {
    width: 103%;
    height: 516px;
    margin: -1px -2% 0 0;
}
}

@media (max-width: 990px) {
  [dir="rtl"] .mobile-img {
    width: 450px;
    height: 514px;
    margin: 1px 0% 0 0;
  }
  [dir="ltr"] .mobile-img {
    width: 450px;
    height: 514px;
    margin: 1px 0% 0 0;
  }

  .text-end {
    margin: 11% 2%;
    color: white;
  }

}

.add-to-cart {
  margin: 0 180px 0 0;
}

.portfolio-description-video {
  margin: 43px 0px 0px 270px;
}


/*  sidebar */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fdfdfd;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 0px 0 13px 9px;
  ;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  color: #00507e;
  /* padding: 10px 15px; */
  border: none;
  background: none;
}

.margin {
  margin-right: 70%;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #dcdcdc;
}

.navdropdown {
  background-color: #fdfdfd;
  border: none;
  padding: 1px 0 12px 7px;
  font-size: 16px;
  font-weight: 700;

}


/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}


.openbtn:hover {
  background-color: #444;
}


.search-submit-mobile {
  color: #fff;
  width: 224px;
  height: 46px;
  padding: 8px 16px;
  border-radius: 0px 0px 12px 12px;
  background-color: #e95927;
  font-size: 16px;
  border: 1px solid transparent;
}



.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #FF5722
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
}

.track .step.active .icon {
  background: #ee5435;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.active .text {
  font-weight: 400;
  color: #000
}

.track .text {
  display: block;
  margin-top: 7px
}


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

.utils-filter-button {
  border: none;
  background-color: #FFFFFF;
  color: #00507e;
}

input[type=checkbox] {
  accent-color: #00507e;
  width: 33px;
}

.index-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  /* margin-left: 157px; */
}

.autocomplete-search {
  margin-right: -2.5%;
  margin-left: 2.5%;
}

.category-card {
  margin-left: 5%;
}

.tags {
  padding-left: 5%;
}

.card-icons {
  padding-left: 38px;
}

/* dir */
[dir="rtl"] .seemore-btn {
  width: 55%;
  background-color: #e95927;
  border: none;
  height: 41px;
  border-radius: 5px;
  color: #fff;
  margin-right: 184%;
}

[dir="rtl"] .responsive {
  padding-bottom: 10px;
  margin-right: 2%;
  text-align: justify;
}

[dir="rtl"] .success-story {
  margin: 1% 6% 0px -13%;
  text-align: justify;
}


[dir="rtl"] .margin {
  margin-left: 0%;
}

[dir="rtl"] .sidebar {
  top: 0;
  right: 0;
}

[dir="rtl"] .sidebar a {
  padding: 0px 27px 13px 0px;
  ;
}

[dir="rtl"] .navdropdown {
  padding: 0px 27px 13px 0px;
}

[dir="rtl"] .closebtn {
  position: absolute;
  top: 0;
  right: 180px;
  font-size: 36px;
  margin-left: 0px;
}

[dir="rtl"] .button.button--rounded {
  border-radius: 50px;
  background-color: #00507e;
  color: white;
  border: none;
  height: 45px;
  width: 50%;
  margin-right: 31%;
}

[dir="rtl"] .coupon-code .coupon-code__wrapper .coupon-code__apply>button {
  width: 80px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background-color: #00507e;
  color: white;
  border: none;
}

[dir="rtl"] .original-price {
  color: #a9a9a9;
  text-decoration-line: line-through;
  font-size: 17px;
  margin: 0;
  display: block;
}


[dir="rtl"] .coupon-code .coupon-code__wrapper>input {
  padding: 0px;
  display: flex;
  flex: 1;
  border-radius: 0 8px 8px 0;
  border: 1px solid #d2d2d2;
  border-right: none;
}

[dir="rtl"] .category-card {
  margin-right: 0%;
}

[dir="rtl"] .tags {
  padding-right: 0%;
}

.filters {
  font-size: 16px;
}


.popupClass {

  position: relative;

  display: inline-block;

  cursor: text;

}

[dir="rtl"] .popupClass .popupContent {

  visibility: hidden;

  background-color: rgb(255, 255, 255);

  color: #07517d;

  width: 200px;

  text-align: center;

  position: absolute;

  z-index: 1;

  border-radius: 10px;

  padding: 13px 19px;

  bottom: 100%;

  left: 30%;

  margin-left: -160px;

  overflow: auto;

  height: 220px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

[dir="rtl"] .ourpartner {
  width: 55%;
}
[dir="ltr"] .ourpartner {
    width: 55%;
    margin-left: 46%;
}

.popupClass .popupContent {

  visibility: hidden;

  background-color: rgb(255, 255, 255);

  color: #07517d;

  width: 200px;

  text-align: center;

  position: absolute;

  z-index: 1;

  border-radius: 10px;

  padding: 13px 19px;

  bottom: 100%;

  right: -153px;

  margin-left: -160px;

  overflow: auto;

  height: 220px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* Styling Popup arrow */

.popupClass .popupContent::after {

  content: "";

  position: absolute;

  top: 100%;

  left: 75%;

  margin-left: -10px;

  border-width: 5px;

  border-style: solid;

  border-color: black transparent transparent transparent;

}

/*hide and show the popup */

.popupClass .display {

  visibility: visible;

}

.about-us-img {
  margin: -26% -34% 0 0;
  max-width: 153% !important;
  height: 143% !important;
}

.styleit {
  padding: 0 10%;
}

@media only screen and (max-width: 500px) {

  .margin {
    margin-right: 46%;
  }

  [dir="rtl"] .margin {
    margin-left: -1px;
  }
  [dir="ltr"] .ourpartner {
    width: 100%;
    margin-left: 0;
}
[dir="rtl"] .ourpartner {
  width: 100%;
}
.text-align {
  text-align: justify;
  padding: 12px;
  line-height: 28px;
}

  h1 {
    font-size: 16px;
    font-weight: 700;
  }

  .padding-style {
    padding: 60px 25px;
  }
  .text-2 {
    margin: 0;
    font-size: 29px;
    line-height: 32px;
}
  .styleit {
    padding: 3px 8px;
    flex-wrap: wrap;
  }



  #her h1 {
    font-size: 14px;
    /* line-height: 36px; */
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }

  .section-title h3 {
    font-size: 8px;
    font-weight: 500;
    /* padding-left: 32%; */
    line-height: 1px;
    margin: 20px 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
  }

  .responsive {
    padding-bottom: 10px;
    width: 319px;
    font-size: 12px;
    text-align: justify;
    letter-spacing: 1px;
  }

  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #e95927;
    margin: 4px 10px;
  }

  .section-title h1 {
    margin: 0;
    /* margin-left: 525px; */
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000;
  }

  .partition-header {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: baseline;
    justify-content: center;
  }

  .rectangle-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 20px;
    border-color: transparent transparent #e95927 transparent;
  }

  .rectangle-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 0 0;
    border-color: #e95927 transparent transparent transparent;
  }

  .seemore-btn {
    width: 48%;
    margin-left: 10px;
    color: #fff;
  }

  #her .icon-box i {
    font-size: 25px;
    line-height: 1;
    color: #e95927;
  }

  #her .icon-box h3 {
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    line-height: 26px;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 48.666667%;
  }

  .pa-clients {
    font: normal normal 600 13px/22px Nunito;
    letter-spacing: 1px;
    margin-top: 16px;
    text-align: justify;
  }

  .success-story {
    margin: 0;
    /* text-align: justify; */
  }

  .swipe-test {
    width: 105px;
  }

  .team .member .member-info h4 {
    font-size: 11px;
  }

  .team .member .member-info span {
    font-size: 9px;
  }

  .text-2 {
    margin: 0;
    font-size: 16px;
  }

  [dir="rtl"] .mobile-img {
    width: 193px;
    height: 278px;
  }

  .text-end {
    margin: 12% 2%;
    color: white;
}
[dir="rtl"] .mobile-img {

  width: 257px;
  height: 278px;
  margin: -2px -48px 0px -60px;
}
.cta.aboutus2 .logo .mobile-img {
  width: 100%;
  height: 284px;
  margin: -1px -8% 0 0;
}

  .text-1 {
    margin-bottom: 0px;
    font-size: 9px;
  }

  .cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
  }

  .product-img-slide {
    width: 238px;
    height: 238px;
  }

  #slider-qcickview {
    height: 328px;
  }

  .price {
    padding: 0px;
  }

  .flex.lg12 {
    margin-left: 42%;
  }

  .add-to-cart {
    margin: 0;
  }

  .card-img {
    width: 28%;
  }

  .checkout__narrow-column {
    padding-top: 20px;
  }

  .coupon-code .coupon-code__wrapper>input {
    padding: 4px;
    font-size: 15px;

  }

  .coupon-code .coupon-code__wrapper .coupon-code__apply>button {
    width: 53px;
    font-size: 13px;
  }

  .shipping__select>svg {
    width: 28px;
    margin-right: -76px;
  }

  .shipping__free,
  .shipping__select {
    padding: 6px;
    display: grid;
  }

  .shipping__free>span,
  .shipping__select>span {
    /* white-space: nowrap; */
    font-size: 13px;
  }

  .button.button--rounded {

    height: 41px;
    width: 68%;
    margin-left: 13%;

  }

  video {
    /* border-radius: 20px; */
    height: 213px;
    z-index: 100;
  }

  .portfolio-description-video {
    margin: 0;
  }

  .video-resp {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-parent .dropdown.search-all .btn {
    width: 106px;
    font-size: 13px;
  }

  .dropdown-parent .autocomplete {
    font-size: 10px;

  }

  .seemore {
    width: 34%;
  }

  .remove {
    font-size: 11px;
  }

  [dir="rtl"] .responsive {
    padding-bottom: 10px;
    margin-right: 5%;
    text-align: justify;
  }

  [dir="rtl"] .success-story {
    margin: 0;
    text-align: justify;
  }

  .nav-portfolia {
    font-size: 12px;
  }

  .btn-addtocart {
    padding: 3px 45px;
    margin-left: 0px;
  }

  .card-icons {
    padding-left: 10px;
  }

  .track .step.active .text {
    font-weight: 400;
    color: #000;
    font-size: 10px;
  }

  .track .text {
    display: block;
    margin-top: 7px;
    font-size: 10px;
  }

  .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -13px;
    text-align: center;
    position: relative;
  }

  .track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 13px;
  }

  .track .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 41px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
  }

  .about-us-img {
    margin: -25% -3% 0 0;
    max-width: 100% !important ;
    height: auto !important;
}
.about-us-img2 {
  margin: -3% -2% 0 0;
  max-width: 100% !important;
  height: 119% !important;
}

}

.footer-newsletter p strong {
  padding: 6px;
}
.us {
  text-align: justify !important;
  font-weight: 800;
  color: #f8f8f8;
}

.con {
  width: 60px;
}

.aladdin {
  width: 300px;
}

.ourservice {
  height: 244px;
}

.features-img {
  width: 200px;
}

.features-img2 {
  width: 200px;
  margin-top: -17px;
}

.dropdown-language {
  color: #00507e;
}

.first-example,
.second-example,
.third-example {
  margin-bottom: 10px;
  display: flex;
}

.fa {
  color: rgb(0, 0, 0);
  font-size: 27px;
  margin-left: 8px;
  margin: 9px;
}

#validation-txt {
  color: red;
  font-size: 18px;
  width: 300px;
}

.footer-padding {
  padding: 13px;
}

#check-1 {
  display: none;
}

#check-2 {
  display: none;
}

#check-3 {
  display: none;
}

#check-4 {
  display: none;
}

#check-5 {
  display: none;
}

#check-6 {
  display: none;
}

.cont {
  display: none;
  color: #000;
}

.read-more {
  color: #00507e;
}

#check-1:checked~.cont {
  display: block;
}

#check-2:checked~.cont {
  display: block;
}

#check-3:checked~.cont {
  display: block;
}

#check-4:checked~.cont {
  display: block;
}

#check-5:checked~.cont {
  display: block;
}

#check-6:checked~.cont {
  display: block;
}

.card-photo {
  width: 30%;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap'); */

.box-service {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

[dir="ltr"] .our-services {
  margin-top: 75px;
  padding-bottom: 30px;
  padding: 0 60px;
  min-height: 364px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: all .4s ease-in-out;
  box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
}
[dir="rtl"] .our-services {
  margin-top: 75px;
  padding-bottom: 30px;
  padding: 0 60px;
  min-height: 292px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: all .4s ease-in-out;
  box-shadow: 0 0 25px 0 rgb(20 27 202 / 17%);
}

.our-services .iconservice {
  margin-bottom: -21px;
  transform: translateY(-50%);
  text-align: center
}

.our-services:hover h4,
.our-services:hover p {
  color: #fff
}
.our-services .iconservice img {
  width: 90px;
}

.speedup:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}
.portfolio-info .row > div {
  text-align: right;
  word-break: break-all !important;
  white-space: nowrap;
}
.portfolio-info .row .col-7 {
  text-align: left !important;
  white-space: break-spaces ;

}
[dir="ltr"] .text-end {
  margin: 13% 14% 13% 5%;
  color: #fff;
  padding: 1px 8% 1px 29%;
}
@media (max-width: 990px) {
  [dir="ltr"] .text-end {
    margin: 12% 6% 8% -16%;
    color: #fff;
    padding: 0px;
}
[dir="ltr"] .mobile-img {
  width: 445px;
  height: 514px;
  margin: 1px 15% 0 -83px;
}
.cta.aboutus .logo .mobile-img {
  width: 228%;
  height: 575px;
  margin: 150% 31% 0 -25px;
}
.cta.aboutus2 .row  .col-lg-5 h1 {
  padding-top: 70px;
} 
.cta.aboutus2 .row  .col-lg-6 h1 {
  padding-top: 70px;
} 
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
  background: white;
  height: 107px;
  padding-top: 29px;
}
}
@media (max-width: 500px) {
[dir="ltr"] .mobile-img {
  width: 348px;
  height: 496px;
  margin: 1px 15% 0 -92px;
}
.cta.aboutus .logo .mobile-img {
  width: 161%;
  height: 575px;
  margin: 106% 31% 0 -25px;
}
}