/*
Theme name: dew theme
Theme URI: https://n24-sa.com
Description: 'dew website theme'
Tags: deu-theme
Author: Mohammed Jamal
Author URI: https://n24-sa.com
Version: 1.0
*/

@font-face {
  font-family: "modernline";
  src: url("./assets/fonts/modernline.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairRegular";
  src: url("./assets/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairMedium";
  src: url("./assets/fonts/PlayfairDisplayMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairSemibold";
  src: url("./assets/fonts/PlayfairDisplaySemibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("./assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*************************/

@font-face {
  font-family: "din-next-lt-w23-regular";
  src: url("./assets/fonts/din-next-lt-w23-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "din-next-lt-w23-medium";
  src: url("./assets/fonts/din-next-lt-w23-medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "din-next-arabic-bold";
  src: url("./assets/fonts/din-next-arabic-bold.ttf");
  font-weight: bold;
  font-style: normal;
}

.animate__animated.animate__fadeInUp {
  --animate-duration: 2s;
}

body {
  background-color: #161616;
}

/*remove navigation dots*/
#pp-nav {
  display: none;
}

.home_content {
  position: absolute;
  z-index: 8;
  width: 100%;
  padding: 0px 180px;
  top: 270px;
}

.video_title_container {
  width: 100%;
}
.by {
  font-family: "PlayfairRegular";
  text-align: center;
  color: #ffffff;
  margin: 15px 0px;
}

#myVideo {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}

.section {
  overflow: hidden;
}

#section1 .layer,
#section4 .layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.nav_contrainer {
  height: auto;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: #161616; */
  background-color: transparent;
  padding: 30px 50px;
}

.logo_container img {
  height: 60px;
}

.contact_number {
  direction: ltr;
}

.top_nav {
}

.top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
}

.top_nav ul li {
  text-align: center;
  display: inline-block;
}

.top_nav ul li a {
  text-align: center;
  padding: 5px 15px;
  margin: 0;
  text-decoration: none;
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  cursor: pointer;
  text-transform: uppercase;
}

.top_nav a:hover {
  color: #c6c6c6;
  cursor: pointer;
}

.top_nav .current_page_item a {
  color: #d0a868 !important;
}

.contact_number a {
  font-family: "OpenSans";
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}

.contact_number a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.menu_icon_container {
  display: none;
}

.menu_icon_container i {
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
}

.social_media {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  justify-content: center;
}
.social_media::after,
.social_media::before {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
.social_media::before {
  margin-bottom: 20px;
  margin-top: 100px;
}
.social_media::after {
  margin-top: 20px;
  margin-bottom: 100px;
}

.social_media .fa-brands,
.social_media .fab {
  color: #ffffff;
  transition: 0.5s;
  font-size: 16px;
  margin: 10px 0px;
}

.social_media a:hover {
  color: #d0a868;
  cursor: pointer;
}

.social_media .fa-brands:hover,
.social_media .fab:hover {
  color: #d0a868;
}

.language {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 9;
}

.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language ul li {
  text-align: center;
  display: inline-block;
}

.language ul li a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 14px;
  text-decoration: none;
  margin: 0px 10px;
}

.language ul li a:hover {
  color: #c6c6c6;
  cursor: pointer;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  cursor: pointer;
}

.responsive_menu_language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.responsive_menu_language ul li {
  text-align: center;
  display: inline-block;
  padding: 30px 30px;
}

.responsive_menu_language ul li a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 14px;
  text-decoration: none;
  margin: 0px 10px;
}

.copy_write {
  position: fixed;
  z-index: 9;
  left: 40px;
  bottom: 30px;
  font-size: 14px;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  direction: ltr;
}

.home_subtitle {
  font-size: 28px;
  color: #ffffff;
  font-family: "modernline";
  text-align: right;
}

.home_title {
  /* margin: 30px 0px; */
}

.home_title h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 60px;
  line-height: 100%;
}

.home_contant_text {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 16px;
  margin-top: 20px;
  text-align: justify;
}

#offcanvas {
  background-color: #161616;
}

.close_container i {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.menu_social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_social li {
  display: inline-block;
}

.menu_social li a {
  display: inline-block;
  color: #ffffff;
  transition: 0.5s;
  margin: 0px 10px;
}

.menu_social li a i {
  font-size: 24px;
}

.menu_social a:hover {
  color: #c6c6c6;
}

.menu_rights p {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  line-height: 180%;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.offcanvas-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-body ul li {
  margin: 10px 0px;
}

.offcanvas-body ul li a {
  margin: 0;
  text-decoration: none;
  transition: 0.5s;
  font-size: 24px;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: capitalize;
}

.offcanvas-body ul li a:hover {
  color: #c6c6c6;
}

.offcanvas-body .current_page_item a {
  color: #d0a868 !important;
}

.section_two_container {
  width: 100%;
  height: 100%;
  background-color: #161616;
}

.section_inner_contaner {
  padding-top: 170px;
  padding-left: 150px;
  padding-right: 150px;
}

.section_title h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  font-size: 50px;
  padding-bottom: 40px;
}

.value_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
}

.value_container span {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s;
}

.value_container span:nth-child(1),
.value_container span:nth-child(3) {
  position: absolute;
  z-index: 5;
  height: 1px;
  width: 100%;
}

.value_container span:nth-child(2),
.value_container span:nth-child(4) {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 1px;
}

.value_container span:nth-child(1) {
  top: 0;
  left: -100%;
  transition-delay: 0.4s;
}

.value_container span:nth-child(2) {
  top: -100%;
  right: 0;
  transition-delay: 0.7s;
}

.value_container span:nth-child(3) {
  bottom: 0;
  right: -100%;
  transition-delay: 1s;
}

.value_container span:nth-child(4) {
  bottom: -100%;
  left: 0;
  transition-delay: 1.3s;
}

.value_container:hover span:nth-child(1) {
  top: 0;
  left: 0;
}

.value_container:hover span:nth-child(2) {
  top: 0;
  right: 0;
}

.value_container:hover span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.value_container:hover span:nth-child(4) {
  bottom: 0;
  left: 0;
}

.value_container:hover .value_image {
  transform: scale(1.2);
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear, transform 1.5s ease;
}

.value_container:hover .value_overlay {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.value_image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  opacity: 0.7;
}

.value_content_container {
  position: absolute;
  z-index: 3;
  padding: 35px;
}

.value_header h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
}

.value_content {
  padding: 15px 0px;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.slider_container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}

.slider_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}

.slide_show,
.slide {
  width: 100%;
  height: 100%;
}

.slider_container .slide_show .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.slider_container .slide_show .slide .slider_content_container {
  position: absolute;
  z-index: 3;
  padding: 0px 180px;
  top: 40%;
}

.slider_header h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  font-size: 60px;
}

.slider_content {
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  padding-bottom: 60px;
}

.slider_btn {
  border: 1px solid #ffffff;
  transition: all 0.5s;
  text-decoration: none !important;
  color: #ffffff;
  font-size: 12px;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  padding: 13px 30px;
  margin-top: 30px;
}

.slider_btn:hover {
  background-color: #ffffff;
  color: #161616;
}

#prev,
#next {
  position: absolute;
  z-index: 99999;
  bottom: 50px;
  cursor: pointer;
  top: 45%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  transition: all 0.5s;
}

#prev {
  left: 130px;
}

#next {
  right: 130px;
}

#prev:hover {
  color: #ffffff;
}

#next:hover {
  color: #ffffff;
}

.pager {
  position: absolute;
  z-index: 99999;
  bottom: 80px;
  left: 190px;
}

.pager span {
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px 7px;
}

.pager span.cycle-pager-active {
  background-color: gray;
  border: 2px solid gray;
}

.contact_background {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}

.contact_container {
  position: absolute;
  z-index: 8;
  width: 100%;
  padding: 0px 180px;
  top: 180px;
}

.contact_header h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  font-size: 45px;
}

.contact_content {
  padding: 30px 0px;
}

.contact_content h1 {
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  margin: 20px 0px;
  direction: ltr;
}

.form_header {
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  color: #ffffff;
  font-size: 24px;
  margin-top: 0px;
  line-height: 100%;
}

.form_container {
  margin: 20px 0px;
}

