/*-----------------------------------------------------------------------------------

    Template Name: Maxtreo
    Template URI:
    Description: This is html5 template
    Author: Voidcoders
    Author URI: https://themeforest.net/user/voidcoders
    Version: 1.00

-----------------------------------------------------------------------------------

    INDEX
    ===================
    1. Theme default Style
    2. Header Style
    3. Hero Style
    4. About Style
    5. Portfolio Style
    6  Service Style
    7  Testimonial Style
    8  Blog Style
    9  Team Style
    10  Instacarousel Style
    11  Gallery Style
    12  Pricing Style
    13  Error Style
    14  Contact Style
    15  Footer Style
    16  Rtl Style
    17  Responsive Style


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
/* font family */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #dcbc95;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #002e52;
  color: #fff;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.some-pad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.left-pad {
  padding-left: 90px !important;
}

.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px;
}

div#preloader {
  /* background: #121212 url("../img/loading.gif") no-repeat scroll center center; */
  height: 100%;
  background: #000;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-settings {
  position: fixed;
  left: -177px;
  top: 300px;
  z-index: 9;
  background-color: #dcbc95;
  padding: 20px 25px;
  transition: 0.5s ease;
}

.psg-icon {
  position: absolute;
  top: calc(50% - 14px);
  right: -35px;
  background-color: #dcbc95;
  color: #fff;
  font-size: 18px;
  padding: 6px 0px;
  width: 35px;
  height: 32px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.psg-icon i {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation: spin 4s both alternate infinite;
  animation: spin 4s both alternate infinite;
  animation-duration: 5000ms;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

.page-settings.active {
  left: 0;
}

.pgs-box {
  position: relative;
}

.pgs-box a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: black;
  background-color: #ffffff;
  display: inline-block;
  padding: 16px 16px;
  border-radius: 5px;
  transition: 0.3s ease;
}

.pgs-box a:hover {
  background-color: #000000;
  color: #fff;
}

.custom-padding {
  padding-bottom: 350px !important;
}

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-140 {
  margin-bottom: 140px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.margin-minas {
  margin-bottom: -50px;
}

.padding-minas {
  padding-bottom: 50px !important;
}

.padding-to-minas {
  padding-top: 0px !important;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-140 {
  margin-top: 140px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-family: "Ubuntu", sans-serif;
}

.dark-bg {
  background-color: #dcbc95;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;

}

button,
input,
textarea {
  letter-spacing: 0px;
}

/*
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/*
--------------------------
- Default Typography
--------------------------
*/
body {
  /* font-family: "Ubuntu", sans-serif; */
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* font-family: "Chronicle Display"; */
  font-weight: 600;
  color: #002e52;
  letter-spacing: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  /* font-family: "Chronicle Display"; */
  letter-spacing: 0;
}

h1 {
  font-size: 72px;
  line-height: 83px;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  /*color: #c8c8c8;*/
  line-height: 28px;
  margin: 0;
}

p img {
  margin: 0;
}

.ht-tittle {
  line-height: 26px;
  font-size: 15px;
  color: #002e52;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.ht-tittle::before {
  position: absolute;
  content: "";
  background: #002e52;
  height: 2px;
  width: 60px;
  left: -70px;
  top: 12px;
  display: none;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/* links */
a,
a:visited {
  text-decoration: none;

  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  outline: 0;
}

a:hover,
a:active {
  color: #4e76a4;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding: 0;
  margin: 0;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  list-style-type: none;
  margin: 0px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
}

[class^="flaticon-"]:before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  letter-spacing: inherit;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0px;
  font-size: 15px;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #dcbc95 !important;
}

.c-fulid-max {
  /* max-width: 90%; */
  margin: auto;
  padding: 0px;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #00b5f0 !important;
  /* font-family: "Gotham Narrow" !important; */
  font-size: 14px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #002e52;
  transition: 1s ease;
  border: none;
  -webkit-animation-name: scrollup;
  animation-name: scrollup;
  -webkit-animation: scrollup 4s both alternate infinite;
  animation: scrollup 4s both alternate infinite;
  animation-duration: 6000ms;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

.scroll-top:hover {
  background: #273339;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-top.open {
  bottom: 30px;
}

.btn-1 {
  background: transparent;
  padding: 16px 40px;
  color: #0c0c1f;
  border: 1px solid #0c0c1f;
  display: inline-block;
  text-transform: uppercase;

  font-weight: 500;
  transition: 0.4s ease;
}

.btn-1:hover {
  color: #ffffff;
  background: #dcbc95;
  border-color: #dcbc95;
}

.dark {
  position: relative;
  background: #282727;
}

.dark h1 {
  color: #fff;
}

.dark h2 {
  color: #fff;
}

.dark .btn-1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.dark .btn-1:hover {
  border-color: #dcbc95;
}

/*==============Header Style==============*/
header.mextreo-header-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  padding: 5px 0px;
  z-index: 9;
  background-color: rgb(0 46 82 / 100%);
}

header.mextreo-header-area .logo-wrapper {
  position: relative;
  /* padding-top: 10px; */
}

header.mextreo-header-area .logo-wrapper img {
  width: 160px;
}

header.mextreo-header-area .mextreo-menu {
  position: relative;
}

header.mextreo-header-area .mextreo-menu .sm-mint {
  position: relative;
}

header.mextreo-header-area .mextreo-menu .sm-mint a:hover .sub-arrow {
  border-color: #00b5f0 transparent transparent transparent;
}

header.mextreo-header-area .mextreo-menu .side-ber {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 9999;
}

header.mextreo-header-area .mextreo-menu .side-ber button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-left: -10px;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease;
}

header.mextreo-header-area .mextreo-menu .side-ber button:hover {
  color: #dcbc95;
}

header.mextreo-header-area .mextreo-menu .side-ber.black button {
  color: #171616;
}

header.mextreo-header-area .mextreo-menu .side-ber.black button:hover {
  color: #dcbc95;
}

/*==================End Header Style===========*/
/*==================Header 2Style===========*/
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon,
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon:before,
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon:after {
  background: black;
}

header.mextreo-header-area.mha-inner .mextreo-menu .sm-mint a:hover .sub-arrow {
  border-color: #dcbc95 transparent transparent transparent;
}

header.mextreo-header-area.mha-inner .mextreo-menu .sm-mint a .sub-arrow {
  border-color: #000000 transparent transparent transparent;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 9999;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber .sb-icon {
  position: relative;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber .sb-icon a {
  font-size: 20px;
  color: #000000;
}

li.tel {
  position: absolute;
  right: 20%;
}

/*==============End Header Style==============*/
/*==============Sticky Header Style==============*/
header.mextreo-header-area.nav-fixed {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  /* -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15); */
  /* -moz-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15); */
  /* box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  left: 0;
  /* background: #273339; */
  background-color: rgb(0 46 82 / 100%);
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header.mextreo-header-area.nav-fixed .side-ber button {
  color: #fff;
}

header.mextreo-header-area.nav-fixed .main-menu-btn-icon,
header.mextreo-header-area.nav-fixed .main-menu-btn-icon:before,
header.mextreo-header-area.nav-fixed .main-menu-btn-icon:after {
  background: #fff;
}

header.mextreo-header-area.nav-fixed nav ul.sm-mint > li > a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}

/*==============End Sticky Header Style==============*/
.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  max-width: 420px;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.75s ease;
  box-shadow: -10px 2px 8px -12px black;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.side-panel::-webkit-scrollbar {
  width: 5px;
}

.side-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-panel::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}

.side-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.side-panel.hide {
  right: -440px;
}

.sp-box {
  position: relative;
  padding: 15px;
}

.sp-box .sp-logo {
  position: relative;
}

.sp-box .sp-logo img {
  max-width: unset;
  width: auto;
}

.sp-box .sp-text {
  position: relative;
  margin: 25px auto;
}

.sp-box p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.sp-box h4 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 36px;
  margin: 15px auto;
}

.sp-box .sp-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
}

span.close-sp {
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  transition: 0.5s ease;
}

span.close-sp:hover {
  color: #dcbc95;
}

.sp-recent-post {
  position: relative;
}

.sp-single-rp {
  position: relative;
  border: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 20px 0px;
  min-height: 110px;
  padding-left: 85px;
}

.sp-single-rp .ssrp-img {
  position: absolute;
  left: 0;
  top: 20px;
  height: 70px;
  width: 70px;
}

.sp-single-rp .ssrp-img img {
  height: 100%;
  width: 100%;
}

.sp-single-rp .ssrp-text {
  position: relative;
}

.sp-single-rp .ssrp-text a {
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #a3a3a3;
}

.sp-single-rp .ssrp-text a:hover {
  color: #dcbc95;
}

.sp-single-rp .ssrp-text span.date-meta {
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}

.sp-single-rp .ssrp-text span.date-meta i {
  font-size: 16px;
  margin-right: 5px;
  color: #dcbc95;
}

.sp-contact {
  position: relative;
}

.sp-contact .spc-text h5 {
  font-size: 16px;
  letter-spacing: 0px;
  margin: 15px auto 5px;
  line-height: 24px;
}

.sp-social {
  position: relative;
  margin: 30px auto;
}

