/* arabic */
@font-face {
  font-family: "Almarai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/alamiri400.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Almarai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/alamiri700.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
.logo img,
img {
  max-width: 100%;
}

.block span a,
.modern-ticker a {
  text-decoration: none;
}

a {
  text-decoration: none;
}
a h3,
a.butt,
a.buty,
a.red {
  text-decoration: none;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

.text-c {
  text-align: center;
}
.hiddena {
  display: none;
}
body {
  color: #777;
  font-family: "Almarai", sans-serif;
  background: #fffdf8;
  direction: rtl;
}
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  border-color: #ddd !important;
  box-shadow: none !important;
  outline: 0 !important;
}
/* .logee h2 span, .logee h1 span {
 *    color: #f5ae32;
 *} */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  /* background-size: 200px; */
}
.header-brand {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 200px;
}
.header-brand:before {
  content: "";
  width: 70px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -12.5px;
  background: url(../images/load.png) no-repeat;
  background-size: contain;
}
.rota {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
}
@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.form-control {
  height: auto;
}

a:focus {
  outline: 0;
  border: none;
}

div#html5-watermark {
  display: none !important;
}

a,
button {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Almarai", sans-serif;
  color: #0d3862;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 180%;
  font-size: 14px;
}

.clear {
  clear: both;
}
[data-sr] {
  visibility: hidden;
}
/* start header */
.header {
  padding: 15px 0;
}
.extra-padd {
  padding: 0 15px;
}
a.logo {
  color: #3c4357;
}

.logo img {
  height: 107px;
  /* height: 35px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #42464e;
  font-size: 15px;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 0;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav li a.nav-link:hover,
.navbar-nav li.active a.nav-link {
  color: #0d3862;
}
.navbar-nav li:before {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #c5a041;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.navbar-nav li:hover:before,
.navbar-nav li.active:before {
  width: 45px;
}
.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 10px !important;
  left: -15px !important;
}
.pogoSlider--navBottom .pogoSlider-nav li,
.pogoSlider--navTop .pogoSlider-nav li {
  display: block !important;
  border: 0 !important;
  margin-left: 0 !important;
}
.pogoSlider-nav-btn {
  background: #0d3862 !important;
  width: 13px !important;
  height: 13px !important;
  opacity: 1 !important;
}
.pogoSlider-nav-btn--selected {
  background: #c5a041 !important;
  width: 13px !important;
  height: 13px !important;
}
.relate {
  position: relative;
}
.slick-slider {
  direction: ltr;
}
@media only screen and (min-width: 767px) {
  .hero .slick-dots {
    position: absolute;
    bottom: -2px;
    left: -34px;
    width: auto;
  }
  .hero .slick-dots li {
    display: block;
    margin-bottom: 10px;
  }
}

.hero .slick-dots li button {
  background: #0d365e;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.hero .slick-dots li.slick-active button {
  background: #c5a041;
}
.hero .slick-dots li button:before {
  display: none;
}

.social_icons {
  padding: 0;
  width: auto;
  display: inherit;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: -45px;
  top: 0;
}

.social_icons div a {
  position: relative;
  display: block;
  width: 45px;
  line-height: 45px;
  height: 45px;
  margin-bottom: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
}

.social_icons div a:hover {
  background: #ccc;
}

.social_icons div a:hover > i:first-child {
  margin-top: 0;
  color: #fff;
}

.social_icons div a i {
  transition: all 0.3s ease;
  display: block;
  position: relative;
  margin-top: 0;
  height: 100%;
  line-height: 45px;
  width: 100%;
  text-align: center;
  font-size: 120%;
  background: #124e73;
  color: #edc791;
}

.social_icons div a i:first-child {
  margin-top: -43px;
}
.m-title {
  text-align: center;
  margin-bottom: 42px;
}
.m-title h2 {
  font-size: 28px;
  font-weight: bold;
  /* margin-top: 18px; */
}
/* section-1 */
.section-1 {
  margin-top: 45px;
  overflow: hidden;
}
.section-1 p {
  font-size: 18px;
  color: #42464e;
  margin-bottom: 10px;
  line-height: 180%;
}

