@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.active {
  color: #d9d9d9 !important;
}

.active::marker {
  color: #d9d9d9 !important;
}

.fs-25 {
  font-size: 25px !important;
}

.temp-ul li {
  display: list-item;
  margin-left: 29px;
}

.temp-ul li::marker {
  color: #e0cf3b;
  font-size: 0.8em;
}

.temp-ul li:hover::marker {
  color: #d9d9d9 !important;
}

#character_justify {
  position: relative;
  width: 100%;
  font-size: 12pt;
  border: 1px solid #fff;
}

#character_justify2 {
  position: relative;
  width: 40%;
  border: 1px solid #fff;
}

#character_justify3 {
  position: relative;
  width: 40%;
  border: 1px solid #fff;
}

.name-top {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #000;
  margin-top: 10px;
  font-size: 11px;
  text-align: justify;
  text-transform: uppercase;
  text-justify: inter-word;
}

#navbar-toggler-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
}

.navbar-toggler-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../Image/icon/menu.svg) !important;
}

#navbar-toggler-times {
  position: absolute;
  right: 0;
  bottom: 0;
}

#navbar-toggler-times img {
  width: 25px;
}

.navbar-expand-lg {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 20px !important;
}

.navbar-expand-lg .navbar-brand {
  position: absolute;
  left: 0;
  bottom: 0;
}

.navbar-expand-lg .navbar-brand img {
  width: 70px;
}

.navbar-expand-lg .navbar-toggler {
  padding: 0 !important;
  border-color: transparent;
  color: #000;
}

.navbar-expand-lg .navbar-toggler:focus {
  outline: none;
}

.mob-header {
  display: none;
}

#header .nav-bar .nav-link {
  text-align: initial;
}

#header .nav-link {
  padding: 10px 0 0 0 !important;
}

#header .sub-gallery ul,
#header .sub-awards ul {
  display: block;
}

#header .sub-gallery ul li,
#header .sub-awards ul li {
  display: list-item;
}

#header .sub-gallery ul li::marker,
#header .sub-awards ul li::marker {
  color: #e0cf3b;
  font-size: 0.8em;
}

#header .sub-gallery ul li:hover::marker,
#header .sub-awards ul li:hover::marker {
  color: #d9d9d9 !important;
}

#header .sub-gallery ul li a,
#header .sub-awards ul li a {
  text-align: left;
  line-height: 24px;
  font-size: 9px;
  padding: 0;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #e0cf3b;
  text-transform: uppercase;
}

#header .sub-gallery ul li a:hover,
#header .sub-awards ul li a:hover {
  color: #d9d9d9 !important;
}

@media only screen and (max-width: 1000px) {
  .swiper-pagination {
    display: none !important;
  }
  .contact-details .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    display: -ms-grid;
    display: grid;
  }
  .main-wrapper
.row
.center
.content
.gray-bg
.color
.mySwiper
.swiper-slide
img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .about-mob {
    display: block !important;
  }
  .about-pc {
    display: none !important;
  }
  .about .align-items-cente {
    padding: 20px 0;
  }
  .color {
    padding: 0 !important;
  }
  .color .contact {
    display: block !important;
  }
  .color .contact .map {
    width: 100% !important;
    height: 250px;
  }
  .color .contact .contact-details {
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .color .contact .contact-details .social-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: -20px;
  }
  #character_justify {
    display: none !important;
  }
  .navbar-demo button.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: unset;
    border: 0;
    font-size: 26px;
    display: block;
    padding: 23px;
    color: #fff;
    outline: none;
  }
  .navbar-demo {
    height: 100%;
    z-index: 999;
    position: absolute !important;
    top: 0 !important;
    width: 250px !important;
  }
  .navbar-demo .nav-bar {
    left: -950px;
    background-color: #fffffff2;
    -webkit-transition: 1s;
    transition: 1s;
    height: 100%;
  }
  .navbar-demo.open-nav .nav-bar {
    left: 0;
    width: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    height: 100%;
  }
  .navbar-demo .nav-bar a {
    font-size: 14px;
    padding-top: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
    color: black;
  }
  .navbar-demo.open-nav button.menu-btn i:before {
    content: "\f00d ";
  }
}

