/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff;
  color: #fff;
  font: 14px "JF-Flat", sans-serif;
  line-height: 1.6em;
  position: relative;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: "JF-Flat";
  src: url("../fonts/Cairo-Light.ttf");
  src: url("../fonts/Cairo-Regular.ttf"), url("../fonts/Cairo-Bold.ttf"),
    url("../fonts/JF-Flat-regular.svg#JF-Flat-regular") format("svg");
}

@import url("flaticon.css");
/* ############## */

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

::-webkit-scrollbar {
  /* width: 0px; */
}

a,
button,
img {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

a {
  display: inline-block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 10px 0;
}

p {
  line-height: 30px;
}

button {
  padding: 5px 10px;
  cursor: pointer;
}

.btn_button {
  padding: 10px 20px;
  font-size: 16px;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn_button:hover {
  background-color: #3c3c3b;
  border: 1px solid #3c3c3b;
}

.btn_default {
  background-color: #fff;
  border: 1px solid #fff;
  color: #363636;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn_dark {
  background-color: #9d9a9a;
  border: 1px solid #9d9a9a;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn_dark:hover {
  background-color: #006d2b;
  border: 1px solid #006d2b;
}

.selector {
  position: relative;
  margin: auto;
  display: inline-block;
}

.selector select {
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  border-radius: 0px;
}

.selector i {
  position: absolute;
  top: 17px;
  font-size: 13px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input {
  width: 100%;
  padding: 17px;
  border-radius: 0px;
  margin: 7px 0;
  font-size: 15px;
  transition: 0.5s;
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
  padding: 17px;
  border-radius: 0px;
  margin: 7px 0;
  font-size: 15px;
  resize: none;
  min-height: 100px;
  border: 1px solid #ddd;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: 0.3s;
}

input:focus,
textarea:focus {
  color: #3c3c3b;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

li {
  display: inline-block;
}

.back {
  transform: translateX(0px) !important;
}

.none {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.body_section {
  min-height: 400px;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.Body_About {
  margin-top: 100px;
}

.font_style {
  text-align: center;
  display: table;
  padding-bottom: 11px;
  margin: 10px auto;
}

.animation_block {
  animation-name: scaling;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes scaling {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.Tab_mobile {
  display: none;
}

.over_hidden {
  overflow: hidden !important;
}

#map {
  width: 100%;
  height: 300px;
}
/* Click Icon */

#nav-icon3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 0;
  width: 50px;
  height: 40px;
  display: none;
  border-radius: 5px;
  margin: 0;
  z-index: 99999;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #3c3c3b;
}

#nav-icon3 span:nth-child(1) {
  top: 12px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 21px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/
/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/

.animate-box {
  position: relative;
  opacity: 0;
  transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -webkit-transition: all 1.1s ease-in-out;
}

.animate-box.animated {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp,
.fadeInLeft,
.fadeInRight {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/***/

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/***/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* start loading */

.loading {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.loading .Img_Loading {
  margin: auto;
  max-width: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  animation-name: translate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.loading .circle {
  z-index: 99;
}

@keyframes translate {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
/*  Slider Owl */

.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  direction: ltr;
}

#sync1,
#sync2 {
  direction: ltr;
}
/* start snow */

.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 77;
  pointer-events: none;
  display: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
  animation: snow linear infinite;
}

.snow.foreground {
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

.snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.snow.middleground {
  background-image: image-url(
    "https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png"
  );
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.snow.middleground.layered {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.snow.background {
  background-image: image-url(
    "https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png"
  );
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.snow.background.layered {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
    opacity: 0;
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
    opacity: 0;
  }
}
/* Start Mode Page */

.Trans_X {
  transform: translateY(-50%) translateX(-100px) !important;
}
/* Start Header */

.header {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 20px;
  transition: 0.5s;
  background-color: #ffffff;
}

.header_head {
  position: relative;
  top: 0;
}

.header_after {
  padding: 20px 0;
  background-color: #191919;
  position: relative;
}

.header .row {
  align-items: center;
}

.logo img {
  max-width: 100px;
  max-height: 100px;
}

.link_page li a {
  padding: 15px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
}

.link_page li.active a,
.link_page li a:hover {
  color: #3c3c3b;
}
/*.link_page li a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #f3953e;*/
/*    height: 2px;*/
/*    width: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    bottom: 0;*/
/*    transform: translateY(4px);*/
/*    transition: 0.5s;*/
/*}*/
/*.link_page li.active a:before,*/
/*.link_page li a:hover:before{*/
/*    transform: translateY(0px);*/
/*    width: 55px;*/
/*}*/
/* Start Banner-Image */

.banner_image {
  text-align: center;
  position: relative;
  width: 100%;
  height: 825px;
  overflow: hidden;
}

#owl_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 9;
}

#owl_video .item a {
  display: block;
}

#owl_video img {
  height: 445px;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#owl_video .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

#owl_video .owl-dot {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #ddd;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#owl_video .owl-dot.active {
  background-color: #3c3c3b;
  width: 25px;
  border-radius: 20px;
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.bg_overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgb(0 0 0 / 40%);
}

.section_info {
  position: absolute;
  z-index: 88;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.social_section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  bottom: 50px;
  left: 50px;
  display: none;
}

.social_section li a {
  margin: 5px;
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
  background-color: #066f2f;
  border-radius: 15px;
  border-bottom: 2px solid #e86a0f;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social_section li a:hover {
  color: #066f2f;
  background-color: #fff;
}

.Text_About h1 {
  font-size: 58px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 440px;
}

#owl_video .owl-nav {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  display: none !important;
}

#owl_video .owl-nav div {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  border-radius: 50%;
  font-size: 20px;
}

.section_download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  padding: 25px;
  margin-bottom: 10px;
}

.section_download div {
  flex-basis: 20%;
  text-align: center;
}

.section_download div:nth-child(2) {
  flex-basis: 60%;
}

.section_download p {
  color: #888;
  font-size: 20px;
}

.section_download h4 {
  color: #808185;
  font-weight: bold;
  flex-basis: 33.3%;
}

.Body_About .the_scheme {
  margin: 0px;
}
/* Start About Info */

.About_Info {
  padding: 120px 0 0;
  /*overflow: hidden;*/
}

.About_Info .row {
  flex-direction: row-reverse;
}

.Info_Text .text_title:before {
  content: "";
  position: absolute;
  background-color: #3c3c3b;
  width: 10px;
  height: 10px;
  right: -10px;
  top: 17px;
  transform: rotate(45deg);
}

.Img_Info {
  position: relative;
  overflow: hidden;
}

.Img_Info img {
  width: 100%;
  height: 400px;
}

.Info_Text {
  margin: 10px 0;
  overflow: hidden;
}

.Info_Text p {
  font-weight: bold;
  margin: 20px 0;
  font-size: 15px;
  color: #999999;
  text-align: justify;
}

.text_title {
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 0px 10px;
  color: #3c3c3b;
}
/*.text_title:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../img/shape.png);*/
/*    width: 114px;*/
/*    height: 110px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    top: -33px;*/
/*    z-index: -1;*/
/*    left: 0;*/
/*}*/

.About_Title {
  margin: 80px 0;
  overflow: hidden;
}

.About_Title .Info_Text h3 {
  color: #808185;
  font-size: 22px;
  font-weight: bold;
}

.About_Title .Info_Text p {
  color: #9f9f9f;
}

.developer_info .logo_section {
  background-color: #808185;
  width: 60%;
  margin: 100px auto !important;
  padding: 30px;
}

.icon_box {
  margin-top: 15px;
  flex-basis: 10%;
  text-align: center;
}

.block_info {
  display: flex;
}

.icon_box i {
  color: #9d9a9a;
  font-size: 40px;
}

.text_info {
  flex-basis: 90%;
  margin: 0px 10px;
}

.text_info h4 {
  color: #3c3c3b;
}

.text_info p {
  color: #9f9f9f;
}
/* Start Section Info */

.Owner_developer {
  padding: 10px;
  text-align: center;
  padding-top: 60px;
}

.Owner_developer h3 {
  color: #363636;
}

.Owner_developer .logo_section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.logo_section a img {
  margin: 10px 20px;
  /*transform: scale(1.3);*/
  max-width: 225px;
}

.logo_section h6 {
  color: #3c3c3b;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.over_img {
  position: relative;
}

/* .over_img:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 450px;
  border: 10px solid #006d2b;
  left: 40px;
  top: -40px;
  z-index: -1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
} */

.click_video {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 450px;
  background-color: rgba(18, 56, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}

.black_video img {
  width: 80%;
  height: 450px;
  margin: auto;
  display: table;
}
/* Start News */

.News_Info {
  background-image: url("../img/44.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 20px;
  position: relative;
  padding-bottom: 70px;
}

.News_Info .text_title {
  display: inline-block;
  padding: 10px 70px;
  background-color: rgba(18, 56, 61, 0.5);
  font-size: 23px;
  color: #ffffff;
}

.over_news {
  position: relative;
  z-index: 99;
}

.Img_news {
  overflow: hidden;
  margin: 10px;
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
}

.img_slide {
  position: relative;
  overflow: hidden;
}

.img_slide span {
  background-color: #fff;
  color: #f00;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
}

.Img_news img {
  width: 100%;
  height: 220px;
}

.Img_news .info_news {
  padding: 10px;
  text-align: center;
}

.info_news p {
  font-size: 16px;
  color: #9f9f9f;
}

.up_section_img {
  margin: 30px 0;
  overflow: hidden;
}
/* Start Start The Scheme */

.the_scheme {
  margin-top: 45px;
  /* overflow: hidden; */
  padding: 30px 0;
}

.Info_Text h5 {
  color: #808185;
  font-size: 30px;
  display: table;
  margin: auto;
  margin-bottom: 55px;
}

.Info_Text h5:before {
  content: "";
  position: absolute;
  background-image: url(../img/heading_topbg.png);
  width: 107px;
  height: 21px;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

.after_img {
  width: 100%;
  max-width: 540px;
  margin: auto;
  display: table;
  margin-top: 30px;
  margin-bottom: 75px;
}
/* start Content */

.content .row {
  flex-direction: row-reverse;
}

.content h4 {
  color: #363636;
  margin: 24px 0;
  font-size: 20px;
}

.content form {
  width: 80%;
}

.section_call {
  margin: 0px 0;
  overflow: hidden;
}

.section_call p {
  color: #9b9b9b;
}

.section_call h6 {
  color: #363636;
}

.form_model h4 {
  color: #363636;
  margin: 50px 0;
}

.form_model {
  text-align: center;
  overflow: hidden;
}
/* Start Gallaty */

.Gallary_Info {
  /*background-image: url("../img/444.jpg");*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  width: 100%;
  padding: 20px;
  position: relative;
  padding-top: 50px;
}

.Gallary_Info .img_slide img {
  width: 100%;
  height: 335px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.Gallary_Info .over_news #owl_gallary a {
  display: block;
}

#owl_gallary .owl-nav.disabled {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 999;
  transform: translateY(-50%);
  padding: 0px 40px;
  font-size: 45px;
}

#owl_gallary .owl-nav {
  display: none;
}

#owl_gallary .item p {
  position: absolute;
  width: 90%;
  margin: 0px auto;
  bottom: 30px;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px;
  color: #13393e;
  opacity: 0;
}

#owl_gallary .center .item p {
  opacity: 1;
}

#owl_gallary .owl-stage-outer {
  padding: 40px 0;
}

#owl_gallary .owl-item.active.center {
  transform: scale(1.2, 1.1);
}

#owl_gallary .item img {
  transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -o-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -ms-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -moz-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -webkit-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  opacity: 0.5;
}

#owl_gallary .center .item img {
  transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
  opacity: 1;
}

#owl_gallary .center .item .over_think {
  display: block;
}

#owl_gallary .center ~ .owl-item .item img {
  transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -o-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -ms-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -moz-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -webkit-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
}
/* Start Footer */

.footer {
  background-image: url("../img/bg-footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  position: relative;
}

.footer .bg_overlay {
  background-color: rgb(0 0 0 / 50%);
}

.footer .social_section {
  justify-content: inherit;
  position: relative;
  z-index: 99;
  bottom: 0;
  left: 0;
  display: block;
}

.end_section {
  position: relative;
  z-index: 999;
}

.over_footer h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}

.over_footer h4:before {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 40px;
  height: 1px;
  right: 0;
  bottom: -15px;
}

.footer p {
  color: #fff;
  width: 85%;
  margin: 23px 0;
}

.over_footer p {
  margin: 10px 0;
  width: 100%;
}

.footer img {
  max-width: 180px;
  background: white;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.over_footer ul li a {
  color: #fff;
  padding: 0px 15px;
}

.over_footer ul {
  margin-top: 50px;
}

.under_contact p {
  position: relative;
  /* padding: 10px; */
  margin-bottom: 10px;
  /* background-color: #808185;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50); */
}

.under_contact p strong {
  vertical-align: middle;
  margin: 0px 10px;
  /* margin: 5px; */
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  width: 30px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
  background-color: #0b7033;
  border-radius: 15px;
  border-bottom: 2px solid #e66b12;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.under_contact p strong:hover {
  color: #3c3c3b;
  background-color: #fff;
}

.under_contact,
.footer #map {
  margin-top: 40px;
}

.footer #map {
  height: 200px;
}

.over_footer ul li {
  display: block;
  margin: 20px 0;
}

.end_footer {
  text-align: center;
  background-color: #e86a0f;
  border-top: 1px solid #a6958b;
  overflow: hidden;
}

.end_footer p {
  color: #fff;
}
/* Style Change */

.pop_img img {
  height: 300px;
  width: 100%;
}

.pop_img {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin: 10px 0;
}

.pop_video h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px;
  text-align: center;
  margin: 0;
  color: #808185;
}

.pop_video a {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #036e2d;
  transform: translateY(-50%);
  font-size: 18px;
}

.gallary_home .sec_title {
  margin-bottom: 70px;
  margin-top: 70px;
}

.play_vid {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  animation: pulse_two 1s infinite;
}

@-webkit-keyframes pulse_two {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
}

@keyframes pulse_two {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.pop_img:hover .pop_over {
  opacity: 1;
  transform: translateX(0%);
  visibility: initial;
}

.pop_over {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(5 111 47 / 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-200%);
  visibility: hidden;
  text-align: center;
  padding: 10px;
}

.pop_over a {
  font-size: 30px;
  margin-top: 12px;
}

.social_media {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
}

.social_media ul .twitter a {
  /*background-color: #1da1f2;*/
}

.social_media ul .whatsapp a {
  background-color: #4ac959;
}

.social_media ul .headphones a {
  background-color: #00a0ff;
}

.social_media ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.toggle_links li {
  background-color: #808185 !important;
}

.col_aps i {
  margin: 0px 5px;
}

.social_media ul li a {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 5px 0;
  font-size: 20px;
}

.Info_home .About_Title {
  overflow: initial;
}

.Info_bog {
  position: relative;
  padding: 20px;
  padding-top: 60px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

.Info_bog:hover span {
  animation-name: translate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.Info_bog span {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  color: #9d9a9a;
  font-size: 35px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 5px dotted #e86a0e;
  background-color: #097032;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.Info_bog h3 {
  color: #808185;
  font-size: 22px;
}

.Info_bog p {
  color: #a5a5a5;
}

.bg_head {
  background-image: url("../img/44.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}

.bg_head ul li a:before {
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 14px;
  position: absolute;
  transform: rotate(-70deg) translateY(-50%);
  top: 50%;
}

.bg_head ul li:last-child a:before {
  display: none;
}

.bg_head ul li:last-child a {
  color: #cdcdcd;
}

.bg_head ul li a {
  color: #fff;
  margin: 10px;
  position: relative;
  font-size: 17px;
}

.bg_head ul {
  position: relative;
  z-index: 99;
}

.logo_section {
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  padding: 60px 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.info_con {
  color: #9f9f9f;
  text-align: center;
  width: 40%;
  margin: 40px auto;
  font-size: 15px;
  margin-bottom: 10px;
}

.form_contact {
  margin: 40px 0;
}

.form_contact .black_video {
  text-align: center;
}

.form_contact .black_video img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.form_contact .over_img:before {
  position: absolute;
  right: 90px;
  top: 50px;
  width: 300px;
  height: 450px;
  border: 10px solid #3c3c3b;
  z-index: -1;
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.form_contact form {
  position: relative;
  padding: 50px 30px;
  background-color: #808185;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 20px;
  border-bottom: 5px solid #3c3c3b;
  width: 50%;
  margin: auto;
  margin-bottom: 60px;
}

.form_contact form .btn_button {
  margin: 30px auto;
  display: table;
  width: 120px;
  margin-bottom: 0;
}

.form_contact form input,
.form_contact form textarea {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #cccccc;
  line-height: 20px;
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 15px 0;
}

.form_contact form input::-webkit-input-placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form_contact form input:-moz-placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form_contact form input::-moz-placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form_contact form input:-ms-input-placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form_contact form input::-ms-input-placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form_contact form input::placeholder,
.form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}

.section_block_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 10px 0;
}

.over_icon {
  /*background-color: #fff;
    */
  line-height: 90px;
  height: 120px;
  width: 120px;
  padding: 0px;
  margin: 0 auto 20px;
  border: 7px solid #808185;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.over_icon span {
  /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.25), #fff, #fff); */
  font-size: 40px;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.25);
  display: block;
}

.over_icon:before,
.over_icon:after {
  content: "";
  background-color: #808185;
  height: 20px;
  width: 7px;
  opacity: 0;
  transform: translateX(-50%) rotateY(180deg);
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.over_icon:after {
  top: 0;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border: 7px solid #808185;
  border-radius: 50%;
  transform: translateX(-50%) rotateY(0);
}

.block_item:hover .over_icon:before {
  opacity: 1;
  transform: translateX(-50%) rotateY(0);
}

.block_item:hover .over_icon:after {
  opacity: 1;
  top: 120%;
}

.block_item .over_icon span {
  /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.25), #fff, #fff); */
  font-size: 40px;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.25);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.block_item .over_icon span img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.block_item h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
  margin: 0 0 10px;
  border-top: 7px solid rgba(0, 0, 0, 0.1);
  border-radius: 35%;
  display: block;
  transition: all 0.3s ease 0.1s;
  text-align: center;
  color: #363636;
}

.block_item:hover h4 {
  color: #808185;
  border-top-color: #808185;
}

.block_item .over_icon,
.block_item .over_icon:after {
  border-color: #808185;
  background: #ededeb;
}

.block_item .over_icon:before {
  background-color: #808185;
}

.block_item:hover .title {
  color: #808185;
  border-color: #808185;
}

.block_item i {
  color: #3c3c3b;
}

.block_item:hover .over_icon img {
  transform: rotate(360deg);
  transition: all 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  height: 530px;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}

.up_count_areas {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 0;
}

.up_count_areas .block_areas:nth-child(2),
.up_count_areas .block_areas:nth-child(4) {
  /* flex: 1.5; */
}

.block_areas {
  position: relative;
  /* background-color: #808185;
    box-shadow: 0 0 5px rgba(0, 0, 0, .40); */
  padding: 25px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #a8b6bf;
  margin: 10px;
  height: 200px;
  width: 30%;
}

.sup_areas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.50); */
  padding: 20px 0;
  height: 195px;
}

.sup_areas p {
  margin: 0;
  font-size: 20px;
  color: #9d9a9a;
  font-weight: 600;
}

.sup_areas span {
  font-size: 60px;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  color: #006d2b;
}

.sup_areas a {
  font-size: 60px;
  color: #3c3c3b;
  display: none;
}

.Gallary_Info .owl-item.active.center {
}

.over_think {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 15px;
}

.Gallary_Info .owl-item.active.center .over_think {
  bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.over_think h4 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.over_think .btn_button {
  padding: 7px 12px;
  font-size: 13px;
  display: none;
}

.sec_title {
  position: relative;
  margin-bottom: 30px;
}

.sec_title h3 {
  color: #117237;
  position: relative;
  z-index: 99;
  font-size: 38px;
  line-height: 1.5;
}

.sec_title .float_text {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 85px;
  color: #f5f5f5;
  font-weight: 700;
  text-transform: uppercase;
  right: 0;
  display: inline-block;
}

.center_view h3 {
  text-align: center;
}

.center_view .float_text {
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.typewrite {
  font-size: 40px;
  margin: 25px 0;
  display: inline-block;
  width: 450px;
  line-height: 60px;
}

.fix_top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  animation: slide-down 0.7s;
  opacity: 1;
  position: fixed !important;
  top: 0 !important;
  background-color: #ffffff;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.info_site {
  margin: 40px 0;
}

.Info_home #owl_video {
  position: relative;
  top: 0;
  left: 0;
  transform: initial;
}

.Info_home .over_img:before {
  display: none;
}

.Info_home .About_Info {
  padding: 50px 0;
}

.Info_home .Info_Text {
  /*margin-top: 90px;*/
}

.Info_home #owl_video img {
  width: auto;
}

.info_site i {
  font-size: 20px;
  vertical-align: middle;
  margin: 0px 10px;
}

.box_bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #7d7d7d;
  width: 280px;
  padding: 10px;
  padding-top: 60px;
}

.site_mune {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  transition: 0.5s;
  transform: translateX(100%);
}

.link_page {
  text-align: center !important;
}

.link_page li {
  width: 100%;
  margin: 10px 0;
  background-color: #808185;
  position: relative;
  display: block;
  left: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link_page li:nth-child(1) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 00ms;
}

.link_page li:nth-child(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.link_page li:nth-child(3) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.link_page li:nth-child(4) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.link_page li:nth-child(5) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.link_page li:nth-child(6) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.link_page li:nth-child(7) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.animateRight {
  left: 0 !important;
}

#nav-icon3 {
  display: inline-block;
}
/* Start Media */

@media screen and (max-width: 990px) {
}

@media screen and (max-width: 767px) {
  /* Media Tools */
  .Section_Gif {
    display: none;
  }
  .none_mobile {
    display: none;
  }
  .block_mobile {
    display: inline-block;
  }
  .none {
    display: block;
  }
  .fixed_mobile {
    position: fixed;
    margin: auto;
    top: 40%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 90%;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 999;
    border-radius: 10px;
  }
  .fading_mobile {
    visibility: initial !important;
    opacity: 1 !important;
  }
  .overlay {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    transition: 0.5s;
  }
  .Nav_Mobile {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    transition: 0.5s;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    contain: size style layout;
  }
  .btn_button {
    width: 100%;
  }
  /* Style Tab_mobile */
  .Tab_mobile {
    display: block;
  }
  .Tab_mobile ul {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    padding: 10px 15px;
    transition: 1s;
    z-index: 99;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
    /*box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);*/
  }
  .Tab_mobile .whatsapp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #5dc331;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
  }
  .Tab_mobile .btn_orange {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
  }
  .Tab_mobile .phone {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #3571c4;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
  }
  .Tab_mobile ul li a {
    font-size: 23px;
  }
  .fading_scroll {
    transform: translateY(300%);
    visibility: hidden;
    opacity: 0;
  }
  /* Style Site Nav */
  .logo img {
    max-width: 180px;
  }
  .site_mune {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    transition: 0.5s;
    transform: translateX(100%);
  }
  .link_page {
    text-align: center !important;
  }
  .link_page li {
    width: 100%;
    margin: 10px;
  }
  #nav-icon3 {
    display: inline-block;
  }
  .About_Info .row {
    flex-direction: row;
  }
  .owl-nav {
    display: none;
  }
  .header {
    position: relative;
    top: 0;
    padding: 15px 10px;
  }
  .banner_image {
    position: relative;
    height: 355px !important;
    background-color: #fff;
  }
  #owl_gallary .center .item .over_think {
    transform: perspective(600px) rotateY(0deg) scale(0.8);
    -o-transform: perspective(600px) rotateY(0deg) scale(0.8);
    -ms-transform: perspective(600px) rotateY(0deg) scale(0.8);
    -moz-transform: perspective(600px) rotateY(0deg) scale(0.8);
    -webkit-transform: perspective(600px) rotateY(0deg) scale(0.8);
    opacity: 1;
    padding: 12px;
  }
  /*.bg_overlay {*/
  /*    display: none;*/
  /*}*/
  #owl_video {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translateX(0%) translateY(0%);
  }
  #owl_video img {
    height: 200px;
    width: 100%;
  }
  .About_Info #owl_video img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .About_Info .sec_title {
    margin-bottom: 0;
    margin-top: 60px;
  }
  .section_info {
    position: relative;
    padding: 0px 10px;
    top: 10%;
    transform: translateY(0%);
    right: 0;
    flex-direction: column;
  }
  .Text_About {
    text-align: center !important;
  }
  .Text_About h1 {
    font-size: 22px;
    max-width: initial;
    color: #ffffff;
  }
  .Text_About p {
    color: #fff;
  }
  .social_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .social_section li a {
    color: #fff;
    border: 1px solid #fff;
    margin: 5px 5px;
  }
  .typewrite {
    font-size: 30px;
    line-height: 50px;
    width: 100%;
  }
  /*#owl_video .owl-nav {*/
  /*    position: relative;*/
  /*    top: 0%;*/
  /*    transform: translateY(0%);*/
  /*    left: 0;*/
  /*    right: 0;*/
  /*    margin: 10px auto;*/
  /*    width: 100%;*/
  /*}*/
  #owl_video .owl-nav div {
    border: 1px solid #363636;
    margin: 0px 10px;
    color: #363636;
    font-size: 20px;
  }
  #owl_video .owl-nav {
    display: none !important;
  }
  .footer {
    margin-top: 0;
    text-align: center;
  }
  .footer p {
    width: 100%;
  }
  .footer .social_section {
    justify-content: center;
    margin-bottom: 15px;
  }
  .Img_news .info_news {
    padding: 0px 20px;
  }
  .info_news p {
    width: 100%;
  }
  .section_block_item {
    flex-direction: column;
  }
  .sec_title .float_text {
    font-size: 40px;
  }
  .over_footer h4:before {
    right: 0;
    left: 0;
    margin: auto;
  }
  .logo_section {
    margin: 15px 0;
  }
  .info_con {
    width: 100%;
  }
  .Owner_developer .logo_section {
    flex-direction: column;
  }
  .Info_Text {
    margin-top: 35px;
  }
  .Img_Info img {
    height: 200px;
  }
  .About_Info {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .over_img:before {
    display: none;
  }
  .developer_info .logo_section {
    width: 100%;
  }
  .About_Title,
  .Body_About {
    margin: 0;
  }
  .About_Title .Info_Text {
    margin-top: 30px;
  }
  .section_download {
    flex-direction: column;
  }
  .section_download div {
    flex-basis: 100% !important;
  }
  .content form {
    width: 100%;
  }
  .content .row {
    flex-direction: row;
  }
  .up_count_areas {
    flex-direction: column;
  }
  .block_areas {
    flex: initial;
    width: 100%;
  }
  .form_contact form {
    width: 100%;
  }
  .over_think {
    width: 100%;
  }
  #owl_gallary .owl-item.active.center {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

@media screen and (min-width: 768px) {
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .modal-dialog {
    max-width: 700px;
    margin: 30px auto;
  }
  .container {
    max-width: 1200px;
  }
}
/* my style 2022 */
/* case studies area */

.casestudiesArea {
  padding: 75px 0 0 0;
  width: 100%;
  float: left;
  text-align: center;
}

.casestudiesArea h2 {
  padding: 20px 0;
  margin: 0 auto 15px auto;
  max-width: 300px;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #2c2a2a;
}

.casestudiesArea h2:after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #2c2a2a;
}
/* .casestudiesArea h3 {
    padding: 0 0 10px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 23.5px;
    font-weight: 600;
    letter-spacing: 4.8px;
} */

