body {
  font-family: "Soleto";
  font-size: 18px;
  color: #f8f8f8;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
}
.pa {
  padding: 0;
}

.dd-flex {
  display: flex;
}

p {
  font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Soleto";
}
.h1,
h1 {
  font-size: 64px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 24px;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}
.rev_slider_wrapper {
  width: 100% !important;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: "Soleto";
}
.fa,
.far,
.fas {
  display: inline;
}
a:active,
a:hover {
  color: #fff;
}
li {
  list-style: none;
  text-decoration: none;
}
blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}
blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.hidden {
  display: none;
}
section {
  padding: 0;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
.padding-top {
  padding-top: 7.5rem;
}
::selection {
  background-color: #dabd1d;
  color: #ffffff;
}
.text-green {
  color: #00736e !important;
}
.bander {
  background: #fef8f8;
  height: 110px;
  padding: 15px 13px;
  box-shadow: -2px -10px 12px 2px #000000;
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bannerh2 {
  font-size: 24px;
  line-height: 1.2;
  width: 69%;
}
.lear {
  margin-top: 35px;
}
/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Soleto";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Yellow button */
.btn.btn-yellow {
  background: transparent;
  border-color: #dabd1d;
  color: #dabd1d;
}
.btn.btn-yellow:hover {
  background: #dabd1d !important;
  border-color: #dabd1d;
  color: #202020 !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-trans:hover {
  background: #dabd1d !important;
  border-color: #dabd1d;
  color: #ffffff !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em;
}
.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.text-yellow {
  color: #dabd1d;
}
.text-grey {
  color: #a6a6a6;
}
.text-white {
  color: #ffffff;
}

/* Background color */
.bg-yellow {
  background: #dabd1d;
}
.bg-black {
  background: #000000;
}
.bg-transparent {
  background: transparent;
}

.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
  color: #202020 !important;
  background: #409692 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
  max-width: 80px;
  vertical-align: sub;
}

.nav-button {
  margin: 0 1.5rem;
}

.navbar-top-default {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  height: 40px;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: rgba(0, 33, 32, 0.63);
  right: 0;
}

.other-page .navbar-top-default {
  background-color: #dabd1d;
}

.header-appear .navbar-top-default {
  height: 80px;
  z-index: 9999;
  top: 0;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-nav {
  align-items: center;
}

.navbar-top-default #megaone {
  margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
  border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
  background-color: #dabd1d;
  color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
  color: #dabd1d;
}

/*nav line*/

.line:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.line:hover:after,
.line.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #dabd1d;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
  position: fixed;
  right: 0;
  top: 0;
  background: #003633;
  z-index: 9999;
  height: 100vh;

  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  width: 100%;
}

.mega-logo {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 0px;
  top: 7px;
}

.nav-social {
  background: #409692;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 80px;
}
.nacv {
  height: 60px;
}
.close-menubar {
  background: #409692;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0;
}
.mySlider {
  position: relative;
  padding-bottom: 40px;
}

.slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0;
  bottom: 10px;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: -999999px;
}
.slick-dots li.slick-active button {
  background-color: #2b9fdf;
}
.project {
  padding: 1.8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  background: #003633;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
  border-radius: 10px;
  height: 480px;
  margin: auto;
}
.number-border {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-mobile {
  display: none;
}
.display-mobile {
  display: none !important;
}
.desktop-mobile {
  display: block;
}
.project__info {
  z-index: 10;
}
.project__info h2 {
  font-size: 32px;
  line-height: 42px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}
.project__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin-top: -250px;
  margin-left: -250px;
  z-index: 1;
  filter: grayscale(100%) opacity(6%);
  transition: all 0.3s ease-in-out;
}
.project:hover .project__img {
  transform: scale(110%);
  filter: opacity(8%);
}

.tag-container {
  display: flex;
  color: #3b82f6;
  font-size: 12px;
  margin: 0.75rem 0;
}
.tag-container .tag {
  padding: 2px 8px;
  border: 1px solid #3b82f6;
  border-radius: 20px;
  margin-right: 8px;
}
.wid {
  width: 330px;
  z-index: 2;
}
.section-wid {
  width: 160vw;
}
.description {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;

  color: #bfdcdb;
}
.side-menu .side-nav .navbar-nav {
  margin-right: 0;
  padding-top: 20px;
  font-family: "Soleto";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 63px;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  margin-left: 40px;
  justify-content: center;
  height: 100%;
}