.sp-social ul.social-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.sp-social ul.social-list li {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.sp-social ul.social-list li a {
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #a3a3a3;
}

.sp-social ul.social-list li a:hover {
  color: #dcbc95;
}

/*============ Mextreo Hero Style ======================*/
section.mextreo-hero {
  position: relative;
}

section.mextreo-hero .hero-slide {
  position: relative;
}

section.mextreo-hero.dark {
  position: relative;
  background: #282727;
  padding-top: 80px;
}

section.mextreo-hero.dark .hero-2-content {
  position: relative;
  margin-top: 80px;
}

section.mextreo-hero.dark .hero-2-content p {
  color: #a3a3a3;
  padding: 39px 0px;
}

section.mextreo-hero.dark .hero-2-slider {
  position: relative;
  margin-left: -2%;
  width: 155%;
}

section.mextreo-hero.inner {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.mextreo-hero.inner.mextreo-hero-contact {
  padding-top: 130px;
}

section.mextreo-hero.inner .hero-content {
  /* margin-top: 40px; */
  position: relative;
  font-weight: 500;
  /* padding: 20px 0; */
  text-align: center;
}

section.mextreo-hero.inner .hero-content p {
  padding-top: 20px;
  text-align: justify;
  color: #000;
}

section.mextreo-hero.inner .hero-content h2  {
  text-align: left;
}

section.mextreo-hero.inner .hero-content ul li {
  display: grid;

  font-size: 16px;
  margin-top: 25px;
  padding-left: 20px;
  color: #aaaaaa;
  position: relative;
}

section.mextreo-hero.inner .hero-content ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 3px;
  background: #dcbc95;
}

section.mextreo-hero.inner .hero-content .mextreo-contact {
  position: relative;
  margin-top: 20px;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .form-group.mcfg {
  position: relative;
}

section.mextreo-hero.inner
  .hero-content
  .mextreo-contact
  .form-group.mcfg
  .m-input {
  position: relative;
  font-size: 15px;
  padding: 26px 0;
  color: #a3a3a3;
  font-size: 15px;
  border: navajowhite;
  border-radius: 0px;
  font-weight: 500;
  border-bottom: 1px solid #c8c8c8;
}

section.mextreo-hero.inner
  .hero-content
  .mextreo-contact
  .form-group.mcfg
  textarea.m-input {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit {
  position: relative;
  margin-top: 30px;
  background: transparent;
  padding: 10px 40px;

  font-weight: 500;
  color: #0c0c1f;
  border: 1px solid #0c0c1f;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit:hover {
  color: #ffffff;
  background: #00b5f0;
  border-color: #00b5f0;
}

section.mextreo-hero.inner .hero-inner-img {
  position: relative;
  margin-left: 8%;
  width: 145%;
}

section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
  width: 385px;
  position: absolute;
  top: 55%;
  left: -10%;
}

section.mextreo-hero.inner .contact-details {
  min-height: 540px;
  background: #002e52;
  padding: 5px 20px;
  /* position: absolute; */
  /* padding-left: 70px; */
  /* top: 10%; */
  width: auto;
  /* left: -5%; */
  border-radius: 10px;
}

section.mextreo-hero.inner .contact-details .single-info {
  margin-top: 15px;
}

section.mextreo-hero.inner .contact-details .single-info h5 {
  color: #fff;
}

/*============ End Mextreo Hero Style ======================*/
/*=====================About Section Style========================*/
section.mextreo-about {
  position: relative;
  padding-top: 125px;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 15px;
}

section.mextreo-about .about-bg {
  width: 120%;
  position: absolute;
  left: -60%;
  top: -20%;
  z-index: -1;
}

section.mextreo-about .m-about-content {
  position: relative;
}

section.mextreo-about .m-about-content h2.ab-tittle {
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 193px;
  top: -16%;
  left: -38%;
  color: #f8f8f8;
  z-index: -1;
}

section.mextreo-about .m-about-content h2 {
  padding-right: 10%;
}

section.mextreo-about .m-about-content p {
  padding: 30px 0px !important;
}

section.mextreo-about .m-about-content p:last-child {
  padding: 0;
}

section.product {
  padding: 150px 0px;
  
}

section.product .ab-img-2 {
  top: 0;
}

section.product .mb-pro {
  margin-top: 28%;
}

section.mextreo-about.dark {
  position: relative;
}

section.mextreo-about.dark .m-about-content h2.ab-tittle {
  color: #2c2b2b;
}

section.mextreo-about.inner {
  position: relative;
}

section.architect {
  position: relative;
  padding-top: 130px;
}

section.architect .archit-img {
  position: relative;
  margin-left: -46%;
  width: 119%;
}

section.architect .ab-arch-content {
  position: relative;
}

section.architect .ab-arch-content p {
  padding-top: 25px;
}

section.interior {
  position: relative;
  padding-top: 150px;
}

section.interior .interior-img {
  position: relative;
  margin-left: 33%;
  width: 113%;
}

section.interior .ab-interior-content {
  position: relative;
}

section.interior .ab-interior-content p {
  padding-top: 25px;
}

/*==========================================================*/
section.work-success {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}

section.work-success .success-bg {
  position: absolute;
  top: -3%;
  right: -42%;
  z-index: 0;
}

section.work-success .success-img {
  position: relative;
  margin-top: 21%;
}

section.work-success .ws-content {
  position: relative;
}

section.work-success .ws-content .ws-t-year {
  position: relative;
  overflow: hidden;
}

section.work-success .ws-content .ws-t-year img {
  position: absolute;
  max-height: 300px;
  background-position: 100% 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  animation: years 10s linear infinite;
  animation-duration: 15s;
  transition: 5s ease;
}

section.work-success .ws-content .ws-t-year h2 {
  font-size: 300px;
  line-height: 296px;
  mix-blend-mode: screen;
  background: #fff;
  color: #000;
  position: relative;
}

section.work-success .ws-content h3 {
  font-size: 36px;
  line-height: 46px;
  padding-right: 21%;
}

section.work-success.dark .ws-content {
  position: relative;
}

section.work-success.dark .ws-content .ws-text {
  position: relative;
}

section.work-success.dark .ws-content .ws-text .knockout {
  position: relative;
  font-size: 300px;
  line-height: 280px;
  font-family: "Chronicle Display";
  font-weight: 600;
  background: url(../img/about/success-y-bg.jpg);
  background-size: cover;
  background-position: 100% 62px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.work-success.dark .ws-content h3 {
  font-size: 36px;
  line-height: 46px;
  padding-right: 21%;
  color: #fff;
  margin-top: 20px;
}

section.testimonial {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}

section.testimonial .owl-dots {
  counter-reset: dots;
  position: absolute;
  right: 4%;
}

section.testimonial .owl-dots .owl-dot {
  position: relative;
  transition: 0.5s ease;
}

section.testimonial .owl-dots .owl-dot span {
  transition: 0.5s ease;
  background: transparent;
}

section.testimonial .owl-dots .owl-dot span::before {
  font-size: 15px;
  counter-increment: dots;
  content: counter(dots);
  color: #363535;
}

section.testimonial .owl-dots .owl-dot span:hover {
  background: transparent;
}

section.testimonial .owl-dots .owl-dot:hover span {
  background: transparent;
}

section.testimonial .owl-dots .owl-dot.active span {
  background: transparent;
  transition: 0.5s ease;
}

section.testimonial .owl-dots .owl-dot.active span::before {
  color: #dcbc95;
}

section.testimonial .owl-dots .owl-dot.active span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  background: #dcbc95;
  bottom: -12px;
  left: 20%;
  transition: 0.5s ease;
}

section.testimonial .owl-dots .owl-dot.active:hover span {
  background: transparent;
}

section.testimonial .client-quota {
  left: 52%;
  position: absolute;
  color: #f8f8f8;
  font-size: 500px;
  transform: rotate(180deg);
  top: 18%;
}

section.testimonial .testimonial-slid1 {
  position: relative;
  margin-left: -40%;
  width: 115%;
}

section.testimonial .testimonial-slid2 {
  margin-top: 30px;
}

section.testimonial .testimonial-slid2 .owl-nav {
  position: absolute;
  right: -5%;
  color: #363535;
  margin: 0;
  font-size: 30px;
  transition: 0.5s ease;
}

section.testimonial .testimonial-slid2 .owl-nav button.owl-next {
  transition: 0.5s ease;
}

section.testimonial .testimonial-slid2 .owl-nav button.owl-next:hover {
  background: transparent;
  color: #dcbc95;
}

section.testimonial .testimonial-slid2 p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

section.testimonial .testimonial-slid2 .client {
  position: relative;
  margin-top: 30px;
}

section.testimonial .testimonial-slid2 .client p {
  font-style: initial;
  color: inherit;
  font-size: 16px;
}

section.testimonial .testimonial-slid2 .client h5 {
  text-transform: uppercase;
}

section.testimonial .testimonial-slid3 {
  position: relative;
  margin-left: 30%;
  width: 115%;
  margin-top: 60px;
}

section.testimonial.dark .client-quota {
  color: #2c2b2b;
}

section.testimonial.dark .testimonial-slid2 .owl-dots {
  counter-reset: dots;
  position: absolute;
  right: 4%;
}

section.testimonial.dark .testimonial-slid2 .owl-dots .owl-dot span::before {
  color: #ffffff;
}

section.testimonial.dark
  .testimonial-slid2
  .owl-dots
  .owl-dot.active
  span::after {
  background: #fff;
}

section.testimonial.dark
  .testimonial-slid2
  .owl-dots
  .owl-dot.active:hover
  span {
  background: transparent;
}

section.testimonial.dark .testimonial-slid2 .owl-nav {
  color: #ffffff;
}

section.testimonial.dark .testimonial-slid2 p {
  color: #e2e2e2;
}

section.testimonial.dark .testimonial-slid2 .client h5 {
  color: #fff;
}

/*===============Recent project================*/
.hero-social {
  position: absolute;
  left: 5%;
  top: 35%;
  z-index: 1;
  display: none;
}

.hero-social ul {
  position: relative;
}

.hero-social ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100px;
  background: #dcbc95;
  top: -104px;
  left: 8px;
}

.hero-social ul li {
  display: grid;
  padding: 12px 0px;
}

.hero-social ul li a {
  font-size: 19px;
  color: #a3a3a3;
  transition: 0.5s ease;
}

.hero-social ul li a:hover {
  color: #dcbc94;
}

section.recent-project {
  position: relative;
  padding: 150px 0;
  text-align: center;
}

section.recent-project .recent-pro-top {
  position: relative;
  z-index: 1;
}

section.recent-project .recent-pro-top h2.rp-tittle {
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 193px;
  text-transform: uppercase;
  top: -25%;
  left: 11%;
  color: #f8f8f8;
  z-index: -1;
}

section.recent-project .recent-pro-top .ht-tittle::after {
  position: absolute;
  content: "";
  background: #002e52;
  height: 2px;
  width: 60px;
  right: -75%;
  top: 35%;
  display: none;
}

section.recent-project .project {
  margin-top: 70px;
}

section.recent-project .project .owl-nav button.owl-next {
  background: #fff;
  position: absolute;
  right: -5px;
  top: 43%;
  width: 45px;
  border-radius: 0;
  color: #212020;
  font-size: 26px;
  height: 45px;
}

section.recent-project .project .owl-nav button.owl-next:hover {
  color: #00b5f0;
}

section.recent-project .project .owl-nav button.owl-next ::before {
  display: none;
}

section.recent-project .project .owl-nav button.owl-prev {
  background: #fff;
  position: absolute;
  left: -5px;
  top: 43%;
  color: #212020;
  font-size: 26px;
  border-radius: 0;
  width: 45px;
  height: 45px;
}

section.recent-project .project .owl-nav button.owl-prev:hover {
  color: #dcbc95;
}

section.recent-project .project .owl-nav button.owl-prev ::before {
  display: none;
}

section.recent-project .project .single-project {
  position: relative;
  overflow: hidden;
}

section.recent-project .project .single-project:hover::before {
  opacity: 0.702;
}

section.recent-project .project .single-project:hover .sp-text {
  bottom: 5%;
}

section.recent-project .project .single-project:hover .rp-icon {
  opacity: 1;
  bottom: 45%;
}

section.recent-project .project .single-project:hover .sp-img img {
  transform: scale(1.5);
}

section.recent-project .project .single-project::before {
  position: absolute;
  content: "";
  background-color: #171616;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.6s ease;
  z-index: 1;
}

section.recent-project .project .single-project .sp-img img {
  transform: scale(1);
  transition-duration: 3s, 0s;
}

section.recent-project .project .single-project .sp-text {
  position: absolute;
  bottom: -15%;
  text-align: left;
  left: 10%;
  transition: 0.6s ease;
  z-index: 1;
}

section.recent-project .project .single-project .sp-text h3 {
  color: #fff;
}

section.recent-project .project .single-project .sp-text p {
  color: #fff;
}

section.recent-project .project .single-project .rp-icon {
  position: absolute;
  bottom: 55%;
  font-size: 35px;
  opacity: 0;
  left: 45%;
  color: #fff;
  transition: 0.6s ease;
  z-index: 1;
}

section.recent-project.dark .recent-pro-top h2.rp-tittle {
  color: #2c2b2b;
  z-index: -1;
}

section.mextreo-blog {
  position: relative;
  padding-top: 50px;
}

section.mextreo-blog .mex-blog-top {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  z-index: 1;
}

section.mextreo-blog .mex-blog-top h2.mb-tittle {
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 193px;
  text-transform: uppercase;
  top: -25%;
  left: 22%;
  color: #f8f8f8;
  z-index: -1;
}

/* section.mextreo-blog .mex-blog-top .ht-tittle::after {
  position: absolute;
  content: "";
  background: #002e52;
  height: 2px;
  width: 60px;
  right: -75%;
  top: 35%;
} */

section.mextreo-blog .single-blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

section.mextreo-blog .single-blog:hover img {
  transform: scale(1.5);
}

section.mextreo-blog .single-blog:hover .sb-content {
  margin-left: 5%;
}

section.mextreo-blog .single-blog img {
  transform: scale(1);
  transition: all 1.5s ease;
}

section.mextreo-blog .single-blog .sb-content {
  position: relative;
  width: 90%;
  margin-left: 10%;
  background: #fff;
  padding: 20px;
  margin-top: -20%;
  transition: all 0.9s ease;
}

section.mextreo-blog .single-blog .sb-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.6s ease;
}

section.mextreo-blog .single-blog .sb-content h3:hover {
  color: #00b5f0;
}

section.mextreo-blog.dark .mex-blog-top h2.mb-tittle {
  color: #2c2b2b;
}

/*===============Recent project================*/
/*=================Blog Details Style=============*/
section.blog-details {
  margin-top: 150px;
}

section.blog-details .blog-details-wrapper {
  position: relative;
}