.form_input,
.form_text {
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  background-color: transparent;
  padding: 1rem 1rem;
  outline: 0;
}
.form_text {
  height: 130px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form_btn {
  border: 1px solid #ffffff;
  transition: all 0.5s;
  text-decoration: none !important;
  color: #ffffff;
  font-size: 12px;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  padding: 13px 30px;
  margin-top: 30px;
  background: transparent;
}

.form_btn:hover {
  background-color: #ffffff;
  color: #161616;
}

.background_zoomout_effect {
  transform: scale(1.2);
  transition: all 5s;
  /* animation: zoom-out 5s; */
}

/* @keyframes zoom-out {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
} */

.page_header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header_image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.page_header_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}

.header_content {
  position: absolute;
  z-index: 3;
  bottom: 30%;
  padding: 0 150px;
}

.header_content_title {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-transform: uppercase;
  font-size: 40px;
}

.header_content_text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
}

.footer_contact_form_container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 700px !important;
}

.pages_content {
  width: 100%;
  height: auto;
  padding: 100px 100px;
}

.about_pages_content {
  padding: 150px 180px !important;
}

.square_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 440px;
  margin-top: 40px;
}

.square_container span {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s;
}

.square_container span:nth-child(1),
.square_container span:nth-child(3) {
  position: absolute;
  z-index: 5;
  height: 1px;
  width: 100%;
}

.square_container span:nth-child(2),
.square_container span:nth-child(4) {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 1px;
}

.square_container span:nth-child(1) {
  top: 0;
  left: -100%;
  transition-delay: 0.4s;
}

.square_container span:nth-child(2) {
  top: -100%;
  right: 0;
  transition-delay: 0.7s;
}

.square_container span:nth-child(3) {
  bottom: 0;
  right: -100%;
  transition-delay: 1s;
}

.square_container span:nth-child(4) {
  bottom: -100%;
  left: 0;
  transition-delay: 1.3s;
}

.square_container:hover span:nth-child(1) {
  top: 0;
  left: 0;
}

.square_container:hover span:nth-child(2) {
  top: 0;
  right: 0;
}

.square_container:hover span:nth-child(3) {
  bottom: 0;
  right: 0;
}

.square_container:hover span:nth-child(4) {
  bottom: 0;
  left: 0;
}

.square_container:hover .square_image {
  transform: scale(1.2);
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear, transform 1.5s ease;
}

.square_container:hover .square_overlay {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.square_image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  opacity: 0.7;
}

.square_content_container {
  position: absolute;
  z-index: 3;
  padding: 35px;
}

.square_header h1 {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 2em;
}