.casestudiesArea .owl-stage-outer {
  padding: 40px 0 0;
}

.casestudiesArea .item {
  width: 100%;
  height: 500px;
  float: left;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.75s ease-in-out;
  border-top: 5px solid #808185;
  background-size: cover;
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
}

.casestudiesArea .item:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(128 129 133 / 60%);
}

.casestudiesArea .item .inside {
  padding: 45px 35px;
  width: 100%;
  position: absolute;
  bottom: -170px;
  left: 0;
  z-index: 3;
  color: #fff;
  transition: 0.75s ease-in-out;
}

.casestudiesArea .item h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.casestudiesArea .item p {
  padding: 10px 0 0 0;
}

.casestudiesArea .item a {
  color: #fff;
}

.casestudiesArea .item a:hover {
  color: #fff;
}

.casestudiesArea .item:hover {
  transform: scale(1.1);
}

.casestudiesArea .item:hover .inside {
  bottom: 0;
  transform: scale(1) !important;
}

.casestudiesArea .item .overbg {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.75s ease-in-out;
}

.casestudiesArea .item:hover .overbg {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
}

.casestudiesArea .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
}

.casestudiesArea .owl-nav:before {
  content: "";
  width: 30%;
  height: 5px;
  margin: 0 auto;
  display: block;
  background: #3c3c3b;
}

