@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");

/* ***** Common Css **** */
:root {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
a {
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.main-wrpper {
  height: 100%;
  width: 100%;
}
.container {
  max-width: 1460px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.topbar {
  padding: 15px 0;
  background: #f2f2f2;
}
.topbar ul {
  display: flex;
  align-items: center;
}
.topbar ul li {
  margin-right: 15px;
}
.topbar ul li:last-child {
  margin: 0;
}
.topbar ul li a {
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #1d2839;
  font-family: "Roboto";
  display: flex;
  align-items: center;
}
.topbar ul li a i {
  margin-right: 5px;
}
.topbar ul li a:hover {
  color: #197ae9;
}
.topbar ul li a.franchise-btn {
  background: #197ae9;
  color: #fff;
}
.topbar ul li a.franchise-btn:hover {
  background: #FF9900;
  color: #fff;
}
.topbar .btn-group {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.topbar .btn-group .loginbtn {
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  background: #197ae9;
  color: #fff;
  font-family: "Roboto";
  display: flex;
  align-items: center;
}
.topbar .btn-group .loginbtn i {
  margin-right: 10px;
}
.topbar .btn-group .loginbtn:hover {
  background: #FF9900;
  color: #fff;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
}
.navbar-brand img {
  max-width: 100%;
  height: 75px;
}
.navbar {
  background: transparent;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.nav-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav {
  margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
  margin-right: 30px;
}
.navbar-light .mobile-nav {
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-light .mobile-nav li a,
.navbar-light .navbar-nav .nav-link {
  padding: 12px 0px;
  color: #1d2839;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  font-family: "Roboto", sans-serif;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link i {
  display: none;
}
.navbar-light .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #FF9900;
  bottom: 0;
  right: 0;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navbar-light .navbar-nav .nav-link i {
  margin-left: 5px;
  color: #FF9900;
}
.navbar-light a.btn-demo {
  background: #FF9900;
  padding: 12px 35px;
  border-radius: 30px;
  color: #fff;
}
.navbar-light a.btn-demo:hover {
  background: #197ae9;
  color: #fff;
}
.navbar-light .navbar-nav li .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  top: 130%;
}
.navbar-light .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navbar-light .navbar-nav li .dropdown-menu li {
  margin: 0;
  width: 100%;
}
.navbar-light .navbar-nav li .dropdown-menu li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #1d2839;
  border-bottom: 1px solid #ddd;
}
.navbar-light .navbar-nav li .dropdown-menu li a.active,
.navbar-light .navbar-nav li .dropdown-menu li a:hover {
  background: #197ae9;
  color: #fff;
}
.navbar-light .navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
  color: #FF9900;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
  color: #FF9900;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FF9900;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  width: 50px;
  padding: 0;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: unset;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 18px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
/* **** End toggler **** */

/* **** Home Page **** */
.main-banner {
  position: relative;
}
.slider-block {
  width: 100%;
  position: relative;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}
.banner-img {
  width: 35%;
}
.banner-img img {
  width: 100%;
}
.slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slider-content h1 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  line-height: 85px;
  margin: 0 0 30px;
}
.slider-content p {
  font-size: 18px;
  font-weight: 500;
  color: #575c66;
  line-height: 34px;
  max-width: 630px;
  margin: 0 0 45px;
}
.btn-main {
  padding: 15px 45px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  background: #FF9900;
  display: table;
  border: none;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.btn-main:hover {
  background: #197ae9;
  color: #fff;
}
.slider-block {
  height: calc(100vh - 193px);
}
.main-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.main-slider .slick-dots li {
  line-height: 0;
  margin-right: 10px;
}
.main-slider .slick-dots li:last-child {
  margin: 0;
}
.main-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #197ae9;
  font-size: 0;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-slider .slick-dots li.slick-active button {
  background: #FF9900;
  border-color: #FF9900;
  width: 20px;
  height: 20px;
}

.revolutionizing-wrp {
  padding: 30px 0;
  background: #197ae9;
}
.revolutionizing-wrp .row {
  align-items: center;
}
.revolutionizing-wrp .col-md-5 {
  width: 38%;
}
.revolutionizing-wrp .col-md-7 {
  width: 62%;
}
.revolutionizing-wrp h2 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
}
.allnumbx ul {
  display: flex;
  flex-wrap: wrap;
}
.allnumbx ul li {
  width: 25%;
  padding: 0 5px;
  position: relative;
}
.allnumbx ul li:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
 /*right: 15px; initial*/
  right: 0px;
}
.allnumbx ul li:last-child:after {
  display: none;
}
.count-box {
  display: flex;
  align-items: center;
}
.cout-img {
  min-width: 55px;
  margin-right: 20px;
}
.cout-dt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.cout-dt h6 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.service-wrp {
  padding: 80px 0 120px;
  background: #f9fbfc;
}
.service-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  text-align: center;
  margin: 0 auto 25px;
}
.service-wrp h6 {
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  text-align: center;
  line-height: 35px;
  margin: 0 auto 60px;
  max-width: 855px;
}
.service-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 45px;
  border: none;
}
.service-tabs .nav-tabs li {
  margin-right: 20px;
}
.service-tabs .nav-tabs li:last-child {
  margin: 0;
}
.service-tabs .nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #FF9900;
  border-radius: 30px;
  border: 1px solid #FF9900;
  padding: 15px 15px;
  min-width: 180px;
  text-align: center;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.service-tabs .nav-tabs .nav-item.show .nav-link,
