body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none !important;
}

.font-size-14 {
  font-size: 14px;
}

.img-object-cover {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-object-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.common_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service2_slider .swiper-slide {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.service2_slider .swiper-slide.swiper-slide-prev {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 500px !important;
  height: 100%;
}
.service2_slider .swiper-slide.swiper-slide-prev img {
  width: 100%;
  border: 5px solid #ffffff;
  border-top: none;
  border-radius: 40px;
}
.service2_slider .swiper-slide.swiper-slide-prev .ser_cont {
  opacity: 1;
}
.service2_slider .swiper-slide img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
  width: 350px;
  height: 350px;
}

.item-testi {
  text-align: center;
  position: relative;
}

.item-testi .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-testi .play-btn img {
  max-width: 55px;
  height: auto;
  z-index: 1111;
}

.item-testi .play-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.item-testi .play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 98;
  bottom: 30px;
  right: 90px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #008069;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 11px;
  padding-top: 7px;
  color: #fff;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 35px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 4px 5px 0;
  background: #eee;
  border-radius: 10px;
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@-webkit-keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@-webkit-keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@-webkit-keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@-webkit-keyframes showhide {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showhide {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes showchat {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.btn-whatsapp {
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  background-color: rgb(37, 211, 102);
  border-width: 0px;
  margin: auto;
  max-width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  border-style: solid;
  padding: 12px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-whatsapp svg {
  width: 20px;
  margin-right: 5px;
  fill: currentcolor;
}

.btn-whatsapp:hover {
  opacity: 0.8;
  background-color: rgb(37, 211, 102);
  color: #fff;
}

.cont_link_box {
  z-index: 100;
  position: fixed;
  right: -10px;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  display: inline-block;
}

.call_iconbtn {
  z-index: 10;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #318fb5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.call_iconbtn svg {
  width: 20px;
  height: 20px;
}

.call_iconbtn i {
  position: relative;
  left: 1px;
  top: -1px;
}

.call_iconbtn:hover {
  background: #0094da;
  color: #fff;
}

header .logo img {
  height: 100px;
}
header .phone p {
  padding-top: 35px;
}
header .phone p svg {
  height: 30px;
}

.hero {
  background: #144A91;
}
.hero .headding {
  padding-left: 60px;
}
.hero h1 {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}
.hero h1 span {
  font-size: 96px;
}
.hero h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.hero .btn {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}
.hero .certificate {
  position: absolute;
  bottom: 20px;
  left: -80px;
  width: 400px;
}
.hero .certificate .card {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.hero .certificate p {
  font-size: 20px;
}

.career h3 {
  font-size: 48px;
  font-weight: 800;
  padding: 0 0 40px 0;
}

.about h4 {
  font-size: 48px;
  font-weight: 800;
  padding: 0 0 40px 0;
}
.about p {
  font-size: 20px;
  padding-bottom: 30px;
}
.about .btn {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  background: #144A91;
}

.review h4 {
  font-size: 48px;
  font-weight: 800;
  padding: 0 0 40px 0;
}

.gallery {
  background: url("../images/gallery_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery h4 {
  font-size: 48px;
  font-weight: 800;
  padding: 0 0 40px 0;
  color: #ffffff;
}
.gallery img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}
.gallery .btn {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}

footer {
  background: #1D1C1D;
}
footer h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
footer p {
  color: #ffffff;
  font-size: 18px;
}
footer p a {
  color: #ffffff;
}

.popupleft-content p {
  /* text-shadow: 1px 2px 1px #042f4c; */
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 55px;
  margin-top: 90px;
}

.popupleft-content h3 {
  /* text-shadow: 1px 4px 1px #042f4c; */
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
  text-transform: uppercase;
}

.popupleft-content h3 span {
  font-weight: 800;
  font-size: 30px;
  background: #4caf50;
  padding: 10px 30px;
  border-radius: 0px;
  margin-top: 20px;
  display: inline-block;
  display: inline-block;
}

#letter5 {
  text-align: center;
}

.letter_inner .heading {
  margin-bottom: 0px;
}

.modal-content #letter5 input[type=submit] {
  font-size: 18px;
  font-weight: 600;
  background-color: #525fe1;
  color: #fff !important;
  border: none;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-content #letter5 input[type=submit]:focus {
  background-color: #04539B !important;
}

.heading h2 {
  font-size: 25px;
  line-height: 24px;
  color: #443640;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 38px;
  position: relative;
  letter-spacing: 1.5px;
}

.heading h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#042f4c), to(transparent));
  background: linear-gradient(to right, #042f4c 0%, transparent 100%);
  z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
  padding: 0 30px;
}

.order-model form {
  display: block;
}

.order-model label {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #999;
  line-height: 24px;
  position: absolute;
  left: 34px;
  top: -12px;
  background: #fff;
  padding: 0 8px;
  z-index: 99;
}

#letter5 select,
#letter5 input {
  margin-bottom: 15px;
  position: relative;
  color: #443640;
  resize: none;
  font-weight: 300;
  border: 0.5px solid #ccc;
  font-size: 14px;
  /* font-family: 'Lexend Deca', sans-serif; */
  height: 55px;
  width: 100%;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
  z-index: 9;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 30px;
}

#letter5 input[type=submit] {
  font-size: 18px;
  font-weight: 600;
}

#letter5 input:focus {
  outline: none !important;
  border: 0.5px solid #000;
  color: #443640;
}

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

.order-model .datepicker {
  position: relative;
}

.popup-btn a {
  background: #ec1c24;
  color: #fff;
  padding: 18px 72px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popup-btn a:hover {
  background-color: #ec1c24;
  color: #fff;
}

.popup-btn {
  margin-top: 40px;
}

.modal.fade .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popup-img-main {
  background-color: #2f9331;
}

.popup-img img {
  width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::-webkit-input-placeholder, .model-project-details .form-group textarea::-webkit-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::-moz-placeholder, .model-project-details .form-group textarea::-moz-placeholder {
  color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder, .model-project-details .form-group textarea:-ms-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::-ms-input-placeholder, .model-project-details .form-group textarea::-ms-input-placeholder {
  color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
  color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ec1c24;
  color: #fff;
  background: transparent;
}

.download-close {
  float: right;
  background: rgb(3, 27, 27);
  border-radius: 45px;
  border: 1px solid transparent;
  width: 46px;
  height: 46px;
  z-index: 99999;
  position: absolute;
  right: -6px;
  top: -8px;
  padding: 2px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-close:hover {
  background: #443640;
}

.download-close span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 45px;
  padding: 5px 16px;
}

.modal-content {
  border-radius: 0px;
  overflow: hidden;
  padding-bottom: 25px;
}

.testislider .card {
  padding: 20px;
  min-height: 360px;
  border-radius: 20px;
}
.testislider .card p {
  font-size: 18px;
}
.testislider .card svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.6;
}

.clientslider img {
  height: 100px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
}

.clients h4 {
  font-size: 48px;
  font-weight: 800;
  padding: 0px 0px 40px;
}

.download {
  background: #144A91;
  color: #fff;
}
.download h4 {
  font-size: 48px;
  font-weight: 800;
  padding: 0px 0px 40px;
}
.download .btn {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  header .phone {
    display: none;
  }
  header .logo {
    text-align: center;
  }
  .career h3,
  .review h4,
  .gallery h4,
  .about h4,
  .clients h4,
  .download h4 {
    font-size: 30px;
  }
  footer h5 {
    padding-top: 30px;
  }
  .service2_slider .swiper-slide.swiper-slide-prev {
    width: 100% !important;
  }
  .service2_slider .swiper-slide img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about p,
  .testislider .card p {
    font-size: 14px;
  }
  .gallery img {
    height: 100%;
  }
}