.casestudiesArea .owl-nav .owl-prev,
.casestudiesArea .owl-nav .owl-next {
  margin: 15px 3px 0 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 25px;
  color: #bfbfbf;
  line-height: 32px;
  border: 1px solid #ccc;
  background: none;
}

.casestudiesArea .owl-dots {
  display: none;
}
/* our partners area */

.ourpartnersArea {
  padding: 50px 0 0px 0;
  width: 100%;
  float: left;
  font-weight: 300;
  text-align: center;
  background: #f9f9f9;
}

.ourpartnersArea .column5Slider {
  padding: 50px 0;
}

.ourpartnersArea .item {
  width: 100%;
  height: 300px;

  margin-top: 30px;
}

.ourpartnersArea .item img {
  max-width: 100%;
  height: 100%;
  /* border: 1px solid #808185; */
}

.ourpartnersArea .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
  display: block !important;
}

.ourpartnersArea .owl-nav .owl-prev,
.ourpartnersArea .owl-nav .owl-next {
  margin: 15px 3px 0 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 25px;
  color: #bfbfbf;
  line-height: 32px;
  border: 1px solid #ccc;
  background: none;
}

.ourpartnersArea .owl-dots {
  display: none;
}
/* clients area */

.clientsArea {
  padding: 50px 0 0 0;
  width: 100%;
  float: left;
  font-weight: 300;
  text-align: center;
}