.service-tabs .nav-tabs .nav-link.active {
  background: #FF9900;
  color: #fff;
  border: 1px solid #FF9900;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.service-tabs .nav-tabs li a:hover {
  background: #fff;
  color: #197ae9;
  border-color: #197ae9;
}
.service-tabs .slick-slide {
  margin: 15px 15px;
}
.service-tabs .slick-list {
  margin: 0 -15px;
}
.services-block {
  padding: 35px 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  position: relative;
}
.services-block img {
  margin: 0 0 30px;
  border-radius: 10px;
}
.services-block h3 {
  font-size: 18px;
  font-weight: 600;
  color: #101c28;
  margin: 0 0 15px;
}
.services-block .main-serdt {
  display: block;
  height: 90px;
  overflow: hidden;
}
.services-block .main-serdt.show {
  height: auto;
}
.services-block p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 30px;
  margin: 0;
}
.services-block a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #FF9900;
  position: relative;
}
.services-block a.collapsed:before {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  right: 0;
}
.services-block a i {
  margin-left: 5px;
}
.services-block a:hover {
  color: #111;
}
.services-slider .slick-prev,
.services-slider .slick-next {
  position: absolute;
  right: 46%;
  left: auto;
  border: none;
  color: transparent;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 0;
  color: transparent;
  z-index: 5;
  bottom: -80px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.services-slider .slick-prev:before,
.services-slider .slick-next:before {
  width: 40px;
  height: 40px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #FF9900;
  background: transparent;
  border: 1px solid #FF9900;
  font-weight: 400;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.services-slider .slick-prev {
  left: 46%;
  right: auto;
}
.services-slider .slick-prev:before {
  content: "\f060";
}
.services-slider .slick-prev:hover:before,
.services-slider .slick-next:hover:before {
  color: #fff;
  background: #FF9900;
}

.user-friendly-wrp {
  padding: 80px 0;
}
.user-friendly-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  text-align: center;
  margin: 0 auto 65px;
  max-width: 845px;
}
.management-img img {
  margin: 0 auto 80px;
  width: 100%;
}
.user-friendly-wrp p {
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  line-height: 35px;
  text-align: center;
  margin: 0 auto 40px;
}
.user-friendly-wrp .btn-main {
  margin: 0 auto;
}

.testimonial-wrp {
  padding: 80px 0;
  background: #197ae9;
}
.testimonial-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  max-width: 530px;
  margin: 0 0 75px;
}
.testimonial-wrp .slick-slide {
  margin: 0 15px;
}
.testimonial-wrp .slick-list {
  margin: 0 -15px;
}
.testimonial-box {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.testimonial-head {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.testimonial-img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 25px;
}
.testimonial-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.testimonial-data h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
  margin: 0;
}
.testimonial-data h6 {
  font-size: 16px;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0;
  line-height: 35px;
}
.testimonial-box p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 0px;
  height: 210px;
  overflow: hidden;
}
.testimonial-box h5 {
  font-size: 16px;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  position: absolute;
  right: 0%;
  left: auto;
  border: none;
  color: transparent;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 0;
  color: transparent;
  z-index: 5;
  top: -200px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  width: 75px;
  height: 75px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 400;
  line-height: 75px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.testimonial-slider .slick-prev {
  right: 95px;
}
.testimonial-slider .slick-prev:before {
  content: "\f053";
}
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
  color: #fff;
  background: #FF9900;
  border-color: #FF9900;
}

.education-wrp {
  padding: 85px 0;
  background: #f9fbfc;
}
.education-wrp h2 {
  font-size: 56px;
  font-weight: 600;
  color: #0a1515;
  text-align: center;
  margin: 0 0 75px;
}
.education-wrp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.education-wrp ul li {
  padding: 0 10px;
  width: 16.66%;
}
.education-img {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.education-img img {
  margin: 0 auto;
  max-width: 100%;
}
.education-pertner h3 {
  text-align: center;
  margin: 15px auto 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  font-family: "Roboto";
}

.other-extra-wrp {
  padding: 80px 0;
}
.download-block {
  padding: 65px 45px 65px 65px;
  background: #197ae9;
  border-radius: 20px;
  margin: 0 0 100px;
}
.download-block .row {
  align-items: center;
}
.download-img img {
  width: 100%;
  border-radius: 20px;
}
.download-data {
  padding: 0 0 0 30px;
}
.download-data h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  margin: 0 0 20px;
}
.download-data p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 35px;
  margin: 0 0 40px;
  max-width: 540px;
}
.download-data .btn-main {
  font-size: 16px;
}
.download-data .btn-main:hover {
  background: #fff;
  color: #FF9900;
}

