html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  letter-spacing: 0px;
}
img {
  max-width: 100%;
}
p {
  line-height: 32px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0px !important;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  mix-blend-mode: hard-light;
}
section {
  position: relative;
  overflow: hidden;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 0px;
}
.header .logo {
  max-width: 110px;
}
.main-btn {
  background: none;
  border: 1px solid #000;
  padding: 15px 22px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.second-btn {
  border-color: #fff;
  color: #fff;
}
/* .main-btn::before{ content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 8px; position: absolute; top: -4px; animation: 12s animateTop linear -2s infinite;
width: 50%; left: 0;}
.main-btn::after{ content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 8px; position: absolute; bottom: -4px; animation: 12s animateBottom linear -2s infinite;
    width: 50%; right: 0;} */
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  font-family: "Helvetica-bold";
  text-align: center;
}
.banner-text h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 70px;
}
.nav-footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 11;
}
.social-icons i {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #00495e;
  line-height: 40px;
  margin: 0px 8px;
  font-size: 24px;
  box-shadow: inset 1px 0 #dadce0, inset -1px 0 #dadce0e3, 0 1px 2px #3c404300,
    0 1px 3px 1px #3c404338 !important;
  transition: 0.3s all ease-in-out;
}
.social-icons i:hover {
  box-shadow: 0 0 20px 3px #000, -1px 0 10px 12px #0000, 0 1px 2px #3c404300,
    0 1px 3px 1px #3c404338 !important;
}
.navigation__checkbox {
  display: none;
}
.navigation__button {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2000;
  cursor: pointer;
  text-align: center;
  color: #000;
  box-shadow: 0 0 20px 3px #00000036, -1px 0 10px 12px #fff0, 0 1px 2px #fff0,
    0 1px 3px 1px #ffffff38 !important;
  margin: 0px 8px;
  line-height: 80px;
}
.navigation__icon {
  position: relative;
  margin-top: 3rem;
}
.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 3rem;
  height: 3px;
  background-color: #000;
  display: inline-block;
  transition: all 0.3s;
}
.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.navigation__icon::before {
  top: 0.8rem;
}
.navigation__icon::after {
  top: -0.8rem;
}
.navigation__button:hover {
  box-shadow: 0 0 20px 3px #000, -1px 0 10px 12px #0000, 0 1px 2px #3c404300,
    0 1px 3px 1px #3c404338 !important;
}
.navigation__button:hover .navigation__icon::before {
  top: 1rem;
}
.navigation__button:hover .navigation__icon::after {
  top: -1rem;
}
/* .navigation__background { position: absolute; bottom: -100px; background: rgba(0, 0, 0, 0.5); width: 5rem; height: 5rem;
border-radius: 50%; z-index: 1000; transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);} */
.navigation__background {
  position: absolute;
  bottom: -100px;
  background-image: radial-gradient(#004e63, #00495e);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
  height: 100vh;
  opacity: 0;
  width: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
/* .navigation__list { list-style: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20%; box-shadow: 6px 4px 11px #00000040, inset -2px -2px 2px #00000040, inset -1px -1px 0.5px #00000030;
  background: linear-gradient(270deg,rgba(33,33,33,.6) 14.44%,rgba(70,69,67,.6) 93.61%),#000; border-radius: 8px;} */
.navigation__list {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.navigation__item {
  margin: 1rem;
}
/* .navigation__link:link, .navigation__link:visited {  color: #000;  background-size: 225%;  text-decoration: none;  padding: 1rem 2rem;display: inline-block;
font-size: 16px; font-weight: 400; text-transform: uppercase; color: #fff;  transition: all 0.4s; } */
/* .navigation__link:hover, .navigation__link:active { background-position: 100%; color: #00495e; transform: translateX(1rem); } */
.navigation__link:link,
.navigation__link:visited {
  background-size: 225%;
  text-decoration: none;
  padding: 1rem 2rem;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s;
}
.navigation__link:hover,
.navigation__link:active {
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 45%,
    #fff 50%
  );
  background-position: 100%;
  color: #00495e;
  transform: translateX(1rem);
}
/* .navigation__link:hover, .navigation__link:active{color: #9e9e9e;} */
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(70);
}
.navigation__checkbox:checked ~ .navigation__nav {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation__checkbox:checked ~ .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked ~ .navigation__button .navigation__icon::before {
  transform: rotate(135deg);
  top: 0;
}
.navigation__checkbox:checked ~ .navigation__button .navigation__icon::after {
  transform: rotate(-135deg);
  top: 0;
}
.aboutus {
  background: #004e63;
  padding: 80px 0px;
  color: #fff;
  padding-bottom: 140px;
}
h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
.line-1 {
  width: 150px;
  height: 1px;
  background: #fff;
  margin: 15px auto;
  position: relative;
}
/* .line-1::before{ content: "\f0c8"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 8px; position: absolute; top: -10px; animation: 8s animateTop linear -2s infinite;
  width: 70%; left: 0;} */
.line-1 i {
  position: absolute;
  top: -3px;
  font-size: 8px;
  animation: 8s mymove linear -2s infinite;
}
.line-1 img {
  position: absolute;
  top: -5px;
  height: 10px;
  width: 30px;
  animation: 18s mymove linear -2s infinite;
  filter: brightness(0) invert(1);
}
.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
.wave {
  background: url(../images/icons/wave.svg) repeat-x;
  position: absolute;
  width: 6400px;
  height: 100%;
  -webkit-animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}
.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}
.our-services {
  padding: 80px 0px;
  padding-top: 50px;
}
.navigation__button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 73px;
  height: 73px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -5;
}
.line-2 {
  width: 150px;
  height: 1px;
  background: #000;
  margin: 15px auto;
  position: relative;
}
.line-2 i {
  position: absolute;
  top: -3px;
  font-size: 8px;
  animation: 8s mymove linear -2s infinite;
}
.line-2 img {
  position: absolute;
  top: -4px;
  height: 9px;
  width: 30px;
  animation: 18s mymove linear -2s infinite;
}
.bt-ans {
  position: relative;
  overflow: hidden;
}
.bt-ans img {
  position: absolute;
  top: -10px;
  height: 9px;
  width: 20px;
  animation: 5s mymove2 linear -2s infinite;
  filter: brightness(0) invert(1);
}
.bt-ans img:last-child {
  top: inherit;
  bottom: -13px;
  animation: 5s mymove2 linear reverse -2s infinite;
}
.bt-ans2 img {
  filter: none;
}
.our-services h4 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-img {
  transition: 0.3s all ease-in-out;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.service-img:hover img {
  filter: grayscale(100%);
}
.service-img:hover h4 {
  color: #00495e;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.news {
  background: #00495e;
  padding: 60px 0px;
  color: #fff;
}
.news h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-family: "Helvetica-bold";
  animation: 15s rightToLeft linear -2s infinite;
}
.news h1 span img {
  max-height: 80px;
  margin-top: -30px;
}
.news h2 {
  font-size: 60px;
  margin-top: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  animation: 15s leftToRight reverse linear -2s infinite;
}
.our-clients {
  padding: 80px 0px;
  background: #f8f8f8;
}
.client-counter {
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(248, 248, 248, 0.2);
  border-right: 1px solid rgba(248, 248, 248, 0.2);
  margin-right: -1px;
  margin-top: -1px;
  padding: 50px 10px;
  width: calc(100% / 4);
  padding-top: 100px;
}
.client-counter:first-child {
  border-left: none;
}
.client-counter:last-child {
  border-right: none;
}
.client-counter h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.counter {
  font-size: 70px;
  font-family: "Helvetica-rounded";
  margin-bottom: 80px;
  position: relative;
  color: #fff;
}
.counter::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: bottom;
  transform: rotateX(180deg) translate(-50%, 50%);
  line-height: 0.85em;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.15) 0,
    transparent 75%
  );
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.7;
}
.counter::before {
  content: attr(data-text);
  position: absolute;
  top: 0%;
  left: 50%;
  transform-origin: bottom;
  transform: translate(-50%, -123%);
  line-height: 0.85em;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.15) 0,
    transparent 75%
  );
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.7;
}
.client-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: url(../images/icons/clients.svg);
  text-align: center;
  line-height: 200px;
  box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 2%);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  margin: 0 auto;
}
.client-logo img {
  max-width: 150px;
  max-height: 100px;
}
.client-logo:hover {
  transform: translateY(-15px);
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}
.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}
.client-carousel {
  margin-top: 30px;
}
.client-carousel .owl-stage-outer {
  padding: 30px 0px;
}
.reviews {
  padding: 80px 0px;
}
.review-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 4px rgb(0 0 0 / 4%);
  padding: 20px;
  padding-left: 50px;
  position: relative;
  min-height: 270px;
  transition: all 0.3s ease-in-out;
}
.review-box:hover {
  transform: translateY(-15px);
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.2);
}
.review-square {
  width: 24px;
  height: 34px;
  background: #000;
  position: absolute;
  left: 0px;
  top: 20px;
}
.review-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.stars {
  color: orange;
  position: absolute;
  bottom: 20px;
}
.review-carousel .owl-stage-outer {
  padding: 30px 0px;
}
.review-box p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contact-us {
  padding: 80px 0px;
  background: #f8f8f8;
}
.contact-us p {
  text-transform: uppercase;
  margin-top: 20px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-us form button {
  margin-top: 20px;
}
.contact-map {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
}
footer {
  background: #00495e;
  padding: 40px 0px;
  color: #fff;
  padding-bottom: 130px;
}
footer .logo {
  max-width: 130px;
}
footer ul {
  text-align: center;
  margin-bottom: 30px;
}
footer ul li {
  display: inline-block;
  margin: 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
}
footer ul li:hover {
  color: #ba9c60;
}
footer h5 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}
footer .social-icons {
  text-align: center;
  margin-top: 30px;
}
footer .social-icons i {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0px 8px;
  box-shadow: none;
}
footer .social-icons i:hover {
  background: #fff;
  color: #00495e;
}
.mb-video {
  display: none;
}
.inner-page {
  background: #f8f8f8;
  position: relative;
}
.service {
  background: #004e63;
  padding: 40px 0px;
  color: #fff;
  padding-bottom: 100px;
}
.service-content {
  padding: 30px 0px 50px;
}
.service-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.service-content h1 {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.servite-tab {
  padding-top: 40px;
}
.servite-tab ul {
  overflow: auto;
  white-space: nowrap;
  padding: 25px 0px;
}
.servite-tab ul button {
  margin: 0px 2px;
  font-size: 13px;
}
.servite-tab .main-btn.active {
  background: #00495e;
  color: #fff;
  border-color: #00495e;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}
.service-content .line-2 {
  margin: inherit;
  margin: 20px 0px;
}
.servite-tab ul::-webkit-scrollbar {
  height: 2px;
}
.servite-tab ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.servite-tab ul::-webkit-scrollbar-thumb {
  background-color: #004e63;
  outline: 1px solid #00495e;
}
.service-content ul li {
  font-weight: 700;
  line-height: 34px;
  position: relative;
  padding-left: 25px;
}
.service-content ul li::before {
  content: "\f1ce";
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ba9c60;
}
.service-content ul {
  margin-bottom: 20px;
}
.contact-us form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
  color: #000;
}
.contact-us form .form-control::placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.contact-us form textarea {
  border: 1px solid #ddd !important;
}
.ar-font {
  font-family: "Tajawal";
}
.contact-btn {
  background: #fff;
  border-color: #fff;
}
.main-btn:hover,
.main-btn:focus {
  box-shadow: 0 0 20px 3px #000, -1px 0 10px 12px #0000, 0 1px 2px #3c404300,
    0 1px 3px 1px #3c404338 !important;
}
.counter-bg {
  background: #00495e;
  padding: 40px 0px;
}
.service-img p {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 40px;
  margin-bottom: 10px !important;
}
.anm-btn::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  top: -4px;
  animation: 12s animateTop linear -2s infinite;
  width: 50%;
  left: 0;
}
.anm-btn::after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  bottom: -4px;
  animation: 12s animateBottom linear -2s infinite;
  width: 50%;
  right: 0;
}
.anm-btn {
  cursor: inherit !important;
}
.anm-btn:hover {
  background: none !important;
  color: #fff !important;
  border-color: #fff;
  box-shadow: none !important;
}
.service-img:hover {
  background: rgba(245, 245, 245, 0.9);
  border-radius: 11px;
}
.readMore {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.readMore:before {
  content: "";
  background: #00495e;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.readMore:hover::before {
  width: 100%;
}
.readMore:hover {
  color: #00495e;
}
.container-fluid {
  padding: 0px 80px;
}
.secondop {
  text-align: left;
}
.secondop .logo {
  margin-bottom: 30px;
}
.secondop h5 {
  text-align: left;
  margin-bottom: 20px;
}
.secondop .social-icons {
  text-align: left;
}
.secondop .social-icons i {
  text-align: center;
}
.secondop ul {
  text-align: right;
}
.secondop ul li {
  display: block;
  line-height: 50px;
}
/* @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .banner-text {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.2);  
    }
} */

/*
responsive.css
*/
@media screen and (min-width: 1442px) {
  .review-box {
    min-height: 220px;
  }
}

@media screen and (max-width: 835px) {
  .ds-video {
    display: none;
  }
  .mb-video {
    display: block;
  }
  footer {
    text-align: center;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  footer ul li {
    font-size: 13px;
    margin: 0px 2px;
  }
  footer ul {
    margin-bottom: 20px;
  }
  footer h5 {
    font-size: 14px;
  }
  footer .social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-map {
    margin-top: 30px;
    height: 300px;
  }
  .container-fluid {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-text {
    width: 100%;
    text-align: center;
    top: 60%;
  }
  .banner-text h1 {
    font-size: 30px;
    line-height: 48px;
  }
  /* .wave{width: 2000%; animation: wave 50s 3s linear infinite;} */
  .our-services,
  .our-clients,
  .reviews,
  .contact-us {
    padding: 40px 0px;
  }
  .client-counter {
    width: calc(100% / 2);
    border: none;
    padding: 40px 10px;
  }
  .counter {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .counter::after {
    transform: rotateX(180deg) translate(-50%, 40%);
  }
  .client-carousel .owl-stage-outer,
  .review-carousel .owl-stage-outer {
    padding: 30px 0px;
  }
  .news h1 {
    font-size: 24px;
    word-wrap: normal;
  }
  .news h1 span img {
    max-height: 30px;
    margin-top: -15px;
  }
  .news h2 {
    font-size: 20px;
  }
  .news {
    padding: 30px 0px;
  }
  .rs-none {
    display: none;
  }
  .servite-tab {
    padding-top: 20px;
  }
  .servite-tab ul .main-btn {
    font-size: 12px;
    padding: 10px;
    letter-spacing: 0px;
  }
  .client-logo img {
    max-width: 130px;
    max-height: 80px;
  }
  .client-logo {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .client-carousel {
    margin-top: 0px;
  }
  .bt-ans img {
    top: -12px;
  }
  .bt-ans img:last-child {
    bottom: -13px;
  }
  /* .navigation__list{width: 50%;} */
  .service-img {
    margin-bottom: 10px;
  }
  .secondop,
  .secondop h5,
  .secondop .social-icons,
  .secondop ul {
    text-align: center;
  }
  .secondop ul li {
    display: inline-block;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .our-services h4 {
    font-size: 13px;
  }
  h2 {
    font-size: 30px;
  }
  .review-box {
    min-height: inherit;
  }
  .review-box p {
    padding-bottom: 20px;
  }
  .review-box p {
    display: block;
  }
  .main-btn {
    height: 34px;
    padding: 10px 16px;
    padding-top: 12px;
  }
  .ar-font {
    padding-top: 12px;
  }
  /* .navigation__list{width: 80%;} */
  .client-logo:hover {
    transform: none;
  }
  .service-img p {
    padding: 0px;
  }
}

@media screen and (max-width: 360px) {
}
/*mega.css*/
input,
select,
textarea {
  color: inherit;
  font: inherit;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 8px 15px;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
}
:focus {
  outline: 0;
}
dl,
ol,
ul {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 15px;
}
table > thead > tr > th {
  font-weight: 400;
}
pre {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  padding: 15px;
}
.btn.focus,
.btn:focus,
input.focus[type="submit"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.focus,
.btn:focus,
.wpcf7 input:focus[type="submit"],
input.focus[type="submit"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.morphext > .animated {
  display: inline-block;
}
.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;
}
