@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.m-0-auto {
  margin: 0 auto;
}

p:empty {
  display: none;
}

.btn, .links, header .navbar-light .navbar-nav .nav-item .nav-link, footer ul li a, footer .social-media a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* background gradient*/
/* after before*/
.boxd-s-left::after {
  position: absolute;
}

/*box-shadow*/
.feature-section, .other-feature .feature-box, .faq-section .accordion, .blog-section .owl-carousel.blog-slider-section .owl-nav button, .blog-section-listing .content-div {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.boxd-s-left::after {
  bottom: 0;
  content: '';
  top: 0;
  height: auto;
  width: 20%;
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#c2cfde));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #c2cfde 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  opacity: 0.2;
}

/*border-ra-20*/
.other-feature .feature-box, .testimonial-section .testimonial-box {
  border-radius: 10px;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

/*button-style*/
.btn {
  border: 1px solid;
  padding: 17px 30px;
}

.btn {
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn.border-blue {
  color: #03C9FF;
}

.btn.border-blue:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#0074FE), to(#03C9FF));
  background: linear-gradient(0deg, #0074FE 0%, #03C9FF);
  color: #fff;
  border-color: transparent;
}

.btn.btn-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#0074FE), to(#03C9FF));
  background: linear-gradient(0deg, #0074FE 0%, #03C9FF);
  color: #fff;
  border-color: transparent;
}

.btn.btn-gradient:hover {
  background: none;
  color: #03C9FF;
  border-color: #03C9FF;
}

.links {
  color: #0074FE;
  text-decoration: none;
  font-size: 18px;
}

.links:hover {
  color: #03C9FF;
}

.social-m {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.MyComponent {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

body {
  color: #3C3C3B;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

section {
  padding: 100px 0;
  position: relative;
}

.heading-block {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.heading-block .title-tag {
  color: #03C9FF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.heading-block h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  width: 100%;
  margin: 0;
}

.heading-block p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
}

.media-div {
  width: 100%;
  display: block;
}

.media-div img {
  max-width: 100%;
}

.contact-form input, .contact-form textarea {
  border-radius: 5px;
  border: 0;
  color: #999;
  padding: 13px 18px;
  margin-bottom: 20px;
}

header .navbar-light {
  padding: 20px 0;
}

header .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

header .navbar-light .navbar-nav .nav-item .nav-link:hover, header .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #0074FE;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.hero-section {
  min-height: 800px;
  max-height: 90vh;
  background-image: url("../../images/slider-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-section h1 {
  font-size: 47px;
  font-weight: 900;
  line-height: 60px;
}

.hero-section h1 .title-tag {
  color: #03C9FF;
  font-size: 30px;
}

.hero-section p {
  line-height: 26px;
}

.hero-section .contact-form {
  min-width: 400px;
  max-width: 400px;
}

.hero-section .contact-form h2 {
  font-size: 30px;
  color: #03C9FF;
  margin-bottom: 20px;
  font-weight: 700;
}

.feature-section {
  padding: 40px 0;
}

.feature-section .feature-content {
  padding-left: 20px;
}

.feature-section .feature-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-feature .feature-box {
  background: #fff;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.other-feature .feature-box img {
  max-width: 100%;
}

.other-feature .feature-box .feature-content {
  padding: 20px;
}

.other-feature .feature-box .feature-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.other-feature .feature-box .feature-content p {
  margin: 15px 0;
}

.client-logo {
  padding: 20px 0;
  border: 1px solid #C4C4C4;
  border-left: 0px;
  border-right: 0;
}

.client-logo .owl-carousel .owl-item .item {
  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;
  min-height: 150px;
  max-height: 150px;
}

.client-logo .owl-carousel .owl-item .item img {
  width: auto;
  max-width: 100%;
}

.why-choose {
  background: rgba(1, 32, 68, 0.05);
}

.why-choose .icon-div {
  width: 94px;
  height: 94px;
  border-radius: 15px;
  background-color: rgba(0, 116, 254, 0.1);
  min-width: 94px;
  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;
}

.why-choose .content-div {
  margin-bottom: 50px;
  padding: 0 30px 0 20px;
}

.why-choose .content-div h5 {
  color: #3C3C3B;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-choose .content-div p {
  font-size: 18px;
}

.why-choose .row .col-lg-6:nth-child(2) .icon-div {
  background-color: rgba(246, 75, 75, 0.1);
}

.why-choose .row .col-lg-6:nth-child(3) .icon-div {
  background-color: rgba(104, 213, 133, 0.1);
}

.why-choose .row .col-lg-6:nth-child(4) .icon-div {
  background-color: rgba(3, 201, 255, 0.1);
}

.cta {
  padding: 100px 0;
  background-color: rgba(1, 32, 68, 0.05);
}

.cta .cta-inner {
  max-width: 70%;
}

.how-work {
  background: none;
}

.how-work .steps {
  padding-left: 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-work .steps::before {
  height: 50px;
  min-width: 50px;
  width: 50px;
  content: '1';
  margin-left: -50px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #03C9FF;
}

.how-work .steps:nth-child(2):before {
  content: '2';
}

.how-work .steps:nth-child(3):before {
  content: '3';
}

.how-work .steps:nth-child(4):before {
  content: '4';
}

.bg-with-scrool, .testimonial-section, .comparison-table, .title-div, .our-story {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.testimonial-section {
  background-color: #012044;
  background-image: url("../../images/bt-test.png");
}

.testimonial-section .owl-carousel .owl-item img {
  max-width: 60px;
}

.testimonial-section .testimonial-box {
  padding: 30px;
}

.testimonial-section .testimonial-box .rating {
  font-size: 24px;
}

.testimonial-section .testimonial-box .content-div {
  margin-top: 30px;
}

.testimonial-section .testimonial-box .content-div p {
  font-size: 18px;
}

.testimonial-section .testimonial-box .content-div h6 {
  font-size: 18px;
  color: #03C9FF;
}

.testimonial-section .testimonial-box .content-div small {
  color: #C4C4C4;
}

.comparison-table {
  background-image: url("../../images/compare-bg.png");
  background-size: cover;
}

.comparison-table .table-responsive table {
  min-width: 780px;
  overflow: scroll;
}

.comparison-table .table-responsive table th {
  font-size: 20px;
  font-weight: 900;
}

.comparison-table .table-responsive table th, .comparison-table .table-responsive table td {
  padding: 10px 10px 10px 0;
}

.comparison-table .table-responsive table tbody td {
  border-bottom-width: 0px;
  font-size: 18px;
  font-weight: 700;
}

.comparison-table .table-responsive table .table-responsive table tbody td {
  border-bottom-width: 0px;
}

.faq-section .accordion {
  border-top: 5px solid #03C9FF;
  border-radius: 10px;
  padding: 30px;
}

.faq-section .accordion-item .accordion-collapse, .faq-section .accordion-item .accordion-button {
  border: none;
  padding: 0;
}

.faq-section .accordion-item .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 !important;
  font-size: 20px;
  font-weight: 700;
}

.faq-section .accordion-item .accordion-button #left-headingOne {
  padding-top: 0;
}

.faq-section .accordion-item .accordion-button span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: #3C3C3B;
}

.faq-section .accordion-item .accordion-button i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-section .accordion-item .accordion-button.collapsed {
  border-bottom: 1px solid #C4C4C4;
}

.faq-section .accordion-item .accordion-button.collapsed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-section .accordion-item .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-section .accordion-item #right-headingOne .accordion-button,
.faq-section .accordion-item #left-headingOne .accordion-button {
  padding-top: 0;
}

.faq-section .accordion-item .accordion-collapse .accordion-body {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #C4C4C4;
}

.blog-section {
  overflow: hidden;
}

.blog-section .blog-slider-section .owl-stage-outer {
  overflow: visible;
}

.blog-section .blog-slider-section .owl-stage-outer .owl-stage .owl-item.active ~ .owl-item {
  margin-left: -170px;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav {
  margin: 0;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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: 0;
  position: absolute;
  top: 50%;
  background: #fff;
  opacity: 1;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav button.owl-prev {
  left: -25px;
  margin-top: -25px;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav button.owl-next {
  right: -25px;
  margin-top: -25px;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav button span {
  font-size: 40px;
  line-height: inherit;
  margin-top: -6px;
}

.blog-section .owl-carousel.blog-slider-section .owl-nav button:hover {
  background: #03C9FF;
}

.blog-section .content-div {
  padding: 20px 30px;
}

.blog-section .content-div .blog-tag {
  padding: 5px 10px;
  border-radius: 2px;
  background-color: rgba(3, 201, 255, 0.1);
  color: #03C9FF;
}

.blog-section .content-div h3 {
  font-size: 24px;
  margin: 30px 0;
  font-weight: 700;
}

footer {
  background-image: url("../../images/footer-bg.svg");
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}

footer p {
  font-size: 16px;
  line-height: 24px;
}

footer h6 {
  color: #03C9FF;
}

footer ul li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}

footer ul li a:hover {
  color: #03C9FF !important;
  padding-left: 5px;
}

footer .copyright ul li a {
  margin-top: 0;
  margin-bottom: 0;
}

footer .social-media a {
  font-size: 24px;
}

footer .social-media a:hover {
  color: #03C9FF !important;
}

.title-div {
  background-image: url("../../images/slider-bg.jpg");
  background-size: cover;
}

.why-choose-bothlane .heading-block h2 {
  font-size: 30px;
}

.why-choose-bothlane .content-div {
  margin-top: 30px;
}

.why-choose-bothlane .content-div h3 {
  font-size: 20px;
  color: #3C3C3B;
  font-weight: 700;
}

.why-choose-bothlane .media-div {
  padding: 0 20px;
}

.our-story {
  background-image: url("../../images/compare-bg.png");
  background-size: cover;
}

.customer-happy .content-div h3 {
  font-size: 40px;
  color: #3C3C3B;
  font-weight: 700;
}

.customer-happy .content-div .fa-check {
  color: #0074FE;
}

.team-section .content-div h3 {
  font-size: 20px;
  color: #3C3C3B;
  font-weight: 700;
}

.blog-section-listing .content-div {
  background: #fff;
  padding: 0;
}

.blog-section-listing .content-div .innder-div {
  padding: 30px;
}

.blog-section-listing .content-div .media-div img {
  width: 100%;
}

.blog-section-listing .col-lg-6 {
  margin-bottom: 20px;
}

.blog-section-listing.blog-details .recent-post ul {
  list-style: none;
  padding: 0;
}

.blog-section-listing.blog-details .recent-post ul li + li {
  margin-top: 10px;
}

.blog-section-listing.blog-details .recent-post ul li::before {
  content: '>';
  margin-right: 10px;
  font-size: 20px;
  color: #03C9FF;
}

.blog-section-listing.blog-details .tags a {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 18px;
}

.blog-section-listing.blog-details .tags a:hover {
  color: #0074FE;
}

.pagination .page-item .page-link {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: #D9D9D9;
  height: 50px;
  width: 50px;
  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;
  color: #3C3C3B;
  border-radius: 5px;
}

.pagination .page-item .page-link.next {
  padding: 0 40px;
  width: auto;
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
  background-color: #0074FE;
  color: #fff;
}

.contact-section .content-div {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section .content-div i {
  margin-left: -40px;
  margin-right: 18px;
  font-size: 20px;
  color: #03C9FF;
}

.contact-section .content-div h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-section .content-div p {
  margin-top: 0;
}

.contact-section .contact-form .form-control {
  background-color: rgba(196, 196, 196, 0.3);
  margin-bottom: 30px;
}

@media screen and (min-device-width: 1399) and (max-device-width: 1920px) {
  .container {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 106px;
    background: #fff;
    z-index: 1;
    width: 100%;
    border-radius: 10px;
    padding: 15px 0;
  }
  .hero-section {
    min-height: auto;
    max-height: 100%;
  }
  .hero-section .contact-form {
    min-width: 100%;
    max-width: 100%;
  }
  .cta .cta-inner {
    max-width: 100%;
  }
  .heading-block br {
    display: none;
  }
  .blog-section .content-div {
    padding: 30px 0 0 0;
  }
  .blog-section .blog-slider-section .owl-stage-outer {
    overflow: hidden;
  }
  .blog-section .blog-slider-section .owl-stage-outer .owl-stage .owl-item.active ~ .owl-item {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-height: 45px;
  }
  section, .feature-section, .cta {
    padding: 30px 0;
  }
  .hero-section .contact-form h2 {
    font-size: 20px;
  }
  .hero-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section h1 .title-tag {
    font-size: 20px;
    line-height: initial;
  }
  .btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  .feature-section {
    padding-bottom: 0;
  }
  .feature-section .feature-content {
    margin-bottom: 30px;
  }
  .feature-section .feature-content h5 {
    min-height: initial;
    margin-bottom: 10px;
  }
  .heading-block {
    margin-bottom: 30px;
  }
  .heading-block .title-tag {
    font-size: 20px;
  }
  .heading-block h2 {
    font-size: 30px;
    line-height: initial;
  }
  .heading-block p {
    margin-top: 20px;
  }
  .why-choose .content-div {
    margin-bottom: 20px;
  }
  .why-choose .icon-div {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .customer-happy .content-div h3 {
    font-size: 24px;
  }
  .contact-section .contact-form .form-control {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */