@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  text-rendering: optimizelegibility;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.btn,
.btn * {
  transition: all 0.3s ease 0s;
}
i {
  transition: all 0.4s ease-in-out 0s;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: outside none none;
}

header {
  padding: 11px 0;
  box-shadow: 3px 0 25px rgba(35, 73, 131, 0.2);
}

.logo {
  width: 240px;
}

.navbar {
  background-color: #fff;
}
.navbar-nav .nav-item {
  padding: 26px 10px;
}
.navbar-toggler {
  border: none;
  color: #193c64;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4b525c;
  position: relative;
  padding-bottom: 5px;
  transition: border-color 0.3s ease;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #4aa1e8;
}

.contact-info {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.contact-info span {
  font-weight: 600;
  margin: 0 3px;
}
.contact-info .ph-num a {
  color: #374151;
  font-weight: 400;
}
.contact-info .ph-num a:hover {
  color: #ff901b;
}
.contact-btn {
  background-color: #ff7d00;
  border-color: #ff7d00;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 4px;
  margin-left: 20px;
}
.contact-btn:hover {
  color: #fff;
  background-color: #0a73cd;
  border-color: #0a73cd;
}

.btn-primary {
  background-color: #0a73cd;
  border-color: #0a73cd;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}

.btn-primary:hover {
  background-color: #00b4ff;
  border-color: #00b4ff;
}

.banner-img {
  text-align: right;
  padding-right: 0px;
}
.banner-text .title-badge span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #1987e0;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-text h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

/* Banner Play Btn */
.banner-btn-sec {
  margin-top: 25px;
}
.banner-btn-sec .video-play-btn {
  background: #0a73cd;
  border: 1px solid #0a73cd;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  border-radius: 3px;
}
.banner-btn-sec .video-play-btn:hover {
  background: #00b4ff;
  border-color: #00b4ff;
}
.banner-btn-sec .slider-popup {
  margin: 0px 30px 0px 0;
  width: auto;
  float: left;
}

.banner-btn-sec .video-play-btn i {
  margin-right: 14px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  font-size: 0;
}
.mfp-close:before {
  content: "X";
  font-family: "Font Awesome 6 Free";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 80%;
  max-width: 850px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.form-sec {
  background-color: #f6f7f9;
  position: relative;
}
.form-content {
  padding: 135px 0 120px 0;
}
.form-content h2 {
  color: #2b2b2b;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}
.form-sec .form-content p {
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}
.form-sec .form-content p.signup-content {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #1464ff;
  display: block;
  padding-top: 30px;
}
.form-sec .form-content p.signup-content strong {
  border-bottom: 3px solid #f78239;
  font-weight: 600 !important;
}

.contact-form .row {
  --bs-gutter-x: 16px;
}
.contact-form .form-disclaimer {
  text-align: center;
  margin-top: 30px;
}
.contact-form .form-disclaimer p {
  color: #626c8e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0px;
}
.contact-form .form-disclaimer p a {
  color: #0a73cd;
  font-weight: 600;
}
.contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 40px 40px 45px 40px;
  box-shadow: 0px 0 50px rgba(01, 30, 61, 0.1);
}
.contact-form .sec-head {
  position: relative;
  margin: 0 0 25px;
}

.contact-form .sec-head h3 {
  color: #2b2b2b;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}
.contact-form .sec-head p {
  color: #454545;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-form .sec-head .req-ind {
  color: #777a7c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.contact-form strong {
  /* color: #cf1919; */
  font-size: 14px;
  display: inline-block;
}

.contact-form .form-group {
  margin-bottom: 16px;
}
/*.contact-form .form-group label {
    color: #0a1e46;
    font-size: 16px;
    margin-bottom: 5px;
}*/
.form-control {
  font-size: 15px;
  padding: 15px 27px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  color: #777a7c;
  /*box-shadow: 5px 0 10px rgba(35,73,131,0.15);*/
}
.contact-form form select {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select_arrow.png") no-repeat 95% 25px !important;
  word-wrap: normal;
  color: #777a7c;
}

.contact-form textarea {
  min-height: 100px;
}
.form-control:focus {
  border-color: #c9c9c9;
  box-shadow: 0px 3px 10px rgba(35, 73, 131, 0.1);
  transition: all 0.3s ease 0s;
}
.form-control::placeholder {
  color: #777a7c;
  font-size: 15px;
}
.contact-form .submit-btn {
  padding: 15px 10px;
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Contact Section */
.brdr-rad {
  border-radius: 20px;
}
.contact-sec {
  padding: 140px 0;
  position: relative;
}
.contact-sec .left-sec img {
  /*    padding-top: 20px;*/
  border-radius: 20px;
}
.contact-sec .title-sec {
  margin-bottom: 95px;
  text-align: center;
}
.contact-sec .title-sec h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #1464ff;
  margin-bottom: 20px;
}
.contact-sec .title-sec h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #0a1e46;
}
.contact-sec .right-sec {
  padding: 30px 114px 30px 100px;
}
.contact-sec .right-sec h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
.contact-sec .right-sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #e5e7ed;
  margin-bottom: 40px;
}
.contact-sec .contact-sec-content {
  border-radius: 20px;
  position: relative;
}
.contact-sec .contact-sec-content .circle-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-sec .btn {
  font-weight: 500;
  min-width: 310px;
}

.title-sec {
  margin-bottom: 40px;
}
.title-text {
  color: #2b2b2b;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.subline-text {
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

/* Enterprise Sec
================ */
.enterprise-wrapper {
  padding: 110px 0 0 0;
}
.enterprise-sec {
  background: #f6f7f9;
  border-radius: 26px;
  padding: 40px;
  margin-top: 60px;
}
.enterprise-sec .enterprise-left {
  padding: 20px 40px 20px 70px;
}
.enterprise-sec .enterprise-left-title {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.enterprise-sec .enterprise-left-text {
  color: #454545;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 35px;
}
.enterprise-sec .media {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.enterprise-sec .media:last-child {
  margin-bottom: 0px;
}
.enterprise-sec .media .media-img {
  background: #0a73cd;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.enterprise-sec .media .media-img img {
  width: 32px;
  height: auto;
}
.enterprise-sec .media .media-body .media-title {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3px;
}
.enterprise-sec .media .media-body .media-text {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px;
}
.enterprise-right {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 70px;
}
.enterprise-right .enterprise-left-title {
  margin-bottom: 35px;
}
.enterprise-sec .enterprise-right .media .media-img {
  background: #f6f7f9;
  border-radius: 8px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .enterprise-sec .enterprise-left {
    padding: 0;
  }
  .enterprise-right {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .enterprise-right {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .enterprise-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .enterprise-wrapper {
    padding: 50px 0 0 0;
  }
  .enterprise-sec .enterprise-left {
    padding: 0px;
  }
  .enterprise-right {
    padding: 40px;
  }
  .enterprise-sec .enterprise-left-title {
    font-size: 24px;
  }
  .enterprise-sec .enterprise-left-text {
    font-size: 17px;
  }
  .enterprise-sec .media {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .enterprise-sec {
    padding: 30px;
    border-radius: 20px;
  }
  .enterprise-right {
    padding: 30px;
    border-radius: 20px;
  }
  .enterprise-sec .media .media-body .media-title {
    font-size: 18px;
  }
}

/* Leading Section */
.leading-sec {
  padding: 110px 0 95px 0;
  position: relative;
}
.leading-img {
  position: absolute;
  bottom: -160px;
  left: 0;
}
.leading-img img {
  max-width: 865px;
  border-top-right-radius: 45px;
}
.leading-left {
  padding-right: 80px;
}
.leading-sec h2 {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}
.leading-left p {
  margin-bottom: 1.3rem;
}
.leading-right {
  color: #454545;
  border-top: 2px solid #2b2b2b;
  padding-top: 40px;
  padding-bottom: 20px;
}
.leading-sec .right-text {
  color: #454545;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 35px;
}
.leading-right:last-child {
  padding-bottom: 0;
}
.leading-right h5 {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.leading-right ul {
  margin-left: 20px;
  margin-bottom: 18px;
}
.leading-right ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.leading-right p {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .leading-img {
    bottom: -90px;
  }
  .leading-img img {
    max-width: 80%;
  }
  .leading-left {
    padding-right: 90px;
  }
}
@media (min-width: 1700px) and (max-width: 1799.98px) {
  .leading-img img {
    max-width: 90%;
  }
}
@media (min-width: 1500px) and (max-width: 1699.98px) {
  .leading-img img {
    max-width: 80%;
  }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  .leading-img img {
    max-width: 70%;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .leading-left {
    padding-right: 80px;
  }
  .leading-img {
    bottom: 120px;
  }
  .leading-img img {
    max-width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .leading-img {
    bottom: 120px;
  }
  .leading-img img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .leading-right h5 br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .leading-left {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .leading-sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .leading-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .leading-sec {
    padding: 0 0 50px 0;
  }
  .leading-left {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .leading-sec {
    padding: 0 0 70px 0;
  }
  .leading-sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .leading-sec h2 {
    font-size: 28px;
  }
  .leading-sec .right-text {
    line-height: 1.5;
  }
  .leading-right .row.g-3 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1rem;
  }
  .leading-right br {
    display: none;
  }
  .leading-sec {
    padding: 50px 0 40px;
  }
  .leading-left {
    padding-right: 0;
  }
}

/* Portfolio Section 
=================== */
.portfolio-sec {
  padding: 250px 0 120px 0;
  background: #002b58;
}
.portfolio-left.sticky-top {
  top: 5%;
}
.portfolio-sec .portfolio-left .title-sec {
  margin-bottom: 0px;
}
.portfolio-sec .portfolio-left .title-text {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
.portfolio-sec .portfolio-left .subline-text {
  font-size: 17px;
  line-height: 1.6;
  color: #ebebf2;
  text-align: left;
}
.portfolio-sec .portfolio-left .portfolio-btn .btn {
  color: #fff;
  background: #0a73cd;
  border: 1px solid #0a73cd;
  border-radius: 3px;
  padding: 11.5px 30.5px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}
.portfolio-sec .portfolio-left .portfolio-btn .btn:hover {
  background: #00b4ff;
  border-color: #00b4ff;
}
.portfolio-sec .portfolio-right .service-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  background-color: #f6f7f9;
  border-radius: 24px;
}
.portfolio-sec .portfolio-right .service-item:last-child {
  margin-bottom: 0px;
}

.portfolio-sec .portfolio-right .service-item-left {
  padding: 45px 0px 45px 40px;
  border-radius: 24px 0 0 24px;
}
.portfolio-sec .portfolio-right .service-item-left .service-item-heading {
  color: #2b2b2b;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 18px;
}
.portfolio-sec .portfolio-right .service-item-left .service-item-subheading {
  color: #454545;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.portfolio-sec .portfolio-right .service-item-right {
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 0 24px 24px 0;
}
.portfolio-sec .portfolio-right .service-item-right .service-item-right-list {
  margin-bottom: 16px;
  transition: all 0.3s ease 0s;
}
.portfolio-sec
  .portfolio-right
  .service-item-right
  .service-item-right-list:hover {
  transform: translateX(-8px);
  transition: all 0.4s ease 0s;
}
.portfolio-sec
  .portfolio-right
  .service-item-right
  .service-item-right-list:last-child {
  margin-bottom: 0px;
}
.portfolio-sec .portfolio-right .service-item-right .service-item-title {
  color: #0a73cd;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0px;
}
.portfolio-sec
  .portfolio-right
  .service-item-right
  .service-item-right-list
  .service-item-title
  a {
  color: #0a73cd;
  text-decoration: none;
}
.portfolio-sec
  .portfolio-right
  .service-item-right
  .service-item-right-list:hover
  .service-item-title
  a {
  color: #00b4ff;
}
.portfolio-sec .portfolio-right .service-item-right .service-item-text {
  color: #454545;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (min-width: 1400px) {
  .portfolio-right .custom-width-left {
    width: 46%;
    padding-left: 0;
  }
  .portfolio-right .custom-width-right {
    width: 54%;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .portfolio-sec .title-sec .title-text br {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .portfolio-sec {
    padding: 170px 0 120px 0;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .portfolio-sec {
    padding: 100px 0 100px 0;
  }
  .portfolio-sec .portfolio-right .service-item-left {
    padding: 40px 0px 40px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-sec {
    padding: 70px 0;
  }
}
@media (max-width: 991.98px) {
  .portfolio-sec {
    padding: 50px 0;
  }
  .portfolio-right {
    margin-top: 40px;
  }
  .portfolio-sec .portfolio-left .portfolio-btn .btn {
    margin-top: 15px;
  }
  .portfolio-sec .portfolio-right .service-item {
    border-radius: 20px;
  }
  .portfolio-sec .portfolio-right .service-item-right {
    background: none;
    padding: 30px 35px 40px 35px;
  }
  .portfolio-sec .portfolio-right .service-item-left {
    padding: 40px 35px 0 35px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-sec .portfolio-right .service-item-right {
    padding: 20px 25px 30px 25px;
  }
  .portfolio-sec .portfolio-right .service-item-left {
    padding: 30px 25px 0 25px;
  }
  .portfolio-sec .portfolio-right .service-item-left .service-item-heading {
    margin-bottom: 12px;
  }
  .portfolio-sec .portfolio-left .subline-text {
    line-height: 1.4;
  }
}

/* Industries Section */
.industries-sec {
  background: #ffffff;
  padding: 110px 0 0 0;
}
.industries-sec .title-sec {
  margin-bottom: 10px;
}
.industries-sec .row.custom-gap {
  --bs-gutter-x: 30px;
  /* --bs-gutter-y: 40px; */
}
.industries-sec .col {
  margin-top: 75px;
}
.industries-sec .card {
  background-color: #f6f7f9;
  text-align: center;
  color: #1f1f1f;
  border: none;
  border-radius: 24px;
  padding: 0 45px 45px 45px;
}
.industries-sec .card .card-img {
  background: #0a73cd;
  margin: -35px auto 30px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industries-sec .card .card-img img {
  width: 34px;
  height: auto;
}
.industries-sec .card .card-body {
  padding: 0;
}
.industries-sec .card .card-body .card-title {
  color: #1f1f1f;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
.industries-sec .card .card-body .card-text {
  color: #454545;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 1299.98px) {
  .industries-sec .card {
    padding: 30px;
  }
  .industries-sec .card .card-img {
    margin: -65px auto 30px;
  }
}
@media (max-width: 991.98px) {
  .industries-sec .col {
    margin-top: 60px;
  }
  .industries-sec .title-sec {
    margin-bottom: 40px;
  }
  .industries-sec .card .card-body .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .industries-sec {
    padding: 50px 0 0 0;
  }
  .industries-sec .row.custom-gap {
    --bs-gutter-x: 0px;
  }
  .industries-sec .card .card-img {
    height: 60px;
    width: 60px;
    margin: -60px auto 20px;
  }
  .industries-sec .card .card-body .card-title {
    margin-bottom: 15px;
  }
}

/* Process Section */
.process-sec {
  padding: 100px 0 30px 0;
  text-align: center;
}
.process-sec .row.custom-gap {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.process-sec .title-sec {
  margin-bottom: 65px;
}
.process-sec .title-sec .title-text {
  margin-bottom: 20px;
}
.process-sec .title-sec .subline-text {
  color: #2b2b2b;
  font-size: 20px;
}
.process-sec .step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px auto;
}
.process-sec .step-circle-1 {
  background-color: #f4f6f8;
}
.process-sec .step-circle-2 {
  background-color: #f1f8fd;
}
.process-sec .step-circle-3 {
  background-color: #fff0e5;
}
.process-sec .step-circle-4 {
  background-color: #f1f8fd;
}
.process-sec .step-circle-5 {
  background-color: #fff6ef;
}
.process-sec .step-circle-6 {
  background-color: #f4f6f8;
}
.process-sec .step-title {
  color: #2b2b2b;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
.process-sec .step-text {
  color: #454545;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0px;
}
.process-sec .process-line {
  position: absolute;
  width: calc(200% - 100px); /* Adjust based on column spacing */
  left: -38%;
  top: 40px; /* Aligns with circle center */
  z-index: -1;
  /*border: 1px dashed #adaeb9;*/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .process-sec .process-line {
    left: -36.5%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .process-sec .row.custom-gap {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0px;
  }
  .process-sec .process-line {
    left: -34.5%;
  }
}
@media (min-width: 991.98px) {
  .process-sec .process-row-top {
    position: relative;
    justify-content: space-around;
  }
  .process-sec .step-item {
    max-width: 372px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-sec {
    padding: 80px 0;
  }
  .process-sec .row.custom-gap {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}
@media (max-width: 767.98px) {
  .process-sec {
    padding: 50px 0 50px 0;
  }
  .process-sec .row.custom-gap {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 30px;
  }
  .process-sec .step-title br {
    display: none;
  }
  .process-sec .step-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 5px;
  }
  .process-sec .step-text {
    text-align: left;
    display: flex;
  }
  .process-sec .step-circle {
    font-size: 25px;
    height: 60px;
    width: 60px;
    float: left;
  }
  .process-sec .title-sec .subline-text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .process-sec .step-circle {
    margin: 0 20px 20px auto;
  }
}
@media (max-width: 575.98px) {
  .process-sec .step-circle {
    margin: 0 20px 80px auto;
  }
}

/* --- CTA/Get Started Section --- */
.cta-sec {
  padding: 20px 0 0px 0;
}
.get-started-section {
  background: #002b58 url("../images/cta-bg.jpg") no-repeat right;
  border-radius: 28px;
  padding: 30px 30px 30px 80px;
  /*margin-bottom: 130px;*/
}
.get-started-content {
  padding-right: 50px;
}
.get-started-content h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 24px;
}
.get-started-content p {
  font-size: 16px;
  color: #dce3e9;
  margin-bottom: 20px;
}
.get-started-content .btn {
  color: #fff;
  background: #1986e1;
  border: 1px solid #1986e1;
  border-radius: 3px;
  padding: 11.5px 47.5px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.get-started-content .btn:hover {
  background: #00b4ff;
  border-color: #00b4ff;
}
.get-started-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-started-image-wrapper img {
  height: auto;
  border-radius: 28px;
  margin-left: auto;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .get-started-section {
    padding: 30px 30px 30px 30px;
  }
  .get-started-content {
    padding-right: 10px;
  }
  .get-started-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .get-started-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .get-started-content .btn {
    margin-top: 10px;
  }
  .get-started-image-wrapper img {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta-sec {
    padding: 0;
  }
  .get-started-section {
    padding: 50px;
  }
  .get-started-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .cta-sec {
    padding: 10px 0 0 0;
  }
  .get-started-section {
    background: #002b58;
    padding: 40px 30px;
    border-radius: 20px;
  }
  .get-started-content {
    margin-bottom: 0px;
    text-align: center;
  }
  .get-started-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .get-started-content .btn {
    margin-top: 16px;
  }
  .get-started-image-wrapper {
    display: none;
  }
}

/* Form Success msg */
.msg.success-msg {
  color: #333;
  margin: 24px 0 5px 0;
  padding: 5px;
  text-align: center;
  border: 2px solid #42a263;
  font-size: 20px;
  font-weight: 600;
}
.msg.success-msg p {
  margin: 0;
}
.msg.error-msg {
  color: #333;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  border: 2px solid red;
  font-size: 20px;
  font-weight: 600;
}
.msg.error-msg p {
  margin: 0;
}

/* Back-to-Top Btn  */
#totop {
  position: fixed;
  text-decoration: none;
  z-index: 999;
}
#totop i {
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  opacity: 0.8;
  background: #00b4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#totop:hover i {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) {
  #totop {
    position: fixed;
    right: 2%;
    bottom: 10%;
  }
  #totop i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #totop i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  #totop {
    position: fixed;
    right: 10px;
    bottom: 20px;
  }
  #totop i {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
  }
}

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

@media (min-width: 1400px) and (max-width: 1780px) {
  .contact-btn {
    padding: 8px 20px;
  }
  .contact-info {
    margin-left: auto;
  }
  .contact-info img {
    margin-right: 5px;
  }
  .desk-btn {
    display: flex;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-text {
    padding: 50px 80px;
  }
  .banner-text h1 {
    font-size: 40px;
  }
  .contact-form {
    max-width: 500px;
    top: 34%;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1460px;
  }
  .banner-text {
    padding: 50px 100px 50px 165px;
  }
  .form-sec .form-content span {
    display: block;
  }
  .contact-sec .title-sec p span {
    display: block;
  }
  .contact-form {
    top: 39%;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .logo {
    width: 180px;
  }
  .navbar-nav .nav-item {
    padding: 26px 3px;
  }
  .contact-form {
    top: 37%;
  }
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  .logo {
    width: 180px;
  }
  .contact-info {
    text-align: right;
  }
  .contact-btn {
    padding: 8px 20px;
  }
  .contact-info .ph-num {
    display: none;
  }
  .navbar-nav .nav-item {
    padding: 26px 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  .logo {
    width: 180px;
  }
  .navbar-nav .nav-item {
    padding: 26px 3px;
  }
  .contact-info .ph-num {
    display: none;
  }
  .contact-btn {
    padding: 8px 20px;
  }
}

@media (min-width: 1400px) {
  .mob-btn {
    display: none;
  }
  .desk-btn {
    display: flex;
    align-items: center;
  }
  .navbar {
    padding: 0 0;
  }
  .navbar-expand-xl {
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
  }
  .navbar-nav {
    flex-wrap: wrap;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    width: 100%;
    color: #4aa1e8;
    transition: width 0.3s ease-in-out;
  }
  .navbar-nav .dropdown-item:hover a,
  .navbar-nav .dropdown-item a.active {
    color: #4aa1e8;
    transition: all 0.3s ease-in-out;
  }
  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -26px;
    z-index: 9;
    width: 0%;
    height: 3px;
    background-color: #4aa1e8;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .navbar .nav-link:hover::after,
  .navbar .nav-item:hover > .nav-link::after {
    width: 100%;
    color: #4aa1e8;
  }

  /* Smooth transition for the dropdown menu */
  .dropdown-menu {
    opacity: 0;
    transform: translateY(20px);
    display: block; /* Required for the transition to work with hover */
    visibility: hidden;
    background: #ffffff;
    position: absolute;
    top: 120px;
    left: 0;
    width: 310px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover > .dropdown-menu {
    top: 100%;
    background: #ffffff;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    display: block;
    pointer-events: auto; /* Ensures the dropdown items are clickable */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*margin-top: 26px;*/
  }
  .dropdown-item {
    padding: 10px 20px;
    color: #4b525c;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .dropdown-item a {
    color: #4b525c;
    display: block;
  }

  /* Override Bootstrap's default display property to allow transitions */
  .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    transition:
      opacity 0.3s ease-in-out,
      transform 0.3s ease-in-out;
  }
  .dropdown-toggle::after {
    border: none;
  }
  .banner-text {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contact-form {
    max-width: 576px;
    position: absolute;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-form {
    max-width: 500px;
    position: absolute;
    top: 27%;
    padding: 40px 40px 40px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .banner-text {
    padding: 80px 50px;
  }
  .banner-text h1 {
    font-size: 36px;
  }
  .contact-sec .right-sec {
    padding: 50px 60px 50px 30px;
  }
  .contact-sec .right-sec {
    position: relative;
  }
  .contact-sec .left-sec img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
  }
  .contact-sec {
    padding: 60px 0 50px 0;
  }
  .contact-sec .title-sec {
    margin-bottom: 40px;
  }
  .contact-sec .title-sec h3 {
    font-size: 38px;
    line-height: 1;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-img {
    display: none;
  }
  .contact-form {
    max-width: 440px;
    position: absolute;
    top: 9%;
    padding: 30px 30px 40px 30px;
  }
  .contact-form .sec-head h3 {
    font-size: 30px;
  }
  .form-content {
    padding: 70px 0;
  }
  .form-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .form-sec .form-content p {
    font-size: 16px;
  }
  .contact-form .sec-head p {
    margin-bottom: 30px;
  }
  .contact-form textarea {
    min-height: 120px;
  }
}

@media (min-width: 991.98px) {
  .banner-sec {
    background: #002b58 url("../images/banner-text-bg.jpg") no-repeat;
  }
}

@media (max-width: 1399.98px) {
  .banner-text {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contact-form .sec-head .req-ind {
    color: #8d94a4;
  }
  .mob-btn {
    display: block;
  }
  .desk-btn {
    display: none;
  }
  .contact-info {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .contact-btn {
    padding: 8px 20px;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .navbar-nav {
    margin-top: 10px;
  }

  .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #0a73cd;
  }
  .nav-link.dropdown-toggle.show {
    color: #4aa1e8;
  }
  .dropdown-item {
    padding-left: 20px;
  }
  .dropdown-item a {
    font-size: 15px;
    color: #4b525c;
    font-weight: 500;
    transition: width 0.3s ease-in-out;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #fff;
    color: #4aa1e8;
    transition: width 0.3s ease-in-out;
  }

  /* Initially hide the dropdown menu with a smooth transition */
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    pointer-events: none; /* not clickable when hidden */
    border: none;
  }

  .dropdown-menu.show-slow {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
}

@media (max-width: 991.98px) {
  .banner-sec {
    background: #002b58;
    padding-bottom: 80px;
  }
  .banner-text {
    padding: 50px 50px;
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .form-sec .form-content p {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
  .form-sec .form-content p.signup-content {
    padding-top: 20px;
  }
  .contact-form {
    position: relative;
    transform: translateY(-100px);
  }
  .contact-form .sec-head p {
    margin-bottom: 20px;
  }
  .contact-sec {
    padding: 50px 0;
  }
  .contact-sec .title-sec {
    margin-bottom: 30px;
  }
  .contact-sec .title-sec h3 {
    font-size: 30px;
  }
  .contact-sec .contact-sec-content .circle-shape2 {
    display: none;
  }
  .contact-sec .right-sec {
    padding: 50px 50px 50px 50px;
  }
  .form-content br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-text {
    padding: 100px 40px;
  }
  .banner-text h1 {
    font-size: 36px;
  }
  .form-content {
    padding: 0px 0 30px 0;
    transform: translateY(-30px);
  }
  .form-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
  }
  .form-sec .form-content p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }
  .title-text {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .banner-sec {
    text-align: center;
  }
  .banner-btn-sec {
    margin-top: 20px;
    display: block;
  }
  .banner-btn-sec .video-play-btn {
    padding: 10px 20px;
  }
  .banner-text h1 {
    font-size: 32px;
  }
  .contact-form {
    padding: 30px;
    transform: translateY(-90px);
    /*margin: 40px 0 50px 0;*/
  }
  .contact-form .sec-head {
    text-align: center;
  }
  .contact-form .sec-head h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .form-content {
    text-align: center;
    padding: 0px 0 0px 0;
    transform: translateY(-40px);
  }
  .form-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .form-sec .form-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .title-text {
    font-size: 28px;
  }
  .title-text br {
    display: none;
  }
  .subline-text {
    font-size: 16px;
  }
  .row.custom-gap {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 25px;
  }
  .content-cta-link {
    padding: 50px 0;
  }
  .content-cta-link span {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
  }
  .content-cta-link span i {
    transform: rotate(90deg);
    margin: 6px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .logo {
    margin-bottom: 0px;
  }
  .banner-text {
    padding: 80px 30px;
  }

  .banner-btn-sec .video-play-btn {
    padding: 13px 23px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-btn-sec .slider-popup {
    margin: 0px 20px 0px 0;
  }
}

@media (max-width: 575.98px) {
  .banner-text {
    padding: 60px 10px;
  }
  .logo {
    width: 240px;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .form-disclaimer br {
    display: none;
  }
  .form-control {
    padding: 12px 20px;
    border-radius: 4px;
  }
}

@media (max-width: 400px) {
  .contact-btn {
    margin-top: 20px;
  }
  .contact-sec .btn {
    min-width: auto;
  }
  .get-started-content .btn,
  .get-started-content .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .get-started-section {
    padding: 30px;
  }
  .form-content br {
    display: none;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
