@font-face {
  font-family: Avenir;
  src: url("../fonts/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: Avenir-Book;
  src: url("../fonts/AvenirLTStd-Book.otf");
}

@font-face {
  font-family: Avenir-Light;
  src: url("../fonts/AvenirLTStd-Light.otf");
}

@font-face {
  font-family: Avenir-Roman;
  src: url("../fonts/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/Helvetica-Bold.ttf");
}

@font-face {
  font-family: Helvetica-Regular;
  src: url("../fonts/Helvetica-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.otf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.otf");
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .container .row {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}

/*header-bg -color*/
.header-bg {
  background-color: rgba(255, 255, 255, 0.71);
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/*-------------------------Header part------------------------------*/
/*for fixed header*/
.navbar-brand img {
  width: 150px;
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 150px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.5% 5.5%;
  background-color: #fff;
}

.navbar .custom-navbar-nav {
  position: relative;
}

.navbar .custom-navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: #000000;
  font-size: 16px;
}

.navbar .custom-navbar-nav .nav-item .nav-link:hover {
  color: #ccc;
}

.navbar .custom-navbar-nav .nav-item .nav-link.active {
  color: #7072FD;
}

@media (max-width: 575.98px) {
  .navbar .custom-navbar-nav .nav-item .nav-link {
    padding: .5rem .5rem;
  }
}

.navbar .navbar-toggler {
  color: black !important;
  border: 0;
}

.header-bg nav.blackto {
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px rgba(134, 133, 133, 0.699);
          box-shadow: 0px 0px 9px rgba(134, 133, 133, 0.699);
  height: auto;
  color: #000000 !important;
}

nav.blackto .navbar-toggler {
  color: #000000 !important;
}

@-webkit-keyframes links {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes links {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.logo {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 99999;
}

@media (max-width: 575.98px) {
  .logo {
    width: 40px;
    height: 50px;
  }
}

.logo img {
  width: 150px;
}

@media (max-width: 575.98px) {
  .logo img {
    width: 120px;
  }
}

.logo1 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 99999;
}

@media (max-width: 575.98px) {
  .logo1 {
    right: 15px;
  }
}

.logo1 img {
  width: 150px;
}

@media (max-width: 575.98px) {
  .logo1 img {
    width: 86px;
    height: 23px;
  }
}

.ml2 {
  font-weight: 900;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.main-body {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/home/home-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

@media (max-width: 575.98px) {
  .main-body {
    height: auto;
    padding-top: 0%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-body {
    height: auto;
  }
}

.main-body .home {
  width: 100%;
  position: relative;
}

.main-body .home video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-body .home .home-heading {
  font-family: Avenir;
  height: 100%;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  letter-spacing: 1px;
  z-index: 99;
}

@media (max-width: 575.98px) {
  .main-body .home .home-heading {
    font-size: 22px;
    margin: 0% 10%;
  }
}

.main-body .home p {
  font-family: Montserrat-Regular;
}

.main-body .owl-carousel {
  width: 100%;
  height: 100%;
}

.main-body .home-img {
  width: 100%;
  height: 100%;
  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;
}

.main-body .home-img img {
  width: 80%;
}

.home-btn {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  outline: none;
  border-radius: 50px;
  overflow: hidden;
  border: 0px;
  width: 150px;
  height: 45px;
  background-color: #7072FD;
  border: 1px solid #7072FD;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .home-btn {
    color: white;
  }
}

.home-btn:hover::before {
  width: 100%;
}

.home-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 0%;
  background-color: #7072FD;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .home-btn::before {
    width: 100%;
  }
}

.about {
  width: 100%;
  height: auto;
  position: relative;
  padding: 4% 0%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .about {
    padding-top: 6%;
    height: auto;
  }
}

.about .about-box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 15% 10%;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 40px rgba(143, 143, 143, 0.394);
          box-shadow: 0px 3px 40px rgba(143, 143, 143, 0.394);
  z-index: 99;
}

@media (max-width: 575.98px) {
  .about .about-box {
    height: 256px;
  }
}

@media (max-width: 575.98px) {
  .about .about-box {
    width: 100%;
    padding: 10% 6%;
    min-height: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.about .about-box .about-title {
  font-family: Avenir;
  color: #000000;
  font-size: 38px;
}

@media (max-width: 575.98px) {
  .about .about-box .about-title {
    font-size: 20px;
  }
}

.about .about-box .about-subtitle {
  font-family: Avenir;
  color: #000000;
  font-size: 17px;
}

@media (max-width: 575.98px) {
  .about .about-box .about-subtitle {
    font-size: 14px;
  }
}

.about .about-box hr {
  width: 75%;
  margin-left: 0;
  background-color: #000000;
}

.about .about-box .about-content {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #6c757d;
  text-align: justify;
}

@media (max-width: 575.98px) {
  .about .about-box .about-content {
    font-size: 10px;
  }
}

.about .about-box .about-btn {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #000000;
  text-align: center;
  outline: none;
  border: 0px;
  width: 130px;
  height: 38px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.about .about-box .about-btn:hover::before {
  width: 100%;
}

.about .about-box .about-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 40%;
  background-color: #7072FD;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.scrollspy::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.scrollspy::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.scrollspy::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.39);
  border-radius: 12px;
}

.service {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 3% 0% 3% 0%;
}

@media (max-width: 575.98px) {
  .service {
    padding: 3% 0% 0% 0%;
  }
}

.service::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-color: #F5F5F5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service .service-title {
  font-family: Helvetica-Bold;
  font-size: 38px;
  margin: 0% 0%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .service .service-title {
    font-size: 30px;
  }
}

.service .service-hr {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background-color: #272727;
}

.service .service-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 8%;
  border-radius: 1px;
  -webkit-box-shadow: 0px 3px 20px rgba(170, 170, 170, 0.394);
          box-shadow: 0px 3px 20px rgba(170, 170, 170, 0.394);
  z-index: 99;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  margin-bottom: 15%;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 575.98px) {
  .service .service-box {
    height: 300px;
  }
}

.service .service-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.service .service-box .service-icon {
  width: 50px;
  margin-bottom: 5%;
}

@media (max-width: 575.98px) {
  .service .service-box {
    width: 100%;
    padding: 10% 6%;
    min-height: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.service .service-box .service-title {
  font-family: Montserrat-Regular;
  color: #272727;
  font-size: 18px;
  margin: 0;
  margin-top: 6px;
}

@media (max-width: 575.98px) {
  .service .service-box .service-title {
    font-size: 18px;
  }
}

.service .service-box hr {
  width: 35%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background-color: #7072FD;
}

.service .service-box .service-content {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #6c757d;
  text-align: justify;
  min-height: 110px;
}

.service .service-box .service-btn {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #000000;
  text-align: center;
  outline: none;
  border: 0px;
  width: 130px;
  height: 38px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .service .service-box .service-btn {
    color: white;
  }
}

.service .service-box .service-btn:hover::before {
  width: 100%;
}

.service .service-box .service-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 40%;
  background-color: #7072FD;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .service .service-box .service-btn::before {
    width: 100%;
  }
}

.info {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 3% 0% 3% 0%;
}

.info .info-left {
  width: 100%;
  position: relative;
}

.info .info-left .info-box {
  position: relative;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#7072FD), to(rgba(29, 142, 215, 0.96)));
  background: linear-gradient(to right, #7072FD 0%, rgba(29, 142, 215, 0.96) 100%);
  padding: 2% 3%;
  margin-bottom: 0% !important;
  border-radius: 0%;
  z-index: 999;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box {
    padding: 33px 26px 0px 28px;
  }
}

.info .info-left .info-box .count {
  position: relative;
  text-align: center;
  margin-top: 3%;
}

.info .info-left .info-box .count .count-number {
  font-size: 45px;
  font-family: Helvetica-Bold;
  color: #ffffff;
  margin-bottom: 0%;
}

.info .info-left .info-box .count .count-title {
  color: #ffffff;
  font-size: 14px;
}

.info .info-left .info-box .info-title {
  font-family: Montserrat-Regular;
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box .info-title {
    font-size: 16px;
    margin-top: 30px;
    margin-left: 20px;
  }
}

.info .info-left .info-box .bninfo-agro-line {
  width: 180px;
  height: 2px;
  margin-left: 0;
  background-color: #7072FD;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box .bninfo-agro-line {
    margin-top: 2%;
  }
}

.info .info-left .info-box .info-content {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box .info-content {
    font-size: 12px;
    letter-spacing: 1.1px !important;
    text-align: center;
  }
}

.info .info-left .info-box .info-btn {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  outline: none;
  border: 0px;
  width: 130px;
  height: 38px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box .info-btn {
    margin-right: 66px;
  }
}

.info .info-left .info-box .info-btn:hover::before {
  width: 100%;
}

.info .info-left .info-box .info-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 40%;
  background-color: #7072FD;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .info .info-left .info-box .info-btn::before {
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
}

.bninfo-agro-line {
  width: 180px;
  height: 2px;
  margin-left: 0;
  background-color: #7072FD;
}

@media (max-width: 575.98px) {
  .bninfo-agro-line {
    margin-top: 2%;
  }
}

.news-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 7%;
  border: 1px solid #707070;
}