section.blog-details .blog-details-wrapper .blog-meta {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list {
  position: relative;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li {
  font-family: "Poppins", sans-serif;
  margin-right: 20px;
  color: #272b2e;
  font-size: 16px;
}

section.blog-details
  .blog-details-wrapper
  .blog-meta
  ul.meta-list
  li:first-child
  a {
  color: #272b2e;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li i {
  margin-right: 10px;
  color: #dcbc95;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a {
  color: #878787;
  padding-left: 8px;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a:hover {
  color: #00b5f0;
}

section.blog-details .blog-details-wrapper .blog-text {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .blog-text h3 {
  font-size: 30px;
}

section.blog-details .blog-details-wrapper .blog-text p {
  padding: 10px 0px !important;
  color:#000 !important;
}

section.blog-details .blog-details-wrapper .blog-text .gift-info {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  z-index: 1;
  padding: 40px 90px;
}

section.blog-details
  .blog-details-wrapper
  .blog-text
  .gift-info
  i.flaticon-left-quote {
  position: absolute;
  left: 20px;
  font-size: 160px;
  top: 59px;
  z-index: -1;
  color: #f1f1f1;
}

section.blog-details .blog-details-wrapper .blog-text .gift-info span {
  display: block;
  margin-top: 15px;
}

section.blog-details .blog-details-wrapper .comment-details {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .comment-details h3 {
  margin-bottom: 40px;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment {
  position: relative;
  display: flex;
  width: 100%;
  background: #f7f7f7;
  padding: 25px;
  border-bottom: 1.5px solid #d7d7d7;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text {
  position: relative;
  margin-left: 20px;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  h6 {
  font-size: 16px;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  p {
  /* padding: 28px 24% 30px 0px; */
  padding-bottom: 8px;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  a.reply {
  background: #222222;
  padding: 2px 20px;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  transition: 0.5s ease;
}

section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  a.reply:hover {
  background: #00b5f0;
}

section.blog-details .blog-details-wrapper .comment-details .sc-2 {
  border-bottom: none;
  padding-left: 10%;
}

section.blog-details .blog-details-wrapper .take-comment {
  position: relative;
  margin-top: 50px;
}

section.blog-details .blog-details-wrapper .take-comment h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

section.blog-details .blog-details-wrapper .take-comment input.cp1 {
  position: relative;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #f3f3f3;
  border: none;
}

section.blog-details .blog-details-wrapper .take-comment textarea.cp1 {
  font-size: 14px;
  padding: 25px 20px;

  margin-bottom: 40px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}

section.blog-details .blog-details-wrapper .take-comment .checkbox input {
  height: 20px;
  width: 20px;
}

section.blog-details .blog-details-wrapper .take-comment .checkbox span {
  letter-spacing: 0;
}

section.blog-details .blog-details-wrapper .take-comment button {
  padding: 12px 45px;
  background: #00b5f0;
  border: 0;
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease;
  text-transform: uppercase;
  border: 1px solid #00b5f0;
  margin: 20px auto;
  font-size: 16px;
}

section.blog-details .blog-details-wrapper .take-comment button:hover {
  background: transparent;
  color: #00b5f0;
  border: 1px solid #00b5f0;
}

section.blog-details .blog-sideber {
  position: relative;
}

section.blog-details .blog-sideber .searchbox {
  position: relative;
  width: 100%;
}

section.blog-details .blog-sideber .searchbox form {
  position: relative;
  width: 100%;
}

section.blog-details .blog-sideber .searchbox form .form-control {
  padding: 20px 10px;
  font-size: 14px;
  color: #d7d7d7;

  border-color: #d7d7d7;
}

section.blog-details .blog-sideber .searchbox form .btn-outline-secondary {
  color: #ffffff;
  background-color: #222222;
  background-image: none;
  border-color: #d7d7d7;
  padding: 0px 20px;
  font-size: 20px;
  transition: 0.5s ease;
}

section.blog-details
  .blog-sideber
  .searchbox
  form
  .btn-outline-secondary:hover {
  background-color: #dcbc95;
}

section.blog-details .blog-sideber .catagory {
  margin-top: 15px;
  background-color: white;
  box-shadow: -1.035px 3.864px 11.96px 1.04px rgba(232, 235, 234, 0.52);
  padding: 0px 20px;
}

section.blog-details .blog-sideber .catagory h3 {
  padding: 10px 0px;
}

section.blog-details .blog-sideber .catagory ul {
  display: inline-grid;
  width: 100%;
}

section.blog-details .blog-sideber .catagory ul li {
  padding: 10px 0px;
  border-top: 1px solid #ebebeb;
}

section.blog-details .blog-sideber .catagory ul li a {
  color: #878787;
  text-decoration: none;

  font-weight: 300;
  font-size: 15px;
  transition: 0.3s ease;
}

section.blog-details .blog-sideber .catagory ul li a:hover {
  color: #00b5f0;
}

section.blog-details .blog-sideber .catagory ul li span {
  font-family: sans-serif;
  float: right;
  font-size: 14px;
  background: #ececec;
  border-radius: 50%;
  padding: 6px;
}

section.blog-details .blog-sideber .recent-post {
  position: relative;
  /* margin-top: 20px; */
}

section.blog-details .blog-sideber .recent-post .single-recent-blog {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #e1e1e1;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-img {
  position: relative;
  /* width: 40%; */
}

section.blog-details
  .blog-sideber
  .recent-post
  .single-recent-blog
  .srb-img
  img {
  width: auto;
  max-width: unset;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text {
  position: relative;
  padding-left: 15px;
}

section.blog-details
  .blog-sideber
  .recent-post
  .single-recent-blog
  .srb-text
  h5 {
  font-size: 14px;
}

.padd-both-15 {
  padding: 0 15px;
}

section.blog-details
  .blog-sideber
  .recent-post
  .single-recent-blog
  .srb-text
  span {
  color: #888;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

section.blog-details .blog-sideber .tag {
  position: relative;
  text-align: left;
  margin-top: 50px;
}

section.blog-details .blog-sideber .tag h3 {
  font-size: 22px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

section.blog-details .blog-sideber .tag ul {
  position: relative;
  margin-top: 15px;
}

section.blog-details .blog-sideber .tag ul li {
  border: 1px solid;
  display: inline-block;
  background-color: #ffffff00;
  margin-top: 10px;
  margin-right: 5px;
  transition: 0.3s ease;
  background-color: white;
  box-shadow: 0px 1px 8.28px 0.72px rgba(232, 235, 234, 0.82);
}

section.blog-details .blog-sideber .tag ul li a {
  color: #888;
  font-size: 14px;
  padding: 10px 18px;
  display: block;
  transition: 0.5s ease;
}

section.blog-details .blog-sideber .tag ul li a:hover {
  background: #222222;
  color: #fff;
}

/*=================End Blog Details Style=============*/
/*--------------- Partner Section Style-------------------*/
section.partner {
  position: relative;
  padding: 130px 0px;
}

section.partner .single-partner {
  position: relative;
  display: inline-block;
  /* margin-left: 70px; */
  cursor: pointer;
}

section.partner .single-partner:first-child {
  margin-left: 0;
}

section.partner .single-partner:hover img {
  filter: opacity(1);
}

section.no-opacity .single-partner img {
  filter: opacity(1) !important;
}

section.partner .single-partner img {
  width: 280px;
  filter: opacity(0.5);
  transition: 0.5s ease;
  padding: 15px;
}

/*---------------End  Partner Section Style-------------------*/
/*===================project gallery===========================*/
section.project-gallery {
  position: relative;
  margin-top: 160px;
}

section.project-gallery .portfolio-img {
  position: relative;
  overflow: hidden;
  margin: 15px auto;
}

section.project-gallery .portfolio-img:hover::before {
  opacity: 0.702;
}

section.project-gallery .portfolio-img:hover .sp-text {
  bottom: 8%;
}

section.project-gallery .portfolio-img:hover .rp-icon {
  opacity: 1;
}

section.project-gallery .portfolio-img::before {
  position: absolute;
  content: "";
  background-color: #171616;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.6s ease;
  z-index: 1;
}

section.project-gallery .portfolio-img .sp-text {
  position: absolute;
  bottom: -20%;
  text-align: left;
  left: 10%;
  transition: 0.6s ease;
  z-index: 1;
}

section.project-gallery .portfolio-img .sp-text h3 {
  color: #fff;
}

section.project-gallery .portfolio-img .sp-text p {
  color: #fff;
}

section.project-gallery .portfolio-img .rp-icon {
  position: absolute;
  bottom: 45%;
  font-size: 35px;
  opacity: 0;
  left: 45%;
  color: #fff;
  transition: 0.6s ease;
  z-index: 1;
}

/*===================End project gallery===========================*/
/*=================Service Section Style======================*/
section.mextreo-service {
  position: relative;
  padding-top: 210px;
  z-index: 1;
  overflow: hidden;
}

section.mextreo-service .m-s-content {
  position: relative;
}

section.mextreo-service .m-s-content h2.ms-tittle {
  /* text-transform: uppercase; */
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 193px;
  top: -7%;
  left: -60%;
  color: #f8f8f8;
  z-index: -1;
}

section.mextreo-service .m-s-content p {
  padding: 30px 0px;
  text-align: justify;
}

section.mextreo-service .single-service {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  margin: 15px auto;
  text-align: center;
  box-shadow: 0.707px 0.707px 5.52px 0.48px rgba(232, 235, 234, 0.68);
  transition: 0.5s ease;
  background: #002e52;
  border-radius: 6px;
}

section.mextreo-service .single-service:hover {
  box-shadow: 1.91px 10.833px 67.16px 5.84px rgba(232, 235, 234, 0.71);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

section.mextreo-service .single-service .service-icon {
  font-size: 90px;
  color: #dcbc95;
  padding-top: 38px;
  display: inline-block;
}

section.mextreo-service .single-service h3 {
  padding-top: 20px;
}

section.mextreo-service .si-1 {
  display: inline-block;
  margin-top: 60px !important;
}

section.mextreo-service .si-2 {
  display: inline-block;
  margin-top: -60px !important;
}

section.mextreo-service.dark {
  position: relative;
}

section.mextreo-service.dark .m-s-content {
  position: relative;
}

section.mextreo-service.dark .m-s-content h2.ms-tittle {
  color: #2c2b2b;
}

section.mextreo-service.dark .single-service {
  background: #302f2f;
  box-shadow: none;
}

section.mextreo-service.dark .single-service:hover {
  box-shadow: 1.91px 10.833px 67.16px 5.84px rgba(96, 99, 98, 0.71);
}

section.mextreo-service.dark .single-service h3 {
  color: #fff;
}

/*=================Service Section Style======================*/
/*==============Error=================*/
section.error {
  position: relative;
  margin-top: 165px;
  text-align: center;
}

section.error .error-page {
  position: relative;
}

section.error .error-page h2 {
  margin: 40px auto;
}

section.error .error-page a.error-btn {
  position: relative;
  background: #dcbc95;
  padding: 16px 40px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;

  font-weight: 500;
  transition: 0.4s ease;
}

section.error .error-page a.error-btn:hover {
  background: #fdc480;
}

/*==============End Error=================*/
/*===============CommingSoon Page Style===================*/
section.commingsoon {
  position: relative;
  background-image: url(../img/commingsoon.jpg);
  padding: 100px 0px;
}

section.commingsoon::before {
  position: absolute;
  content: "";
  background-color: #181818;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.commingsoon .com-logo {
  max-width: 55%;
  margin: 100px auto;
}

section.commingsoon .comming-content {
  position: relative;
  text-align: center;
}

section.commingsoon .comming-content h1 {
  color: #fff;
  margin-bottom: 50px;
}

section.commingsoon .comming-content p {
  color: #fff;
}

section.commingsoon #clockdiv {
  display: inline-flex;
  position: relative;
  margin-left: -20px;
}

section.commingsoon #clockdiv .time {
  display: inline-block;
  width: 165px;
  padding: 60px 0px;
  text-align: center;
}

section.commingsoon #clockdiv .time span {
  font-size: 72px;
  color: #ffffff;
  font-weight: 700;
  line-height: 82px;
  font-family: "Chronicle Display";
}

section.commingsoon #clockdiv .time .smalltext {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

section.commingsoon #clockdiv .dot {
  font-size: 50px;
  color: #ffffff;
  padding: 100px 10px;
}

section.commingsoon .subscribe {
  position: relative;
  margin: auto;
  width: 100%;
}

section.commingsoon .subscribe form {
  width: 100%;
  display: flex;
}

section.commingsoon .subscribe form input.form-control {
  max-width: 78%;
  padding: 30px 15px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}

section.commingsoon .subscribe form .sub-btn {
  font-size: 16px;
  background: #dcbc95;
  padding: 0px 50px;
  border: none;
  border-radius: 0;
}

section.commingsoon .comming-social {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

section.commingsoon .comming-social ul {
  position: relative;
}

section.commingsoon .comming-social ul li {
  border-radius: 50%;
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: inline-block;
  transition: 0.3s ease;
  margin-left: 10px;
}

section.commingsoon .comming-social ul li:hover {
  background: #dcbc95;
}

section.commingsoon .comming-social ul li:hover a {
  color: #fff;
}

section.commingsoon .comming-social ul li a {
  font-size: 17px;
  color: #dcbc95;
  padding: 8px 8px;
  display: block;
  transition: 0.4s ease;
}

/*===============/CommingSoon Page Style===================*/
/*===================Faq Page Style======================*/
section.faq {
  position: relative;
  margin-top: 80px;
}

section.faq .card {
  border-radius: 0;
  margin-bottom: 30px;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

section.faq .card .card-header {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0;
  border-bottom: 0;
  border-color: #f7f7f7;
}

section.faq .card .card-header .accordion-toggle.collapsed {
  font-size: 18px;
  color: #000000;
  font-family: "Chronicle Display";
}

section.faq .card .card-header .accordion-toggle.collapsed .fa-chevron-up {
  display: none;
}

section.faq .card .card-header .accordion-toggle.collapsed .fa-chevron-down {
  display: block;
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 7px;
  color: #adadad;
}

section.faq .card .card-header .accordion-toggle {
  font-size: 18px;
  color: #000000;
}

section.faq .card .card-header .accordion-toggle .fa-chevron-down {
  display: none;
}

section.faq .card .card-header .accordion-toggle .fa-chevron-up {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 7px;
  color: #dcbc95;
}

section.faq .card .card-block {
  padding: 0px 20px;
  background-color: #f7f7f7;
}

section.faq .card .card-block p {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

section.custom-faq {
  position: relative;
  margin-top: 100px;
}

section.custom-faq .another-faq {
  position: relative;
}

section.custom-faq .another-faq h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

section.custom-faq .another-faq input.cp1 {
  position: relative;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #f3f3f3;
  border: none;
}

section.custom-faq .another-faq textarea.cp1 {
  font-size: 14px;
  padding: 25px 20px;

  margin-bottom: 40px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}

section.custom-faq .another-faq button {
  padding: 8px 25px;
  background: #dcbc95;
  border: 0;
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease;
  text-transform: uppercase;

  margin-bottom: 20px;
  font-size: 16px;
}

section.custom-faq .another-faq button:hover {
  background: #eab87b;
}

/*===================End Faq Page Style======================*/
/*====================Contact Page===================*/
section.g-map {
  position: relative;
}

section.g-map .map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 10px;
}

section.g-map .map div#googleMap {
  height: 100%;
  width: 100%;
}

/*====================/Contact Page===================*/
/*================Start Foooter Style======================*/
footer {
  /* background-image: url(../img/021.jpg); */
  position: relative;
  background-position: top;
}

footer .footer-full-div {
  padding-top: 40px;
  width: 100%;
  height: 100%;
  background-color: #002e52;
}

footer .footer-address p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}

.footer_main_heading::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #002e52;
  position: absolute;
  /* bottom: 7px; */
  bottom: 0px;
  left: 0;
}

.footer-address p {
  display: flex;
  align-items: start;
}

.footer-address p i {
  margin-right: 12px;
  padding-top: 4px;
}

.footer-address p span {
  flex: 1;
  line-height: 1.5;
}

footer .footer-form {
  background: #dddddd52;
  padding: 12px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}

footer .footer-form input,
footer .footer-form textarea,
footer .footer-form input:focus,
footer .footer-form textarea:focus {
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

footer .footer-form ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

/*================End Foooter Style======================*/
/* Animation style */
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@-webkit-keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes roket {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes roket {
  0% {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes years {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes years {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* End Animation style */
/*----------------------------------------*/
/*  Maxtreo RTL Style
/*----------------------------------------*/
html[dir="rtl"] rs-layer-wrap,
html[dir="rtl"] rs-mask-wrap,
html[dir="rtl"] rs-cbg-mask-wrap {
  transform-style: flat;
  perspective: 10000px;
  direction: ltr;
}

html[dir="rtl"] rs-sbg-px,
html[dir="rtl"] rs-sbg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  direction: ltr;
}

html[dir="rtl"] header.mextreo-header-area .logo-wrapper {
  text-align: right;
}

html[dir="rtl"] .side-panel {
  text-align: right;
}

html[dir="rtl"] section.mextreo-about .about-bg {
  left: 0;
  right: -40%;
}

html[dir="rtl"] section.mextreo-about .m-about-content {
  text-align: right;
  padding-right: 10%;
  padding-left: 10%;
}

html[dir="rtl"] section.mextreo-about .m-about-content h2 {
  padding-right: 0;
}

html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
  left: -55%;
}

html[dir="rtl"] section.mextreo-service .m-s-content {
  text-align: right;
}

html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
  left: -50px;
}

html[dir="rtl"] section.work-success .success-bg {
  right: 30%;
  left: -30%;
}

html[dir="rtl"] section.work-success .ws-content {
  text-align: right;
}

html[dir="rtl"] section.work-success .ws-content h3 {
  padding-right: 0;
  padding-left: 25%;
}

html[dir="rtl"] section.recent-project {
  direction: ltr;
}

html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
  left: 36%;
}

html[dir="rtl"] section.recent-project .project .single-project .sp-text {
  text-align: right;
  left: 0;
  right: 15%;
}

html[dir="rtl"] section.testimonial {
  direction: ltr;
}

html[dir="rtl"] section.testimonial .testimonial-slid2 {
  text-align: right;
}

html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
  left: 30%;
}

html[dir="rtl"] section.mextreo-blog .single-blog:hover .sb-content {
  margin-left: 0;
  margin-right: 5%;
}

html[dir="rtl"] section.mextreo-blog .single-blog .sb-content {
  text-align: right;
}

html[dir="rtl"] section.footer-details .footer-information .single-info {
  margin-left: 0;
  margin-right: 80px;
}

html[dir="rtl"] footer .footer-nav {
  text-align: left;
}

html[dir="rtl"] .sp-single-rp .ssrp-text span.date-meta i {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] section.mextreo-hero.dark .hero-2-content {
  margin-top: 80px;
  text-align: right;
}

html[dir="rtl"] .hero-social {
  left: unset;
  right: 5%;
}

html[dir="rtl"] section.mextreo-hero {
  overflow: hidden;
}

html[dir="rtl"] li.tel {
  position: absolute;
  right: unset;
  left: -220px;
}

html[dir="rtl"] header.mextreo-header-area .mextreo-menu .side-ber {
  right: unset;
  left: 0;
  top: 7px;
}

html[dir="rtl"] .side-panel {
  left: 0;
  right: unset;
  box-shadow: -14px 2px 8px 10px black;
}

html[dir="rtl"] .side-panel.hide {
  right: unset;
  left: -440px;
}

html[dir="rtl"] #main-menu {
  float: right;
}

html[dir="rtl"] section.error {
  direction: ltr;
}

html[dir="rtl"] section.error .error-page {
  direction: rtl;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content {
  padding-right: 0;
  padding-left: 13%;
  text-align: right;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img {
  position: relative;
  margin-left: unset;
  width: 145%;
  margin-right: 8%;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
  left: unset;
  top: 44%;
  right: -8%;
}

html[dir="rtl"] section.blog-details .blog-details-wrapper {
  text-align: right;
}

html[dir="rtl"]
  section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"]
  section.blog-details
  .blog-sideber
  .recent-post
  .single-recent-blog
  .srb-text {
  padding-left: 0;
}

html[dir="rtl"] section.blog-details .blog-sideber .catagory ul li span {
  float: left;
}

html[dir="rtl"] section.blog-details .blog-sideber {
  text-align: right;
}

html[dir="rtl"] section.commingsoon {
  direction: ltr;
}

html[dir="rtl"] section.commingsoon .comming-content {
  direction: rtl;
}

html[dir="rtl"] section.commingsoon #clockdiv {
  direction: rtl;
}

html[dir="rtl"] section.commingsoon .subscribe {
  direction: rtl;
}

html[dir="rtl"] section.mextreo-hero.inner .contact-details {
  left: 15%;
  text-align: right;
}

html[dir="rtl"] section.faq .card .card-block {
  text-align: right;
}

html[dir="rtl"] section.custom-faq .another-faq {
  text-align: right;
}

html[dir="rtl"] section.project-gallery .portfolio-img .sp-text {
  text-align: right;
  left: 0;
  right: 10%;
  width: 100%;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content ul li {
  padding-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content ul li::before {
  right: -20px;
}

html[dir="rtl"] section.architect .archit-img {
  margin-left: unset;
  margin-right: -35%;
}

html[dir="rtl"] section.architect .ab-arch-content {
  text-align: right;
}

html[dir="rtl"] section.interior .interior-img {
  margin-left: unset;
  width: 113%;
  margin-right: 10%;
}

html[dir="rtl"] section.recent-project .recent-pro-top .ht-tittle::after {
  right: -135%;
}

html[dir="rtl"] section.mextreo-blog .mex-blog-top .ht-tittle::after {
  right: -105%;
}

html[dir="rtl"] section.interior .ab-interior-content {
  text-align: right;
}

html[dir="rtl"]
  section.blog-details
  .blog-details-wrapper
  .comment-details
  .single-comment
  .sc-text
  p {
  padding: 28px 0 30px 0px;
}

html[dir="rtl"] section.blog-details .blog-sideber .tag ul {
  text-align: right;
}

html[dir="rtl"]
  section.blog-details
  .blog-sideber
  .recent-post
  .single-recent-blog {
  text-align: right;
}

/*----------------------------------------*/
/*  Maxtreo RTL Style END
/*----------------------------------------*/
/*----------------------------------------*/
/*  Maxtreo RTL Responsive Style
/*----------------------------------------*/
@media only screen and (max-width: 1715px) {
  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: -18%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 20%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 41%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 37%;
  }
}

@media only screen and (max-width: 1500px) {
  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 10%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 42%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 43%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 43%;
  }
}

@media only screen and (max-width: 1400px) {
  html[dir="rtl"] li.tel {
    left: -190px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 23%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 50%;
  }
}

@media only screen and (max-width: 1300px) {
  html[dir="rtl"] li.tel {
    left: -170px;
  }

  html[dir="rtl"] .hero-social {
    left: unset;
    right: 1%;
  }
}

@media only screen and (max-width: 1199px) {
  html[dir="rtl"] li.tel {
    left: -180px;
  }
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] li.tel {
    left: -120px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: -10%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 20%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 38%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 38%;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 0;
    right: 0;
  }

  html[dir="rtl"] .hero-social {
    right: 2%;
  }

  html[dir="rtl"]
    section.blog-details
    .blog-sideber
    .recent-post
    .single-recent-blog
    .srb-text {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .main-menu-btn {
    float: left;
  }

  html[dir="rtl"] section.work-success .ws-content .ws-t-year h2 {
    text-align: center;
  }

  html[dir="rtl"] section.work-success .ws-content h3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  html[dir="rtl"] footer .footer-nav {
    text-align: center;
  }

  html[dir="rtl"] header.mextreo-header-area .logo-wrapper {
    padding-top: 0px;
  }

  html[dir="rtl"] section.footer-details .footer-information .single-info {
    margin-left: 0;
    margin-right: 10px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img {
    position: relative;
    margin-left: unset;
    width: 100%;
    margin-right: 0;
  }

  html[dir="rtl"] section.architect .archit-img {
    margin-right: 0;
  }

  html[dir="rtl"] section.interior .interior-img {
    margin-left: unset;
    width: 100%;
    margin-right: 0;
  }

  html[dir="rtl"] section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"]
    section.blog-details
    .blog-details-wrapper
    .blog-meta
    ul.meta-list
    li
    i {
    margin-right: 0;
    margin-left: 10px;
  }

  html[dir="rtl"] section.mextreo-hero.inner .contact-details {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] section.mextreo-blog .mex-blog-top .ht-tittle::before {
    right: unset;
  }

  html[dir="rtl"] .ht-tittle::before {
    left: -70px;
    right: unset;
  }
}

@media only screen and (max-width: 480px) {
  html[dir="rtl"] section.footer-details .footer-information .single-info p {
    padding: 0;
  }

  html[dir="rtl"] section.mextreo-hero.dark .hero-2-content {
    margin-top: 30px;
  }

  html[dir="rtl"] section.commingsoon .subscribe form .sub-btn {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 360px) {
  html[dir="rtl"] section.commingsoon #clockdiv {
    margin-left: 25px;
  }
}

/*----------------------------------------*/
/*  Maxtreo RTL Responsive Style End
/*----------------------------------------*/
/*========================

Responsive Style

==========================*/
@media only screen and (max-width: 1715px) {
  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 140px;
    left: -30%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 140px;
    left: -40%;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 140px;
    left: 22%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 140px;
    left: 28%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 136%;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 128%;
  }

  section.interior .interior-img {
    margin-left: 15%;
  }

  section.architect .archit-img {
    margin-left: -32%;
    width: 100%;
  }
}

@media only screen and (max-width: 1499px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 100px;
    left: -30%;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 100px;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 100px;
    left: 30%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 100px;
    left: 35%;
  }

  li.tel {
    right: 15%;
  }

  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 115% !important;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 117%;
    margin-left: 0;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 109%;
  }

  section.interior .interior-img {
    margin-left: 5%;
    width: 110%;
  }

  section.architect .archit-img {
    margin-left: -18%;
  }

  section.project-gallery {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 84px;
    left: -20%;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 84px;
    left: -20%;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 84px;
    left: 25%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 84px;
    left: 38%;
  }

  section.testimonial .client-quota {
    font-size: 340px;
  }

  li.tel {
    right: 10%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 109%;
  }

  .hero-social ul li a {
    font-size: 15px;
  }

  .hero-social ul li {
    padding: 12px 0px;
  }

  section.mextreo-hero.dark .hero-2-content p {
    padding: 20px 0px 40px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 10%;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 100%;
    margin-top: 10px;
  }

  /* section.mextreo-hero.inner .hero-content {
    margin-top: 40px;
  } */

  section.interior .interior-img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 130% !important;
  }

  li.tel {
    right: 5%;
  }

  .dark h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 14px 16px;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 5%;
    padding-left: 8%;
  }

  .mar-bot-140 {
    margin-bottom: 40px;
  }

  .mar-top-140 {
    margin-top: 50px;
  }

  section.architect .archit-img {
    margin-left: -10%;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-mint a .sub-arrow {
    display: none;
  }

  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 138% !important;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    left: -10%;
  }
}

@media only screen and (min-width: 1199px) {
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 14px 12px;
    font-size: 12px;
  }

  section.mextreo-about .m-about-content h2 {
    padding-right: 0;
    font-size: 36px;
    line-height: 42px;
  }

  section.work-success .ws-content h3 {
    padding-right: 4%;
  }

  section.testimonial .testimonial-slid3 {
    margin-left: 18%;
    width: 100%;
  }

  section.mextreo-blog .single-blog .sb-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  section.partner {
    padding: 70px 0px;
  }

  .single-partner {
    width: 100%;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    left: 30%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 36%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
  }

  section.work-success.dark .ws-content h3 {
    padding-right: 0;
  }

  .mar-bot-140 {
    margin-bottom: 40px;
  }

  .mar-top-140 {
    margin-top: 40px;
  }

  section.product {
    padding: 150px 0px 100px;
  }

  section.architect {
    padding-top: 100px;
  }

  h2 {
    font-size: 37px;
    line-height: 46px;
  }

  section.blog-details .blog-sideber .catagory ul li a {
    font-size: 14px;
  }

  section.blog-details .blog-sideber .catagory ul li {
    padding: 15px 0px;
  }

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 40px;
  }

  section.blog-details
    .blog-sideber
    .recent-post
    .single-recent-blog
    .srb-text
    h5 {
    line-height: 20px;
  }

  .custom-padding {
    padding-bottom: 280px !important;
  }

  .page-settings {
    top: 200px;
  }
}

@media only screen and (max-width: 1091px) {
  section.mextreo-hero.inner .hero-content {
    padding-right: 5%;
    padding-left: 10%;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1043px) {
  section.hero-3::before {
    height: 118%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .sm-mint a {
    font-size: 10px;
  }

  .sm-mint a .sub-arrow {
    display: none;
  }

  section.mextreo-blog .single-blog .sb-content h3 {
    font-size: 13px;
    line-height: 22px;
  }

  section.mextreo-blog .single-blog .sb-content p {
    font-size: 10px;
    line-height: 20px;
  }

  section.mextreo-blog .single-blog .sb-content {
    padding: 10px;
  }

  section.blog-details .blog-sideber .recent-post .single-recent-blog {
    display: block;
  }

  section.blog-details
    .blog-sideber
    .recent-post
    .single-recent-blog
    .srb-text {
    padding-left: 0;
    padding-top: 15px;
  }

  section.blog-details .blog-sideber .catagory ul li a {
    font-size: 12px;
  }

  section.blog-details .blog-sideber .catagory ul li span {
    font-size: 12px;
    padding: 4px;
  }

  section.mextreo-hero.inner .contact-details {
    left: 0%;
  }
}

@media only screen and (max-width: 991px) {
  #rev_slider_22_1_wrapper .persephone.tparrows {
    display: none;
  }

  section.work-success .success-bg {
    top: 2%;
    right: -20%;
    margin-left: 15px;
  }

  /* section.work-success .ws-content h3 {
    padding-right: 0;
    font-size: 27px;
    line-height: 36px;
  } */

  section.testimonial .testimonial-slid1 {
    margin-left: -30%;
    width: 115%;
  }

  section.testimonial .testimonial-slid2 p {
    font-size: 15px;
    line-height: 25px;
  }

  section.mextreo-about {
    padding-top: 200px;
  }

  section.mextreo-about .m-about-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  section.mextreo-service {
    padding-top: 180px;
  }

  section.work-success {
    padding-top: 100px;
  }

  /* section.recent-project {
    padding-top: 120px;
  } */

  section.testimonial {
    padding-top: 150px;
  }

  section.testimonial .client-quota {
    font-size: 250px;
  }

  /* section.mextreo-blog {
    padding-top: 120px;
  } */

  .single-partner {
    width: 50px;
  }

  section.mextreo-service .single-service h3 {
    font-size: 16px;
  }

  section.footer-details .footer-information .single-info p {
    font-size: 11px;
  }

  footer .footer-nav ul li a {
    font-size: 12px;
  }

  footer .footer-nav ul li {
    font-size: 12px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 0;
  }

  .dark .btn-1 {
    padding: 12px 22px;
  }

  section.testimonial.dark .testimonial-slid2 .owl-dots {
    right: 15%;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    padding-left: 0;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 0px;
  }

  section.blog-details .blog-details-wrapper .take-comment .checkbox span {
    font-size: 12px;
  }

  section.blog-details .blog-details-wrapper .blog-text .gift-info {
    padding: 20px 28px;
  }

  section.commingsoon #clockdiv {
    margin-left: -150px;
  }

  .custom-padding {
    padding-bottom: 120px !important;
  }

  .page-settings {
    top: 150px;
  }
}

/*--Max-width :991px----------*/
@media only screen and (max-width: 850px) {
  .sm-mint a {
    font-size: 10px;
    padding: 14px 9px;
  }

  .hero-social {
    left: 3%;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 15px;
  }
}

/*===========Max-width : 867px---------------*/
@media only screen and (max-width: 767px) {
  .sm-mint a {
    color: black;
    padding: 14px 10px;
    font-size: 12px;
  }

  .sm-mint {
    padding: 31px 20px;
  }

  #main-menu {
    position: fixed;
    max-height: 383px;
    border-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    top: 65px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }

  header.mextreo-header-area .mextreo-menu .side-ber {
    display: none;
  }

  li.tel {
    display: none;
  }

  section.mextreo-about {
    padding-top: 150px;
  }

  section.mextreo-about .about-bg {
    display: none;
  }

  .m-about-img {
    margin-top: 80px;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    top: -9%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -10%;
  }

  section.mextreo-service .si-2 {
    margin-top: 15px !important;
  }

  section.work-success .ws-content {
    text-align: center;
  }

  section.work-success .ws-content .ws-t-year img {
    left: 0;
  }

  section.work-success .success-bg {
    display: none;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    left: 20%;
  }

  section.testimonial .testimonial-slid1 {
    margin-left: 0;
    width: 100%;
  }

  section.testimonial .client-quota {
    font-size: 175px;
    top: 37%;
  }

  section.testimonial .testimonial-slid3 {
    margin-left: 0;
  }

  section.testimonial .owl-dots {
    right: 12%;
  }

  section.testimonial .testimonial-slid2 .owl-nav {
    right: 0%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 26%;
  }

  section.partner .single-partner {
    margin-left: 30px;
    width: 100%;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 30px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    max-width: unset;
    width: auto;
  }

  footer .footer-nav {
    text-align: center;
  }

  .scroll-top.open {
    bottom: 80px;
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 13px;
  }

  .btn-1 {
    font-size: 14px;
    padding: 12px 30px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 0px;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
    margin-top: 70px;
  }

  section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
    display: none;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 50px;
  }

  section.mextreo-hero.inner .hero-inner-img {
    margin-left: 0;
  }

  section.mextreo-about.pt-res-50 {
    padding-top: 50px;
  }

  section.architect {
    padding-top: 60px;
  }

  section.architect .archit-img {
    margin-left: 0;
    margin-top: 60px;
  }

  section.interior {
    padding-top: 100px;
  }

  section.interior .interior-img {
    margin-left: 0;
    margin-top: 60px;
  }

  section.mextreo-about.product {
    padding-top: 100px;
  }

  section.product .mb-pro {
    margin-top: 15%;
  }

  /* section.blog-details {
    margin-top: 100px;
  } */

  section.blog-details
    .blog-details-wrapper
    .comment-details
    .single-comment
    .sc-text
    p {
    padding: 28px 0% 30px 0px;
  }

  section.mextreo-hero.inner .contact-details {
    height: auto;
    /* padding: 50px; */
    position: relative;
    /* padding-left: 50px; */
    padding-bottom: 20px;
    /* top: 60px; */
    width: 100%;
    left: 0;
    margin-bottom: 25px;
  }
  /*section.mextreo-hero.inner .contact-details {*/
  /*  height: auto;*/
  /*  padding: 50px;*/
  /*  position: relative;*/
  /*  padding-left: 50px;*/
  /*  top: 60px;*/
  /*  width: 100%;*/
  /*  left: 0;*/
  /*  margin-bottom: 50px;*/
  /*}*/

  section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit {
    padding: 12px 30px;
  }

  section.blog-details .blog-details-wrapper .take-comment button {
    padding: 12px 30px;
  }

  /* section.blog-details .blog-sideber {
    margin-top: 50px;
  } */

  section.commingsoon .com-logo {
    max-width: 55%;
    margin: 0px auto 50px;
  }

  section.commingsoon #clockdiv {
    margin-left: 0;
  }

  section.commingsoon #clockdiv .time {
    width: 100px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 50px;
    line-height: 60px;
  }

  section.commingsoon #clockdiv .time .smalltext {
    font-size: 14px;
  }

  section.commingsoon #clockdiv .dot {
    font-size: 40px;
    padding: 82px 10px;
  }

  .custom-padding {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 615px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    left: 0;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    left: 0;
  }

  .hero-social {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 65px;
  }

  .ht-tittle::before {
    left: unset;
    right: -65px;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -11%;
    font-size: 65px;
  }

  section.recent-project .recent-pro-top .ht-tittle::before {
    left: -70px;
  }

  /* section.mextreo-about {
    padding-top: 100px;
  }

  section.mextreo-service {
    padding-top: 120px;
  }

  section.work-success {
    padding-top: 80px;
  } */

  section.mextreo-blog .mex-blog-top .ht-tittle::before {
    left: -70px;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 70px;
    left: 30%;
  }

  header.mextreo-header-area .logo-wrapper {
    padding-top: 0px;
  }

  /*footer {*/
  /*  padding-bottom: 30px;*/
  /*}*/

  section.mextreo-hero.dark .hero-2-content {
    margin-top: 36px;
  }

  section.faq .card .card-header .accordion-toggle.collapsed {
    font-size: 16px;
  }

  rs-layer#slider-22-slide-33-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-33-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-34-layer-2 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-34-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-35-layer-2 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-35-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-36-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-36-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-37-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-37-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  section.mextreo-hero .hero-slide {
    height: 250px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 250px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 250px !important;
  }

  a#slider-22-slide-33-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-33-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-33-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-33-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  a#slider-22-slide-36-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-36-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-36-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-36-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  a#slider-22-slide-37-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-37-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-37-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-37-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  rs-layer-wrap.rs-parallax-wrap.rs-forcehidden {
    top: 20px !important;
  }

  .page-settings {
    top: 100px;
  }

  .page-settings {
    padding: 12px 15px;
  }

  .page-settings {
    left: -120px;
  }

  .pgs-box a {
    font-size: 10px;
    padding: 10px 7px;
  }
}