.faq-list {
  margin: 0 auto 80px;
}
.faq-list h2 {
  font-size: 56px;
  font-weight: 600;
  color: #0a1515;
  text-align: center;
  margin: 0 auto 100px;
}
.faq-list .accordion .accordion-item {
  margin: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
.faq-list .accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq-list .accordion .accordion-item .accordion-button {
  font-size: 24px;
  color: #253148;
  font-weight: 500;
  padding: 25px 50px 25px 0;
  background-color: transparent;
  position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #FF9900;
  border: 1px solid #FF9900;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: block;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
  content: "\f067";
}
.faq-list .accordion .accordion-body {
  padding: 0px 50px 20px 0;
}
.faq-list .accordion .accordion-body p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}

.contact-wrp {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact-img {
  background: #197ae9;
  padding: 15px;
  position: relative;
  width: 50%;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.contact-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-frm {
  padding: 60px 45px;
  width: 50%;
  display: block;
}
.contact-frm h2 {
  font-size: 40px;
  font-weight: bold;
  color: #253148;
  margin: 0 0 40px;
}
.contact-frm .form-group {
  margin: 0 0 20px;
}
.contact-frm .form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #253148;
  line-height: 35px;
  display: block;
  margin: 0;
}
.contact-frm .form-control {
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
select.form-control {
  -webkit-appearance: none;
  background-image: url("../images/down-ic.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 15px;
}

footer {
  padding: 60px 0 40px;
  border-top: 1px solid #d9d9d9;
}
.abt-foot img {
  margin: 0 0 40px;
  height: 65px;
}
.abt-foot p {
  font-size: 16px;
  font-weight: normal;
  color: #575c66;
  line-height: 30px;
  margin: 0;
}
.footer-links-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}
.quicklinks {
  /* width: 20%;*/
  padding: 0 10px;
}
.quicklinks h3 {
  font-size: 24px;
  font-weight: 500;
  color: #253148;
  margin: 0 0 24px;
}
.quicklinks li a {
  font-size: 16px;
  font-weight: normal;
  color: #575c66;
  line-height: 45px;
  display: block;
}
.quicklinks li a:hover {
  color: #FF9900;
}
.downloadapp a {
  margin: 0 0 15px;
  display: block;
}
.downloadapp a:hover {
  opacity: 0.7;
}
.downloadapp a:last-child {
  margin: 0;
}
.downloadapp a img {
  width: 100%;
}

.fixed-accessbar {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
.fixed-accessbar ul li {
  margin: 0 0 10px;
}
.fixed-accessbar ul li:last-child {
  margin: 0;
}
.fixed-accessbar ul li a {
  width: 45px;
  height: 45px;
  background: #5095df;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
}
.fixed-accessbar ul li a.whatsapp {
  background: #399936;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
}
.copyright .row {
  align-items: center;
}
.copyright p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #a7a7a7;
}
.social-bx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-bx a {
  margin-right: 20px;
  font-size: 20px;
  color: #000;
  display: block;
}
.social-bx a:hover {
  color: #FF9900;
}
.social-bx a:last-child {
  margin: 0;
}
/* **** End Home Page **** */

/* **** About Page **** */
.about-wrpper {
  padding: 40px 0 80px;
  position: relative;
}
.about-wrpper h1 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  text-align: center;
  line-height: 85px;
  margin: 0 0 20px;
}
.about-wrpper h6 {
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  margin: 0 auto 45px;
  line-height: 35px;
  max-width: 875px;
  text-align: center;
}
.abt-cover img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 80px;
}
.about-wrpper .row {
  align-items: center;
}
.about-wrpper .abt-img img {
  border-radius: 20px;
  width: 100%;
}
.about-wrpper .abt-data {
  padding: 0 0 0 50px;
}
.about-wrpper .abt-data h2 {
  font-size: 44px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 0 30px;
}
.about-wrpper .abt-data p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  line-height: 35px;
}

.our-value-wrp {
  padding: 40px 0;
  background: #f9fbfc;
}
.our-value-wrp h2 {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
  color: #253148;
  text-align: center;
  margin: 0 auto 150px;
  display: table;
  position: relative;
}
.our-value-wrp h2:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 72px;
  border-right: 1px dashed #9b9b9b;
  bottom: -72px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.value-row {
  position: relative;
}
.value-row .row {
  margin: 0 -10px;
}
.value-row .col-md-3 {
  padding: 0 10px;
}
.value-row:after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 959px;
  height: 1px;
  top: -72px;
  border-top: 1px dashed #9b9b9b;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.value-box {
  position: relative;
  background: #fff;
  padding: 50px 20px 25px;
  border-radius: 20px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
}
.value-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 72px;
  border-right: 1px dashed #9b9b9b;
  top: -72px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.value-img {
  margin: 0 auto 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.value-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.value-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #101c28;
  text-align: center;
  margin: 0 auto 15px;
  line-height: 35px;
}
.value-box p {
  font-size: 17px;
  font-weight: 400;
  color: #575c66;
  line-height: 35px;
  margin: 0;
  text-align: center;
}