.hero-image .about-me {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.hero-image .about-me label {
  font-size: 26px;
  color: #fff;
  display: block;
}

.hero-image:after {
  background-color: black;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.3;
}

.hero-image .about-me a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid white;
  margin: 20px;
}

.navbar-demo {
  display: table;
  width: 100%;
  position: fixed;
  z-index: 99;
}

.navbar-demo .nav-bar ul li {
  display: block;
}

.navbar-demo .nav-bar ul {
  padding: 0;
  display: table;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-demo .nav-bar ul li a {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 18px;
  text-transform: uppercase;
}

.nav-bar {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-demo button.menu-btn {
  display: none;
}

@media only screen and (width: 1024px) {
  .about .hoverimage img {
    height: 410px;
  }
  .main-wrapper .row .center .content .gray-bg .color .mySwiper .height {
    height: 410px !important;
  }
  .main-wrapper .row .center .content .gray-bg {
    height: 410px !important;
  }
  .main-wrapper .row .center .content .gray-bg .swiper-slide img {
    height: 410px;
  }
  .main-wrapper
.row
.center
.content
.gray-bg
.color
.about
.team
.row
.single-image
img {
    width: 70px !important;
    height: 70px !important;
  }
  .main-wrapper
.row
.center
.content
.gray-bg
.color
.about
.team
.row
.single-image
p {
    font-size: 9px !important;
  }
}

@media (max-width: 1000px) {
  .col-fw {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .navbar-expand-lg {
    max-width: 690px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .main-wrapper .row .center .content .gray-bg .color .about h6 {
    margin-top: 48px !important;
  }
  .main-wrapper .row .center .content .gray-bg .color .about .description {
    padding-right: 10px;
    overflow: auto;
    height: 100px;
  }
  .about .hoverimage {
    overflow: hidden;
  }
  .about .hoverimage img {
    height: 404px !important;
  }
  .main-wrapper {
    min-height: calc(100vh - 180px) !important;
  }
  .main-wrapper .content .menu {
    height: 410px !important;
  }
  .main-wrapper .content .gray-bg {
    height: 410px !important;
  }
  .main-wrapper .content .gray-bg .swiper-slide img {
    height: 410px;
  }
  .main-wrapper .content .contact-details {
    height: 410px !important;
    padding-top: 20px;
  }
  .main-wrapper .gallery {
    height: 410px !important;
  }
  .main-wrapper
.row
.center
.content
.gray-bg
.color
.about
.team
.row
.single-image
img {
    width: 70px !important;
    height: 70px !important;
  }
  .main-wrapper
.row
.center
.content
.gray-bg
.color
.about
.team
.row
.single-image
p {
    font-size: 9px !important;
  }
}

.display-content {
  display: contents;
}

@media only screen and (max-width: 1000px) {
  .contact-gray {
    height: 100% !important;
  }
  .gray-bg {
    height: 450px !important;
    padding: 0 !important;
  }
  .gray-bg .mySwiper {
    height: 450px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .mob-header {
    display: block;
    margin-top: 90px;
  }
  .side-menu {
    display: none;
  }
  .gallery-content-full {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .name-top {
    font-size: 17px !important;
  }
  .main-wrapper {
    min-height: calc(100vh - 180px) !important;
  }
  .main-wrapper .name {
    font-size: 17px !important;
    margin-right: 0px !important;
    margin-top: -30px !important;
  }
  .main-wrapper .gallery {
    height: 520px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 14px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 900px) {
  .main-wrapper {
    min-height: calc(100vh - 180px) !important;
  }
  .main-wrapper .content .menu {
    height: 500px !important;
  }
  .main-wrapper .gallery {
    height: 500px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 12px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 769px) {
  .about-mob h6 {
    font-size: 15px !important;
  }
  .about-mob p {
    font-size: 15px !important;
  }
  .main-wrapper .row .center .bottum-name {
    margin-bottom: 20px !important;
  }
  .contact-wrapper {
    display: block !important;
  }
  .contact-details {
    padding-bottom: 60px !important;
  }
  .main-wrapper {
    min-height: calc(100vh - 180px) !important;
  }
  .main-wrapper .content .menu {
    height: 400px !important;
  }
  .main-wrapper .gallery {
    height: 400px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 12px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 769px) {
  .contact-gray {
    height: 100% !important;
  }
  .gray-bg {
    height: 450px !important;
    padding: 0 !important;
  }
  .gray-bg .mySwiper {
    height: 450px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .gray-bg .mySwiper .swiper-slide img {
    height: 410px !important;
  }
  .mob-header {
    display: block;
    margin-top: 90px;
  }
  .side-menu {
    display: none;
  }
  .gallery-content-full {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .name-top {
    font-size: 17px !important;
  }
  .main-wrapper {
    min-height: calc(100vh - 180px) !important;
  }
  .main-wrapper .name {
    font-size: 17px !important;
    margin-right: 0px !important;
    margin-top: -30px !important;
  }
  .main-wrapper .gallery {
    height: 400px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 14px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 541px) {
  .about-mob h6 {
    font-size: 10px !important;
  }
  .about-mob p {
    font-size: 10px !important;
  }
  .gray-bg {
    height: 340px !important;
    padding: 0 !important;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: contents;
  }
  .gray-bg .mySwiper {
    height: 340px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .gray-bg .mySwiper .swiper-slide img {
    height: 100% !important;
  }
  .name-top {
    font-size: 13px !important;
  }
  .main-wrapper .name {
    font-size: 13px !important;
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .main-wrapper .gallery {
    height: 340px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 420px) {
  .gray-bg {
    height: 260px !important;
    padding: 0 !important;
  }
  .gray-bg .mySwiper {
    height: 260px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .gray-bg .mySwiper .swiper-slide img {
    height: 100% !important;
  }
  .name-top {
    font-size: 10px !important;
  }
  .main-wrapper .name {
    font-size: 10px !important;
  }
  .main-wrapper .gallery {
    height: 260px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 10px !important;
    margin-right: 0px !important;
    font-weight: 600 !important;
  }
}

@media only screen and (max-width: 376px) {
  .contact-gray {
    height: 100% !important;
  }
  .gray-bg {
    height: 250px !important;
    padding: 0 !important;
  }
  .gray-bg .mySwiper {
    height: 250px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .gray-bg .mySwiper .swiper-slide img {
    height: 100% !important;
  }
  .team-mob .single-image img {
    width: 80px !important;
    height: 80px !important;
  }
  .team-mob .single-image p {
    font-size: 8px !important;
  }
  .name-top {
    font-size: 10px !important;
  }
  .main-wrapper .name {
    font-size: 10px !important;
  }
  .main-wrapper .gallery {
    height: 250px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 10px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 321px) {
  .gray-bg {
    height: 210px !important;
    padding: 0 !important;
  }
  .gray-bg .mySwiper {
    height: 210px !important;
  }
  .gray-bg .mySwiper .swiper-slide {
    height: 100% !important;
  }
  .gray-bg .mySwiper .swiper-slide img {
    height: 100% !important;
  }
  .name-top {
    font-size: 8px !important;
  }
  .main-wrapper .name {
    font-size: 8px !important;
  }
  .main-wrapper .gallery {
    height: 210px !important;
  }
  .main-wrapper .bottum-name p {
    font-size: 8px !important;
    margin-right: 0px !important;
  }
}

.main-wrapper {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-wrapper .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .row .center {
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .row .center .name {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #949494;
  text-align: justify;
  text-transform: uppercase;
  text-justify: inter-word;
  margin-right: -1vh;
  margin-bottom: 2.5rem;
}

.main-wrapper .row .center .content .menu {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  height: 500px;
}

.main-wrapper .row .center .content .menu .top {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 35%;
  width: 100%;
  background-color: #888888;
}

.main-wrapper .row .center .content .menu .top .menu-nav .nav-link {
  padding-left: 10px !important;
}

.main-wrapper .row .center .content .menu .top .menu-nav a {
  font-size: 12px;
  padding-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  color: white;
}

.main-wrapper .row .center .content .menu .top .menu-nav a:hover {
  color: #d9d9d9 !important;
}

.main-wrapper .row .center .content .menu .middle {
  background-color: #888888;
  width: 100%;
  height: 35%;
  overflow: auto;
}

.main-wrapper .row .center .content .menu .middle .second-menu-nav a {
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #e0cf3b;
  text-transform: uppercase;
}

.main-wrapper .row .center .content .menu .middle .second-menu-nav a:hover {
  color: #d9d9d9 !important;
}

.main-wrapper .row .center .content .menu .middle .second-menu-nav p {
  padding: 0 10px 10px 10px;
  font-family: "Josefin Sans", sans-serif;
  color: white;
  font-style: italic;
  font-size: 10px;
  text-transform: capitalize;
}

.main-wrapper .row .center .content .menu .middle .second-menu-nav .nav-link {
  padding-left: 0px;
  padding-right: 5px;
  margin-left: -6px;
}

.main-wrapper .row .center .content .menu .full-height {
  height: 65% !important;
}

.main-wrapper .row .center .content .menu .bottum {
  height: 30%;
  width: 100%;
  padding-top: 4px;
  background-color: #888888;
}

.main-wrapper .row .center .content .menu .bottum .color {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 1px;
}

.main-wrapper .row .center .content .menu .bottum .color a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-wrapper .row .center .content .menu .bottum .color a img {
  width: 60%;
  height: auto;
  margin: auto;
}

.main-wrapper .row .center .content .gallery {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-wrapper .row .center .content .gallery .glt1 {
  padding: 3px;
  width: 20%;
  height: 70%;
}

.main-wrapper .row .center .content .gallery .glt1 .glt1-1 {
  width: 100%;
  height: 50%;
  padding-bottom: 3px;
}

.main-wrapper .row .center .content .gallery .glt1 .glt1-2 {
  width: 100%;
  height: 50%;
  padding-top: 3px;
}

.main-wrapper .row .center .content .gallery .glt2 {
  padding: 3px;
  width: 60%;
  height: 70%;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-1 {
  width: 100%;
  height: 40%;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-1 .glt2-1-1 {
  width: 50%;
  height: 100%;
  padding-right: 3px;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-1 .glt2-1-2 {
  width: 50%;
  height: 100%;
  padding-left: 3px;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-2 {
  width: 100%;
  height: 60%;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-2 .glt2-2-1 {
  width: 60%;
  height: 100%;
  padding-right: 3px;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-2 .glt2-2-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-wrapper .row .center .content .gallery .glt2 .glt2-2 .glt2-2-2 {
  width: 40%;
  height: 100%;
  padding-left: 3px;
}

.main-wrapper .row .center .content .gallery .glt3 {
  padding: 3px;
  width: 20%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-1 {
  width: 100%;
  height: 35%;
  padding-bottom: 3px;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-1 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-2 {
  width: 100%;
  height: 25%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-2 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-3 {
  width: 100%;
  height: 40%;
  padding-top: 3px;
}

.main-wrapper .row .center .content .gallery .glt3 .glt3-3 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glb1 {
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 30%;
  display: inherit;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-1 {
  width: calc(100% / 3);
  height: 100%;
  padding-right: 3px;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-1 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-2 {
  width: calc(100% / 3);
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-2 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-3 {
  width: calc(100% / 3);
  height: 100%;
  padding-left: 3px;
}

.main-wrapper .row .center .content .gallery .glb1 .glb1-3 .color {
  background-color: black;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gray-bg {
  width: 100%;
  height: 500px;
  padding: 3px 0 3px 0;
}

.main-wrapper .row .center .content .gray-bg .color {
  background-color: #c7c7c7;
  width: 100%;
  height: 100%;
}

.main-wrapper .row .center .content .gray-bg .color .mySwiper {
  height: 100%;
}

.main-wrapper .row .center .content .gray-bg .color .mySwiper .swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-wrapper .row .center .content .gray-bg .color .mySwiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.main-wrapper .row .center .content .gray-bg .color .mySwiper .swiper-button-next,
.main-wrapper .row .center .content .gray-bg .color .mySwiper .swiper-button-prev {
  color: #ffffff78;
}

.main-wrapper .row .center .content .gray-bg .color .about {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main-wrapper .row .center .content .gray-bg .color .about .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .row .center .content .gray-bg .color .about h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 10px;
  margin: auto;
  margin-bottom: 10px;
}

.main-wrapper .row .center .content .gray-bg .color .about p {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  text-align: justify;
}

.main-wrapper .row .center .content .gray-bg .color .about .team {
  height: 286px;
  overflow: auto;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .ml4 {
  margin-left: -4px !important;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image {
  width: 25%;
  margin-bottom: 25px;
  cursor: pointer;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 10px;
  text-align: center;
  line-height: 0;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 0;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image .tal {
  text-align: left;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image .tar {
  text-align: right;
}

.main-wrapper .row .center .content .gray-bg .color .about .team .row .single-image .tac {
  text-align: center;
}

.main-wrapper .row .center .content .gray-bg .color .contact {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main-wrapper .row .center .content .gray-bg .color .contact .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .row .center .content .gray-bg .color .contact h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 10px;
  margin: auto;
  margin-bottom: 10px;
}

.main-wrapper .row .center .content .gray-bg .color .contact p {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  text-align: justify;
}

.main-wrapper .row .center .content .gray-bg .color .contact .team img {
  margin-top: 5px;
  width: 100%;
  cursor: pointer;
}

.main-wrapper .row .center .content .gray-bg .contact-details {
  width: 50%;
  padding-left: 25px;
  padding-right: 10px;
}

.main-wrapper .row .center .content .gray-bg .contact-details h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  text-align: left;
  margin-bottom: 30px !important;
}

.main-wrapper .row .center .content .gray-bg .contact-details p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: black !important;
}

.main-wrapper .row .center .content .gray-bg .contact-details p a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: black !important;
}

.main-wrapper .row .center .content .gray-bg .contact-details p a:hover {
  color: blue !important;
}

.main-wrapper .row .center .content .gray-bg .contact-details .upper {
  text-transform: capitalize;
}

.main-wrapper .row .center .content .gray-bg .contact-details .social-icon img {
  width: 25px;
  margin: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.main-wrapper .row .center .content .gray-bg .contact-details .social-icon img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  cursor: pointer;
}

.main-wrapper .row .center .bottum-name {
  margin: 1rem 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-wrapper .row .center .bottum-name .left-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #949494;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1vh;
}

.main-wrapper .row .center .bottum-name .right-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #949494;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1vh;
  margin-right: -1vh;
}

.image-holder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.image-holder:hover {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.d-none-custom {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  z-index: -1;
}

.map {
  width: 50%;
  height: 100%;
  background-color: black;
}

.about-mob h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 10px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}

.about-mob p {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  text-align: justify;
}

.about-mob .team .image-details {
  width: 50%;
  padding: 16px;
}

.about-mob .team .image-details img {
  width: 100%;
}

.about-mob .team .image-details .details {
  width: 100%;
  margin-top: 10px;
}

.about-mob .team .image-details .details p {
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}

.services {
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.services .service-pop {
  width: 350px;
  height: 500px;
  background-color: white;
  border-radius: 20px;
  border-color: black;
  -webkit-box-shadow: -2px 3px 18px -3px rgba(0, 0, 0, 0.77);
          box-shadow: -2px 3px 18px -3px rgba(0, 0, 0, 0.77);
}

.services .services-btn-section {
  float: right;
}

.services .services-btn-section .services-btn {
  margin-top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: -2px 3px 18px -3px rgba(0, 0, 0, 0.77);
          box-shadow: -2px 3px 18px -3px rgba(0, 0, 0, 0.77);
}

.services .services-btn-section .services-btn button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: white;
  background-color: #171717;
}

.services .services-btn-section .services-btn button:hover {
  background-color: black;
}

.services .services-btn-section .services-btn button::before {
  content: "";
  border-radius: 1000px;
  border: 6px solid #000;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.64);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.services .services-btn-section .services-btn button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #000;
  position: absolute;
  z-index: -1;
  top: 42%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.services .services-btn-section .services-btn button img {
  width: 100%;
}

.services .services-btn-section p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.modal-services {
  display: none;
  height: 95%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-services .modal-content {
  height: 100%;
  max-width: 90%;
}

.modal-services .modal-content .mySwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-services .modal-content .mySwiper .swiper-button {
  color: white;
}

.modal-services .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 20px;
  margin-top: 9px;
  position: absolute;
  color: white;
  right: 0;
  z-index: 9;
}

@-webkit-keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.service-slider img {
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: auto;
}

.about .hoverimage {
  overflow: hidden;
}

.about .hoverimage img {
  height: 494px;
}
/*# sourceMappingURL=style.css.map */