@media only screen and (max-width: 512px) {
  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 70px;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 20px;
  }

  /* header.mextreo-header-area .logo-wrapper img {
    width: 40%;
  } */

  section.partner .single-partner {
    margin-left: 25px;
  }

  header.mextreo-header-area {
    padding: 14px 0px;
  }

  section.footer-details .footer-information .single-info p {
    font-size: 10px;
  }

  section.commingsoon #clockdiv .time {
    width: 80px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 40px;
    line-height: 50px;
  }

  section.commingsoon #clockdiv .time .smalltext {
    font-size: 12px;
  }
}

@media only screen and (max-width: 482px) {
  /* section.partner .single-partner {
    display: flex;
    margin: 20px auto;
  } */

  /* section.partner .single-partner:first-child {
    margin-left: inherit;
    margin: 30px auto;
  } */

  /* .single-partner {
    width: 80px;
  } */

  /* section.partner .single-partner img {
    max-width: unset;
  } */

  .single-partner {
    width: 100%;
    /* padding-left: 40px; */
  }

  section.footer-details .footer-information {
    display: inline-block;
  }

  section.footer-details .footer-information .single-info h5 {
    margin-bottom: 5px;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  section.footer-details .subscribe form .form-control {
    padding: 25px;
  }

  section.footer-details .subscribe form .sub-btn {
    padding: 10px 10px;
    font-size: 14px;
  }

  div#preloader {
    background-size: contain;
  }

  section.footer-details .footer-information {
    padding-bottom: 50px;
  }

  /* section.mextreo-hero.inner {
    padding-top: 60px;
  } */

  section.blog-details .blog-details-wrapper .take-comment .checkbox span {
    font-size: 11px;
  }

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 38px;
    font-size: 26px;
  }

  h5 {
    font-size: 15px;
    line-height: 23px;
  }

  section.error {
    margin-top: 120px;
  }

  section.mextreo-hero .hero-slide {
    height: 230px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 230px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 230px !important;
  }
}