.clientsArea .logoslist {
  padding: 50px 0;
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 30px;
}
/* .clientsArea .column5Slider {
    padding: 50px 0;
} */

.clientsArea .item {
  width: 100%;
  height: 140px;
}

.clientsArea .item img {
  max-width: 99%;
  height: 100%;
  /* border: 1px solid #808185; */
}

.clientsArea .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
  display: block !important;
}

.clientsArea .owl-nav .owl-prev,
.clientsArea .owl-nav .owl-next {
  margin: 15px 3px 0 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 25px;
  color: #bfbfbf;
  line-height: 32px;
  border: 1px solid #ccc;
  background: none;
}

.clientsArea .owl-dots {
  display: none;
}

.page-section .column5Slider.owl-carousel .owl-stage-outer {
  height: auto !important;
}
/* .ourpartnersArea .sec_title h3::after,
.clientsArea .sec_title h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 100px;
    height: 1px;
    background-color: #808185;
    transform: translateX(-50%);
} */

.ourpartnersArea:after {
  content: "";
  width: 30%;
  height: 5px;
  margin: 90px auto 0 auto;
  display: block;
  background: #0a7032;
}

.ourpartnersArea h2 {
  padding: 20px 0;
  margin: 0 auto 15px auto;
  max-width: 300px;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #e86a0f;
  color: #086f31;
}

.ourpartnersArea h2:after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #9d9a9a;
}

.clientsArea h2 {
  padding: 20px 0;
  margin: 0 auto 15px auto;
  max-width: 300px;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #e86a0f;
  color: #086f31;
}

.clientsArea h2:after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #9d9a9a;
}

.clientsArea h3 {
  padding: 0 0 0px 0;
  font-size: 12px;
  line-height: 23.5px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #363636;
}

.ourpartnersArea h3 {
  padding: 0 0 0px 0;
  font-size: 14px;
  line-height: 23.5px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #363636;
}