.read-m,
a.read-m {
  background: #0d3862;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 56px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.read-m:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  background: #c5a041;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.read-m:hover:before,
.read-m:focus:before,
.read-m:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.backya-1 {
  position: relative;
  background: url(../images/backya.jpg) no-repeat right center;
  background-attachment: fixed;
  width: auto;
  display: inline-block;
}
.backya-1 .centra {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 315px;
  height: 315px;
  margin-right: 40.5px;
  margin-top: -157.5px;
}
.backya-1 .centra .cup {
  position: absolute;
  width: 180px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
}
/* section-2 */
.section-2 {
  padding: 55px 0;
}
.section-2 .image {
  overflow: hidden;
  position: relative;
}
.section-2 .image::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.section-2 .col-md-4:hover .image:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 135%;
  }
}
@keyframes shine {
  100% {
    left: 135%;
  }
}
.section-2 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #ba9448;
  background-image: url(../images/title-img3.png);
  text-align: center;
  padding: 15px;
}
.section-2 .image img {
  width: 100%;
}
.section-2 p {
  color: #1e2d3f;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}
.read-m.reverse {
  background: #c5a041;
}
.read-m.reverse:before {
  background: #0d3862;
}
/* .secttion 3 */
.section-3 {
  padding: 100px 0;
  background: url(../images/section-3.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}
.section-3:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d3862;
}
.section-3 h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-3 h2::before {
  content: "";
  width: 55px;
  height: 2px;
  background: #c5a041;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -27.5px;
}
.section-3 p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin-bottom: 4px;
}
/* section-4 */
.section-4 {
  padding-bottom: 25px;
}
.section-4 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d3862;
  padding: 20px;
  border-bottom: 3px solid #c5a041;
  margin-bottom: 0;
}
.section-4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.section-4 ul:before {
  content: "";
  height: 100%;
  width: 3px;
  background: #c5a041;
  position: absolute;
  top: 0;
}
.section-4 ul li {
  color: #7c7b7b;
  font-size: 16px;
  line-height: 280%;
  position: relative;
}
.section-4 ul li:before {
  content: "";
  height: 3px;
  width: 8px;
  background: #c5a041;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
}
.section-4 ul li span {
  color: #42464e;
  font-weight: bold;
}
.section-4 ul li i {
  color: #0d3862;
  font-size: 18px;
}
.contacte {
  padding-top: 35px;
  padding-bottom: 55px;
}
.effect-9 {
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  transition: 0.4s;
  border-color: #e6e6e6;
  padding: 12px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.98);
}

.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0d3862;
  transition: 0.2s;
  transition-delay: 0.2s;
}

.effect-9 ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}

.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #0d3862;
  transition: 0.2s;
}

.effect-9 ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}

.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}

.effect-9:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}

.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}

.effect-9:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}
.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after {
  background-color: #b2b2b2;
}

.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after {
  background-color: #b2b2b2;
}
.fieldset {
  position: relative;
}
.contacte .form-control {
  margin-bottom: 15px;
  padding: 14px;
  font-size: 13px;
  color: #42464e;
}
.contacte a.read-m {
  font-size: 16px;
  font-weight: normal;
  padding: 11px 35px;
}
.contacte h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0d3862;
  padding: 20px;
  border-bottom: 3px solid #c5a041;
  margin-bottom: 25px;
  display: inline-block;
}
.contacte .form-control::placeholder {
  color: #42464e !important;
}
.contacte .form-control::-moz-placeholder {
  color: #42464e !important;
}
.contacte .form-control::-webkit-input-placeholder {
  color: #42464e !important;
}
.contacte .form-control:-ms-input-placeholder {
  color: #42464e !important;
}
/* start map */
#google-container {
  width: 100%;
  height: 402px;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 402px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 402px;
  }
}
#cd-google-map {
  position: relative;
  padding: 0;
  border: 2px solid #c5a041;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(134, 134, 134, 0.82);
  color: #ffffff;
  font-size: 14px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 14px;
    text-align: center;
  }
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #c5a041;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/zoom.svg");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cd-zoom-in:hover,
#cd-zoom-out:hover {
  background-color: #0d3862;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in,
  #cd-zoom-out {
    margin-left: 10px;
  }
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 10px;
  }
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/* footer */
.footer {
  background: #0d3862;
  border-top: 5px solid #c5a041;
  padding-top: 45px;
}
.footer h3 {
  color: #edc791;
  font-size: 18px;
  font-weight: bold;
}
.footer .texta p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 200%;
  margin-top: 19px;
}
.footer .borda ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .borda ul li {
  line-height: 180%;
  border-bottom: 1px solid #909090;
  padding: 10px 0;
}