@media only screen and (max-width: 434px) {
  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 25%;
  }

  section.work-success.dark .ws-content .ws-text .knockout {
    font-size: 230px;
    line-height: 230px;
  }

  section.work-success.dark .ws-content h3 {
    font-size: 30px;
    line-height: 43px;
  }

  section.mextreo-hero.dark .hero-2-content {
    margin-top: 20px;
  }

  section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a {
    color: #878787;
    padding-left: 5px;
    font-size: 12px;
  }

  section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li {
    margin-right: 10px;
  }

  .form-check-inline .form-check-input {
    margin-top: -24px;
  }

  section.commingsoon #clockdiv .time {
    width: 70px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 402px) {
  h2 {
    font-size: 35px;
  }

  footer .footer-nav ul li a {
    font-size: 10px;
  }

  footer .footer-nav ul li {
    font-size: 10px;
    padding: 0px 0px;
  }

  footer .footer-nav ul li a {
    font-size: 10px;
  }

  /* footer {
    padding-bottom: 20px;
    padding-top: 20px;
  } */

  /* section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 55px;
    top: -4%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -6%;
    font-size: 55px;
  } */

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 55px;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 55px;
  }

  section.commingsoon #clockdiv .time {
    width: 60px;
  }

  section.mextreo-hero .hero-slide {
    height: 200px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 200px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 200px !important;
  }

  a#slider-22-slide-37-layer-9 {
    font-size: 13px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-37-layer-10 {
    font-size: 13px !important;
  }

  a#slider-22-slide-37-layer-11 {
    font-size: 13px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-37-layer-12 {
    font-size: 13px !important;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 388px) {
  section.footer-details .subscribe form .sub-btn {
    font-size: 12px;
  }

  section.footer-details .subscribe form .sub-btn {
    font-size: 12px;
  }

  section.partner {
    padding: 50px 0px;
    padding-bottom: 10px;
  }

  section.testimonial {
    padding-top: 100px;
  }

  section.work-success .ws-content .ws-t-year h2 {
    font-size: 200px;
    line-height: 210px;
  }

  section.work-success.dark .ws-content h3 {
    font-size: 26px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 375px) {
  /* h2 {
    font-size: 30px;
    line-height: 37px;
  } */

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 30px;
    font-size: 20px;
  }

  rs-layer#slider-22-slide-33-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-33-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  #slider-22-slide-36-layer-10 .fa-twitter {
    color: #fff !important;
  }

  rs-layer#slider-22-slide-34-layer-2 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-34-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-35-layer-2 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-35-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-36-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-36-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-37-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-37-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  section.mextreo-hero .hero-slide {
    height: 180px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 180px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 180px !important;
  }
}