.square_content {
  padding: 15px 0px;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.contact_page_container {
  padding: 166px 120px;
}

.contact_page_container .contact_content {
  padding: 0px 0px;
}

.contact_before_container {
  padding: 70px 0px;
}

.contact_line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.contact_line i {
  color: #ffffff;
  font-size: 16px;
  margin: 0px 20px;
}

.brands_container {
  visibility: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  height: 200px;
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
}

.brans_images {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.about_thumnail_container,
.about_content_container {
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px;
}

.about_content_container {
  font-size: 14px;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-align: justify;
  margin-top: 200px;
}

.about_main_title {
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  color: #ffffff;
  font-size: 40px;
  padding: 20px 0px;
}

.about_thumnail_square {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 300px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.about_thumnail_container img {
  max-width: 100%;
  width: 100%;
}

.page_supper_container {
  background-image: url(./assets/images/duw-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.contact_page_supper_container {
  background-image: url(./assets/images/services_backgreound.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.services_text {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-align: justify;
  font-size: 14px;
}

.certificates_container {
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  text-align: justify;
  font-size: 14px;
}

.work_categories_container {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.work_categories_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: all 1s;
}

.work_categories_container img:hover {
  transform: scale(1.2);
}

.works_title_container {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  color: #ffffff;
  font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  font-size: 24px;
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#222222',GradientType=0 );
}

.without_header_page_container {
  padding-top: 150px !important;
}

.wpcf7-response-output{
    color: #ffffff;
}
/*******tablet*********/
@media only screen and (max-width: 1200px) {
  .top_nav,
  .contact_number_text {
    display: none;
  }

  .menu_icon_container {
    display: block;
  }

  .nav_contrainer {
    padding: 20px 20px;
  }

  .social_media {
    left: 20px;
  }

  .copy_write {
    left: 20px;
    bottom: 25px;
  }

  .language {
    right: 20px;
    bottom: 25px;
  }

  .home_content {
    padding: 0px 100px;
    top: auto;
    bottom: 100px;
  }

  .video_title_container {
    width: 100%;
  }

  .home_title h1 {
    font-size: 50px;
  }

  .section_inner_contaner {
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section_title h1 {
    font-size: 40px;
    padding-bottom: 30px;
  }

  .value_content_container {
    padding: 20px;
  }

  .value_container {
    min-height: 350px;
  }

  .slider_container .slide_show .slide .slider_content_container {
    padding: 0px 100px;
    top: 40%;
  }

  #prev {
    left: 60px;
  }

  #next {
    right: 60px;
  }

  .pager {
    bottom: 60px;
    left: 100px;
  }
  .contact_container {
    padding: 0px 100px;
    top: 150px;
  }

  .contact_header h1 {
    font-size: 30px;
  }

  .contact_content {
    padding: 0px 0px;
  }

  .contact_content h1 {
    font-size: 18px;
  }

  .form_header {
    margin-top: 0px;
    font-family: "PlayfairRegular", "din-next-lt-w23-regular";
  }

  .header_content {
    padding: 0px 40px;
  }

  .header_content_title {
    font-size: 50px;
  }

  .square_content_container {
    padding: 10px;
  }

  .pages_content {
    padding: 50px 50px;
  }

  .brands_content_container {
    padding: 50px 20px !important;
  }

  .about_pages_content {
    padding: 50px 0px !important;
  }

  .about_content_container {
    margin-top: 30px;
  }

  .footer_contact_form_container {
    width: 100% !important;
    padding: 0px 30px;
  }

  .brands_container {
    min-height: 150px !important;
    height: 150px !important;
  }

  .brans_images {
    width: 100px !important;
  }
}

/*******mobile device*********/
@media only screen and (max-width: 500px) {
  .social_media,
  .copy_write,
  .language {
    display: none;
  }

  .home_content {
    padding: 0px 30px;
  }

  .value_container {
    margin-top: 20px;
    min-height: 170px;
  }

  .section_inner_contaner {
    padding-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_title h1 {
    font-size: 30px;
    padding-bottom: 0px;
    line-height: 100%;
  }

  .value_content_container {
    padding: 10px;
  }

  .value_header h1 {
    font-size: 20px;
  }
  .value_content {
    padding: 0px 0px;
  }

  .slider_container .slide_show .slide .slider_content_container {
    padding: 0px 30px;
    top: 40%;
  }

  .slider_header h1 {
    font-size: 30px;
  }

  #prev {
    left: 10px;
  }

  #next {
    right: 10px;
  }

  .pager {
    bottom: 50px;
    left: 20px;
  }

  .contact_container {
    padding: 0px 30px;
    top: 100px;
  }

  .contact_header h1 {
    display: none;
  }

  .contact_content h1 {
    margin: 10px 0px;
    font-size: 16px;
  }

  .form_header {
    margin-top: 20px;
    font-size: 24px;
  }

  .form_container {
    margin-top: 0px;
  }

  .square_container {
    min-height: 380px;
  }
}

/******************pre loading style ***************************/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
  width: 290px;
  height: 127px;
  z-index: 9999;
}

.loader_inner {
  width: 290px;
  height: 127px;
  position: relative;
  overflow: hidden;
}

.loader_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-280deg);
  width: 160%;
  height: 130%;
  background-image: conic-gradient(
    #ffffff 0deg,
    #ffffff 90deg,
    transparent 130deg,
    transparent 180deg,
    #ffffff 180deg,
    #ffffff 270deg,
    transparent 310deg,
    transparent 310deg
  );
  transition: transform 2s;
  animation: mymove 4s infinite;
}

@keyframes mymove {
  50% {
    transform: translate(-50%, -50%) rotate(-100deg);
  }
}

.loader_image_container {
  width: 286px;
  height: 123px;
  margin: 2px;
  position: absolute;
  z-index: 99999;
  background-color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  width: 250px;
  height: auto;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #161616;
  z-index: 999;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 0.6s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 0.6s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#content {
  width: 100%;
  height: auto;
}