.vision-wrp {
  padding: 80px 0;
}
.vision-wrp .row {
  align-items: center;
}
.vision-wrp .abt-data {
  padding: 0 120px 0 0;
}
.vision-wrp .abt-data h2 {
  font-size: 44px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 0 30px;
}
.vision-wrp .abt-data p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  line-height: 35px;
}
.vision-wrp .abt-img img {
  width: 100%;
  border-radius: 20px;
}
.getin-touchbx {
  margin: 80px auto 0;
  padding: 60px;
  border-radius: 20px;
  background: #197ae9;
}
.getin-touchbx h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.getin-touchbx p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 670px;
  margin: 0 auto 40px;
  line-height: 32px;
}
.getin-touchbx .btn-main {
  font-size: 16px;
  margin: 0 auto;
}
.getin-touchbx .btn-main:hover {
  background: #fff;
  color: #FF9900;
}
/* **** End About Page **** */

/* **** Career Page **** */
.career-banner {
  position: relative;
  padding: 30px 0 0;
}
.career-banner .row {
  align-items: center;
}
.career-img img {
  width: 100%;
}
.career-data h1 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  line-height: 85px;
  margin: 0 0 45px;
}
.career-post-wrp {
  padding: 80px 0 70px;
  background: #197ae9;
  position: relative;
}
.career-title h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  margin: 0 0 24px;
}
.post-box {
  padding: 45px;
  border-radius: 20px;
  background: #2867ae;
  margin: 0 0 30px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.post-box h3 {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 15px;
}
.post-box h6 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 10px;
}
.post-box .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.post-box .btn-group a {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  background: #9fce32;
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.post-box .btn-group a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.bigpost .btn-group {
  margin: 200px 0 0;
}
.mediumpost .btn-group {
  margin: 40px 0 0;
}
.mediumpost.operations-post .btn-group,
.mediumpost.growth-post .btn-group {
  margin: 0px 0 0;
}
.sales-post .btn-group a {
  background: #ff5fa7;
}
.operations-post .btn-group a {
  background: #FF9900;
}
.growth-post .btn-group a {
  background: #ffc34e;
}

.more-post {
  border: 1px solid #fff;
  background: transparent;
  padding: 40px 45px;
}
.more-post h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 26px;
  margin: 0;
}
.more-post .btn-group a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #197ae9;
  font-size: 24px;
}

.post-box:hover {
  background: #FF9900;
}
.post-box:hover .btn-group a {
  background: #fff;
  color: #FF9900;
}
.our-mission-wrp {
  background: #f9fbfc;
  padding: 100px 0;
}
.mission-block {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
  padding: 50px;
}
.mission-data {
  padding: 0 45px 0 0;
}
.mission-data h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  margin: 0 0 30px;
}
.mission-data p {
  font-size: 20px;
  font-weight: 500;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 10px;
}
.mission-data p:last-child {
  margin: 0;
}

.mission-slider .slider-for .mission-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.mission-slider .slider-nav {
  padding: 25px 0 0;
}
.mission-slider .slider-nav .mission-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
.mission-slider .slider-nav .slick-slide {
  margin: 0 10px;
}
.mission-slider .slider-nav .slick-list {
  margin: 0 -10px;
}

.dream-job-wrp {
  padding: 30px 0 120px;
}
.dream-job-block {
  background: #197ae9;
  border-radius: 20px;
  position: relative;
}
.dream-job-block .row {
  align-items: center;
}
.dream-jobimg img {
  width: 100%;
}
.dream-data {
  padding: 0 25px;
}
.dream-data h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 70px;
  margin: 0 0 45px;
}
.dream-data .btn-main {
  margin: 0 auto;
  font-size: 16px;
}
.dream-data .btn-main:hover {
  background: #fff;
  color: #FF9900;
}
/* **** End Career Page **** */