.ourpartnersArea p,
.clientsArea p {
  color: #363636;
  font-size: 15px;
}
/* ############## MyRequest ############## */

.form-container {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
}

#MyRequest {
  display: none;
  position: fixed;
  bottom: 105px;
  left: 60px;
  width: 25vw;
}

#MyReqBtn {
  background-color: #9d9a9a;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: #9d9a9a;
  border-image: initial;
  font-size: 30px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#MyReqBtn:hover {
  border-color: #006d2b;
  background-color: #006d2b;
}

.MyRequest .btn_button {
  background-color: #9d9a9a;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: #9d9a9a;
  border-image: initial;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.MyRequest .btn_button:hover {
  border-color: #006d2b;
  background-color: #006d2b;
}
.MyRequest form {
  position: relative;
  background-color: rgb(89, 90, 91);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px;
  width: 100%;
  padding: 30px;
  /* overflow: hidden; */
  border-radius: 20px;
  border-bottom: 5px solid #3c3c3b;
}

.MyRequest form input,
.MyRequest form textarea {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: rgb(204, 204, 204);
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  font-weight: 400;
  height: 40px;
  padding: 14px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-image: initial;
  transition: all 300ms ease 0s;
  margin: 15px 0px;
}

.MyRequest form .btn_button {
  display: table;
  width: 120px;
  margin: 30px auto 0px;
}

.MyRequest form:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 4px;
  border-style: solid;
  border-color: #3c3c3b;
  z-index: 99999;
  border-width: 15px;
  border-left-color: #3c3c3b;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #3c3c3b;
  transform: rotatey(315deg);
}

.MyRequest form input::-webkit-input-placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}

.MyRequest form input:-moz-placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}

.MyRequest form input::-moz-placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}

.MyRequest form input:-ms-input-placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}

.MyRequest form input::-ms-input-placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}

.MyRequest form input::placeholder,
.MyRequest form textarea::-webkit-input-placeholder {
  color: #fff;
}
/* ====================================================================
		Banner Section Two
==================================================================== */

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.banner-section-two {
  position: relative;
}

.banner-section-two .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section-two .slide-item .content-box {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.banner-section-two .slide-item .content-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.banner-section-two .slide-item .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 9;
  text-align: center;
}

.banner-section-two .slide-item .title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffbc00;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section-two .active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.banner-section-two .slide-item h2 {
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section-two .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-section-two .slide-item .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section-two .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.banner-section-two .slide-item .btn-box {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section-two .slide-item .btn-box .theme-btn {
  margin-right: 25px;
}

.banner-section-two .active .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
/* .banner-section-two .owl-nav {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 9;
} */

.banner-section-two .owl-nav {
  position: relative;
  left: unset;
  bottom: 80px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .banner-section-two .owl-next,
.banner-section-two .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    line-height: 30px;
    transition: all 300ms ease;
    opacity: .30;
} */

.banner-section-two .owl-next,
.banner-section-two .owl-prev {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgb(255 255 255 / 80%);
  line-height: 50px;
  transition: all 300ms ease;
  /* opacity: .30; */
  color: #3c3c3b;
  font-size: 25px;
}

.banner-section-two .owl-next:hover,
.banner-section-two .owl-prev:hover {
  opacity: 1;
}

.banner-section-two .square-menu {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 99;
  transition: all 300ms ease;
  opacity: 0.5;
}

.banner-section-two .square-menu.active,
.banner-section-two .square-menu:hover {
  opacity: 1;
}

.square-menu .floating-btn {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #222222;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  outline: 0;
}

.square-menu.active .floating-btn {
  box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
  background-color: #ffffff;
}

.square-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.2);
}

.square-menu .floating-btn i {
  font-size: 16px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.square-menu.active .floating-btn {
  border-radius: 20px;
}

.square-menu.active .floating-btn i:before {
  content: "\f00d";
}

.square-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.square-menu .menu-item {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.square-menu .menu-item span {
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #222222;
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px;
  transition: all 200ms ease;
}

.square-menu .menu-item:hover span {
  background-color: #ffbc00;
  color: #ffffff;
}

.square-menu.active .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.square-menu.active .menu-item:nth-child(1) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.square-menu.active .menu-item:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.square-menu.active .menu-item:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}

.square-menu.active .menu-item:nth-child(4) {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ====================================================================
		Banner Section Three
==================================================================== */
/* ############## Menu ######################### */

html {
  scroll-behavior: smooth;
}

#menu {
  position: fixed;
  height: 100vh;
  width: 50px;
  color: #fff;
  right: 0;
  top: 0;
  background: #006d2b;
  background-image: -moz-linear-gradient(
    90deg,
    #ec6707 0%,
    #9d9a9a 50%,
    #006d2b 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    #ec6707 0%,
    #9d9a9a 50%,
    #006d2b 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #ec6707 0%,
    #9d9a9a 50%,
    #006d2b 100%
  );
  z-index: 999;
  padding-left: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  direction: ltr;
}

#menu.active {
  width: 310px;
}

.side-menu-show {
  list-style: none;
  text-transform: uppercase;
}

.side-menu-show > li {
  display: block;
}

.side-menu-show > li > a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  position: relative;
}

.side-menu-show > li > a:hover {
  text-decoration: underline;
}

.side-menu-show > li > ul {
  list-style: none;
  padding-left: 35px;
  margin-top: 8px;
  display: none;
}

.side-menu-show > li ul li {
  display: block;
  margin-bottom: 15px;
}

.side-menu-show > li ul li a {
  display: block;
  color: #fff;
}

.side-menu-show > li ul li a:hover {
  text-decoration: underline;
}

.side-menu {
  list-style: none;
  position: absolute;
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  left: 0;
  width: 50px;
}

.side-menu > li > a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.7;
}

.side-menu > li > a:hover {
  opacity: 1;
}

.side-menu > li > a .icon-menu-bars {
}

.side-menu > li > a i {
  -webkit-background-size: contain;
  background-size: contain;
  width: 18px !important;
  height: 18px !important;
}

i[class*="icon-menu"] {
  display: inline-block;
}

.icon-menu-bars {
  height: 25px;
  width: 20px;
  background: url("../img/menu-icon.svg") no-repeat;
}

.icon-menu-search {
  background: url("../img/search-icon.svg") no-repeat;
  height: 24px;
  width: 24px;
}

.icon-menu-search-2 {
  background: url("../images/search-icon2.svg") no-repeat;
}

.icon-menu-arrow-up,
.icon-menu-arrow-down {
  height: 27px;
  width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-menu-arrow-up {
  background: url("../images/top-arrow.svg") no-repeat center;
}

.icon-menu-arrow-down {
  background: url("../images/down-arrow.svg") no-repeat center;
}

#menu.active .icon-menu-bars,
.icon-menu-close {
  background: url("../img/close-menu-icon.svg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.side-menu li {
  width: 100%;
}
/* menu-fullpage */
/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: white;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #fff;
  box-sizing: border-box;
}

#fp-nav.fp-right {
  z-index: 9999;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  margin: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 6px;
  height: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  margin: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 6px;
  width: 6px;
  opacity: 1;
  margin: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  height: 20px;
}

#fp-nav.right {
  right: 12px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  margin: 0;
}

div.vertical-scrolling {
  height: auto !important;
}

div.vertical-scrolling.counter-section {
  clear: both;
  padding-bottom: 30px !important;
}
/* dots for slider */

.banner-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.banner-carousel .owl-dot {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  border-radius: 50%;
}

.banner-carousel .owl-dot.active {
  background-color: #fff;
  width: 25px;
  border-radius: 20px;
}
/* title gold */

.sec_title.title-gold h3 {
  padding: 20px 0;
  margin: 0 auto 15px auto;
  max-width: 320px;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #e66b13;
  color: #006d2b;
}

.sec_title.title-gold h3::after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #9d9a9a;
}

.sec_title.title-gold-sub h3 {
  padding: 20px 0;
  max-width: max-content;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #e66b13;
  color: #006d2b;
}

.sec_title.title-gold-sub h3::after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #9d9a9a;
}
/* socail menu */

.social-side-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
}
/* project details */

