@font-face {
  font-family: "Montserrat-Light";
  src: url("content/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("content/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("content/fonts/Montserrat-Bold.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #15192b;
  font-family: "Montserrat-Regular";
  color: #f4f4f4;
  margin: 0;
}

.wrap {
  width: 1450px;
  margin: auto;
}
@media only screen and (max-width: 1550px) {
  .wrap {
    width: auto;
    margin: auto 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .wrap {
    margin: auto 30px;
  }
}
@media only screen and (max-width: 530px) {
  .wrap {
    margin: auto 20px;
  }
}

h1 {
  font-family: "Montserrat-Bold";
  color: #f4f4f4;
  font-size: 85px;
}
@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 5vw;
  }
}

h2 {
  font-family: "Montserrat-Bold";
  color: #f4f4f4;
  font-size: 58px;
}
@media only screen and (max-width: 1250px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 42px;
}
@media only screen and (max-width: 1250px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 530px) {
  h3 {
    font-size: 9vw;
  }
}

strong {
  font-family: "Montserrat-Bold";
}

p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Montserrat-Regular";
}
@media only screen and (max-width: 1250px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 530px) {
  p {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  p br {
    display: none;
  }
}

.btn {
  min-width: 150px;
  font-family: "Montserrat-Regular";
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  color: #15192b;
  background-color: #fb6b30;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border: 0;
  outline: 0;
}
@media only screen and (max-width: 1250px) {
  .btn {
    font-size: 18px;
    min-width: auto;
  }
}

.margin-t-clear {
  margin-top: 0;
}

.padding-t-clear {
  padding-top: 0;
}

i {
  font-size: 52px;
}
@media only screen and (max-width: 1250px) {
  i {
    font-size: 35px;
  }
}

.text-center {
  text-align: center;
}

.include,
.ri-check-fill {
  color: #23ce6b;
}

.exclude,
.ri-close-fill {
  color: #9b1d20;
}

.col-md-6 {
  float: left;
  width: 50%;
}
.col-md-6 img {
  max-width: 100%;
}

.xs-display {
  display: none;
}
@media only screen and (max-width: 767px) {
  .xs-display {
    display: block;
  }
}

.flex-dis {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .flex-dis {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex-dis {
    flex-direction: column;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #15192b;
  padding: 0;
  z-index: 99;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.navbar .navbar-nav {
  float: right;
  padding: 0;
  font-size: 20px;
}
.navbar .navbar-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
}
.navbar .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav li a {
  text-decoration: none;
  color: #f4f4f4;
}
.navbar .navbar-nav li a.btn {
  background-color: #f4f4f4;
  color: #15192b;
}
@media only screen and (max-width: 1250px) {
  .navbar .navbar-nav {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .navbar .navbar-nav li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    height: 75px;
  }
  .navbar .nav-content {
    display: none;
  }
  .navbar.open {
    padding: 0;
    justify-content: center;
    height: 100vh;
    align-items: center;
    z-index: 999;
  }
  .navbar.open .nav-content {
    display: block;
  }
  .navbar.open .navbar-nav li {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 4vw;
  }
  .navbar.open .navbar-nav .btn {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 530px) {
  .navbar.open .navbar-nav li {
    margin: 30px 0;
    font-size: 7vw;
  }
  .navbar.open .navbar-nav .btn {
    font-size: 6vw;
  }
}

section {
  width: 100%;
  padding: 50px 0;
  display: inline-block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 50px 0 20px;
  }
}

.logo-wrap {
  width: 60%;
  z-index: 999;
}
.logo-wrap img {
  width: 100%;
  transition: 0.5s;
}
.logo-wrap.logo-fix img {
  position: fixed;
  max-width: 250px !important;
  transition: 0.3s;
  top: 45px;
}
@media only screen and (max-width: 991px) {
  .logo-wrap.logo-fix img {
    top: 24px;
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrap.logo-fix img {
    top: 24px;
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrap {
    width: 100%;
  }
}

.mar-t-70 {
  margin-top: 70px !important;
}

.description {
  width: 40%;
  padding-left: 30px;
  border-left: 2px solid #f4f4f4;
  color: #f4f4f4;
  margin: 0;
}
.description p {
  margin: 0;
  font-size: 22px;
}
@media only screen and (max-width: 1550px) {
  .description p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .description {
    padding-left: 20px;
  }
  .description p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .description p {
    font-size: 1.45vw;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .description {
    width: 100%;
    margin-top: 40px;
    padding-left: 30px;
  }
  .description p {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 530px) {
  .description {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
  }
  .description p {
    font-size: 5vw;
  }
  .description p br {
    display: none;
  }
}

.second-text {
  color: #fb6b30;
}

.v-section .video-section {
  position: relative;
  width: 100%;
  height: 400px;
}
.v-section .video-section .vido-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: table;
}
.v-section .video-section .vido-parallax video {
  margin: 0 auto;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
  width: 100%;
}
.v-section .video-section .vido-parallax h1 {
  font-family: "Montserrat-Light";
  text-align: center;
  padding: 150px 0;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  position: relative;
  font-weight: 100;
}
.v-section .video-section .vido-parallax h1:before {
  content: "";
  background-color: rgba(21, 25, 43, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .v-section {
    padding-top: 0;
  }
  .v-section .video-section {
    height: 350px;
  }
  .v-section .video-section .vido-parallax {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .v-section .video-section {
    height: 500px;
  }
  .v-section .video-section .vido-parallax {
    height: 500px;
  }
  .v-section .video-section .vido-parallax h1 {
    font-size: 9vw;
  }
}

.tab-section {
  padding: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  .tab-section {
    padding-bottom: 50px;
  }
}

.col-section {
  flex-direction: column;
}

/* Style the tab */
.tab {
  overflow: hidden;
  z-index: 2;
}
.tab button {
  width: 25%;
  float: left;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
  font-size: 25px;
  color: #f4f4f4;
  width: 25%;
  padding: 30px 0;
  font-family: "Montserrat-Bold";
}
.tab button:hover {
  border-bottom: 5px solid #fb6b30;
}
.tab button.active {
  border-bottom: 5px solid #fb6b30;
  color: #fb6b30;
}
@media only screen and (max-width: 1250px) {
  .tab button {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .tab {
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .tab div {
    width: 750px;
  }
  .tab::-webkit-scrollbar {
    display: none;
  }
}

.tabcontent h2{
  font-size: 30px;
}

.tabcontent p{
  font-size: 17px;
  line-height: 1.2;
}

.tabcontent-wrap {
  border-top: 3px solid #f4f4f4;
  margin-top: -3px;
}
.tabcontent-wrap .tabcontent {
  display: none;
  padding: 50px 0;
}
.tabcontent-wrap .tabcontent .content {
  display: flex;
  align-items: center;
}
.tabcontent-wrap .tabcontent .content h2 {
  margin: 20px 0;
}
.tabcontent-wrap .tabcontent .btn {
  margin-top: 25px;
  margin-bottom: 40px;
}
.tabcontent-wrap .tabcontent .extra-details {
  border-left: 3px solid #f4f4f4;
  padding: 20px 30px;
}
.tabcontent-wrap .tabcontent .extra-details h2 {
  margin: 0;
  line-height: 1;
}
.tabcontent-wrap .tabcontent .extra-details p {
  margin: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 1250px) {
  .tabcontent-wrap .tabcontent .col-md-6 {
    width: 70%;
  }
  .tabcontent-wrap .tabcontent .col-md-6:last-child {
    width: 40%;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .tabcontent-wrap .tabcontent .col-md-6 {
    width: 100%;
  }
  .tabcontent-wrap .tabcontent .col-md-6:last-child {
    display: none;
  }
  .tabcontent-wrap .tabcontent .col-md-6 h2 {
    font-size: 10vw;
  }
  .tabcontent-wrap .tabcontent .col-md-6 .extra-details {
    padding: 12px 25px;
  }
}

.pricing-section {
  background-color: #f4f4f4;
  color: #15192b;
  text-align: center;
  padding: 100px 0;
}
.pricing-section h3 {
  margin: 30px 0;
}
@media only screen and (max-width: 1250px) {
  .pricing-section {
    padding: 50px 0 70px;
  }
  .pricing-section h3 {
    margin: 20px 0;
  }
}
.pricing-section .table {
  margin-top: 70px;
  border: 2px solid #15192b;
}
.pricing-section .table .table-head {
  clear: both;
  display: flex;
  background-color: #15192b;
  color: #f4f4f4;
  font-family: "Montserrat-Bold";
}
.pricing-section .table .table-head h4 {
  font-size: 85px;
  margin: 10px 0 0;
}
.pricing-section .table .table-head h4 sup {
  font-size: 19px;
  font-family: "Montserrat-Light";
  font-weight: 100;
  margin-right: 5px;
  top: -15px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table .table-head h4 {
    font-size: 60px;
    margin: 0;
  }
  .pricing-section .table .table-head h4 sup {
    font-size: 15px;
    margin-right: 3px;
    top: -10px;
  }
}
.pricing-section .table .table-head p {
  font-family: "Montserrat-Bold";
  font-size: 28px;
  margin: 0;
}
.pricing-section .table .table-head p:first-child {
  color: #fb6b30;
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table .table-head p {
    font-size: 20px;
  }
}
.pricing-section .table .table-head .col {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-section .table .table-head .col:first-child {
  color: #fb6b30;
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table .table-head .col {
    padding: 15px 0;
  }
}
.pricing-section .table .table-row {
  clear: both;
  display: flex;
  justify-content: flex-end;
}
.pricing-section .table .table-row .col:first-child {
  justify-content: flex-start;
  text-align: left;
}
.pricing-section .table .col {
  width: 20%;
  border: 2px solid #15192b;
  font-size: 20px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table .col {
    min-height: 55px;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1;
  }
}
.pricing-section .table .table-footer .col {
  padding: 30px 0;
}
.pricing-section .table .table-footer .col .btn {
  background-color: #23ce6b;
  color: #f4f4f4;
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table .table-footer .col {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .pricing-section .table {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-section .table {
    margin-top: 30px;
  }
  .pricing-section .table .table-head .col {
    padding: 10px 0;
  }
  .pricing-section .table .table-head p {
    font-size: 15px;
  }
  .pricing-section .table .table-head h4 {
    font-size: 40px;
  }
  .pricing-section .table .table-head h4 sup {
    font-size: 10px;
    margin-right: 3px;
    top: -6px;
  }
  .pricing-section .table .col {
    min-height: 50px;
    font-size: 15px;
  }
  .pricing-section .table .col i {
    font-size: 25px;
  }
  .pricing-section .table .table-footer .col {
    padding: 15px 0;
  }
  .pricing-section .table .table-footer .col .btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section .table {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -40px;
    padding-right: 20px;
    display: inline-block;
    border: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .pricing-section .table::-webkit-scrollbar {
    display: none;
  }
  .pricing-section .table div {
    width: 750px;
  }
  .pricing-section .table .table-row {
    border: 1px solid #000;
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .pricing-section .table .table-row .col {
    border-width: 1px;
  }
  .pricing-section .table .table-footer {
    border-bottom: 1px solid #000;
  }
  .pricing-section .table .table-footer .col .btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section .wrap {
    margin-left: 0;
  }
}

.faq {
  padding-bottom: 0;
}

.faq h3 {
  margin: 90px 0 120px;
}
.faq .pill {
  margin-bottom: 2px;
  background-color: #f4f4f4;
  color: #15192b;
  padding: 40px;
}
.faq .pill .pill-header {
  font-family: "Montserrat-Bold";
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .pill .pill-content {
  display: none;
  margin-top: 20px;
}
/* .faq .pill .pill-content p {
  margin: 0;
} */
.faq .pill i {
  transition: 1s;
}
.faq .pill .ri-arrow-up-s-fill {
  display: none;
}
.faq .pill.active .pill-content {
  display: block;
}
.faq .pill.active .ri-arrow-up-s-fill {
  display: block;
}
.faq .pill.active .ri-arrow-down-s-fill {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .faq h3 {
    margin: 20px 0 60px;
  }
  .faq .pill {
    padding: 30px;
  }
  .faq .pill .pill-header {
    font-size: 20px;
  }
  .faq .pill .pill-content {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 530px) {
  .faq .pill {
    padding: 25px 15px;
  }
  .faq .pill .pill-header {
    font-size: 5vw;
  }
  .faq .pill .pill-header i {
    display: none !important;
  }
  .faq .pill .pill-content p {
    font-size: 4vw;
  }
}

#approach{
  margin-top: -130px;
  padding-top: 130px;
}

.contact-section {
  text-align: center;
  font-size: 20px;
  padding-top: 120px;
}
.contact-section .wrap {
  padding: 50px 100px;
}
.contact-section .wrap h3 {
  margin-top: 0;
}
.contact-section .wrap p {
  margin-bottom: 10px;
}
.contact-section .wrap form {
  text-align: left;
  padding: 30px 0 0;
}
.contact-section .wrap .row {
  display: flex;
  justify-content: space-between;
}
.contact-section .wrap .row div {
  width: 49%;
}
.contact-section .wrap .row div input,
.contact-section .wrap .row div textarea {
  font-family: "Montserrat-Regular";
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 2px solid #f4f4f4;
  color: #f4f4f4;
  font-size: 20px;
  height: 50px;
  margin: 10px 0;
}
.contact-section .wrap .row div input::-moz-placeholder, .contact-section .wrap .row div textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f4f4f4;
  opacity: 1; /* Firefox */
}
.contact-section .wrap .row div input:-ms-input-placeholder, .contact-section .wrap .row div textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f4f4f4;
  opacity: 1; /* Firefox */
}
.contact-section .wrap .row div input::placeholder,
.contact-section .wrap .row div textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f4f4f4;
  opacity: 1; /* Firefox */
}
.contact-section .wrap .row div input:-ms-input-placeholder,
.contact-section .wrap .row div textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4f4f4;
}
.contact-section .wrap .row div input::-ms-input-placeholder,
.contact-section .wrap .row div textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4f4f4;
}
.contact-section .wrap .row div textarea {
  background-color: #f4f4f4;
  color: #15192b;
  height: 150px;
}
.contact-section .wrap .row div label {
  display: block;
  margin-top: 10px;
  color: #f4f4f4;
}
.contact-section .wrap .row div .btn {
  display: flex;
  margin: 20px auto 0;
  align-items: center;
    cursor: pointer;
}
.contact-section .wrap .row:last-child div {
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .contact-section .wrap .row div input {
    font-size: 16px;
    height: 45px;
    margin: 5px 0;
  }
  .contact-section .wrap .row div textarea {
    font-size: 16px;
  }
  .contact-section .wrap .row div label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section .wrap {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 530px) {
  .contact-section .wrap .row {
    flex-direction: column;
  }
  .contact-section .wrap .row div {
    width: 100%;
  }
  .contact-section .wrap .row div .btn {
    width: 100%;
  }
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #f4f4f4;
}
footer .wrap img {
  max-width: 50px;
}
footer .wrap div {
  width: 33.33%;
  text-align: center;
}
footer .wrap div:first-child {
  text-align: left;
}
footer .wrap div:last-child {
  text-align: right;
}
footer .wrap div span {
  padding: 0 15px;
  border-right: 2px solid #f4f4f4;
}
footer .wrap div span:first-child {
  padding-left: 0;
}
footer .wrap div span:last-child {
  border: none;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  footer .wrap div span {
    text-align: center;
    padding: 0;
    display: block;
    border: none;
  }
}
@media only screen and (max-width: 530px) {
  footer .wrap {
    flex-direction: column;
    padding: 15px 0;
  }
  footer .wrap div {
    width: 100%;
    text-align: center;
  }
  footer .wrap div span {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 4vw;
  }
  footer .wrap div:first-child {
    order: 1;
  }
  footer .wrap div:first-child span {
    border: none;
  }
  footer .wrap div:last-child {
    order: 1;
  }
  footer .wrap div:nth-child(2) {
    order: 0;
  }
}

/**
Animations
**/
.hamburger {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  display: none;
}

.hamburger div {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}

.fixed {
  position: fixed;
}

.hfixed {
  overflow: hidden;
}

#toggle {
  display: none;
}

#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 20px;
  background-color: #fff;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -10px;
  background-color: #fff;
}

#toggle:checked + .hamburger + .navbar {
  top: 0;
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */

.mb-10{
  margin-bottom: 10px !important;
}

.mt-50{
  margin-top: 50px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-100{
  margin-bottom: 100px;
}

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

.px-100{
  padding: 100px 0;
}

.w-100{
  width: 100% !important;
}

.errorMsgSub{
  color: red;
}

.spinner{
  display: none;
}