@media only screen and (max-width: 359px) {
  section.commingsoon #clockdiv .time {
    width: 50px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 26px;
    line-height: 37px;
  }

  section.commingsoon #clockdiv .dot {
    font-size: 23px;
    padding: 77px 8px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*
--------------------------
- Custom Typography
--------------------------
*/

/*# sourceMappingURL=style.css.map */

/* INDEX  */
.bellaluce-index-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.footer-link-main ul li {
  display: block;
  padding: 2px 0 0 0px;
  line-height: 1.7;

  text-align: left;
}

.footer-link-main ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-link-main ul li a {
  color: #ffffff;
  font-size: 14px;
}

.footer-link-main ul li a:hover {
  color: #00b5f0;
}

.fotter-link-title-wrap {
  font-size: 25px;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}

.footer-form-button {
  color: #fff;
  background-color: #00b5f0;
  text-transform: capitalize;
  font-size: 17px;
  border: 0;
  margin-top: 10px;
}

.footer-details .mextreo-contact .form-group.mcfg .m-input {
  position: relative;
  font-size: 14px !important;
  padding: 15px 15px;
  color: #a3a3a3;

  font-weight: 500;
  border-bottom: 1px solid #c8c8c8;
}

.bellaluce-fotter-form {
  padding: 0 10px;
}

.bellaluce-footer-social-icon-wrap a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 1px 9px;
  margin-right: 10px;
}

.bellaluce-footer-social-icon-wrap a:hover {
  color: #00b5f0;
  border-color: #00b5f0;
}

.bellaluce-footer-social-icon-wrap {
  display: flex;

  padding-top: 15px;
}

.footer_main_heading {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: white;
  position: relative;
  font-weight: 400;
}

.footer-copyright {
  background-color: #0000008c;
  padding: 5px 0px;
}

.footer-copyright a {
  color: #00b5f0;
}

.footer-copyright a:hover {
  color: #e0e0e0;
}

.sm-mint .sm-nowrap > li > a {
  font-size: 14px !important;
  font-weight: 600;
}

.sm-mint ul {
  padding: 20px 10px !important;
}

.sm-mint ul a:hover {
  color: #00b5f0 !important;
}

.new_btn_1 {
  border: 1px solid #00b5f0;
  padding: 5px 30px;
  font-size: 13px !important;
  color: #00b5f0;
  background-color: #fff;
  /* border-radius: 60px; */
  color: #002e52;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  transition: 0.4s ease;
}
.mob-about-first-left {
  text-align: left; /* Aligns the button to the left */
}

.new_btn_1:hover {
  background-color: #00b5f0;
  color: #fff;
}

.new_btn_2 {
  border-radius: 30px !important;
}

.footer-address .fas.fa-phone {
  transform: rotate(98deg);
}

.new_btn_2:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.new_rs_layer:hover {
  color: #002e52 !important;
}

.hero-social a:hover {
  color: #002e52 !important;
}

.sm-mint ul {
  border-radius: 0px !important;
  overflow-y: scroll;
  height: 300px;
}

.img_project {
  height: 100% !important;
  width: 75px !important;
}

.footer-copyright {
  font-size: 13px;
  letter-spacing: 1px;
}

rs-layer-wrap rs-layer {
  padding-top: 100px;
}

.new_btn_2 {
  margin-top: 80px;
}

.counterimg {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                    url("../img/view-futuristic-lighting-lamp-design.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.overlay{
  position: absolute;
  position: relative;
    z-index: 2;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}



.counterimg-inner {
  background: #ffffff87;
  padding: 50px 0px;
  font-family: "Ubuntu", sans-serif;
}

.counterimg-inner h1,
h6 {
  font-family: "Ubuntu", sans-serif;
  color: white;
  position: relative;
}

/* product pages css */
.shop-sidebar-wrap h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;

  margin-bottom: 20px;
  /* margin-top: 30px; */
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.shop-sidebar-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #002e52;
}

.shop-sidebar-wrap .sidebar-widget-category li a {
  color: #474747;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.shop-sidebar-wrap .sidebar-widget-category li a span {
  float: right;
}

.sidebar-widget-category ul li {
  display: block !important;
}

.shop-sidebar-wrap .sidebar-widget-group h4 {
  font-size: 12px;
  letter-spacing: 1.2px;
  display: block;
  text-transform: capitalize !important;
  margin: 15px 0;
  line-height: 6px;
  font-weight: 500;
}

.sidebar-widget{
  border-radius: 8px !important;
}

.paddingN{
  padding: 0 !important;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
  height: 3px;
  margin: 20px 0 0;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
  border: 1px solid #002e52;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 15px;
  display: block;
}


.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  margin-left: 25px;
  display: block;
  color: #474747;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  z-index: 999;
  width: auto;
  top: 6px;
  left: 1px;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left {
  position: relative;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
  float: right;
}
/* .custom{
  height: 200px !important;
} */
.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}

.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #474747;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
}

.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #00b5f0;
  border-color: #00b5f0;
  color: #fff;
}

.shop-category-area .shop-top-bar {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 30px;
  background: #00b5f0;
  padding: 10px;
}

.d-flex {
  display: flex !important;
}

.shop-category-area .shop-top-bar p {
  margin: 0;
  color: #fff;
}

.align-items-center {
  align-items: center !important;
}

.shop-category-area .shop-top-bar p {
  margin: 0;
}

.shop-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background-color: #00b5f0;
  border-radius: 0;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: 250px;
  width: 300px;
}

.shop-select .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translate(-21px);
  transform: scale(0.75) translate(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 15;
  width: 100%;
  color: #212121;
}

.shop-select .nice-select:after {
  border: 0;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  height: auto;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  color: #474747;
  font-size: 16px;
}

.product {
  overflow: hidden;
  /* transition: box-shadow 0.3s; */
  /* border: 1px solid #002f527c; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important; */
}
.shop-bottom-area .product {
  background: white;
  border-radius: 10px;
  min-height: 300px !important;
  height: 25vh !important;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.mb-25px {
  margin-bottom: 25px;
}

.product .thumb {
  position: relative;
  overflow: hidden;
  height: 35vh !important;
  border-bottom: 1px solid #002f522a;
}

.product .thumb .image {
  position: relative;
  display: block;
  /* background: #ebebeb; */
  overflow: hidden;
}

.product .thumb .image img {
  z-index: 1;
  max-width: 100%;
  height: 230px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product:hover .thumb .image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(0deg);
}

.product .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.product .thumb .image img {
  z-index: 1;
  max-width: 100%;
  /*-webkit-transition: all 0.3s ease 0s;*/
  /*transition: all 0.3s ease 0s;*/
  /* min-height: 275px; */
  object-fit: contain;
}



.product .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product .thumb .badges span.new {
  background-color: #007a58;
}

.product .thumb .badges span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding: 0 7px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  color: #fff;
}

.product .thumb .add-to-cart:hover {
  color: #00b5f0;
  cursor: pointer;
}

.product .thumb .actions {
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .thumb .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #212121;
  border-radius: 50%;
  background-color: #fff;
}

.product .thumb .actions .action i {
  font-size: 14px;
  line-height: 1;
}

.product .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.product .thumb .actions .action + .action {
  margin-top: 10px;
}

.product .thumb .add-to-cart {
  display: block;
  width: 45%;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  text-align: center;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  font-weight: 600;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  color: #3f3f3f;
  opacity: 0;
  font-family: Raleway, sans-serif;
}

.product:hover .thumb .add-to-cart {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #fff;
}

.product .content .title {
  font-size: 14px;
  margin: 0px 0px 4px 0px;
  font-family: Montserrat, sans-serif;
}

.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount input {
  color: #474747;
  font-size: 14px;
  border: 0;
}