.news-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (max-width: 575.98px) {
  .news-img img {
    width: 82%;
    margin: 0 auto;
  }
}

.work {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f3f3 !important;
  padding: 5% 0% 4% 0%;
}

@media (max-width: 575.98px) {
  .work {
    height: auto;
  }
}

.work .work-title {
  font-family: Montserrat-Regular;
  text-align: left;
  font-size: 22px;
  margin: 0% 0%;
  color: #000000;
}

@media (max-width: 575.98px) {
  .work .work-title {
    font-size: 18px;
    margin-top: 3%;
  }
}

.work .news-img {
  width: 100px;
  height: 70px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0px auto;
  border: 1px solid #707070;
}

.work .news-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

@media (max-width: 575.98px) {
  .work .news-img img {
    width: 82%;
    margin: 0 auto;
  }
}

.work .bninfo-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0px auto;
  border-radius: 100%;
  border: 1px solid #707070;
}

@media (max-width: 575.98px) {
  .work .bninfo-img {
    margin-left: 14% !important;
  }
}

.work .bninfo-img .news-bg {
  width: 180px;
  position: absolute;
  top: -30%;
  left: 12%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .work .bninfo-img .news-bg {
    width: 76px;
    height: 95px;
    top: -14%;
    left: 5%;
  }
}