.prjects-details {
  padding: 50px 0;
}

.prjects-details .sec-title {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}

.prjects-details .sec-title.title-gold-sub h3 {
  padding: 20px 0;
  max-width: max-content;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #2c2c2c;
  color: #3c3c3b;
  margin: 10px 0;
}

.prjects-details .sec-title.title-gold-sub h3::after {
  content: "";
  margin: 0 0 0 -31px;
  width: 62px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #3c3c3b;
}

.projects-item-carousel .slide-item {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.projects-item-carousel .slide-item figure {
  margin: 0;
}

.projects-item-carousel .slide-item img {
  height: 500px;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
/* dots for slider */

.projects-item-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: block !important;
}

.projects-item-carousel .owl-dot {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  border-radius: 50%;
}

.projects-item-carousel .owl-dot.active {
  background-color: #fff;
  width: 25px;
  border-radius: 20px;
}
/*** 

====================================================================
		Video Section
====================================================================

***/

.video-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 70px !important;
  margin: 50px 0;
}

.video-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #252525;
  opacity: 0.5;
  content: "";
}

.video-section .content-box {
  position: relative;
  text-align: center;
}

.video-section .content-box h2 {
  display: block;
  font-size: 35px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
}

.video-section .play-now {
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.video-section .play-now .icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #3c3c3b;
  padding-left: 0;
  font-size: 50px;
}

.video-section .play-now {
  position: relative;
  display: inline-block;
  margin-top: -40px;
  margin-bottom: 25px;
}

.video-section.project-vid p {
  color: #fff;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
}

.video-section .play-now .icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #3c3c3b;
  padding-left: 0;
  font-size: 50px;
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #000000;
  color: #ffffff;
  z-index: 1;
  padding-left: 5px;
  font-size: 24px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

section.vertical-scrolling {
  height: auto !important;
}
/* project page */

.all-projects-section {
  padding: 50px 0 !important;
}

.all-projects-section figure .title-proj-page {
  background: rgb(89 90 91 / 50%);
  width: 100%;
  text-align: center;
  padding: 10px;
}

.all-projects-section figure .title-proj-page h4 {
  font-weight: 600;
}

.all-projects-section .container {
}

.all-projects-section figure {
  background-color: #808185;
  background-position: center center;
  backgorund-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 33%;
  height: 400px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.all-projects-section figure::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 101%;
  height: 101%;
  background: rgb(89 90 91 / 80%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.all-projects-section figure.center::after {
  -webkit-transform: translate(0%, -110%);
  transform: translate(0%, -110%);
}

.all-projects-section figure.false_hover::after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.all-projects-section figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fp-tableCell {
  height: auto !important;
}
/* style daftra */

.content-heading {
  color: #999999;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}

.content-heading h2 {
  font-weight: bold;
  color: #3c3c3b;
}

.content-heading .txt p {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

.content-heading a.btn-daftra {
}

.content-heading .point-daftara {
  margin-top: 10px;
}

.content-heading .point-daftara span {
  font-weight: bold;
  color: #3c3c3b;
}

.content-heading .point-daftara span i {
  margin: 0 15px;
  color: #999999;
}

.promises {
  padding: 80px 0;
  background: #f9fafb;
}

.promises__header {
  background: url("../images/header-layer.png");
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

.promises__header h2 {
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  color: #3c3c3b;
  text-align: center;
}

@media (max-width: 991px) {
  .promises__header h2 {
    font-size: 35px;
    position: static;
  }
}

.promises__header h2 span {
  color: #0053bd;
}

.promises__header p {
  color: #999999;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .promises__header p {
    margin: 0;
  }
}

.promises__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
}

.promises__content_card {
  width: 275px;
  border-radius: 20px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: -30px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 22px;
  position: relative;
  z-index: 2;
  max-height: 240px;
  transition: max-height 0.3s;
  color: #999;
}

.div-custom {
  height: 255px;
  max-height: 255px !important;
}

@media (max-width: 991px) {
  .promises__content_card {
    margin-bottom: 0;
    width: 100%;
    box-shadow: 4px -30px 30px rgba(0, 0, 0, 0.05);
  }
}

.promises__content_card:after {
  content: "";
  border-radius: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #3c3c3b;
  z-index: -1;
  transition: height 0.2s;
}

.promises__content_card:hover {
  max-height: 500px;
}

.promises__content_card:hover img {
  display: none;
}

.promises__content_card:hover:after {
  height: 100%;
}

.promises__content_card:hover h2 {
  color: #fff;
  margin-top: -6px;
}

.promises__content_card:hover p {
  color: #fff;
  max-height: none;
  overflow: initial;
  display: block !important;
  -webkit-line-clamp: initial;
  max-width: none;
}

.promises__content_card h2 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .promises__content_card h2 {
    margin-bottom: 0;
  }
}

.promises__content_card p {
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box !important;
  max-width: 200px;
  -webkit-line-clamp: 2;
  min-height: 46px;
  max-height: 53px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: unset;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 991px) {
  .promises__content_card p {
    display: none !important;
  }
}

.p-custom {
  font-size: 13px !important;
  min-height: 35px !important;
}
/* video */

.video-carousel .item img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.video-carousel .item .pop_video h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  background-color: rgb(83 88 90);
  padding: 12px;
  text-align: center;
  margin: 0;
  color: #ffffff;
  border-radius: 0 0 30px 30px;
}

.video-carousel .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
  display: block !important;
}

.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
  margin: 15px 3px 0 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 25px;
  color: #bfbfbf;
  line-height: 32px;
  border: 1px solid #ccc;
  background: none;
}

.column5SliderCertficate .pop_img {
  height: 300px;
  background-color: #9b9998;
  padding: 5px;
  border-radius: 5px;
}

/* new style */
.item-prod-prem {
  display: flex;
  flex-wrap: wrap;
}
.item-prod-prem .item {
  border: 3px solid #ededed;
  padding: 10px;
  margin-bottom: 30px;
}
.item-prod-prem .item a {
  display: block;
}
.item-prod-prem .item .img_slide {
  text-align: center;
}
.item-prod-prem .item .img_slide img {
  border-radius: unset;
  height: 300px;
  width: auto;
  max-width: 100%;
}