.product .content .title a {
  text-decoration: none;
  color: #1d1d1d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}

.product:hover .content .title a {
  color: #474747;
}

.product .content .price {
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.product .content .price span.new {
  color: #3f3f3f;
  font-weight: 500;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
  background: #002e52;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: 0;
  margin-top: -8px;
  border: 5px solid #002e52;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.border_product {
  border: 1px solid #ddd;
}

.breadcrumb-area {
  /* background-color: #f4f5f7; */
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0;
  background-size: cover;
  margin-top: 91px;
  background-image: url("../img/top-banner.png");
}

.breadcrumb-area .breadcrumb-title {
  font-weight: 600;
  line-height: 1.58;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.text-md-end {
  text-align: right !important;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}

.breadcrumb-area-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #00000080;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.product_specification li {
  line-height: 29px;
  display: block;
  margin: 0px;
  letter-spacing: 1px;
  font-size: 14px;
}

/* .product_specification li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00b5f0 ;
  margin-right: 7px;
} */

.proname {
  position: relative;
  margin-bottom: 10px;
  font-family: inherit;
}

.proname::after {
  content: "";
  width: 55px;
  height: 2.5px;
  background-color: #002e52;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.ps_left h3 {
  background-color: #002e52;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}

.specificationbox_outer_left {
  display: flex;
  padding: 15px 0px;
  margin: 9px 8px;
  margin-bottom: 40px;
  font-family: "Ubuntu", sans-serif;
}

.sp_inner {
  flex: 1;
  padding: 0px 15px;
}

.spinnerhead {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.sp_inner ul li {
  display: flex;
  margin-bottom: 7px;
}

.sp_inner ul li label {
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}

.sp_inner ul li span {
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
}

.specificationbox_outer {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 3px;
  padding: 15px 14px;
  margin: 0px;
  margin-bottom: 9px;
  margin-bottom: 9px;
  padding-bottom: 1px;
}

/* CSS BY AKASH STARTED */
.product-photo-color-wrapper {
  /* border: 1px solid #f6f6f6; */
  padding: 10px;
  margin-top: 5px;
}

.product-photo-color-wrapper .product-photo-color label,
.product-photo-color-wrapper .product-photo-dimension label {
  /* min-width: 170px; */
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  margin-right: 8px;
  font-size: 13px;
}

.product-photo-dimension {
  display: grid;
}

.product-photo-color-wrapper .product-photo-color {
  display: inherit;
}

.product-photo-color-wrapper .product-photo-color .color-wrapper span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  box-shadow: 0px 0px 3px #0000006b;
}

.download-pdf-list {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  padding-left: 15px;
}

.download-pdf-list a {
  display: block;
  margin-bottom: 14px;
  margin-right: 15px;
  color: #00b5f0;
  font-weight: 400;
}

.download-pdf-list a img {
  height: 36px;
  margin-right: 11px;
  width: auto;
}

.img_bg {
  background: #e3e2e2;
}

.singlepro {
  margin-bottom: 50px;
}

.td_style td input {
  height: 32px !important;
  font-family: inherit !important;
  font-size: 14px !important;
}

.contactfields ::placeholder {
  /* font-weight: 400; */
  font-size: 13px;
  color: lightgray;
}

.modelinput .contactfields {
  margin-bottom: 19px;
}

.contactfields {
  position: relative;
}

.contactfields span {
  background-color: #fff;
  padding: 0px 5px;
  position: absolute;
  left: 13px;
  top: -15px;
  font-size: 13px;
  /* color: #707070; */
  font-weight: 600;
  letter-spacing: 0;
}

.sm.sm-mint.new_sm_mint_nav li a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  margin-right: 30px;
}

.contactfields input,
.contactfields textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 10px;
  font-size: 13px;
}

.modelinput1 {
  border-bottom: 0;
  margin-bottom: 0;
}

.modelinput .contactfields {
  margin-bottom: 19px;
}

.contactfields {
  position: relative;
}

.project_modal {
  position: relative;
  padding: 15px;
}

.custom_pdf {
  background: #00b5f0;
  color: #fff;
  padding: 3px 10px;
  /* border-radius: 60px; */
  font-size: 13px;
  border: 1px solid #00b5f0;
}

.custom_pdf:hover {
  background-color: #fff !important;
  color: #00b5f0;
  border: 1px solid #00b5f0;
}

.sub_modal_header {
  background: #00b5f0;
}

.sub_modal_header_title {
  color: #fff !important;
  font-family: "Ubuntu", sans-serif;
}

.sub_modal_close {
  font-size: 30px;
  color: #fff !important;
  opacity: 1;
}

.responsivetableouter {
  margin-bottom: 20px;
  box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.table_th_style tr th {
  font-size: 13px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  border-bottom: 1px solid #dee2e6;
  color: #333;
}

.email_visit a {
  color: #00b5f0;
}

.gmap {
  padding-top: 15px;
}

.image-gallery {
  max-width: 320px;
  margin: 10px auto;
}

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
  /* border: 4px solid #ededed;
  box-shadow: 0 2px 25px rgb(0 0 0 / 20%); */
}

ul.thumbnails {
  /* margin: 0 auto; */
  display: flex;
  justify-content: start;
  align-items: center;
}

ul.thumbnails li {
  margin: 0 10px;
}

ul.thumbnails li a img {
  /* border: 1px solid #ffe2e3; */
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
  max-width: 120px;
}

.product-tab {
  border: 1px solid #eee;
  margin: 30px auto;
  border-radius: 0px;
  background-color: #fff;
  display: block;
}

.protabc li {
  display: inline-block;
}

ul.protabc-frame li a.current,
ul.protabc li a.current,
ul.protabc-vertical-frame li a.current {
  color: #00b3f0 !important;
}

.protabc li a {
  border: none;
  padding: 12px 14px;
  display: inline-block;
  font-size: 15px;
  z-index: 1;
  text-transform: capitalize;
  font-weight: 500;
  color: #333;
}

.protabc-frame-content,
.protabc-content {
  padding: 15px;
  /* border-top: 1px solid #e4e4e4; */
  letter-spacing: 0.5px;
  min-height: 181px;
}

.protabc-content p {
  color: #888;
  letter-spacing: 0.5px;
}

.protabc-content ul li {
  display: block;
}

.tab1_p p span {
  margin-left: 30px;
}

.s_menu.active {
  color: #00b5f0 !important;
}

.thumb_current {
  border: 1px solid #27333985;
}

.no-pad-left {
  padding-left: 0px;
}

.no-pad-right {
  padding-right: 0px;
}

.product-sp-section {
  padding: 3px;
  border: 1px solid #d5d5d5;
}

.product-sp-section .form-container {
  padding: 10px;
}

.clearfix:before {
  display: table;
  content: " ";
  clear: both;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.add-product-btn {
  position: relative;
  margin-top: 30px;
  background: transparent;
  padding: 5px 40px;
  font-weight: 500;
  color: #0c0c1f;
  border: 1px solid #0c0c1f;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
  width: 100%;
  font-size: 14px;
}

.add-product-btn:hover {
  color: #ffffff;
  background: #00b5f0;
  border-color: #00b5f0;
}

.add-product-btn:focus {
  border: 1px solid #0c0c1f;
}

.no-border-right {
  border-right: none !important;
}

.bg-form-1 {
  background: #f9f9f9;
}

/* start catelouge img section */
.effect.effect-nine img {
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
}

.effect.effect-nine:hover img {
  opacity: 0.6;
  transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
  -webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
}

.effect.effect-nine .tab-text h2 {
  font-family: Oswald;
  transform: scale3d(0.9, 0.9, 1);
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 2;
  position: relative;
  padding-top: 18%;
}

.effect.effect-nine:hover h2 {
  transform: scale3d(1, 1, 1);
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease-in-out;
}

.effect.effect-nine p {
  font-size: 0.8rem;
  padding: 10px 5px;
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;

  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
}

.effect.effect-nine:hover p {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  opacity: 1;
}

.effect.effect-nine .tab-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: inherit;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.effect.effect-nine:hover .tab-text:after {
  opacity: 1;
  top: 0;
  left: 0;
  border-top: 160px solid rgba(0, 0, 0, 0.5);
  border-left: 160px solid rgba(0, 0, 0, 0.5);
  border-bottom: 160px solid rgba(0, 0, 0, 0.5);
  border-right: 160px solid rgba(0, 0, 0, 0.5);
}

.effect.effect-nine .icons-block {
  z-index: 1000;
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
}

.effect.effect-nine .icons-block .social-icon-1,
.effect.effect-nine .icons-block .social-icon-2,
.effect.effect-nine .icons-block .social-icon-3 {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.effect.effect-nine:hover .social-icon-1 {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}

.effect.effect-nine:hover .social-icon-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 0.5s;
}

.effect.effect-nine:hover .social-icon-3 {
  opacity: 1;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.effect.effect-nine .icons-block i {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 7px;
  font-size: 1.2rem;
}

.effectTab-header .caption,
.effectTab-header .title {
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #555;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.effectTab-header .title {
  font-size: 36px;
  font-family: Oswald, sans-serif;
}

.effectTab-header .caption {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}

.effect {
  margin: auto;
  /* box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07); */
  background-color: #fff;
  /* border: 5px solid #f5f5f5; */
  /* box-shadow: 0.3rem 0.4rem 0.4rem rgb(0 0 0 / 40%);
  border-radius: 4px; */
}

.tab-container {
  padding: 50px 0;
}

.tab-head {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab .effect {
  position: relative;
  overflow: hidden;
  height: 300px;
  /* max-width: 350px; */
  background: #002e52;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 6px;
}

.tab .effect img {
  position: relative;
  display: block;
  min-height: 300px;
  opacity: 0.8;
}

.tab .effect .tab-text {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-text h2 {
  color: #00b5f0;
  margin: 0;
  font-size: 1.5rem;
}

.tab-text p {
  color: #00b5f0;
  margin: 0;
  font-size: 1rem;
}

/* emd catelouge img section */
.new_btn_2 {
  background: #00b5f0;
  color: #fff;
  border: 1px solid #00b5f0;
  padding: 1px 20px;
  font-size: 13px !important;
  /* border-radius: 60px; */
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  transition: 0.4s ease;
}

.new_btn_2:hover {
  background-color: transparent;
  color: #fff;
}

.cataloug_heading h2 {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  background: linear-gradient(3deg, #002e52, #002e528f);
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 10px;
  color: #fff;
}

.border {
  border: 1px solid #d7d7d7;
}

.bg-form-1 {
  background: #f6f9ff;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.diamension_img {
  width: 300px;
}

#sidebar-nav.sticky {
  position: sticky;
  top: 100px;
}

.clear {
  clear: both;
}

.controls_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  padding: 15px 10px;
  border-radius: 5px;
  color: #000;
}

.controls_icon:hover {
  color: #00b5f0;
  transition: 0.3s;
}

.controls_icon:active {
  color: grey;
}

#left-arrow {
  left: 10px;
}

#right-arrow {
  right: 10px;
}

/* new conatct us page */
.feature-box.icon-top-centered {
  text-align: center;
}

.feature-box.icon-top-centered,
.feature-box.icon-top-left {
  padding: 35px;
}

.feature-box.box-hovered {
  background: #fefefe;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 7%);
}

.feature-box {
  display: table;
  width: 100%;
  padding: 35px 0px;
  transition: 0.2s;
  background-color: #f5f5f5;
  position: relative;
}

.body-dark .feature-title,
.feature-box .feature-title {
  color: #6a6866 !important;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.feature-box p.feature-text {
  margin: 15px 0 0;
  font-size: 0.93em;
  line-height: 0.5em;
  color: #888;
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.contact2-abs {
  position: absolute;
  top: 217px;
  left: 126px;
}

.new_her_content {
  box-shadow: 0 2px 15px 0px rgb(0 0 0 / 7%);
  margin-top: 0px !important;
  padding: 10px 20px;
}

section.mextreo-hero.inner .new_her_content .mextreo-contact {
  margin-top: 0px !important;
}

section.mextreo-hero.inner_new {
  padding-top: 75px !important;
}

.searchlink img {
  width: 23px;
}

#searchdiv {
  top: 100%;
}

.searchpanel {
  position: fixed;
  width: 100%;
  right: 0%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9999;
}

#searchdiv #closemenu {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00b5f0;
  padding: 11px;
  border-bottom-left-radius: 14px;
  display: block;
}

#searchdiv #closemenu img {
  width: 24px;
}

.searchinner {
  text-align: center;
  margin-top: 190px;
  position: relative;
  z-index: 1;
  padding: 0px 10%;
}

.searchinner h2 {
  color: #00b5f0;
  margin-bottom: 30px;
}

.searchinput_div {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

#closemenu {
  display: none;
}

.searchinner input {
  width: 100%;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  border-radius: 17px;
  color: #fff;
  padding: 1px 15px;
  font-weight: 300;
  font-size: 22px;
  transition: all 0.8s ease 0s;
  padding: 1px 79px 1px 15px;
}

.searchinner a {
  position: absolute;
  right: 0px;
  background-color: #00b5f0;
  height: 66px;
  width: 70px;
  padding-top: 22px;
  top: 0px;
}

.searchinner a img {
  width: 24px;
}

.new_sm_mint_nav li a {
  padding: 14px !important;
}

.new_sm_mint_nav a .sub-arrow {
  right: 3px !important;
}

/* Testimonial start */
#demo {
  background: linear-gradient(112deg, #262626 50%, #7f7f7f 50%);
  /* max-width: 900px; */
  margin: auto;
}

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: rgba(78, 77, 77, 0.856);
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 2rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5rem;
  }
}

.carousel-caption img {
  /* width: 10rem; */
  border-radius: 5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption img {
    width: 4rem;
    border-radius: 4rem;
    margin-top: 1rem;
  }
}

#image-caption {
  font-style: normal;
  font-size: 15px;
  margin-top: 0.5rem;
  color: #fff;
}

.carousel-caption p {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 767px) {
  #image-caption {
    font-style: normal;
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
}

.fa_arow_icon i,
.fa_arow_icon_1 i {
  background-color: rgb(165 26 32);
  padding: 1.4rem;
}

@media (max-width: 767px) {
  i {
    padding: 0.8rem;
  }
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
  transition: none;
  opacity: unset;
}

/* Testimonial end */

.op-grid-item {
  height: 350px;
  /* background-image: url(../images/op-grid/DSC_1922.jpg); */
  /* background: green; */
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.op-grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.op-grid-item .op-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#07077f00 0%, #00020a3d 50%, #191919 100%);
}

.op-grid-content {
  padding: 20px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  /*transform: translateY(282px);*/
  overflow: hidden;
  bottom: -85px;
}

.op-grid-heading {
  width: 100%;
  height: auto;
  /* background: green; */
  border-left: 5px solid #00b5f0;
  padding-left: 10px;
  margin-bottom: 10px;
}

.op-grid-heading h3 {
  color: #fff;
  font-weight: 600;
}

.op-grid-text {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.op-grid-text p {
  color: #fff;
  text-align: justify;
  margin-bottom: 5px;
}

.op-grid-text .op-btn {
  background: #002e52;
  padding: 3px 9px;
  border-radius: 15px;
  color: #ffffff;
  width: fit-content;
  line-height: 22px;
  font-size: 14px;
  /* font-weight: 600; */
}

.op-grid-item:hover .op-grid-content {
  top: auto;
  transform: translateY(-70px);
}

.op-grid-item:hover .op-grid-text {
  opacity: 1;
}

.op-grid-bg img {
  height: 100%;
}

.color_red {
  color: #00b5f0;
  font-weight: 600;
}

.new_hero_img img:first-child {
  height: 550px;
  object-fit: cover;
}

.related_img img {
  height: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #aaaaaa;
}

.pro_used {
  margin-bottom: 20px;
  color: rgb(54, 53, 53);
}

.pro_used::after {
  content: "";
  border-bottom: 3px solid #00b5f0;
  width: 48px;
  display: block;
}

.row_margin_btn .row {
  margin-bottom: 40px;
}

.zoom {
  overflow: hidden;
  padding: 0;
}

.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}