.work .bninfo-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.work .new-content {
  position: relative;
  padding: 15px;
  padding-top: 5%;
}

.work .new-content .news-box-title {
  position: relative;
  margin: 10px 0px 5px 0px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #1E1D1D;
}

.work .new-content .news-box-subtitle {
  position: relative;
  margin: 0px 0px;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #1D1C1C;
}

@media (max-width: 575.98px) {
  .work .new-content .news-box-subtitle {
    font-size: 10px;
  }
}

.news {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  padding: 2% 0% 2% 0%;
}

@media (max-width: 575.98px) {
  .news {
    padding: 8% 0% 2% 0%;
  }
}

.news .news-title {
  color: #000000;
  font-size: 30px;
  font-family: Montserrat-Regular;
  text-align: left;
  margin: 0% 0% 0% 0%;
}

@media (max-width: 575.98px) {
  .news .news-title {
    font-size: 24px;
  }
}

.news .bninfo-img-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8% 0%;
  -webkit-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
  transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 300ms;
}

.news .bninfo-img-box .news-img {
  width: 240px;
  height: 240px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #707070;
}

@media (max-width: 575.98px) {
  .news .bninfo-img-box .news-img {
    margin-left: 14% !important;
  }
}

.news .bninfo-img-box .news-img .news-bg {
  width: 180px;
  position: absolute;
  top: -30%;
  left: 12%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .news .bninfo-img-box .news-img .news-bg {
    width: 76px;
    height: 95px;
    top: -14%;
    left: 5%;
  }
}