/* **** Pricing Page **** */
.pricing-banner {
  padding: 90px 0 320px;
  position: relative;
  background: #197ae9;
}
.pricing-banner h1 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  line-height: 85px;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto 30px;
}
.pricing-banner h6 {
  max-width: 670px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.pricing-lst-wrp {
  padding: 80px 0;
}
.pricing-lst-row {
  margin: -340px 0 0;
}
.pricing-block {
  padding: 24px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #acc8e7;
  height: 100%;
}
.pricing-block h6 {
  font-size: 24px;
  font-weight: 500;
  color: #5095df;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  background: #e6f2ff;
  border-radius: 10px;
  margin: 0 0 24px;
}
.pricing-block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  color: #197ae9;
  line-height: 55px;
  padding: 0 0 24px;
  border-bottom: 1px solid #e7e9ed;
  margin: 0 0 30px;
}
.pricing-block h2 img {
  min-width: 30px;
  margin-right: 15px;
}
.include-list {
  height: calc(100% - 360px);
}
.include-list li {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 55px;
  padding: 0 0 0 40px;
}
.include-list li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #5095df;
  font-size: 16px;
  top: 0px;
  left: 0;
}
.pricing-block .btn-group {
  padding: 40px 0 17px;
  border-top: 1px solid #babfe2;
  border-radius: 0;
  width: 100%;
  margin: 40px 0 0;
}
.pricing-block .btn-group .btn-main {
  padding: 15px 15px;
  background: #197ae9;
  display: block;
  line-height: 35px;
  text-align: center;
  width: 100%;
}
.pricing-block .btn-group .btn-main:hover {
  background: #FF9900;
  color: #fff;
}
.gold-pack h6 {
  background: #fae6d6;
  color: #FF9900;
}
.gold-pack .include-list li:before {
  color: #FF9900;
}

.popular-pack h6 {
  background: #ebfbc7;
  color: #a7ce4c;
}
.popular-pack .include-list li:before {
  color: #a7ce4c;
}
.getin-touch-wrp .getin-touchbx {
  margin: 80px auto;
}

.choose-addon-wrp {
  padding: 80px 0 35px;
  background: #f9fbfc;
}
.choose-addon-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 80px;
  color: #253148;
}
.choose-addon-wrp .row {
  justify-content: center;
}
.addon-box {
  padding: 45px 25px 20px;
  background: #fff;
  margin: 0 auto 45px;
  border-radius: 20px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  max-width: 196px;
  width: 100%;
}
.addon-img {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.addon-img img {
  margin: 0 auto 0;
}
.addon-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #101c28;
  text-align: center;
  margin: 0;
  min-height: 70px;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* **** End Pricing Page **** */

/* **** Contact Page **** */
.contact-banner {
  padding: 100px 0;
  position: relative;
  background: url("../images/contact-banner.jpg") center center no-repeat;
  background-size: cover;
}
.contact-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #197ae9;
  opacity: 0.85;
  top: 0;
  left: 0;
}
.contact-banner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.contact-pg-wrp {
  padding: 100px 0;
}
.contact-pg-wrp h2 {
  font-size: 56px;
  font-weight: 600;
  color: #0a1515;
  text-align: center;
  margin: 0 auto 80px;
}
.request-form-row {
  padding: 32px 24px;
  background: #197ae9;
  border-radius: 10px;
  margin: 0 0 60px;
  box-shadow: 0px 4px 104px 0px rgba(0, 0, 0, 0.1);
}
.request-form-box {
  padding: 32px 26px;
  background: #fff;
  border-radius: 5px;
}
.request-form-box h3 {
  font-size: 36px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 20px;
}
.request-form-box p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 30px;
  margin: 0 0 30px;
}
.request-form-box .form-group {
  margin: 0 0 30px;
  position: relative;
}
.request-form-box .form-group .form-control {
  padding: 18px 20px;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  resize: none;
}
.request-form-box .form-group .form-control::placeholder {
  color: #a5a5a5;
}
.request-form-box .btn-main {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 20px;
  background: #197ae9;
  border-radius: 5px;
}
.request-form-box .btn-main:hover {
  background: #FF9900;
  color: #fff;
}
.contact-frmdata {
  padding: 0 0 0 40px;
}
.contact-frmdata h3 {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  line-height: 75px;
  margin: 0 0 100px;
}
.contact-frmdata img {
  width: 100%;
}
.support-box {
  padding: 34px 60px;
  margin: 0 0 80px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.support-box img {
  margin: 0 auto 30px;
  border-radius: 10px;
}
.support-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #101c28;
  text-align: center;
  margin: 0 auto 45px;
}
.support-box ul li {
  margin: 0 0 25px;
}
.support-box ul li:last-child {
  margin: 0;
}
.support-box ul li a {
  padding: 10px 25px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.support-box ul li a i {
  margin-right: 10px;
  color: #FF9900;
  font-size: 18px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.support-box ul li a:hover {
  background: #FF9900;
  border-color: #FF9900;
  color: #fff;
}
.support-box ul li a:hover i {
  color: #fff;
}

.contact-wrp .education-wrp {
  padding: 0 0 80px;
  background: #fff;
}

.module-wrp {
  padding: 45px 45px 0;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  margin: 0 0 65px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.module-wrp h2 {
  font-size: 56px;
  font-weight: 600;
  color: #0a1515;
  text-align: center;
  margin: 0 0 75px;
}
.module-wrp ul {
  display: flex;
  flex-wrap: wrap;
}
.module-wrp ul li {
  width: 16.66%;
}
.modul-box {
  margin: 0 0 45px;
}
.modul-box img {
  margin: 0 auto 25px;
}
.modul-box p {
  font-size: 20px;
  font-weight: 600;
  color: #101c28;
  text-align: center;
  margin: 0;
}

.additional-feature-box {
  padding: 60px 24px 24px;
  margin: 0 0 60px;
  border-radius: 20px;
  background: #197ae9;
}
.additional-feature-box h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}
.additional-feature-box h6 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 35px;
  margin: 0 auto 40px;
  max-width: 1020px;
  text-align: center;
}
.additional-box {
  margin: 0 0 24px;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.09);
}
.additional-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 15px;
}
.additional-box p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.get-guruapp-wrp {
  padding: 85px 75px 0;
  border-radius: 20px;
  background: #197ae9;
}
.howto-app {
  padding: 0 60px 0 0;
}
.howto-app h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  margin: 0 0 24px;
}
.howto-app p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  margin: 0 0 24px;
}
.howto-app .btn-group {
  margin: 0 0 35px;
}
.howto-app .btn-group a {
  margin-right: 15px;
}
.howto-app .btn-group a:last-child {
  margin: 0;
}
.app-screen-img img {
  width: 80%;
  float: right;
}
.map-wrp {
  width: 100%;
  height: 450px;
}
/* **** End Contact Page **** */