.zoom img:hover {
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  z-index: 0;
}

.product-view-container {
  margin-top: 130px;
}

.project-operation-grid {
  margin-top: 50px;
}

.fancybox-thumbs__list a:before {
  border: 2px solid #ff5268 !important;
}

.searchlink {
  cursor: pointer;
}

.searchpanel #closemenu {
  cursor: pointer;
}

.createdatabase {
  background-color: #fff;
  border: 2px solid #9e9e9e73;
  min-width: 240px;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #000;
  margin-top: 10px;
  padding: 5px 30px;
  transition: all 0.2s ease 0s !important;
  margin-left: 7px;
  margin: auto;
  margin-top: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.createdatabase:hover {
  border: 2px solid #00b5f0;
  background-color: #00b5f0;
  color: #fff;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #00b5f0;
}

.modelinput {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}

.modelinput .contactfields {
  margin-bottom: 19px;
}

.contactfields {
  position: relative;
}

.contactfields input,
.contactfields textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-header .close {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  margin-top: -10px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #fff;
}

.modal-dialog-new .modal-dialog {
  width: 70%;
  max-width: unset;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer button {
  border: 1px solid #00b5f0;
  background-color: #00b5f0;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}

.modal-footer button:hover {
  border: 1px solid #00b5f0;
  background-color: #fff;
  color: #00b5f0;
}

.myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #efefef;
  padding: 5px;
  text-decoration: none;
  font-size: 12px;
  color: black;
  display: block;
  border-radius: 4px;
}

.table tr:nth-child(2) td {
  border-top: 1px solid #f1f1f1;
}

.myUL li {
  width: 100%;
  margin-top: 5px;
}

.selBgCls {
  /* background: linear-gradient(225deg, rgb(255, 192, 172) 0%, rgb(210, 35, 42) 100%); */
  background-color: #00b5f0 !important;
  color: #ffffff !important;
  border-radius: 4px;
}

/* ***************** 17/5/22 **************** */
.fix-height {
  height: 450px;
  object-fit: cover;
}

.carousel-caption img {
  height: 60px;
  width: 60px;
}

/* .height-fix-testimonial {
  height: 300px;
} */
.brand-fix-height {
  height: 100%;
  object-fit: cover;
}

.brand-fix-height-page {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.fix-height-view {
  height: 70px !important;
  width: 70px !important;
  object-fit: cover;
}

.fix-height-main-view {
  height: 400px !important;
  object-fit: cover;
}

.fix-height-blogs {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.modal-image {
  padding: 0 !important;
}

.close-button-color .close {
  color: #000 !important;
}

.close-button-color button {
  z-index: 11;
}

.no-bg-color .close-button-color {
  background-color: #ffffff !important;
}

.close-button-color .close span {
  font-size: 25px;
  right: 10px;
  top: 5px;
  padding-left: 100px;
  position: absolute;
}

.product-table-head tr td,
.product-table-data tr td {
  border: 1px solid rgb(223 223 223);
  border-collapse: collapse;
}

.margin-left-15-submit {
  margin-left: 15px;
  padding: 5px 37px;
  font-weight: 600 !important;
}

/* by akash */
.career-top-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #00b5f0;
}

.career-top-header .career-top-left-content {
  flex: 1;
  background: #fff;
  box-shadow: 0px 0px 10px #f2f2f2;
  padding: 15px;
}

.career-top-header .career-top-hr-details {
  width: 350px;
  background: #fff;
  box-shadow: 0px 0px 10px #f2f2f2;
  padding: 15px;
}

.career-top-header .career-top-hr-details h2 {
  font-size: 20px;
  line-height: 20px;
}

.career-top-header .career-top-hr-details p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 15px;
}

.career-top-header .career-top-hr-details p i {
  margin-right: 10px;
}

.career-top-header .career-top-hr-details p .fas.fa-phone {
  transform: rotate(98deg);
}

.career-form-job-post {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

.career-form-job-post .career-job-section {
  flex: 1;
}

.career-form-job-post .career-job-form {
  width: 350px;
}

.career-form-job-post .career-job-form .form-group {
  margin-bottom: 20px;
}

.recent-job-header {
  font-size: 20px;
  color: #333;
  position: relative;
  width: fit-content;
  margin-bottom: 12px;
}

.recent-job-header::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: linear-gradient(45deg, #00b5f0, transparent);
  left: 0;
  bottom: 6px;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  content: "\f067";
}

.career-job-form form {
  background: #fff;
  box-shadow: 0px 0px 10px #f2f2f2;
  padding: 10px;
}

.career-job-form form .form-control {
  border-radius: 0px;
  border-width: 0 0 1px 0;
  font-size: 14px;
}

.career-job-form form .career-job-file {
  line-height: 20px;
}

.career-job-form form .career-submit {
  background: #00b5f0;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.color_white_a {
  color: #00b5f0;
  padding-left: 0px;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.color_white_a:hover {
  color: #fff;
}

.color_white_a:focus {
  box-shadow: unset !important;
}

span.err-msg {
  text-transform: none;
  color: #00b5f0;
}

/*  */
.price-range-slider {
  width: 100%;
  /* float: left; */
  /* padding: 10px 20px; */
}

.price-range-slider .range-value {
  margin: 0;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  /* margin: 20px 0 20px 0; */
}

.price-range-slider .range-bar {
  border: none;
  background: transparent;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #002e52;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #002e52;
  height: 17px;
  width: 17px;
  top: 0;
  cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle + span {
  background: #002e52;
}

.df-center-space {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.df-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.df-center-space .createdatabase {
  margin: 0;
}

#myModalSpl2 .prof-photo {
  margin: 1rem 0rem;
  width: 150px;
}

.product-border,
.product-table-data {
  letter-spacing: 0;
}

.product-border td,
.product-table-data td {
  padding: 4px 10px;
}
.product-table-head td {
  font-weight: 600;
}
.protabc {
  background: #f7f7f7;
}
.align-item-center {
  align-items: flex-start !important;
}

/* uday's css start */

.product-photo-container {
  border: 1px solid #f0f0f0;
  padding: 10px 0;
}
.bg-light-grey {
  background: #cdcdcd2b;
}
.shop-bottom-area .product:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px !important; 
}
/* .product:hover .content {
  background-color: #002e52;
} */
.product:hover .content .title a {
  color: #002e52;
}
.product:hover .content .price span.new {
  color: #002e52;
}
.product-photo-container:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.shop-sidebar-wrap {
  margin: 10px 5px;
}
.op-grid-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.op-grid-item .op-overlay {
  /* border: 3px solid #fff; */
}
.op-grid-item:hover .op-overlay {
  /* border: 3px solid #00b2f0; */
  transition: all 0.2s ease-in-out;
}



.new_btn_1 {
  --color: #002e52;
  font-family: inherit;
  display: inline-block;

  position: relative;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color .5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
 }

 .new_btn_1:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
 }

 .new_btn_1:hover {
  color: #fff;
 }

 .new_btn_1:before {
  top: 100%;
  left: 100%;
  transition: all .7s;
 }

 .new_btn_1:hover:before {
  top: -30px;
  left: -30px;
 }

 .new_btn_1:active:before {
  background: #002e52;
  transition: background 0s;
 }
 .shop-bottom-area .product:hover .content .price
 {
  color: #fff;
 }
/* uday's css end */

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;

}

.footer-links {
  list-style: none;
  padding: 10px;
}

.footer-links li {
  display: inline;
  margin: 0 15px;

}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin: 0 20px;
}

.footer-links a:hover {
  color: #00b5f0;
}

.footer-address {
  margin: 20px 0;
  font-size: 14px;
  color: white;
}

.footer-social a {
  margin: 0 10px;
  display: inline-block;
}

.footer-social img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.footer-social img:hover {
  transform: scale(1.2);
}
.blog {
  background-color: var(--bg-color);
  overflow: hidden;
}

.blog .slick-slide {
  margin: 20px 0 20px 16px;
}

.blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  gap: 40px;
}
.blog__title {
  text-decoration: none;
  color: #002e52 !important;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog__title:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00b5f0 !important;
}
.blog__card {
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid #F2F4F7;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(77, 77, 77, 0.07);
  box-shadow: 0px 8px 12px 0px rgba(77, 77, 77, 0.07);
  border-radius: 20px;
  background: #fff;
  transition: 0.5s all;
}

.blog__card a {
  position: relative;
}

.blog__card a {
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 55px;
  font-size: 20px !important;
}

.blog__card .blog__card-span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 500;
  cursor: default;
}

.blog__card .play-btn {
  text-decoration: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: var(--blue-color);
  border-radius: 50%;

  i {
    font-size: 25px;
    color: #fff;
  }
}

.blog__card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog__card:hover img {
  transform: scale(1.1);
}

.blog__card img {
  transition: 0.5s ease-in-out;
  border-radius: 20px 20px 0px 0px;
  height: 250px !important;
  object-fit: cover;
}
.blog__desc {
  margin: 12px 0 8px 0;
  line-height: 25px;
}
.global__desc {
  margin: 24px 0 40px 0;
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  i {
    font-size: 12px;
  }
}




.blog-details-container {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.blog-details-container img {
  border-radius: 20px;
}


/* Section Styles */
.blog-details-section {
  padding: 20px;
}

.blog-details.section h2 {
  color: #01403a;
  margin-bottom: 10px;
  font-size: 1.8rem;
  border-bottom: 2px solid #01403aa4;
  padding-bottom: 5px;
}

.blog-details-section p {
  color: black;
}
.blog-details.section img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Quote Section */
.blog-details-quote-section {
  background: #f0f8ff;
  padding: 20px;
  margin: 20px 0;
  border-left: 5px solid #01403a;
}

.blog-details-quote-section blockquote {
  font-size: 1.5rem;
  color: #555;
}

/* Highlight Section */
.blog-details-highlight {
  background: #f7f9fc;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.blog-details-highlight ul {
  list-style: square;
  padding-left: 20px;
}

.blog-details-highlight li {
  margin-bottom: 10px;
  color: #01403a;
  font-weight: bold;
}

/* Share Buttons */
.blog-details-share-buttons {
  text-align: center;
  margin: 20px 0;
}

.blog-details-share-buttons h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.blog-details-share-buttons .btn {
  text-decoration: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}

.blog-details-share-buttons .btn.facebook {
  background: #3b5998;
}

.blog-details-share-buttons .btn.twitter {
  background: #1da1f2;
}

.blog-details-share-buttons .btn.whatsapp {
  background: #25d366;
}

.blog-details-share-buttons .btn.email {
  background: #f39c12;
}

/* Responsive Design */
@media (max-width: 768px) {
  header h1 {
      font-size: 2rem;
  }

  header p {
      font-size: 1rem;
  }

  .share-buttons .btn {
      font-size: 0.9rem;
      padding: 8px 15px;
  }
}
.counter-box {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
  padding: 20px;
  border-radius: 10px; /* Rounded corners */
  border: 2px solid rgba(255, 255, 255, 0.3); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
  color: white; /* Text color */
  margin: 10px 0;
}
.nav-pills .nav-link {
  color: #000; /* Default text color */
  background-color: #f8f9fa; /* Default background */
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 10px;
}
.nav-pills .nav-link.active {
  color: #fff !important; /* Active tab text color */
  background-color: #002e52 !important; /* Active tab background color */
}
.container.custom-bg {
  padding: 20px;
  background-color: white; /* Replace with your desired color */
}


.productdetails-section {
  width: 83%;
  margin: auto;
  padding: 30px 0 30px 0;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
.p-name{
  color: #002e52;
  font-size: 40px;
}
.productdetails-container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.productdetails-section-title {
  font-size: 5rem;
  margin-bottom: 50px;
  color: #002e52;
}
.productdetails-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.productdetails-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.productdetails-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.productdetails-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* margin-top: 100px; */
}
.productdetails-info {
  padding: 0 20px; /* Remove any top/bottom padding */
}
.productdetails-name {
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 10px;
}
.productdetails-description {
  font-size: 1.2rem;
  color: #777;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px
}
.social-share {
  margin-top: 20px;
}

.social-share a {
  margin: 0 0px;
  padding: 10px 10px;
}

.social-share a i{
  font-size: 14px;
}

@media (max-width: 780px) {
  .productdetails-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .productdetails-section-title{
    font-size: 32px;
  }

  .productdetails-name {
      font-size: 18px;
  }

  .productdetails-description {
      font-size: 13px;
  }
}

@media (max-width: 420px) {
  .productdetails-grid {
    grid-template-columns: 1fr;
  }

  .productdetails-section-title{
    font-size: 20px;
  }

  .productdetails-name {
      font-size: 16px;
  }

  .product-description {
      font-size: 12px;
  }
}
.product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 40vh;
}