.news .bninfo-img-box .news-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.news .bninfo-img-box .new-content {
  position: relative;
  padding: 15px;
  padding-top: 5%;
}

.news .bninfo-img-box .new-content .news-box-title {
  position: relative;
  margin: 10px 0px 5px 0px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #1E1D1D;
}

.news .bninfo-img-box .new-content .news-box-subtitle {
  position: relative;
  margin: 0px 0px;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #1D1C1C;
}

@media (max-width: 575.98px) {
  .news .bninfo-img-box .new-content .news-box-subtitle {
    font-size: 10px;
  }
}

.contact-us {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 3% 0% 3% 0%;
}

.contact-us.index-contact {
  background-color: #000000;
}

.contact-us .contact-title {
  color: #ffffff;
  font-size: 22px;
  font-family: Helvetica-BOld;
}

.contact-us .contact-title.index-contact-title {
  color: #ffffff;
}

.contact-us .contact-hr {
  width: 30%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background-color: #7072FD;
}

.contact-us hr {
  width: 20%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  background-color: #7072FD;
}

@media (max-width: 575.98px) {
  .contact-us hr {
    margin-bottom: 18px;
  }
}

.contact-us .contact-content {
  color: #000000;
  font-size: 14px;
  font-family: Montserrat-Regular;
}

.contact-us .contact-content.index-content {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .contact-us .contact-content {
    font-size: 12px;
  }
}

.contact-us .contact-form .contact-form-group {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.contact-us .contact-form .contact-form-group .contact-label {
  padding: 0;
  margin: 0;
  color: #afafaf;
  font-family: Montserrat-Regular;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  pointer-events: none;
}

.contact-us .contact-form .contact-form-group .contact-input {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #cacaca;
  border: 0;
  color: #000000;
  font-family: Montserrat-Regular;
  font-size: 14px;
  outline: none;
}

.contact-us .contact-form .contact-form-group .contact-input.index-cnt-input {
  color: #000000;
}

.contact-us .contact-form .title-contact {
  width: 100%;
  height: auto;
  padding: 1% 0% 0% 0%;
}

.contact-us .contact-form .title-contact .contact-us-title {
  font-size: 40px;
  color: #000000;
  font-family: Helvetica-Bold;
}

@media (max-width: 575.98px) {
  .contact-us .contact-form .title-contact .contact-us-title {
    font-size: 28px;
  }
}

.contact-us .contact-form .contact-btn {
  position: relative;
  width: 120px;
  height: 35px;
  background-color: #7072FD;
  outline: none;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-family: Montserrat-Regular;
}

.tbl-tbody tr:nth-child(even) {
  background: #ffffff;
}

.tbl-tbody tr:nth-child(odd) {
  background: #F5F5F5;
}

#testimonials .owl-nav {
  margin: 0;
}

#testimonials .owl-nav .owl-prev, #testimonials .owl-nav .owl-next {
  color: #ffffff;
  font-size: 15px;
  line-height: 0;
  padding: 0;
  background-color: transparent;
  font-family: Montserrat-Regular;
}

#testimonials .owl-nav .owl-prev:hover, #testimonials .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #FF520B;
}

#testimonials .owl-nav .owl-prev {
  color: #ffffff;
  position: absolute;
  left: 3%;
  bottom: 10%;
}

@media (max-width: 575.98px) {
  #testimonials .owl-nav .owl-prev {
    left: 8%;
    bottom: 8%;
  }
}

#testimonials .owl-nav .owl-next {
  color: #ffffff;
  position: absolute;
  right: 3%;
  bottom: 10%;
}

@media (max-width: 575.98px) {
  #testimonials .owl-nav .owl-next {
    right: 8%;
    bottom: 8%;
  }
}

#new .owl-nav {
  margin: 0;
}

#new .owl-nav .owl-prev, #new .owl-nav .owl-next {
  color: #7072FD;
  font-size: 20px;
  line-height: 0;
  font-family: Montserrat-Regular;
  padding: 0;
  background-color: transparent;
}