/* **** Media and Awards Page **** */
.inner-banner {
  padding: 80px 0;
}
.inner-banner .row {
  align-items: center;
}
.inner-data h1 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  margin: 0 0 60px;
  line-height: 85px;
}
.award-img img {
  width: 100%;
  border-radius: 20px;
}

.see-news-wrp {
  padding: 100px 0 0px;
}
.see-news-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 0 45px;
}
.see-news-block {
  margin: 0 0 45px;
}
.see-news-img {
  position: relative;
}
.see-news-img img {
  width: 100%;
  border-radius: 20px;
}
.see-news-block h3 {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  margin: 0;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.see-news-block:hover h3 {
  color: #197ae9;
}

.achievements-wrp {
  padding: 100px 0 0;
}
.achievements-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 auto 80px;
  max-width: 750px;
  text-align: center;
}
.achievements-block {
  margin: 0 0 35px;
  padding: 15px 15px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
}
.achievements-img {
  background: #f4f4f4;
  margin: 0 0 15px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.achivement-data h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  margin: 0;
  display: block;
}
.achivement-data h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  margin: 0;
  display: block;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d9d9d9;
}
.achivement-data p {
  font-size: 18px;
  font-weight: normal;
  color: #979797;
  line-height: 35px;
  margin: 0;
  height: 150px;
  overflow: hidden;
}
/* **** End Media and Awards Page **** */

/* **** Service Page **** */
.service-banner {
  position: relative;
  padding: 70px 0;
  background: #f9fbfc;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-banerimg {
  width: 30%;
}
.service-banerimg img {
  width: 100%;
}
.service-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.service-data h1 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  line-height: 85px;
  margin: 0 0 65px;
}

.why-software-wrp {
  padding: 110px 0 0;
  position: relative;
}
.why-software-dt h2 {
  font-size: 48px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 0 24px;
}
.why-software-dt p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 20px;
}
.why-software-dt .btn-main {
  display: table;
  margin: 40px 0;
}
.software-img img {
  max-width: 100%;
  float: right;
}

.feature-wrp {
  padding: 75px 0 40px;
  background: #f9fbfc;
}
.feature-title h2 {
  font-size: 44px;
  font-weight: bold;
  color: #253148;
  line-height: 70px;
  margin: 0 0 35px;
}
.feature-title p {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.feature-box {
  padding: 34px 24px;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 40px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
}
.feature-box img {
  margin: 0 0 30px;
  border-radius: 10px;
}
.feature-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #101c28;
  margin: 0 0 15px;
}
.feature-box p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0;
  height: 180px;
  overflow: hidden;
}

.use-user-wrp {
  padding: 60px 0;
}
.howto-use-box {
  padding: 45px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
}
.use-tabs .nav-tabs {
  display: flex;
  flex-flow: column;
  border: none;
}
.use-tabs .nav-tabs li {
  margin: 0 0 15px;
}
.use-tabs .nav-tabs li:last-child {
  margin: 0;
}
.use-tabs .nav-tabs li a {
  padding: 24px 40px;
  border-radius: 10px;
  border: 2px solid #e4e4e4;
  font-size: 24px;
  font-weight: normal;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  margin: 0;
}
.use-tabs .nav-tabs li a img {
  margin-right: 20px;
  min-width: 35px;
}
.use-tabs .nav-tabs .nav-item.show .nav-link,
.use-tabs .nav-tabs .nav-link.active {
  background: #FF9900;
  border-color: #FF9900;
  color: #fff;
}
.use-tabs .nav-tabs .nav-item.show .nav-link img,
.use-tabs .nav-tabs .nav-link.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.howto-use-box .tab-content {
  padding: 30px 30px;
  background: #197ae9;
  border-radius: 10px;
  height: 100%;
}
.use-block p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 35px;
  margin: 0 0 25px;
}
.use-block p:last-child {
  margin: 0;
}
/* **** End Service Page **** */