.item-prod-prem .item .over_think {
  position: absolute;
  z-index: 9;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 15px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.app_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.app_section .content-img-app {
  margin: 5px;
}
.app_section .content-img-app a {
  display: block;
}
.app_section .content-img-app img {
  padding: 0;
  border: 0;
  max-width: 120px;
  border-radius: unset;
  height: 38px;
}
/* responsive */

@media (max-width: 1200px) {
  #menu {
    height: 345px;
  }
  .social-side-menu {
    display: block;
  }
  #menu.active .social-side-menu {
    display: block;
  }
  .side-menu {
    height: fit-content;
  }
  #owl_video img {
    height: 370px;
  }
  #menu.active {
    /* height: fit-content; */
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    width: 6px;
    height: 6px;
    background: #808185;
    opacity: 0.4;
    margin: 0;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    background: #3c3c3b;
  }
  .logo img {
    width: 100%;
  }
  .promises__content_card {
    width: 300px;
  }
  .projects-item-carousel .slide-item img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  #menu {
    height: 345px;
  }
  .social-side-menu {
    display: block;
  }
  #menu.active .social-side-menu {
    display: block;
  }
  .side-menu {
    height: fit-content;
  }
  #menu.active {
    /* height: fit-content; */
  }
  #owl_video img {
    height: 370px;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    width: 6px;
    height: 6px;
    background: #808185;
    opacity: 0.4;
    margin: 0;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    background: #3c3c3b;
  }
  .logo img {
    width: 100%;
  }
  .promises__content_card {
    width: 300px;
  }
  .projects-item-carousel .slide-item img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #MyRequest {
    width: 40vw;
  }
  .MyRequest form input,
  .MyRequest form textarea {
    margin: 10px 0px;
    height: 30px;
    font-size: 13px;
  }
  .MyRequest form textarea {
    min-height: 115px;
  }
  #owl_video .owl-dots {
    margin: 0;
    bottom: 10px;
  }
  .Info_bog {
    margin-bottom: 80px;
  }
  .content-heading .point-daftara span {
    font-weight: bold;
    color: #3c3c3b;
    display: inline-block;
    width: 100%;
  }
  .promises__content_card {
    width: 360px;
    margin: auto;
    margin-bottom: 30px;
  }
  .promises__header h2 {
    font-size: 30px;
    position: static;
  }
  .promises__content_card p {
    line-height: 25px;
    margin-top: 10px;
  }
  .pop_img img {
    height: 250px;
  }
  .pop_img {
    height: 250px;
  }
  .all-projects-section figure {
    width: 50%;
    height: 300px;
  }
  .all-projects-section figure .title-proj-page h4 {
    font-weight: 600;
    font-size: 20px;
  }
  .projects-item-carousel {
    text-align: center;
  }
  .prjects-details .sec-title.title-gold-sub h3 {
    margin: 10px auto;
  }
  .ourpartnersArea .item {
    height: 200px;
  }
  .column5SliderCertficate .pop_img {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .banner-section-two .slide-item h2 {
    font-size: 20px;
  }
  .banner-section-two .slide-item .text {
    font-size: 14px;
  }
  #menu {
    height: 345px;
  }
  .side-menu {
    height: fit-content;
  }
  #menu.active {
    height: fit-content;
  }
  .social-side-menu {
    display: block;
  }
  #menu.active .social-side-menu {
    display: block;
  }
  #fp-nav.fp-right {
    display: none !important;
  }
  .Gallary_Info .img_slide img {
    height: 250px;
  }
  .casestudiesArea .item {
    height: 450px;
  }
  .ourpartnersArea .item,
  .clientsArea .item {
    height: 100px;
  }
  .over_footer h4 {
    text-align: right;
  }
  .over_footer h4:before {
    right: 0;
    left: 0;
    margin: unset;
  }
  #MyRequest {
    left: 35px;
    width: fit-content;
  }
  .MyRequest form input,
  .MyRequest form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    color: rgb(204, 204, 204);
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 20px;
    font-weight: 400;
    height: 35px;
    padding: 14px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    transition: all 300ms ease 0s;
    margin: 5px 0px;
  }
  .MyRequest form textarea {
    width: 100%;
    padding: 17px;
    border-radius: 0px;
    margin: 7px 0;
    font-size: 15px;
    resize: none;
    min-height: 100px;
    border: 1px solid #ddd;
  }
  .clientsArea h2,
  .ourpartnersArea h2,
  .sec_title.title-gold h3,
  .sec_title.title-gold-sub h3 {
    font-size: 30px;
  }
  .Info_bog {
    margin-bottom: 70px;
  }
  .all-projects-section figure {
    width: 100%;
  }
  .projects-item-carousel .slide-item img {
    height: 300px;
  }
  .video-section .play-now .icon {
    font-size: 30px;
  }
  .video-section .content-box h2 {
    font-size: 20px;
  }
  .video-section.project-vid p {
    font-size: 14px;
  }
  .form-container {
    z-index: 999999;
  }
  .About_Info .sec_title {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .content-heading .point-daftara span {
    font-weight: bold;
    color: #3c3c3b;
    display: inline-block;
    width: 100%;
  }
  .promises__content_card {
    width: 340px;
    margin: auto;
    margin-bottom: 30px;
  }
  .promises__header h2 {
    font-size: 25px;
    position: static;
  }
  .promises__content_card p {
    line-height: 25px;
    margin-top: 10px;
  }
  .pop_img img {
    height: 250px;
  }
  .pop_img {
    height: 250px;
  }
  .all-projects-section figure {
    width: 90vw;
    height: 300px;
    margin: auto;
  }
  .all-projects-section figure .title-proj-page h4 {
    font-weight: 600;
    font-size: 18px;
  }
  .projects-item-carousel {
    text-align: center;
  }
  .prjects-details .sec-title.title-gold-sub h3 {
    margin: 10px auto;
  }
  .content-heading h2 {
    font-weight: bold;
    color: #3c3c3b;
    font-size: 22px;
    line-height: 32px;
  }
  .Info_home .serv-det-sec .sec_title h3 {
    font-size: 20px;
  }
  .video-carousel {
    width: 90vw;
    margin: auto;
  }
  .ourpartnersArea .item {
    height: 200px;
  }
  .column5SliderCertficate .pop_img {
    height: 200px;
  }
}

.btn-start-now {
  padding: 15px 0;
}

.over_footer.icone-not-light .under_contact p strong:hover {
  color: unset;
  background-color: #0b7033;
}

.promises__content_card.div-custom img {
  height: 45px;
  width: 45px;
}

/* new style */

/* Caption Style 6 */

/* .box-prod {
  display: inline-block;
  width: 100%;
  margin: 0;

  text-align: left;
  position: relative;
} */

.box-prod figure img {
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 20px;
}
.box-prod .img-link {
  display: block;
  padding: 10px 10px 60px 10px;
}
.box-prod figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #097032;
  border-radius: 20px;
}

.box-prod figcaption h3 {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  bottom: 4px;
  margin: 10px 0;
  padding: 5px 0;
}

.box-prod figcaption span:before {
  content: "by ";
}

.box-prod figcaption a {
  text-align: center;

  display: inline-block;
}

.box-prod figure {
  margin: 0;
  position: relative;
}
.cs-style-6 figure img {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  height: 220px;
  margin: auto;
  width: 100%;
}

.cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
  -webkit-transform: translateY(0) scale(0.8);
  -moz-transform: translateY(0) scale(0.8);
  -ms-transform: translateY(0) scale(0.8);
  transform: translateY(0) scale(0.8);
  -o-transform: translateY(0) scale(0.8);
}

.cs-style-6 figcaption {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cs-style-6 figcaption h3 {
}

/* .cs-style-6 figcaption a {
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding: 8px 20px;
} */

.cs-style-6 figcaption a.btn_dark:hover {
  background-color: #e76a0f;
  border: 1px solid #e76a0f;
}

.body_section.cs-style-6 {
  padding: 70px 0;
}

/* products */

.body_section.products-all {
  padding: 70px 0;
}

.project-block-one {
  position: relative;
  margin-bottom: 25px;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #f8f8f8;
  padding: 5px;
}

.project-block-one .inner-box:hover .image-box .overlay-box {
  opacity: 1;
}

.project-block-one .image-box {
  position: relative;
  display: block;
  height: 260px;
  width: 260px;
}

.project-block-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.project-block-one .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgb(5 111 47 / 70%);
}

.project-block-one .image-box .overlay-box .icon {
  position: relative;
  color: #ffffff;
  font-size: 20px;
}