#new .owl-nav .owl-prev:hover, #new .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #FF520B;
}

#new .owl-nav .owl-prev {
  color: #7072FD;
}

#new .owl-nav .owl-next {
  color: #7072FD;
}

.developer {
  padding: 4.5% 0;
  position: relative;
  width: 100%;
  height: auto;
}

.developer .dev-team {
  width: 100%;
  height: auto;
}

.developer .dev-team .card {
  padding: 8% 0;
  width: 200px;
  border-radius: 3px;
  border: 0px !important;
  margin: 2% 0%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.174);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.174);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.developer .dev-team .card .card-img {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 4.5%;
}

.developer .dev-team .card .card-img img {
  display: block;
  width: 100%;
}

.developer .dev-team .card .card-body {
  padding: 6%;
  color: #000000;
}

.developer .dev-team .card .card-body .card-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding-bottom: 3%;
  text-align: center;
  font-weight: 600;
  font-family: Montserrat-Medium;
}

.developer .dev-team .card .card-body .card-text {
  margin: 0;
  font-size: 12px;
  text-align: center;
  padding-bottom: 3%;
  font-family: Montserrat-Regular;
  color: #6c757d;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 3% 0%;
  padding-bottom: 3%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 1px 0px 10px rgba(71, 71, 71, 0.166);
          box-shadow: 1px 0px 10px rgba(71, 71, 71, 0.166);
}

.footer #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer .va-image-group {
  width: 100%;
  text-align: center;
  margin: 10% 0% 6% 0%;
}

@media (max-width: 575.98px) {
  .footer .va-image-group {
    text-align: left;
  }
}

.footer .va-image-group .va-footer-image {
  width: 100%;
  height: 100%;
  margin-left: 4%;
}

@media (max-width: 575.98px) {
  .footer .va-image-group .va-footer-image {
    margin-left: 0%;
    width: 60%;
  }
}

.footer .va-footer-cnt {
  width: 100%;
  height: auto;
  color: #000000;
  list-style-type: none;
  margin-top: 30px;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .footer .va-footer-cnt {
    margin-top: 16px;
    padding-left: 5px;
  }
}

.footer .va-footer-cnt .faq-group-cnt {
  font-size: 16px;
  margin-bottom: 25px;
  border-bottom: 2px solid #000000;
  padding-bottom: 5%;
}

@media (max-width: 575.98px) {
  .footer .va-footer-cnt .faq-group-cnt {
    padding-bottom: 1%;
    margin-bottom: 12px;
  }
}

.footer .va-footer-cnt .address-cnt-footer {
  font-family: Montserrat-Regular;
  font-size: 12px;
  margin-bottom: 12px;
  color: #6c757d;
}

.footer .va-footer-cnt .address-cnt-footer .white-paper-cnt {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #6c757d;
}

footer {
  padding-top: 3%;
}

footer .social-icons-section .social-icons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

footer .social-icons-section .footer-social-icon-1 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-1:hover {
  background-color: #3D4FB0;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-1 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 4px;
  }
}

footer .social-icons-section .footer-social-icon-2 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-2:hover {
  background-color: #55ACEE;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-2 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .social-icons-section .footer-social-icon-3 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-3:hover {
  background-color: #0077B7;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-3 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .social-icons-section .footer-social-icon-4 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-4:hover {
  background-color: #CB2027;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-4 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .social-icons-section .footer-social-icon-5 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-5:hover {
  background-color: #F54B00;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-5 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .social-icons-section .footer-social-icon-6 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-6:hover {
  background-color: #12100E;
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-6 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .social-icons-section .footer-social-icon-7 {
  background-color: #7072FD;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 7px 0px;
  margin-right: 8px;
}

footer .social-icons-section .footer-social-icon-7:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media (max-width: 575.98px) {
  footer .social-icons-section .footer-social-icon-7 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 6px 0px;
    margin-right: 10px;
  }
}

footer .tc-rights {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #000000;
  position: relative;
  margin: 0;
}
/*# sourceMappingURL=stylesheet.css.map */