/* **** Blog Page **** */
.blog-wrpper {
  padding: 80px 0 40px;
}
.blog-title-row {
  margin: 0 0 100px;
}
.blog-title-row .row {
  align-items: center;
}
.blog-title-row h2 {
  font-size: 64px;
  font-weight: bold;
  color: #1d2839;
  line-height: 85px;
  margin: 0 0 35px;
}
.blog-title-row p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.blog-search {
  max-width: 540px;
  position: relative;
}
.blog-search .form-control {
  padding: 15px 170px 15px 20px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.blog-search button {
  padding: 10px 40px;
  border-radius: 5px;
  background: #197ae9;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  border: none;
  position: absolute;
  top: 6px;
  right: 6px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.blog-search button:hover {
  background: #111;
  color: #fff;
}

.blog-block {
  margin: 0 0 40px;
  border-radius: 10px;
  border: 2px solid #dadada;
}
.blog-img img {
  width: 100%;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.blog-block:hover .blog-img img {
  box-shadow: 0px 11px 33px 0px rgba(0, 0, 0, 0.13);
}
.blog-data {
  padding: 35px 15px;
}
.blog-data h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1d2839;
  line-height: 35px;
  margin: 0 0 15px;
}
.blog-data p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 30px;
}
.blg-rw {
  display: flex;
  align-items: center;
}
.blg-rw ul {
  display: flex;
  align-items: center;
}
.blg-rw ul li {
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #1d2839;
  line-height: 35px;
}
.blg-rw ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #1d2839;
  border-radius: 50%;
  top: 15px;
  right: -12px;
}
.blg-rw ul li:last-child {
  margin: 0;
}
.blg-rw ul li:last-child:after {
  display: none;
}
.blg-rw a {
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  color: #1d2839;
  line-height: 35px;
  display: flex;
  align-items: center;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.blg-rw a i {
  width: 25px;
  height: 25px;
  background: #1d2839;
  border-radius: 50%;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.blg-rw a:hover {
  color: #FF9900;
}
.blg-rw a:hover i {
  background: #FF9900;
  color: #fff;
}

.blog-banner img {
  width: 100%;
}

.blog-detail-wrp {
  padding: 50px 0;
  position: relative;
}
.blog-header {
  margin: 0 0 45px;
}
.blog-header .row {
  align-items: center;
}

.blog-owner {
  display: flex;
  align-items: center;
}
.bloger-img {
  min-width: 83px;
  margin-right: 40px;
}
.bloger-img img {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-nm h2 {
  font-size: 22px;
  font-weight: 500;
  color: #1d2839;
  line-height: 35px;
  margin: 0 0 5px;
}
.blog-nm ul {
  display: flex;
  align-items: center;
}
.blog-nm ul li {
  margin-right: 25px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #828082;
  line-height: 35px;
}
.blog-nm ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #828082;
  border-radius: 50%;
  top: 15px;
  right: -15px;
}
.blog-nm ul li:last-child {
  margin: 0;
}
.blog-nm ul li:last-child:after {
  display: none;
}
.share-blog ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.share-blog ul li {
  margin-right: 12px;
}
.share-blog ul li:last-child {
  margin: 0;
}
.share-blog ul li a {
  padding: 15px 25px;
  background: #FF9900;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.share-blog ul li a:hover {
  background: #1d2839;
  color: #fff;
}
.share-blog ul li a i {
  margin-right: 5px;
}
.share-blog ul li a.social-ic {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 2px solid #dadada;
  display: block;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-blog ul li a.social-ic:hover {
  background: #dadada;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.blog-details-block {
  padding: 40px 0 100px;
  border-bottom: 2px solid #d7d7d7;
}
.blog-sidebar {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dadada;
  box-shadow: 6px 6px 21px 0px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 15px;
  left: 0;
  right: 0;
}
.blog-sidebar h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1d2839;
  line-height: 35px;
  margin: 0 0 35px;
}
.blog-sidebar ul li a {
  display: block;
  padding: 15px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #575c66;
  border-radius: 10px;
}
.blog-sidebar ul li a:hover {
  color: #FF9900;
}
.blog-sidebar ul li.active a {
  background: #FF9900;
  color: #fff;
}
.blog-data-info p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 30px;
}
.blog-data-info p strong {
  font-weight: 600;
}
.blog-data-info h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1d2839;
  line-height: 35px;
  margin: 0 0 40px;
  position: relative;
  padding: 0 0 0 35px;
}
.blog-data-info h4:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #1d2839;
  top: 0;
  left: 0;
}
.blog-dt-imgbx {
  margin: 0 0 40px;
}
.blog-dt-imgbx img {
  width: 100%;
  box-shadow: 0px 11px 33px 0px rgba(0, 0, 0, 0.13);
}
.blog-data-info h6 {
  font-size: 20px;
  font-weight: 600;
  color: #1d2839;
  margin: 0 0 30px;
}
.blog-data-info h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1d2839;
  line-height: 45px;
  margin: 0 0 30px;
}
.blog-data-info .btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 55px 0 0;
}
.blog-data-info .btn-group .btn-main {
  padding: 15px 45px;
  color: #fff;
  border: 1px solid #197ae9;
  border-radius: 10px;
  color: #197ae9;
  background: #fff;
}
.blog-data-info .btn-group .btn-main i {
  margin-right: 10px;
}
.blog-data-info .btn-group .btn-main.btn-next {
  padding: 15px 45px;
  border-radius: 10px;
  color: #fff;
  background: #FF9900;
  border: 1px solid #FF9900;
  font-size: 16px;
  font-weight: normal;
  margin-left: auto;
}
.blog-data-info .btn-group .btn-main.btn-next i {
  margin: 0 0 0 10px;
}
.blog-data-info .btn-group .btn-main:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.recent-blog-wrp {
  padding: 40px 0 0;
}
.recent-blog-title {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.recent-blog-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1d2839;
  margin: 0;
}
.recent-blog-title .btn-main {
  padding: 15px 45px;
  border-radius: 10px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 500;
}
/* **** End Blog Page **** */