.footer .borda ul li:last-child {
  border: 0;
}
.footer .borda ul li a {
  color: #fff;
  font-size: 16px;
}
.footer .borda ul li a i {
  color: #edc791;
}
.footer .borda {
  border-right: 1px solid #909090;
}
.copy-right {
  padding: 15px;
  background: #0d3862;
  border-top: 1px solid #909090;
}
.copy-right p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.copy-right p span {
  color: #efc582;
}
ul.socialize {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.socialize li {
  display: inline-block;
}
ul.socialize li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.footer-logo {
  margin: 0 auto;
  display: block;
}
a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* responsive */

@media only screen and (min-width: 769px) and (max-width: 992px) {
}

/* ipad pro */

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .social_icons {
    left: 0;
    top: 1px;
    z-index: 1;
  }
  .hero .slick-dots {
    left: 15px;
  }
  .logo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 26px;
  }
  .backya-1 .centra {
    width: 215px;
    height: 215px;
    margin-right: -107.5px;
    margin-top: -107.5px;
  }
  .backya-1 .centra .cup {
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  .backya-1 {
    position: relative;
    background: url(../images/backya.jpg) no-repeat center;
    background-attachment: fixed;
    height: 300px;
    width: 100%;
  }
  .backya-1 img.mania {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

@media only screen and (max-width: 767px) {
  .backya-1 .centra {
    width: 215px;
    height: 215px;
    margin-right: -107.5px;
    margin-top: -107.5px;
  }
  .backya-1 .centra .cup {
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  .backya-1 {
    position: relative;
    background: url(../images/backya.jpg) no-repeat center;
    background-attachment: fixed;
    height: 300px;
  }
  .backya-1 img.mania {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .section-2,
  .section-4 {
    padding: 25px 0;
  }
  .section-4 ul li span {
    color: #42464e;
    font-weight: bold;
    /*display: block;*/
  }
  ul.slick-dots {
    bottom: -35px;
  }
  .text-right.ready {
    text-align: center !important;
  }
  .relate {
    overflow: hidden;
  }
  .copy-right .text-right {
    text-align: center !important;
    margin-top: 15px;
  }
  .copy-right p {
    text-align: center !important;
  }
  .logo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .navbar-expand-lg.navbar-light {
    padding: 5px;
    border: 1px solid #eee;
    margin: 0;
    background: #fcfcfc;
  }
  .header {
    padding-bottom: 0;
  }
  .m-title h2,
  .section-3 h2 {
    font-size: 20px;
  }
  .section-3 p {
    font-size: 16px;
  }
  .m-title {
    margin-bottom: 20px;
  }
  .m-title img {
    width: 40px;
  }
  .section-1 {
    margin-top: 25px;
  }
  .navbar-nav li a {
    font-weight: 600;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #eee;
  }
  .extra-padd {
    padding: 0;
  }
  .plan-head h3 {
    font-size: 36px;
  }
  .plan-features {
    margin: 13px 5px;
    padding: 33px 10px;
  }
  .plan-head h5 {
    font-size: 20px;
    margin: 13px 5px;
  }
}

@media only screen and (max-width: 500px) {
}




 

.map-responsive{

  overflow:hidden;

  padding-bottom:56.25%;

  position:relative;

  height:0;

}

.map-responsive iframe{

  left:0;

  top:0;

  height:100%;

  width:100%;

  position:absolute;

}


.section-4 {
  padding-bottom: 25px;
  background-image: url(/Content/Front/vidro-Pattern2.png);
  background-size: cover;
  background-attachment: fixed;
}

.section-1 {
  margin-top: 45px;
  overflow: hidden;
  background-image: url(/Content/Front/vidro-Pattern2.png);
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 767px)
{
  video{
    position: absolute;
    left: calc(100% - 730px);
  }
  .slick-vertical .slick-slide{
    height: 520px !important;
  }
}