.contactss {
  display: flex;
  justify-content: end;
  flex-flow: column;
  align-items: flex-end;
}
.btn-desktop {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.contacts-div {
  display: flex;
  justify-content: end;
  flex-flow: column;
  align-items: flex-end;
}
.contcat1 {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 50px;
  display: flex;
  align-items: flex-end;
  text-align: right;
  color: #f9f9f9;
}
.contact2 {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  text-align: right;
  color: #6b9d9b;
}
.border-footer {
  border: 0.5px solid #409692;
  margin: 50px 0 20px;
  opacity: 0.3;
}
.side-footer {
  display: flex;
  justify-content: space-between;
}
.social-icons-simple3 {
  display: flex;
}
.social-icons-simple3 li {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #409692;
  margin: 0 20px 0 0;
}
.side-footer p {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #409692;
}
.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pp-section1 {
  left: 80px !important;
}
.side-menu.before-side {
  width: 280px;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}
.container {
  max-width: 1600px;
}
.container2 {
  max-width: 1410px;
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/
.btn_sideNavClose {
  background: #409692;
  width: 80px;
  height: 80px;
}

.side-menu .btn-close {
  position: absolute;
  left: 28px;
  top: 23px;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1111;
}

.side-menu .btn-close:hover {
  -webkit-animation: 0.8s rotate;
  animation: 0.8s rotate;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotates {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 0rem;
  position: absolute;
  left: 18px;
  top: 23px;
  display: inline-block;
}
.layout {
  height: 100vh;
  display: flex;
  background: rgba(30, 30, 30, 0.4);
  align-items: flex-end;
  flex-flow: column;
  justify-content: space-around;
}
.layout2 {
  background: #f8f8f8;
}
.layout3 {
  background: rgba(30, 30, 30, 0.6);
}
.layout4 {
  background: #003633;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.backg {
  background-position: 53% 50%;
}

.font-a {
  font-size: 2em;
}

.MEDIA-BLOCK {
  padding: 0 50px;
}

.tag-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.rail-container {
  overflow: hidden;
  height: 90px;
  padding-top: 10px;
  cursor: pointer;
  scroll-behavior: smooth;
  margin-bottom: 10px;
}
.tag {
  border-radius: 20px;
  padding: 5px 15px 5px;
  margin: 5px 4px;
  font-weight: 500;
  user-select: none;
  transition-duration: 0.25s;
  white-space: nowrap;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #5d5d5d;
}
.tag:first-child {
  margin-left: 16px;
}
.tag:last-child {
  margin-right: 16px;
}
.tag:hover {
  background: #183736;
  color: #fff;
}
.tag:active {
  background: #183736;
  color: #fff;
}
.tag-selected {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #5d5d5d;
}
.tag-selected:hover {
  background: #183736;
  color: #fff;
}
.tag-selected:active {
  background: #183736;
  color: #fff;
}
.btn-left-con,
.btn-right-con {
  position: absolute;
  top: 5px;
}
.btn-right-con {
  right: 0;
}
.btn-left,
.btn-right {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 100%;
  cursor: pointer;
  transition-duration: 0.25s;
  box-shadow: 0 0 16px 24px #fff;
  background: #183736;
}
.btn-left {
  margin-left: 2px;
}
.btn-right {
  margin-right: 2px;
}
.btn-left:hover,
.btn-right:hover {
  background: rgba(0, 33, 32, 0.63);
}
.btn-left:active,
.btn-right:active {
  background: #183736;
}
.d-none {
  display: none;
}
.upcoming {
  display: flex;
  width: 100%;
  height: 100%;
}
.upcoming-main {
  padding: 40px 70px;
}
.upcoming-first {
  border-bottom: 1px solid #2e514f;
  padding: 20px 0;
}

.upcoming-two {
  border-bottom: 1px solid #2e514f;
  padding: 20px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #5b8784;
  padding: 20px 0;
}
.upcomingthird {
  border-bottom: 1px solid #2e514f;
  padding: 20px 0;
  padding: 20px 0;
}

.upcomingthird p {
  margin-bottom: 30px !important;
  font-size: 16px;
  line-height: 21px;
  color: #dfdfdf;
  padding-right: 81px;
}
.upcomingthird h2 {
  font-weight: 100 !important;
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.upcoming-two p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}
.upcoming-first h3 {
  margin-bottom: 20px;
  font-weight: 100 !important;
}
.afraxim-img {
  text-align: left;
  display: flex;
  justify-content: left;
  width: 100%;
  margin-bottom: 40px;
}
.afraxim-img1 {
  margin: 0;
  display: none;
  justify-content: left;
  height: 100%;
  align-items: center;

  margin-left: 12px;
}
.afraxim-img img {
  width: 50%;
}

.afraxim-img2 {
  margin: 0;
  display: flex;
  justify-content: left;
  height: 100%;
  align-items: center;
  margin-left: 0px;
}
.afraxim-img1 img {
  width: 60%;
}
.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #2b2b2b;
  display: block;
}

.sidemenu_btn span:nth-child(2) {
  margin: 6px 0;
}

.sidemenu_btn:hover span {
  background: #ffff;
}
.sidemenu_btn span:last-child {
  width: 90%;
  margin: 0;
}
.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  height: 100%;
  min-height: 510px;
  max-height: 100%;
}
.post-slide1 {
  background: #fff;
  margin: 0;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: unset;
  height: auto;
  min-height: 480px;
  width: 100%;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 320px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.transp {
  background: transparent;
}

.about-img2 img {
  transform: scale(1.02, 1.4);
}
.about-img3 {
  background-image: url("../image/image/bgss.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-img-container {
  display: flex;
  flex-flow: row;
  width: 100%;
}
.myslider-container {
  display: flex;
  flex-flow: row;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 231vw;
  margin-left: 11%;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 3px;
  border-radius: 15px;
  position: relative;
  height: 170px;
  min-height: 100%;
}
.bottom-comment {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #00736e;
  color: #ffffff;
  margin-right: 34px;
  border-radius: 25px;
  text-transform: uppercase;
  border: 1px solid #00736e;
}
.post-slide .read-more:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
  border: 1px solid #00736e;
}
.side-menu .inner-wrapper {
  padding: 2rem 6rem 0 6rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: center;
}
.sol-disp {
  justify-content: flex-end;
  display: flex;
  align-content: center;
  align-items: center;
}
.so1-icon {
  display: inline-flex;
  justify-content: space-between;
}
.so-icons {
  background: rgba(0, 33, 32, 0.63);
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  opacity: 0.5;
}
.so-icons:hover {
  opacity: 1;
}
.scroll-down {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.scroll-down-text {
  color: #d8d8d8;
  font-weight: bold;
}
.scroll-down-bar {
  background: #d8d8d8;
  bottom: 0;
  display: inline-block;
  height: 65px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}
.scroll-down-bar::before {
  animation: scrollDown 1.5s infinite;
  background: #ab987a;
  content: "";
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
.service-contaner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.service-contaner1 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.m-service {
  margin-top: 90px;
  margin-bottom: 80px;
}
.service-des-container {
  width: 57%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 60px;
}
.position-relative {
  position: relative;
}
.position-relative::before {
  content: "";
  width: 50%;
  height: 200px;
  position: absolute;
  background: rgba(128, 185, 183, 0.25);
  bottom: -80px;
  left: -58px;
  z-index: -2;
}
.position-relative::after {
  content: "";
  width: 50%;
  height: 200px;
  position: absolute;
  background: rgba(128, 185, 183, 0.25);
  right: -60px;
  top: -50px;
  z-index: -2;
}
.serv-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.service-div h1 {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 74px;
  color: #171717;
  margin-top: 15px;
}
.service-div p {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #171717;
  margin-top: 15px;
}
.tabs {
  margin: 2rem auto;
  width: 100%;
}
.tabs .tabsBody {
  margin: 0;
  padding: 0;
  zoom: 1;
  text-align: center;
  width: 100%;
}
.tabs .tabsBody:after {
  clear: both;
  content: "";
  display: table;
}
.tabs .tabsBody li {
  margin: 0;
  display: inline;
  font-family: "Soleto";
}
.tabs .tabsBody li .tabHeader {
  border: none;
  background: none;
  border-bottom: 4px solid #f2f2f2;
  transition: 0.5s;
  margin: 0;
  padding: 20px 0.4em 10px;
  cursor: pointer;
  color: #000;
  user-select: none;
  position: relative;
  transition: 0.3s;
  margin: 15px;
  font-family: "Soleto";
}
.tabs .tabsBody li .tabHeader::before {
  content: "";
  background: #009688;
  display: block;
  position: absolute;
  height: 4px;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 1;
  transition: transform 0.5s;
  transform: scale(0, 1);
  transform-origin: bottom right;
}
.tabs .tabsBody li .tabHeader:hover::before,
.tabs .tabsBody li .tabHeader:focus::before,
.tabs .tabsBody li .tabHeader.active::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
.tabs .tabsBody li .tabHeader.active ~ .tabContent > div .tab-text {
  animation-name: comeUp;
  animation-duration: 0.6s;
  opacity: 1;
}
.tabs .tabsBody li .tabContent {
  display: none;

  float: left;
}
@media screen and (max-width: 1000px) {
  .tabs .tabsBody li .tabContent {
    margin-top: 0;
    padding: 0;
  }
  .tabs .tabsBody li .tabContent .button {
    display: flex;
  }
}
.tabs .tabsBody li .tabContent > * {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .tabs .tabsBody li .tabContent > * {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
.tabs .tabsBody li .tabContent > * .tab-text {
  padding: 1rem;
  width: 50%;
}
.tabs .tabsBody li .tabContent > * .tab-text h4 {
  font-family: "AvantGardeforMTBb", sans-serif;
}
.tabs .tabsBody li .tabContent > * .tab-text p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .tabs .tabsBody li .tabContent > * .tab-text {
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
}
.tabs .tabsBody li .tabContent > * .img-wrap {
  transform: translatex(4rem);
}
@media screen and (max-width: 1000px) {
  .tabs .tabsBody li .tabContent > * .img-wrap {
    transform: translatex(0);
  }
}

@media screen and (max-width: 1000px) {
  .tabs .tabHeader {
    box-sizing: border-box;
  }
  .tabs .tabHeader span {
    display: block;
    background: currentcolor;
    height: 18px;
    width: 3px;
    position: relative;
    right: 0.5rem;
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .tabs .tabHeader span:after {
    content: "";
    background: currentcolor;
    height: 3px;
    width: 18px;
    top: 8px;
    left: -8px;
    position: absolute;
  }
  .tabs .tabHeader.active span {
    transform: rotate(225deg);
  }
  .tabs .tabsBody li {
    display: block;
    margin: 0;
    width: auto;
  }
  .tabs .tabsBody li .tabContent {
    float: none;
  }
  .tabs .tabsBody li .tabHeader {
    width: 100%;
  }
}
.tabs .no-js .tabsBody li {
  display: block;
}
.tabs .no-js .tabsBody li .tabHeader {
  display: block;
}
.tabs .no-js .tabsBody li .tabContent {
  display: block;
}
@keyframes comeUp {
  0% {
    opacity: 0;
    transform: scale(0.8) translatey(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #ffffff;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.span-number {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 12px;
  color: #929292;
  margin-right: 25px;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #dabd1d;
  display: inline-block;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}
.side-menu p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  font-size: 16px;
  justify-content: center;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.social-icons-simple1 {
  margin-bottom: 0;
  margin-left: -10px;
  display: flex;
}
.social-icons-simple1 li {
  display: inline-block;
}
.social-icons-simple1 li a {
  font-size: 16px;
  justify-content: center;
  color: #ffffff;
  line-height: 38px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  padding: 0 30px;
}
input,
select,
textarea {
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0 0 0px 0;
  max-width: 100%;
  resize: none;
  background: transparent;
}
option {
  color: #000;
}
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.side-menu .side-footer p {
  color: #a6a6a6;
  margin: 0;
}

.push-slider-up {
  margin-top: 100vh;
}

.navigation-toggle span {
  width: 32px;
  background-color: #ffffff;
  height: 3px;
  display: block;
  margin-top: 3px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: 0.8s zoomIn;
  animation: 0.8s zoomIn;
  margin: 0;
}

.header-appear .navigation-toggle span {
  background-color: #ffffff;
}

.header-appear .navigation-toggle:hover span {
  background-color: #dabd1d;
}

.sidebar_btn {
  padding-top: 20px;
}
.sidenav {
  display: flex;
  width: 80px;
  z-index: 7;
  background: #00736e;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .sidenav {
    z-index: 7;

    display: none;
  }
  .slider-footer {
    display: none;
  }
  .slider-footer1 {
    display: none;
  }
}
/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #80b9b7;
}
#pp-nav ul li span {
  border: 1px solid #80b9b7 !important;
}
#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  box-shadow: inset 0 0 0 7px transparent;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 16px 8px 16px 8px;
  position: relative;
}

.image-side-bar {
  display: flex;
  transform: rotate(-90deg);
  width: 155px;
  justify-content: center;
  position: absolute;
  top: 23%;
  right: -35px;
}
.image-side-bar2 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5%;
  right: 33px;
}
.line-verical {
  top: 38%;
  width: 100%;
  display: flex;
  transform: rotate(0deg);
  justify-content: center;
  position: absolute;
  right: 54%;
  height: 40%;
}
.line-verical span {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  border-left: 1px solid #ffffff;
}
/* ===================================
   Banner
====================================== */
.slider-area {
  background-image: url("../image/Image/Cover.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg22 {
  background-image: url("../image/Image/AFX.jpg");
}
.slider-image {
  position: relative;
  margin: 0 auto -80px auto;
  top: 100px;
}

.slider-image img {
  top: -90px;
  width: 100%;
  position: relative;
}

.slider-text {
  background-color: #ffffff;
  color: #2b3033;
}

.slider-area {
  align-items: center;
  display: flex;
  position: relative;
}

.slider-area .slider-content {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 40px;
  padding: 0px 50px;
}
.slider-area1 .slider-content {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 40px;
  padding: 0px 50px;
}
.span-content {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00736e;
  margin-bottom: 14px;
}
.slider-area .slider-content .heading {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
}
.slider-area .slider-content .text {
  color: #ffffff;
  margin-top: 30px;
}

.content-para {
  font-family: "Soleto";
  line-height: 30px;
  font-size: 16px;
  width: 65%;
}
.content-para-about {
  width: 82%;
}
p {
  margin: 0 0 40px;
}

.pp-ar {
  padding: 0px 90px !important;
}
.slider-copyright {
  font-family: "Soleto";
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  left: 100px;
  z-index: 1111;
}

.slider-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 100px;
}
.slider-footer1 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 100px;
}
.circle-one {
  position: absolute;
  top: 28%;
  left: 47%;
}

.circle-two {
  top: 14%;
  left: 68%;
  position: absolute;
}

.circle-three {
  top: 38%;
  left: 84%;
  position: absolute;
}

.circle-four {
  top: 80%;
  left: 70%;
  position: absolute;
}

.circle-five {
  top: 86%;
  left: 55%;
  position: absolute;
}

.animated-circle {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
}

.animated-circle:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #80b9b7;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-box-shadow: 0 0 0 0 rgb(128 185 183 / 40%);
  box-shadow: 0 0 0 0 rgb(128 185 183 / 40%);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.fixed {
  position: fixed;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

/* ===================================
   SKILLS
====================================== */

.skills {
  background-image: url("../image/WorldMap.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.skills1 {
  background-image: url("../image/image/Bonding.jpg");
  height: 70vh;
  background-repeat: no-repeat;
  background-size: contain;
}
.skills2 {
  background-image: url("../image/image/pexels.png");
  height: 140vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.skill {
  text-transform: uppercase;
  font-weight: normal;
}
.export-dev {
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #000;
}
.dve-exp {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.text-li ul {
  padding: 15px;
  text-align: left;
}
.text-li ul li {
  list-style: decimal;
}
.skill-box p {
  font-size: 16px;
}

.progress {
  height: 1rem;
  margin-top: 0.5rem;
}
.skills-div {
  display: flex;
  width: 100%;
  flex-flow: column;
  padding: 35px;
}
.number-skills {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.8;
}
.name-skills {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.skills-div span:last-child {
  border-top: 1.5px solid #00736e;
}
.custom-progress {
  margin-bottom: 2rem;
}

.bg-change .progress {
  background: #7d7d7d;
}
.button {
  background: #183736;
  width: 290px;
  padding: 15px 21px;
  text-align: center;
  border-radius: 81px;
  color: #fff;
  font-size: 18px;
}
.lastnews {
  background: #002120;
  height: 100%;
  padding: 70px 0;
}
.numscroller {
  font-size: 16px;
  font-weight: 500;
}
.card1 {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 5%);
  border-radius: 4px;
  color: #000;
  padding: 76px;
  height: 280px;
  border: transparent;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
  margin-left: -24px;
}
.product {
  width: 600px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.card2 {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 5%);
  border-radius: 4px;
  color: #000;
  padding: 76px;
  height: 345px;
  border: transparent;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
  margin-left: -24px;
  width: 533px;
  margin: auto;
}
.card-height {
  height: 643px;
  justify-content: flex-end;
}

.icon-color {
  font-size: 100px;
  color: #80b9b7;
}
.txt-coolor {
  color: #ffe680;
}
.ddd-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/* ===================================
   TIMELINE
====================================== */
.panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  -webkit-transition: all 700ms ease-in;
  border: transparent;
}
.layout-baner {
  height: 100%;
  display: flex;

  align-items: self-start;
  flex-flow: column;
  padding: 34px;
}
.panel h3 {
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;

  color: #bfdcdb;
  margin-bottom: 20px;
}
.panel p {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;

  color: #ffffff;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}
.p-banner {
  padding: 90px 0;
}
.first-screen-page h1::before {
  content: "";
  background: #fff;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 60px;
}

.centerd {
  text-align: center;
  width: 640px;
  display: flex;
  margin: auto !important;
  margin-left: 0;
  padding: 0px 34px !important;
}
.GUARANTEES {
  text-align: CENTER;
  padding: 0 !important;
  margin: 0 !important;
  color: #000;
  width: 750px;
  margin: AUTO !important;
  border-bottom: 2px solid #d9d9d9;
  border-top: 2px solid #d9d9d9;
}

.slider-area .trade {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000;
  width: 750px;
}
.GUARANTEESh1 {
  position: relative;
  margin: 60px;
}
.tradeh1 {
  position: relative;
  margin: 41px 0;
}
.GUARANTEESh1::after {
  content: "";
  position: absolute;
  width: 200px;
  background: #fed733;
  height: 5px;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
}
.h1-aboutt {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 240px;
  line-height: 274px;
  text-align: center;
  color: #171717;
  position: relative;
  margin-bottom: 50px;
}
.h1-aboutt::before {
  content: "";
  border: 6px solid #00736e;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contact {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 40px;
  padding: 0px 50px;
  align-items: flex-end;
}
.contact-setion {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 40px;
  padding: 0px 50px;
  align-items: center;
}
.h1-contacts {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 94px;
  text-align: center;
  color: #171717;
  position: relative;
  margin-bottom: 50px;
}
.h1-contacts::before {
  content: "";
  border: 2px solid #00736e;
  position: absolute;
  bottom: 0;
  width: 80px;
  right: 0;
}
.about-se {
  padding: 4% 0;
}
.about-se1 {
  padding: 4% 0 4% 0;
}
.pp-about {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;

  color: #171717;
}
.about2-m {
  margin-top: 4%;
}
.about-vision {
  position: relative;
  width: 549px;
  margin: auto;
}
.about-vision-s {
  position: relative;

  margin: auto;
}
.about-vision-s::after {
  content: "";
  position: absolute;
  right: 86px;
  background: rgba(128, 185, 183, 0.25);
  width: 250px;
  height: 90px;
  top: -21px;
  z-index: -1;
}
.about-vision-s::before {
  content: "";
  position: absolute;
  left: 140px;
  background: rgba(128, 185, 183, 0.25);
  width: 163px;
  height: 84px;
  bottom: -27px;
  z-index: -1;
}

.h1-service {
  font-size: 131px;
  line-height: 1.4;
  text-transform: uppercase;
}
.h1-service::before {
  content: "";
  border: 6px solid #00736e;
  position: absolute;
  bottom: 0;
  width: 430px;
  margin: auto;
  right: 0;
  left: 0px;
}
.style-heading {
  border: 4px solid #fed733;
  width: 140px;
  margin: 40px 0;
}

.about-vision::after {
  content: "";
  position: absolute;
  left: 70px;
  background: rgba(128, 185, 183, 0.25);
  width: 120px;
  height: 140px;
  top: -21px;
  z-index: -1;
}
.about-vision::before {
  content: "";
  position: absolute;
  right: 65px;
  background: rgba(128, 185, 183, 0.25);
  width: 120px;
  height: 157px;
  bottom: -42px;
  z-index: -1;
}
.about-vision2 {
  position: relative;
  width: 549px;
  margin: auto;
}
.about-vision2::after {
  content: "";
  position: absolute;
  left: -37px;
  background: rgba(128, 185, 183, 0.25);
  width: 120px;
  height: 50%;
  top: -21px;
  z-index: -1;
}
.about-vision2::before {
  content: "";
  position: absolute;
  right: 0;
  background: rgba(128, 185, 183, 0.25);
  width: 120px;
  height: 157px;
  bottom: -31px;
  z-index: -1;
}
.bg-aboutt {
  background: #ffffff;
  border-radius: 4px;
  padding: 82px 35px;
  width: 910px;
  display: flex;
  margin: auto !important;
  text-align: center;
  align-items: center;
}
.overdiv {
  margin-top: -16%;
  z-index: 2;
}
.content-wrapper1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 960px;
  z-index: -1;
  background: rgba(128, 185, 183, 0.25);
}

.panel.active {
  flex: 1;
}
.panel.active .layout-baner {
  background: rgba(30, 30, 30, 0.8);
}
.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
.panel.active p {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
.timeline-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-se {
  padding: 5% 0;
}

.preview-card {
  position: relative;
  margin: 15px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
  padding: 15px 35px 15px 40px;
  transition: all 0.3s;
  /* width: 450px; */
  height: 600px;
  /* margin-left: -12%; */
  margin-top: 48%;
}
.marg-t {
  margin-top: 0;
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 30px 50px 30px 50px;
  height: auto;
}
.preview-card__wrp {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .preview-card {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .preview-card {
    min-height: 100%;
    height: 100%;
    margin: 23px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .preview-card {
    height: auto;
  }
}
.preview-card__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .preview-card__item {
    flex-direction: column;
  }
}
.preview-card__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.preview-card__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .preview-card__content {
    margin-top: 0;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .preview-card__content {
    padding: 0;
  }
}
.preview-card__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
}
.preview-card__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.preview-card__title {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 63px;
  margin-bottom: 20px;
  color: #171717;
}
.preview-card__title2 {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #171717;
  margin-bottom: 20px;
}
.preview-card__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.preview-card__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.preview-card__text2 {
  color: #00736e;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.sub-content {
  padding-top: 3.5rem;
}

.main-content h2 {
  font-size: 30px;
  font-weight: normal;
}
.nuber {
  font-family: "Soleto";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 74px;
}
.sub-content h5 {
  font-size: 18px;
  font-weight: normal;
}

.sub-content p {
  font-size: 14px;
  font-weight: normal;
}
.fa-heart-o {
  color: #00736e;
  cursor: pointer;
  font-size: 19px;
}

.la-comments,
.fa-heart {
  color: #00736e;
  cursor: pointer;
  font-size: 19px;
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover {
  border-color: #dabd1d;
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #ffffff;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: "";
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the white line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #3c4142;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the yellow line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #dabd1d;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #dabd1d;
  border-color: #dabd1d;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #dabd1d;
  background-color: #dabd1d;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #3c4142;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #dabd1d;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline.loaded {
    margin: 0;
  }
  .cd-horizontal-timeline .timeline {
    width: 100%;
  }
  .cd-horizontal-timeline ol,
  .cd-horizontal-timeline ul {
    padding: 0;
    margin: 0;
  }
  .cd-horizontal-timeline .events-content h4 {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-content {
    margin: 0;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0;
  width: 0;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

/* ===================================
   PORTFOLIO
====================================== */

.portfolio-bg {
  background-image: url("../image/image/488.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.afraxam-details {
  flex-flow: column;
  text-align: left;
  display: flex;
  justify-content: left;
  width: 100%;
  margin-bottom: 40px;
}
.team-classic .item {
  text-align: left;
}

.team-data-img {
  overflow: inherit;
}

.portfolio-content {
  padding: 20px 0;
  background: transparent;
}

.portfolio-content h5 {
  font-size: 18px;
  font-weight: normal;
}

.portfolio-content p {
  font-size: 16px;
  font-weight: normal;
  font-family: "Soleto";
}

.single-work {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.single-project-page1 {
  padding: 60px 0;
}
.single-work img {
  width: 100%;
  height: auto;
}

.single-work .title {
  width: 80%;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Soleto";
}

.single-work .overlay-text {
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cases-image-inner {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}
.cases-line {
  position: absolute;
  background: #ffffff;
}
.top {
  top: 15px;
  right: 15px;
  width: 100px;
  height: 2px;
}
.top-right {
  top: 15px;
  right: 15px;
  height: 100px;
  width: 2px;
}
.bottom {
  top: unset;
  bottom: 15px;
  left: 15px;
  width: 100px;
  height: 2px;
}
.bottom-left {
  top: unset;
  bottom: 15px;
  left: 15px;
  height: 100px;
  width: 2px;
}

.single-work .overlay-text:before,
.single-work .overlay-text:after {
  opacity: 0.6;
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.single-work .overlay-text:before {
  right: 0;
}

.single-work .overlay-text:after {
  left: 0;
}

.item:hover .overlay-text {
  opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
  width: 100%;
  transform: skewX(0);
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  z-index: 1;
}

.item .img-responsive {
  max-width: 100%;
  transition: all 0.5s ease 0.2s;
}

.item:hover .img-responsive {
  transform: scale(1.2);
  transition: all 0.5s ease 0.2s;
}

.circle {
  position: relative;
  z-index: 1111;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.circle i {
  transition: 0.5s ease;
}

.circle:hover,
.circle:hover i {
  color: #dabd1d;
  border-color: #dabd1d;
}

#team-circle-right {
  top: 25%;
  right: -10%;
  transition: 0.5s ease;
  position: absolute;
}

#team-circle-left {
  top: 25%;
  left: -10%;
  transition: 0.5s ease;
  position: absolute;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-quotes {
  color: #dabd1d;
  font-size: 24px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  line-height: 1.3;
  margin: 0 auto;
}

.paragraph {
  font-weight: normal;
  line-height: 1.92;
  font-family: "Soleto";
  font-size: 18px;
}

.testimonial-owl .owl-dots {
  margin-top: 40px !important;
  text-align: center;
}

.testimonial-owl .owl-nav button.owl-next,
.testimonial-owl .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  height: 8px;
  width: 8px;
  background: #ffffff;
  margin: 10px 5px;
  border-radius: 10px;
  transition: 0.5s ease;
}

.testimonial-owl button.owl-dot.active {
  background-color: #dabd1d !important;
}

/* ===================================
   Contact
====================================== */

.contact-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #464646;
  padding: 22px 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-family: "Soleto";
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

::placeholder {
  font-size: 18px;
}

.contact-form .form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-color: #ffffff;
}

.contact-form textarea {
  min-height: 180px;
  resize: none;
  background: #f5f5f5;
  width: 100%;
}
::placeholder {
  color: #c5c5c5;
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-btn .btn {
  font-size: 18px;
  padding: 6px 50px;
  line-height: 1.8em;
  font-weight: normal;
  font-family: "Soleto";
}

/* ===================================
   Loader
====================================== */

.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #171717;
  width: 100%;
  height: 100%;
}

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container {
  width: 200px;
  height: 200px;
}

@keyframes animation {
  0% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80, 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(1, 0.4, 0.4, 1);
  animation-iteration-count: infinite;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
  /* Side Nav */
  .side-nav .navbar-nav .nav-item {
    margin: 30px 0;
  }
}

@media (max-width: 1366px) and (min-width: 1281px) {
  /* Slider */
  .content-para {
    padding-right: 120px;
  }
  .circle-one {
    top: 24%;
    left: 48%;
  }
  .circle-two {
    top: 12%;
    left: 70%;
  }
  .circle-three {
    top: 30%;
    left: 88%;
  }
  .circle-four {
    top: 86%;
    left: 76%;
  }
  .circle-five {
    top: 90%;
    left: 55%;
  }

  /* Skills */
  .skill-box {
    padding-top: 0 !important;
  }

  /* Timeline */
  .timeline-bg .heading-row {
    padding-bottom: 0 !important;
  }
  .cd-horizontal-timeline .events-content {
    margin: 0;
  }

  /* Portfolio */
  #team-circle-left {
    left: -5%;
  }
  #team-circle-right {
    right: -5%;
  }

  /* Testimonial */
  .testimonial-bg .heading-row {
    padding-bottom: 0 !important;
  }
  .paragraph {
    font-size: 16px;
  }
  .testimonial-owl .owl-dots {
    margin-top: 0 !important;
  }
}

@media (max-width: 1280px) and (min-width: 1210px) {
  /* Side Nav */
  .side-nav .navbar-nav .nav-item {
    margin: 14px 0;
  }
  .side-menu .side-nav .navbar-nav,
  .sidebar_btn {
    padding-top: 0;
  }
  /* Slider */
  .content-para {
    padding-right: 120px;
  }
  .circle-one {
    top: 24%;
    left: 48%;
  }
  .circle-two {
    top: 12%;
    left: 70%;
  }
  .circle-three {
    top: 30%;
    left: 88%;
  }
  .circle-four {
    top: 82%;
    left: 80%;
  }
  .circle-five {
    top: 90%;
    left: 55%;
  }

  /* Skills */
  .skill-box {
    padding-top: 0 !important;
  }

  /* Timeline */
  .timeline-bg .heading-row {
    padding-bottom: 0 !important;
  }
  .sub-content {
    padding-top: 1rem;
  }
  .cd-horizontal-timeline .events-content {
    margin: 0.3em 0;
  }

  /* Portfolio */
  .portfolio-content {
    padding: 0;
  }
  .portfolio-bg .heading-row {
    padding-bottom: 10px !important;
  }

  /* Testimonial */
  .testimonial-owl .owl-dots {
    margin-top: 0 !important;
  }
  .testimonial-bg .heading-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .paragraph {
    font-size: 14px;
  }
  .testimonial-img,
  .icon-quotes {
    margin: 0.5rem 0 !important;
  }
  .testimonial-tittle {
    margin: 0 !important;
  }
  .testimonial-tittle h4 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 60px;
  }
  section {
    padding: 7.5rem 0;
  }

  .skills,
  .timeline-bg,
  .portfolio-bg,
  .testimonial-bg,
  .contact-bg {
    height: auto;
  }
  .slider-footer1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 30px;
  }
  /* Side Nav */
  .side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 40px 0 3px 0 !important;
  }
  .sidebar_btn {
    padding-top: 40px;
  }

  /* Slider */
  .content-para {
    padding-right: 50px;
  }
  .circle-one {
    top: 30%;
    left: 44%;
  }
  .circle-two {
    top: 20%;
    left: 68%;
  }
  .circle-three {
    top: 34%;
    left: 86%;
  }
  .circle-four {
    top: 71%;
    left: 82%;
  }
  .circle-five {
    top: 76%;
    left: 54%;
  }

  /* Skills */
  .bars-section {
    padding-right: 20px !important;
  }

  /* Portfolio */
  #team-circle-right {
    right: -3%;
  }
  #team-circle-left {
    left: -3%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 58px;
  }
  .h3,
  h3 {
    font-size: 32px;
  }
  section {
    padding: 7.5rem 0;
  }
  html {
    scroll-behavior: smooth;
  }
  .slider-area,
  .skills,
  .timeline-bg,
  .portfolio-bg,
  .testimonial-bg,
  .contact-bg {
    height: auto;
  }

  /* Side Nav */
  .side-menu .side-nav .navbar-nav li a {
    font-size: 22px;
  }
  .mega-logo {
    top: 20px;
  }
  .sidebar_btn .btn {
    font-size: 12px;
  }

  /* Slider */
  .animated-circle {
    display: none;
  }
  .image-order {
    order: 2;
  }
  .fixed {
    position: absolute;
  }
  .content-para {
    padding: 0 60px;
  }
  .slider-image {
    margin: 0 auto -95px auto;
  }

  /* Skills */
  .skill-box p {
    font-size: 13px;
  }

  /* Portfolio */
  .sub-content p {
    font-size: 13px;
  }
  .circle {
    display: none;
  }

  /* Contact */
  .contact-btn .btn {
    font-size: 16px;
  }
}
.temp_container {
  width: 600px;
  margin: 100px auto 0 auto;
}

/*======//////======== Temp End ========//////=========*/
.control-label {
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 100;
}
.control-label2 {
  color: #000;
  font-size: 33px;
  font-weight: 100;
  margin-bottom: 29px;
  position: relative;
}
.control-label2::before {
  content: "";
  background: #fed733;
  width: 70px;
  height: 3px;
  position: absolute;
  top: 50px;
}

.bank--add__body select,
.bank--add__body input {
  width: 100%;

  background: none;
  height: 3em;

  color: #c5c5c5;

  outline: 0;
  padding: 10px;
  background: #f5f5f5;
}
.bank--add__body .show__account--number {
  font-size: 18px;

  color: #c5c5c5;

  padding: 1em;
  display: block;
  float: right;
  margin-top: -52px;
}

.space-left {
  margin-left: 1em;
}

.text--align__center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body {
    text-align: center;
    /* overflow-y: hidden !important; */
  }
  html {
    scroll-behavior: smooth;
  }
  .temp_container {
    width: 100%;
    margin: 0px auto 0 auto;
  }
  .pos-r {
    position: relative;
  }
  .pos-a {
    position: absolute;
    z-index: -20;
    opacity: 0.5;
  }
  .about-vision2 {
    position: relative;
    width: 100%;
    margin: auto;
  }
  section {
    padding: 0;
  }
  .side-menu {
    width: 100%;
  }
  .centerd {
    width: 100%;
  }
  .h1-aboutt {
    font-size: 135px;
    line-height: 161px;
  }
  .main1 {
    position: unset;
    top: 0;
    left: 80px;
    width: 100%;
    height: 100vh;
    transform-origin: unset;
    transform: none;

    scroll-snap-type: none;
  }
  .article1 {
    display: flex;
    flex-direction: column;
    transform-origin: unset;
    transform: none;
    width: fit-content;
    height: fit-content;
  }
  .section1 {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: visible;
  }
  .side-menu.side-menu-active,
  .side-menu.before-side {
    width: 100%;
  }
  .afraxim-img {
    justify-content: center;
    display: none;
  }
  .afraxim-img1 {
    display: flex;
  }
  .afraxim-img1 img {
    width: 330px;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .skills,
  .timeline-bg,
  .portfolio-bg,
  .testimonial-bg,
  .contact-bg {
    height: auto;
  }
  .slider-area {
    justify-content: left;
    background-position: 50% 50%;
  }
  /* Nav */
  header a.logo img {
    max-width: 60px;
  }
  .navbar-top-default {
    height: 70px;
    width: 100%;
  }
  .card1 {
    padding: 30px;
    height: 255px;
    margin-left: 0px;
    margin-bottom: 10px !important;
    justify-content: center;
    text-align: left;
  }
  /* Side Nav */
  .side-menu .mega-title {
    display: none;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 18px 0;
  }
  .side-footer p {
    font-size: 14px;
  }
  .side-menu .side-nav .navbar-nav li a {
    font-size: 18px;
  }
  .sidemenu_btn {
    right: 8px;
    top: 25px;
  }
  .side-menu .mega-title h2 {
    font-size: 54px;
  }
  .side-menu .mega-title {
    animation: none;
    left: 50%;
  }
  .sidebar_btn .btn {
    font-size: 10px;
  }
  .nav-social {
    right: 0;
    left: unset;
  }
  /* Slider */
  .slider-area .slider-content {
    margin-top: 30px;
    margin-left: 0px;
    padding: 0px 0px;
  }
  .navbar-top-default {
    background: rgba(0, 33, 32, 0.33);
  }
  .content-para {
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .image-order {
    order: 2;
  }
  .animated-circle {
    display: none;
  }
  .slider-copyright {
    font-size: 12px;
    bottom: 10px;
  }
  .slider-footer .social-icons-simple {
    display: none;
  }
  .fixed {
    position: absolute;
  }

  /* Skills */
  .skill-box p {
    font-size: 14px;
  }
  .progress-bar-side {
    padding-top: 4rem;
  }

  /* Timeline */
  .main-content h2 {
    font-size: 24px;
    font-weight: normal;
  }
  .transp {
    background: transparent;
  }
  .single-project-page1 {
    padding: 150px 0;
  }
  /* Portfolio */
  .portfolio-content {
    text-align: center;
  }
  .circle {
    display: none;
  }

  /* Testimonials */
  .paragraph {
    font-size: 14px;
  }

  /* Contact */
  .contact-form .form-control {
    font-size: 14px;
  }

  .upcoming {
    flex-flow: column;
  }
  .upcoming-main {
    padding: 30px 5px;
  }

  .upcomingthird p {
    font-size: 14px;

    padding-right: 3px;
  }
  .upcoming-two p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
  }
  .upcomingthird h2 {
    font-size: 24px;
  }
  .upcomingthird {
    text-align: left;
    padding: 20px 8px;
  }
  .post-title{
    text-align: left;
  }
  .post-slide .post-description {
    text-align: left;
  
  }
  .dde-f{
    flex-flow: column;
  }
}
.dde-f{
  display: flex;
}
.post-media{
  margin: 0 10px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  color: #000;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  color: #000;
  border-bottom: 3px solid #00736e;
}
.nav-tabs {
  padding: 30px;
  border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #00736e;
}
@media screen and (max-width: 767px) {
  body {
    text-align: center;
  }
  html {
    scroll-behavior: smooth;
  }
  section {
    padding: 0;
  }
  .bannerh2 {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    text-align: LEFT;
  }
  .P-R {
    position: relative;
  }
  .P-AA {
    position: absolute;
    z-index: -1;
    bottom: -152px;
  }
  .P-AAA {
    position: absolute;
    z-index: -1;
    top: 444px;
  }
  .P-AAA IMG {
    height: 400px;
  }
  .P-AA IMG {
    height: 400px;
  }
  .side-menu {
    width: 100%;
  }
  .dd-flex {
    display: flex;
    flex-flow: column;
  }
  .tag {
    border-radius: 20px;
    padding: 5px 11px 5px;
    margin: 5px 4px;
    font-weight: 500;
    user-select: none;
    transition-duration: 0.25s;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    color: #5d5d5d;
    font-size: 14px;
  }
  .tag:first-child {
    margin-left: 0px;
  }
  .tag:last-child {
    margin-right: 0px;
  }
  .MEDIA-BLOCK {
    padding: 0 0px;
  }
  .d-f {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .p-banner {
    padding: 0;
  }
  .first-screen-page h1::before {
    content: "";
    background: #fed733;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 85px;
  }
  .contact-setion {
    margin-left: 0;
    padding: 0 0;
  }
  .contact {
    margin-left: 0;
    padding: 0 0;
  }
  .h1-contacts::before {
    left: 0;
  }
  .p-r {
    position: relative;
  }
  .p-a {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: -2;
  }
  .d-noone {
    display: none;
  }
  .contact-form {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    float: left;
    color: #fff;
  }

  .single-project-page1 {
    height: 85vh;
  }
  .single-project-page1 {
    padding: 50px 0 0 0;
  }
  .d-ff {
    display: flex;
    align-items: flex-end;
  }
  .d-m-f {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .slider-area .trade {
    justify-content: flex-start !important;
    align-items: center;
    margin-top: 0px;
    padding: 10px !important;
    width: 100%;
  }
  .about-vision {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .control-label2 {
    color: #000;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 29px;
    position: relative;
    text-align: left;
  }
  .control-label {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    display: flex;
  }
  .first-screen-page .title {
    margin-bottom: 0px;
  }
  .side-menu.side-menu-active,
  .side-menu.before-side {
    width: 100%;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .skills,
  .timeline-bg,
  .portfolio-bg,
  .testimonial-bg,
  .contact-bg {
    height: auto;
  }
  .single-project-page11 {
    height: 100%;
    padding: 100px 0 0 0;
  }
  .slider-area {
    justify-content: center;
    background-position: 50% 50%;
  }
  .layout2 {
    background: transparent;
    align-items: center;
  }
  /* Nav */
  header a.logo img {
    max-width: 60px;
  }
  .navbar-top-default {
    height: 70px;
    width: 100%;
  }

  /* Side Nav */
  .side-menu .mega-title {
    display: none;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 18px 0;
  }
  .side-footer p {
    font-size: 14px;
  }
  .side-menu .side-nav .navbar-nav li a {
    font-size: 18px;
  }
  .sidemenu_btn {
    right: 8px;
    top: 25px;
  }
  .side-menu .mega-title h2 {
    font-size: 54px;
  }
  .side-menu .mega-title {
    animation: none;
    left: 50%;
  }
  .sidebar_btn .btn {
    font-size: 10px;
  }
  .nav-social {
    right: 0;
    left: unset;
    border-bottom-left-radius: 25px;
  }
  /* Slider */
  .slider-area .slider-content {
    margin-top: 30px;
    margin-left: 0px;
    padding: 0px 0px;
    justify-content: flex-end;
    height: 100%;
  }
  .GUARANTEES {
    width: 100%;
    padding: 36px 0 !important;
  }
  .GUARANTEESh1::after {
    width: 53%;
  }

  .slider-area .slider-coont {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
  }
  .slider-area .slider-coont1 {
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }

  .slider-area .slider-coont3 {
    justify-content: center;
    align-items: center;
    margin-top: 0px;

    padding: 90px 25px !important;
  }
  .about-vision::before {
    content: "";
    position: absolute;
    right: 18px;
    background: rgba(128, 185, 183, 0.25);
    width: 120px;
    height: 157px;
    bottom: -59px;
    z-index: -1;
  }
  .about-vision::after {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(128, 185, 183, 0.25);
    width: 120px;
    height: 140px;
    top: -45px;
    z-index: -1;
  }
  .tle {
    text-align: left;
    padding: 50px 20px;
  }

  .pp-about {
    font-size: 27px;
    margin: 0;
  }
  .h1-abouttt {
    font-size: 33px;
    line-height: 70px;
  }

  .ar-family {
    padding: 0px 0 52px 0;
  }
  .h1-service::before {
    bottom: -13px;
    width: 50%;
  }
  .font-weight-700 {
    font-weight: 700;
    font-size: 100px;
  }
  .h1-sec {
    text-align: left;
    padding-right: 0px;
    font-size: 20px;
    margin: 30px 0;
  }
  .h1-sec44 {
    text-align: left;
    padding-right: 0px;
    font-size: 40px;
    margin: 30px 0;
  }
  .tradingg {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-vision-s::before {
    left: unset;
    right: 0;
  }
  .about-vision-s::after {
    right: unset;
    left: 0;
  }
  .h1-sec2 {
    text-align: center;
    padding-right: 0px;
    font-size: 33px;
    margin: 30px 0;
    line-height: 44px;
  }
  .text-li ul {
    padding: 15px;
    text-align: left;
    font-size: 14px;
  }
  .h1-sec88 {
    text-align: left;
    padding-right: 0px;
    font-size: 37px;
    margin: 17px 0;
  }
  .style-heading {
    border: 4px solid #fed733;
    width: 140px;
    margin: auto;
  }
  .style-heading2 {
    border: 4px solid #fed733;
    width: 140px;
    margin: 15px 0;
  }
  .dve-exp {
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .text-li p {
    text-align: left;
  }
  .dve-exp h1 {
    font-size: 40px;
  }
  .service-div h1 {
    font-size: 40px;
    margin-top: 15px;
  }
  .service-div p {
    font-size: 15px;
  }
  .h1-pad {
    padding-right: 0;
  }
  .service-des-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 60px;
    padding: 10px;
  }
  .skills1 {
    height: 15vh;
  }
  .product {
    width: 100%;
  }
  .card2 {
    margin-left: 0px;
    width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 10px !important;
    padding: 30px;
    text-align: left;
  }
  .bg-aboutt {
    background: #ffffff;
    border-radius: 4px;
    padding: 34px 15px;
    width: 320px;
    display: flex;
    margin: auto !important;
    text-align: center;
    align-items: center;
  }
  .d-nnone {
    display: none;
  }
  .m-layout2 {
    background: transparent;
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }

  .pp-30 {
    padding: 0;
  }
  .skills-div {
    padding: 35px 20px;
    text-align: left;
  }
  .number-skills {
    font-size: 24px;
  }
  .name-skills {
    font-size: 17px;
  }
  .flex-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .btn-mobile {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }

  .desktop-mobile {
    display: none;
  }
  .display-mobile {
    display: flex !important;
  }

  .join-over {
    background: transparent;
    height: auto;
    padding: 0 0 110px 0;
  }
  .portfolio-bg {
    height: auto;
    background-size: contain;
  }
  .PP-mobile {
    font-family: "Soleto";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    text-align: center;

    color: #171717;
  }

  .numb-join {
    font-family: "Soleto";
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 158px;
    text-align: center;

    color: #171717;
  }

  .pp-des {
    font-family: "Soleto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: "ss02" on;

    color: #171717;
  }
  .btt-jobs {
    margin-top: 70px;
  }
  .tl {
    text-align: left;
  }
  .sol-disp {
    justify-content: flex-start;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: left;
    padding: 0 !important;
  }

  .post-slide {
    background: #fff;
    margin: 0;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: unset;
    height: 100%;
    min-height: 480px;
    max-height: 100%;
    width: 100%;
  }
  .post-slide .post-img {
    height: 253px;
    margin-bottom: 13px;
  }
  /* .navbar-top-default {
    background: transparent;
  } */
  .content-para {
    padding: 0 70px 0 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .image-order {
    order: 2;
  }
  .animated-circle {
    display: none;
  }
  .slider-copyright {
    font-size: 12px;
    bottom: 10px;
  }
  .slider-footer .social-icons-simple {
    display: none;
  }
  .fixed {
    position: absolute;
  }

  /* Skills */
  .skill-box p {
    font-size: 14px;
  }
  .progress-bar-side {
    padding-top: 4rem;
  }
  .post-slide1 {
    background: #fff;
    margin: 0;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: unset;
    height: auto;
    min-height: 480px;
    max-height: AUTO;
    width: 100%;
  }
  /* Timeline */
  .main-content h2 {
    font-size: 24px;
    font-weight: normal;
  }

  /* Portfolio */
  .portfolio-content {
    text-align: center;
  }
  .circle {
    display: none;
  }

  /* Testimonials */
  .paragraph {
    font-size: 14px;
  }

  /* Contact */
  .contact-form .form-control {
    font-size: 14px;
  }
  .firstone {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 0 50px 42px 16px;
    align-items: flex-start;
    text-align: left;
  }
  .side-menu .inner-wrapper {
    padding: 2rem 2rem 0 2rem;
  }
  .side-footer {
    flex-flow: column;
  }
  .side-footer p {
    text-align: center;
  }
  .bottom-comment {
    justify-content: space-around;
  }
  .testimonial-owl .owl-nav button.owl-next,
  .testimonial-owl .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 40px;
    background: rgba(128, 185, 183, 0.25);
  }
  .testimonial-owl button.owl-dot.active {
    background-color: #00736e !important;
  }
  .testimonial-owl .owl-dots {
    margin-top: 15px !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .slider-area .aabout-cont {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
    padding: 14px;
    margin: 0;
  }
  .span-about {
    font-family: "Soleto";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 0px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
  }
  .h1-about {
    text-align: left;
    padding-right: 0px;
    font-size: 33px;
    margin: 16px 0;
    font-weight: 700;
  }

  .text-l {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 30px;
  }

  /* Side Nav */
  .side-nav .navbar-nav .nav-item {
    margin: 12px 0;
  }
  .side-menu .mega-title h2 {
    font-size: 48px;
  }
  .side-footer p {
    font-size: 10px;
    line-height: 1rem;
  }
  .pp-ar {
    padding: 0 !important;
  }
  .afraxam-details {
    text-align: center;
  }
  .content-para {
    width: 100%;
  }

  .afraxim-img1 img {
    width: 230px;
  }
}
@media (max-width: 320px) {
  .side-menu .inner-wrapper {
    padding: 2rem 3rem;
  }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .slider-image img {
    top: -35px;
  }
}