/* **** Services Pages **** */
.services-banner {
  background: #f9fbfc;
}
.services-banner .inner-data h1 {
  margin: 0 0 25px;
}
.services-banner .inner-data p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0 0 45px;
}
.e-learning-wrp {
  position: relative;
}
.e-learning-row {
  position: relative;
  padding: 140px 0;
}
.e-learning-data h2 {
  font-size: 48px;
  font-weight: bold;
  color: #1d2839;
  line-height: 70px;
  margin: 0 0 15px;
}
.e-learning-data p {
  font-size: 18px;
  font-weight: 400;
  color: #575c66;
  line-height: 35px;
  margin: 0;
}
.e-learning-imbbox {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  transform: translateY(-50%);
}
.e-learning-imbbox img {
  width: 100%;
}
.e-learning-row:nth-child(even) {
  background: #197ae9;
}
.e-learning-row:nth-child(even) .col-md-6 {
  margin-left: 50%;
}
.e-learning-row:nth-child(even) .e-learning-data h2 {
  color: #fff;
}
.e-learning-row:nth-child(even) .e-learning-data p {
  color: #fff;
}
.e-learning-row:nth-child(even) .e-learning-imbbox {
  left: 0;
  right: auto;
}

.key-features-wrp {
  padding: 85px 0;
  background: #197ae9;
}
.key-features-wrp .row {
  align-items: center;
}
.key-features-img img {
  width: 90%;
}
.key-feature-data {
  padding: 0 0 0 60px;
}
.key-feature-data h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  margin: 0 0 50px;
}
.key-feature-data li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 35px;
}
.key-feature-data li span {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #FF9900;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-right: 25px;
}

.mobileapp-banner {
  padding: 30px 0;
}
.mobileapp-banner .award-img img {
  width: 80%;
  float: right;
}
.iguru-app-wrp {
  padding: 120px 0 0;
  position: relative;
}
.iguru-app-wrp .row {
}
.iguru-app-img img {
  width: 90%;
  float: right;
}
.why-iguru-dt {
  padding: 0 0 0 45px;
}
.why-iguru-dt h2 {
  font-size: 48px;
  font-weight: bold;
  color: #1d2839;
  line-height: 70px;
  margin: 0 0 15px;
}
.why-iguru-dt p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}

.app-modul-wrp {
  padding: 65px 0;
  background: #197ae9;
}
.app-modul-wrp h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  margin: 0 0 45px;
}
.app-modul-box {
  margin: 0 0 30px;
  background: #fff;
  border-radius: 20px;
  padding: 34px 24px;
}
.app-modul-box img {
  border-radius: 10px;
  margin: 0 0 30px;
}
.app-modul-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #101c28;
  margin: 0 0 15px;
}
.app-modul-box p {
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
  margin: 0;
  min-height: 150px;
}
/* **** End Services Pages **** */

/* **** Common Pages ***** */
.why-this-wrp {
  padding: 120px 0;
  position: relative;
}
.whythis-data h2 {
  font-size: 48px;
  font-weight: bold;
  color: #1d2839;
  line-height: 70px;
  margin: 0 0 40px;
}
.whythis-data li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: normal;
  color: #575c66;
  line-height: 35px;
}
.whythis-data li span {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #FF9900;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-right: 25px;
}

.why-this-wrp-even {
  background: #197ae9;
}
.why-this-wrp-even .e-learning-imbbox {
  left: 0;
  right: auto;
}
.why-this-wrp-even .whythis-data h2,
.why-this-wrp-even .whythis-data li {
  color: #fff;
}
/* **** End Common Pages ***** */