.project-block-one .lower-content {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.project-block-one .lower-content h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-block-one .lower-content h3 a {
  color: #e76b11;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.project-block-one .inner-box:hover .lower-content h3 a {
  color: #056e2f;
}

.gallery-section.style-two
  .project-block-one
  .inner-box:hover
  .lower-content
  h3
  a {
  color: #fff;
}
.gallery-section.style-three
  .project-block-one
  .inner-box:hover
  .lower-content
  h3
  a {
  color: #fff;
}

.gallery-section.style-three .nopadding.project-block-one {
  padding: 0;
  margin-bottom: 0;
}

.project-block-one .lower-content .text {
  font-size: 16px;
  font-weight: 300;
  color: #34c3ed;
  padding-bottom: 20px;
}

.gallery-section.style-two .project-block-one .lower-content .text {
  color: #fff;
}
.gallery-section.style-three .project-block-one .lower-content .text {
  color: #fff;
}

/* branches */
/* Style Our Branch */

.body_section.branches-sec {
  padding: 70px 0;
}

.branches-sec .serviceBox {
  background-color: #fff;

  padding: 0 0 20px;

  margin: 0px 10px;

  border-radius: 20px 0;

  position: relative;

  z-index: 1;

  box-shadow: inset 0px 0px 20px 1px #d2d2d2;

  margin-bottom: 30px;
}

.branches-sec .serviceBox .title {
  color: #fff;

  background: linear-gradient(to right, #076f30, #076f30);

  font-size: 18px;

  font-weight: 700;

  text-align: right;

  text-transform: capitalize;

  padding: 12px 25px;

  margin: -6px -6px 30px 0;

  border-radius: 0 0 0 20px;

  box-shadow: -2px 4px 1px rgba(0, 0, 0, 0.2);

  display: inline-block;

  position: relative;
}

.branches-sec .serviceBox .title:before,
.branches-sec .serviceBox .title:after {
  content: "";

  background: linear-gradient(to right bottom, transparent 49%, #076f30 50%);

  width: 4px;

  height: 6px;

  position: absolute;

  top: 0;
}

.branches-sec .serviceBox .title:after {
  transform: rotate(180deg);

  top: auto;

  bottom: -5px;

  left: auto;
}

.branches-sec .serviceBox .description {
  color: #076f30;

  font-size: 16px;

  letter-spacing: 0.5px;

  line-height: 35px;

  text-align: center;

  text-transform: capitalize;

  margin: 0 15px 20px;

  border-radius: 0px;

  border: 1px solid #eaeaea;

  padding: 15px 0;

  font-weight: 600;
}

.branches-sec .serviceBox .service-icon {
  color: #fff;

  background: #076f30;

  font-size: 35px;

  text-align: center;

  line-height: 68px;

  width: 70px;

  height: 70px;

  margin: 0 auto 50px;

  border: 2px solid #076f30;

  border-radius: 50%;

  transition: all 0.3s ease 0s;
}

.branches-sec .serviceBox .service-icon a {
  color: #fff;
}

.branches-sec .serviceBox .read-more {
  color: #fff !important;

  background: linear-gradient(to right, #076f30, #076f30);

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  text-align: center;

  width: 140px;

  line-height: 40px;

  height: 40px;

  border-radius: 0 30px 30px 0;

  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);

  display: block;

  position: absolute;

  bottom: 20px;
}

.branches-sec .serviceBox .read-more:before,
.branches-sec .serviceBox .read-more:after {
  content: "";

  background: linear-gradient(to bottom, #076f30, #076f30);

  width: 15px;

  height: 25px;

  border-radius: 50px 0 0 50px;

  position: absolute;

  top: -25px;
}

.branches-sec .serviceBox .read-more:after {
  background: #076f30;

  border-radius: 50px 0 0 50px;

  height: 65px;

  z-index: -2;
}

.branches-sec .serviceBox:hover .service-icon {
  transform: rotateY(360deg);
}

.branches-sec .serviceBox .read-more {
  right: 0;

  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);

  border-radius: 30px 0px 0px 30px;
}

.branches-sec .serviceBox .title:before,
.branches-sec .serviceBox .title:after {
  left: -4px;
}

.branches-sec .serviceBox .title:after {
  left: auto;

  right: 0;
}

.branches-sec .serviceBox .read-more:before,
.branches-sec .serviceBox .read-more:after {
  right: -15px;

  border-radius: 0px 10px 10px 0px;
}
/* ######## */

.products-details {
}

.txt-details h3 {
  color: #0a7032;
  font-weight: 600;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.body_section.news-section {
  position: relative;
  padding: 70px 0;
}

.news-section.alternate {
  padding: 120px 0;
}

.news-block {
  position: relative;
  margin-bottom: 50px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;
  display: block;
  background: #222222;
  overflow: hidden;
  height: 280px;
}
.news-block .inner-box .image a {
  display: block;
  height: 100%;
}
.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -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;
}

.news-block .inner-box:hover .image a img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news-block .lower-content {
  position: relative;
  padding: 15px;
  background-color: #383838;
  border-bottom: 4px solid #eb6809;
  border-radius: 0 0 15px 15px;
  z-index: 1;
  text-align: center;
}

.news-block .post-info {
  position: relative;
  margin-bottom: 10px;
}

.news-block .post-info li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #111111;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.news-block .lower-content h3 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.news-block .lower-content h3 a {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .lower-content h3 a:hover {
  color: #eb690b;
}

.news-block .lower-content .btn_button.btn_dark {
  font-size: 14px;
  padding: 8px 20px;
}
/* news-details */

.body_section.news-details {
  padding: 80px 0;
}
.img-news {
  height: 350px;
}
.img-news img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.content-txt-news {
}
.content-txt-news h3 {
  color: #0a7032;
  font-weight: 600;
}

.content-txt-news p {
  font-weight: bold;
  margin: 20px 0;
  font-size: 15px;
  color: #999999;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .box-prod figcaption a.btn_button {
    width: auto;
  }
  .project-block-one .image-box {
    margin: auto;
  }
  .img-news {
    height: 300px;
    margin-bottom: 20px;
  }
}

.Gallary_Info.best-category {
}

.Gallary_Info.best-category {
  /*background-image: url("../img/444.jpg");*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  width: 100%;
  padding: 20px;
  position: relative;
  padding-top: 50px;
}

.Gallary_Info.best-category .img_slide img {
  width: 100%;
  height: 335px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.Gallary_Info.best-category .over_news a {
  display: block;
}

.Gallary_Info.best-category .owl-nav.disabled {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 999;
  transform: translateY(-50%);
  padding: 0px 40px;
  font-size: 45px;
}

.Gallary_Info.best-category .owl-nav {
  display: none;
}

.Gallary_Info.best-category .item p {
  position: absolute;
  width: 90%;
  margin: 0px auto;
  bottom: 30px;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px;
  color: #13393e;
  opacity: 0;
}
.Gallary_Info.best-category .center .item p {
  opacity: 1;
}
.Gallary_Info.best-category .item {
  margin-right: 15px;
}
.Gallary_Info.best-category .owl-stage-outer {
  padding: 40px 0;
}

.Gallary_Info.best-category .owl-item.active.center {
  transform: scale(1.2, 1.1);
}

.Gallary_Info.best-category .item img {
  /* transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -o-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -ms-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -moz-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9);
  -webkit-transform: perspective(600px) rotateY(20deg) scale(0.9, 0.9); */
  opacity: 0.8;
}

.Gallary_Info.best-category .center .item img {
  transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
  opacity: 1;
}
.Gallary_Info.best-category .center .item .over_think {
  display: block;
}

.Gallary_Info.best-category .center ~ .owl-item .item img {
  transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -o-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -ms-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -moz-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
  -webkit-transform: perspective(600px) rotateY(-20deg) scale(0.9, 0.9);
}

.Gallary_Info.best-category .over_think {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  width: 80%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.Gallary_Info.best-category .owl-item.active.center .over_think {
  bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.Gallary_Info.best-category .img_slide img:hover {
  opacity: 1;
}

.projects-item-carousel .slide-item figure a {
  display: block;
}

/* search */

.search-box {
  z-index: 9999999;
  position: fixed;
  background: rgba(48, 48, 48, 0.9);
  height: 100vh;
  width: 100%;
  overflow: scroll;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.search-box.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container-search {
  width: 760px;
  max-width: 100%;
}
.form-search {
  position: relative;
  height: 67px;
  color: #a2a2a2;
  border-bottom: #a2a2a2 2px solid;
}
.form-search input {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  font-size: 20px;
}
.form-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a2a2a2;
}
.form-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
}
.form-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a2a2a2;
}
.form-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
}
.form-search button {
  position: absolute;
  top: 22px;
  background: none;
  border: 0;
  font-size: 20px;
  color: #adadad;
}

.close-search {
  position: absolute;
  right: 10%;
  top: 10%;
  background: none;
  height: 50px;
  width: 50px;
  border: 0;
}
.close-search i {
  width: 100%;
  height: 50px;
}

.modal-wrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-wrap.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.block-white-modal {
  background: #fff url("../images/vic-empl.png") no-repeat center;
  box-shadow: -5px 0px 69.3px 0.7px rgba(234, 159, 89, 0.1);
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.inside-flex {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.close-custom-modal {
  background: none;
  height: 45px;
  width: 45px;
  line-height: 34px;
  text-align: center;
  color: #adadad;
  border: 2px solid #adadad;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -10px;
  right: -20px;
}
.close-custom-modal:hover {
  color: #097032;
  border-color: #097032;
}

/* search responsive */

@media screen and (max-width: 767px) {
  .form-search input {
    font-size: 11px;
  }
  .form-search button {
    top: 17px;
  }
  .block-white-modal {
    padding: 30px 15px;
  }
  .close-custom-modal {
    right: 0;
  }
}
