/* Body */
html {
  scroll-behavior: smooth !important;
}
body {
  scroll-behavior: smooth !important;
  z-index: -1;
  overflow-x: hidden;
  background-image: url(../images/site-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff !important;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: arvo-b;
  src: url(../fonts/Arvo-Bold.ttf);
}

@font-face {
  font-family: arvo-r;
  src: url(../fonts/Arvo-Regular.ttf);
}

@font-face {
  font-family: helvetica-b;
  src: url(../fonts/Helvetica-Bold.ttf);
}

@font-face {
  font-family: helvetica-r;
  src: url(../fonts/Helvetica.ttf);
}

.container {
  width: 100%;
}
.content-wrapper {
  width: calc(100% - 0rem);
  margin-left: auto;
  padding-right: calc(0px + 0.9rem);
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* Navbar */

/* Navbar */
nav {
  position: fixed;
  left: 0;
  right: 0;
  top: -12px;
  z-index: 2;
  min-height: 50px;
  padding-top: 15px;
  background-color: transparent;
}

nav.sticky {
  position: absolute;
  top: 0;
}
.nav-main-wrapper {
  display: flex;
  position: relative;
}
.logo img {
  max-width: 150px;
  height: auto;
}

.logo-wrapper {
  display: flex;
  align-self: center;
}

.main-navigation ul {
  display: block;
  list-style: none;
}
i.fas.fa-user {
  margin-left: 12px;
  margin-top: 1px;
}
.right-navigation a {
  display: flex;
  padding: 5px;
  height: 34px;
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 4px;
  font-family:'helvetica-r';
  text-transform: capitalize;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}
.main-navigation ul li a {
  display: block;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 18px;
}
.main-navigation ul li a:hover {
  color: #fff !important;
}
.main-navigation ul li:first-child a {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-links-wrapper {
  position: relative;
  top: 4px;
  display: flex;
  max-width: 1585px;
  width: 100%;
  margin-left: 0rem;
  margin-right: calc(0rem + 0px);
  padding: 14px 0px;
  justify-content: space-between;
}
.container {
  width: 100%;
}
.content-wrapper {
  width: calc(100% - 0rem);
  margin-left: auto;
  padding-right: calc(0px + 0.9rem);
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .logo-wrapper {
    position: absolute;
    top: -44px;
    left: 24px;
  }

  .logo img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: flex !important;
  }
  .main-navigation ul li:last-child:after {
    content: none;
  }
}

@media (max-width: 992px) {
  .d-inline-block.d-lg-none.ml-md-0.mr-auto.py-3 {
    margin-right: 4rem !important;
  }
}

.site-navbar-wrap {
  /* position: absolute; */
  /* z-index: 1;
  padding: 0px 0;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0); */
}
a.site-menu-toggle.js-menu-toggle.text-black.active {
  text-decoration: none;
  color: #5a963500;
}
a.site-menu-toggle.js-menu-toggle.text-black.active:focus {
  text-decoration: none;
  color: #5a963500;
}
.site-navbar-top {
  display: none;
  font-size: 0.8rem;
  background: #5a9635;
}
.site-navbar-top a {
  color: #fff;
}
.site-navbar-top .text-with-icon {
  color: rgba(255, 255, 255, 0.5);
}

.site-navbar-top,
.site-navbar {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

/* .site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  background: rgba(29, 28, 20, 0) !important;
} */
.site-navbar .site-logo {
  font-weight: 200;
}
.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 26px;
  color: #fff;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
  color: #fff !important;
  font-family:'helvetica-r';
  border-radius: 0px;
  border: 2px solid #4081f7;
  background:transparent !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  /* font-size: 15px; */
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 1px;
  text-transform: uppercase;
  font-family:'c-b';
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 20px;
  padding-bottom: 30px !important;
  /*text-transform: unset;
  letter-spacing: 0.05em;
  color: #047835;
  font-size: 14px;
  text-decoration: none !important;
  font-family: open-b; */
}
.border-style-a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff !important;
  font-size: 1rem;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 30px;
  font-family:'helvetica-r' !important;
}
@media (min-width: 200px) and (max-width: 992px) {
  .border-style-a {
    font-size: 15px;
  }
}
.right-navigation li {
  list-style: none;
}
a.border-style-a {
  color: #047835;
}
a.border-style-a:hover {
  color: #4081f7 !important;
  border-radius: 5px;
}
a.border-style-a span {
  position: absolute;
  display: block;
}
a.border-style-a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c118ca);
}
a.border-style-a:hover span:nth-child(1) {
  left: 100%;
  transition: 1s;
}
a.border-style-a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #c118ca);
}
a.border-style-a:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
a.border-style-a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #c118ca);
}
a.border-style-a:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
a.border-style-a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #c118ca);
}
a.border-style-a:hover span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  /* color: #4a3490 !important; */
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  /* padding-right: 0; */
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  border-radius: 7px;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
  box-shadow: 2px 2px 10px #333333;
  width: 20rem;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #333 !important;
  color: #333 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #333 !important;
  background: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
  transition: all 300ms;
  /* font-family: open-r; */
  /* font-size: 14px; */
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  color: #4081f7 !important;
  font-weight: bold !important;
  /* transform: scale(1.1); */
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover::after {
  /* content: "\f06c";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px; */
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

ul.dropdown.arrow-top.dividetwo {
  width: 370px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top.dividetwo:before {
  margin-left: -32px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  color: #333;
}
.site-navbar .site-navigation .site-menu .has-children a {
  text-transform: capitalize;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #333;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  padding-top: 20px;
  background-color: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.nav-tabs .nav-link {
  border: 0px solid rgb(0 0 0 / 0%) !important;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #a6ce4a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #fff;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #4081f7 !important;
}
.icon-menu:before {
  content: "\e5d2";
  color: #4081f7;
  text-decoration: none;
  position: relative;
  right: -50px;
  top: 14px;
}

.icon-close2:before {
  color: #4081f7;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #333 !important;
  font-family:'helvetica-r' !important;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
  color: #333 !important;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.bg-white {
  background-color: transparent !important;
}

.scrolled {
  width: 100%;
  height: 100px;
  position: fixed !important;
  transition: all 500ms;
  top: 0;
  background-color: #fff !important;
  z-index: 200;
}

#navbar.scrolled {
  height: 100px;
  transition: all 1000ms;
  z-index: 200;
  box-shadow: 2px 2px 10px rgb(51 51 51 / 51%);
}

#scrollLogo{
   display: none;
}

#scrollLogo.show{
  display: block;
  position: absolute;
  top: 28px;
  transition: all 1000ms;
}

@media(max-width:992px){
  #scrollLogo.show {
    position: absolute;
    top: 0px;
}
}

a.border-style-a.new-color {
  transition: all 1000ms;
  color: #333 !important;
}
a.border-style-a.new-color:hover {
  transition: all 1000ms;
  color: #4081f7 !important;
}

.border-style-active {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #4081f7 !important;
  font-size: 16px;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 30px;
  font-family:'helvetica-r' !important;
}

/* .border-style.icon{
 border-left: 1px solid #333;
} */

.site-navbar
  .site-navigation
  .site-menu
  .active
  > a.border-style-active.bg-color {
  transition: all 1000ms;
  background: #4081f7 !important;
  color: #fff !important;
}

/* SEARCH BAR CSS */
/* Demo 2 */
#demo-2 input[type="search"] {
  /* width: 15px; */
  width: 0px;
  /* padding-left: 12px; */
  color: #fff;
  cursor: pointer;
  margin-left: 7px;
  margin-top: 10px;
  height: 15px;
  margin-right: 0px;
  background-color: rgb(1 191 227 / 0%);
  border-radius: 1px;
  outline: none;
}

#demo-2 input[type="search"]:hover {
  z-index: 1000;
  border-radius: 1px;
  outline: none;
}

#demo-2 input[type="search"]:focus {
  background-size: 13%;
  width: 90px;
  padding-left: 40px;
  color: #4081f7;
  cursor: auto;
  z-index: 50000 !important;
  font-size: 15px;
  border: 1px solid #747474;
  height: 15px;
  outline: none;
}

li.search-item {
  margin-top: -6px;
}

#demo-2 input:-moz-placeholder {
  color: #4081f7;
  /* padding-left: 14px; */
}

#demo-2 input::-webkit-input-placeholder {
  color: #4081f7;
  /* padding-left: 14px; */
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input[type="search"] {
  background: #ededed00 url(../images/search.png) no-repeat 9px center;
  background-size: 44%;
  border: solid 1px rgba(204, 204, 204, 0);
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*Navbar ends*/

/*Slider*/

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  padding-right: 100px;
  text-align: left;
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 3%;
  transform: translateX(10%);
  width: 50%;
}

h1.display-2 {
  font-family:'helvetica-b';
  line-height: 3.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.carousel-caption p {
  color: #fff;
  font-family:'arvo-r';
  font-size: 1rem;
  font-weight: lighter !important;
  width: 75%;
}

p.slider-btn {
  background-color: transparent;
  width: 30%;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  border: 2px solid #fff;
  font-family:'helvetica-b';
  margin: 2rem auto 2rem 0rem !important;
  text-transform: capitalize;
}

p.slider-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #4081f7;
  /* box-shadow: 5px 4px 10px #3336; */
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

p.slider-btn:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}

/*Media Queries*/
@media (max-width: 1200px) {
  #myCarousel {
    width: 100%;
  }
  .carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 2rem;
  }
  .carousel-caption {
    padding-top: 20px;
    padding-right: 100px;
    text-align: left;
    position: absolute;
    top: 22%;
    transform: translateY(-30%);
    left: -14%;
    transform: translateX(28%);
    font-size: 100%;
    width: 70%;
  }

  p.slider-btn{
    width: 55%;
  }

  .main-banner {
    height: 30vh !important;
  }
}
@media (max-width: 992px) {
  #myCarousel {
    width: 100%;
  }
  .carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 2rem;
  }
  .carousel-caption {
    padding-top: 20px;
    padding-right: 100px;
    text-align: left;
    position: absolute;
    top: 22%;
    transform: translateY(-30%);
    left: -14%;
    transform: translateX(28%);
    font-size: 100%;
    width: 70%;
  }

  p.slider-btn{
    width: 55%;
  }

  .main-banner {
    height: 30vh !important;
  }
}

@media (max-width: 778px) {
  #myCarousel {
    width: 100%;
  }
  .carousel-caption h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .carousel-caption p {
    font-size: .7rem;
  }
  .carousel-caption {
    top: 23%;
    left: -18%;
    transform: translateX(35%);
    width: 75%;
  }

  p.slider-btn{
    margin: 1rem auto 2rem 0rem !important;
  }
}

@media(max-width:600px){
  .logo img{
    width: 100px;
  }
  .carousel-caption {
    width: 80%;
    left: -20%;
    top: 19%;
  }
  .carousel-caption h1 {
    font-size: 1.3rem;
}
.carousel-caption p {
  font-size: .8rem;
}
p.slider-btn {
  padding: 10px;
}
}

@media (max-width: 576px) {
  .logo-wrapper {
    position: absolute;
    left: 0px;
  }

  #myCarousel {
    width: 100%;
  }
  .carousel-caption h1 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .carousel-caption {
    top: 19%;
    left: -26%;
    width: 88%;
  }
  #scrollLogo.show {
    position: absolute;
    top: 12px;
}
}

@media (max-width: 540px) {
  .carousel-caption h1 {
    font-size: .8rem;
    line-height: 1rem;
  }
  .carousel-caption {
    top: 21%;
    left: -25%;
    font-size: 60%;
    width: 87%;
  }

  .carousel-caption p {
    font-size: .6rem;
    margin-bottom: -0.5rem !important;
  }
    p.slider-btn {
      padding: 8px;
    }
}

@media (max-width: 425px) {
  .logo-wrapper {
    left: 5px;
    top: -49px;
  }
  .carousel-caption {
    top: 24%;
    width: 79%;
    left: -21%;
  }

  .carousel-caption h1 {
    font-size: .8rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}

.carousel-caption p {
  font-size: 0.5rem;
}
}

@media (max-width: 375px) {
  #navbar.scrolled{
    height: 65px;
  }
  .icon-menu:before {
    top: -10px;
}
  .logo-wrapper {
    left: -3px;
    top: -59px;
}
  .logo img {
    width: 80px;
}

.carousel-caption {
  top: 16%;
  width: 83%;
  left: -25%;
}
  .carousel-caption h1 {
    font-size: 120%;
  }

  .carousel-caption p {
    font-size: 0.5rem;
  }

  p.slider-btn {
    padding: 4px;
}
}

@media (max-width: 325px) {
  .carousel-caption {
    top: 13%;
    width: 94%;
    left: -27%;
  }
  .carousel-caption h1 {
    font-size: .7rem;
  }

  .carousel-caption p {
    font-size: 0.5rem;
    line-height: .6rem;
  }
}

@media (max-width:320px){
  .carousel-caption {
    top: 14%;
    width: 90%;
    left: -27%;
}
.carousel-caption h1 {
  font-size: .6rem;
  line-height: .7rem;
}
}

/*Slider ENDS*/

/*Sticky contact*/
#icon-sticky-bar {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 20;
}

#icon-sticky-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
}

a.sticky-whatsapp,
a.sticky-messenger,
a.sticky-skype{
  padding: 15px;
  margin-bottom: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all 300ms;
}

a.sticky-whatsapp {
  background-color: #25d366;
}

a.sticky-messenger {
  background-color: #006aff;
}

a.sticky-skype {
  background-color: #00aff0;
}

@media(max-width:425px){
  #icon-sticky-bar a{
    font-size: 14px;
  }

  a.sticky-whatsapp,
  a.sticky-messenger,
  a.sticky-skype{
   padding: 5px 11px 5px 11px;
}
}

/*Sticky contact ENDS*/


/*products logos section*/
.products-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.products-logo-grid{
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 5%;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: row;
}

@media(max-width:768px){
  .products-logo-content{
    width: 19%;
  }
  
  .products-logo-content img{
    width: 100%;
  }
}

@media(max-width:425px){
  .products-logo-content{
    width: 21%;
  }
  .products-section{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
/*products logos section ENDS*/


/*Use cases and services*/
.use-case-section{
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.use-case-heading{
  font-family:'helvetica-b';
  text-align: center;
}

.use-case-tab-wrapper{
  margin-top: 3rem;
  margin: 4rem auto;
  width: 70%;
}

.nav-products{
  position: relative;
}


.nav-products .nav-tabs{
  border-bottom: none !important;
  justify-content: center;
}

.nav-products .nav-tabs .nav-link {
  border-right: 1px solid #333 !important;
  border-radius: 0px;
  background: #fff;
  color: #333 !important;
  font-family: 'helvetica-b';
  width: 33%;
  text-align: center;
}

.nav-products .nav-tabs .nav-link:first-of-type{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nav-products .nav-tabs .nav-link:last-of-type{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #fff !important;
}

.nav-products .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom:3px solid #4081f7 !important;
}

.nav-products .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: none;
}
.nav-products .nav-tabs .nav-link:focus, .nav-tabs a:hover{
  color: #333;
}

.products-tab-grid{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.products-tab-info{
  width: 40%;
}

.products-tab-info-img{
  width: 100%;
}

.products-tab-info-heading{
  color: #4081f7;
  font-family: 'arvo-r';
}

.products-tab-info-description{
  font-family: 'arvo-r';
  color: #333;
  margin-top: 2rem;
}

p.learn-btn {
  background-color: transparent;
  width: 50%;
  color: #4081f7;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #4081f7;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin-top: 2rem;
}

p.learn-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

@media(max-width:768px){
  .use-case-tab-wrapper{
    width: 100%;
  }
  .products-tab-grid{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .products-tab-info{
    width: 100%;
  }

  p.learn-btn{
    margin: auto;
  }
  .products-tab-info-heading {
    margin-top: 4rem;
  }
}

@media(max-width:425px){
  .use-case-section {
    margin-top: 4rem;
}
}

@media(max-width:375px){
  .nav-link{
    padding: .5rem;
  }
}

/*Use cases and services ENDS*/

/*Meet the qlik section*/
.meet-the-qlik-section{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.meet-qlik-main-grid{
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.meet-qlik-content{
  width: 40% ;
}

.meet-qlik-img{
  width: 100%;
}

.meet-qlik-heading{
  font-family: 'helvetica-b';
  color: #333;
}

.meet-qlik-desc{
  font-family:'arvo-r';
}

@media(max-width:768px){
  .meet-qlik-main-grid{
    width: 100%;
    display: block;
  }

  .meet-qlik-content{
    width: 100%;
  }

  .meet-qlik-img {
    width: 90%;
}

  .meet-qlik-heading{
    margin-top: 4rem;
    text-align: center;
  }

  .meet-qlik-desc{
    text-align: center;
  }
}

@media(max-width:425px){
  .nav-products .nav-tabs .nav-link{
    font-size: .8rem;
  }
}
/*Meet the qlik section ENDS*/


/*Client testimonials*/
.testimonials-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.testimonials-heading {
  padding-top: 6rem;
  color: #333;
  font-family:'helvetica-b';
  text-align: center;
  margin-bottom: 3rem;
}

.ratings-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  width: 50%;
  margin:2rem auto;
}

.owl-two.owl-carousel.owl-drag .owl-item .rating-star {
  width: 15% !important;
}

.owl-two.owl-carousel .owl-stage {
  margin: auto;
}

.testimonaials-detail-block{
  box-shadow: 1px 2px 12px 5px rgba(6,6,6,0.25)  ;
  border-radius: 15px;
  padding: 2rem 2rem 2rem 2rem;
  position: relative;
  margin: 2rem auto 2rem auto;
  z-index: -1;
  width: 86%;
  background: #fff;
}

.customer-name {
  color: #333;
  font-family:'arvo-b';
  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.testimonaials-detail-block p {
  color: #333;
  font-family:'arvo-r';
  font-size: 14px;
  text-align: center;
}


.owl-two.owl-carousel.owl-drag .owl-item img {
  width: 50% !important;
  margin: auto;
}

.owl-two.owl-carousel.owl-drag .owl-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.owl-dots {
  text-align: center;
  padding-top: 30px;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 1px solid #571780;
  margin: 0 5px;
}

.owl-dots .owl-dot.active {
  background: #571780;
}



@media(max-width:992px){
  .owl-two.owl-carousel {
    margin-top: -2rem;
}
}

@media (max-width: 600px) {
  .owl-two.owl-carousel {
    margin-top: -1rem;
}
  .owl-two.owl-carousel.owl-drag .owl-item img {
    width: 22% !important;
  }
}

@media(max-width:425px){
  .testimonaials-detail-block {
   padding:2rem 1rem;
  }
  .owl-two.owl-carousel.owl-drag .owl-item img {
    width: 45% !important;
  }
  .testimonials-heading{
    padding-top: 0rem;
    font-size: 2rem;
  }
}
/*Client testimonials ENDS*/


/*contact form section*/
.home-contact-section{
  margin-bottom: 6rem;
  margin-top: 6rem;

}

.home-contact-main-grid{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: auto;
}

.home-contact-content{
  width: 47%;
}

.home-contact-heading{
  font-family:'helvetica-b';
  color: #333;
  margin-bottom: 2rem;
  line-height: 2rem;
}

.contact-list{
  font-family:'arvo-r';
  margin-top: 1rem;
  color: #333;
  margin-left: 1.5rem;
  list-style-image: url('../images/bullet.png');
  line-height: 1.3rem;
}

.contact-list li{
  margin-bottom: 1rem;
}

.home-contact-title{
  font-family:'helvetica-b';
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}

.home-contact-form-wrapper{
  border-radius: 20px !important;
  padding: 2rem;
  border: 5px solid #743ad5;
  background: #eeeff1;
}

.form-group{
  margin-bottom: 1.5rem;
}

.form-control{
  font-family:'arvo-r';
  color: #635e5e;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0px;
}

.form-control:focus{
  box-shadow: none !important;
}

p.home-contact-btn {
  background-color: transparent;
  width: 50%;
  color: #4081f7;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #4081f7;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin:auto;
}

p.home-contact-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}


@media(max-width:768px){
  .home-contact-main-grid{
    display: block;
  }

  .home-contact-content{
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}

@media(max-width:425px){
  .home-contact-main-grid{
    width: 100%;
  }

  p.home-contact-btn{
    width: 70%;
  }
  .contact-list{
    text-align: left;
  }
}
/*get quote form section ENDS*/

/*Partners*/
.partners-section {
  padding-bottom: 5rem;
}

.partners-heading {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #333;
  font-family:'helvetica-b';
  text-align: center;
}

.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Partners slider*/
.slider-container {
  transition: all 0.3s ease;
}

.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}
.highway-slider .highway-barrier {
  overflow: hidden;
  position: relative;
}
.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #343434;
}


@-webkit-keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}
@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}
#infinite .highway-barrier {
  background: transparent;
}

#infinite .highway-barrier::before,
#infinite .highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}
#infinite .highway-barrier::before {
  top: 0;
  left: 0;
  background: transparent;
}
#infinite .highway-barrier::after {
  top: 0;
  right: 0;
  background: transparent;
}
#infinite .highway-barrier ul.highway-lane {
  width: calc(142px * 30);
}
#infinite .highway-barrier ul.highway-lane li.highway-car {
  width: 142px;
  -webkit-animation: translateinfinite 25s linear infinite;
          animation: translateinfinite 25s linear infinite;
}

#infinite .highway-barrier ul.highway-lane li.highway-car img{
  width: 77%;
}
/*Partners slider ENDS*/



@media(max-width:500px){
  .partners-heading{
    padding-bottom: 0rem;
  }
}
/*Partners ENDS*/


/* Footer Section CSS */
.main-footer-wrap {
  background-color: #0f0a41;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer-grid-block ul {
  margin-bottom: 0px;
}
h1.title-wrap {
  color: #fff;
  font-family:'helvetica-b';
  font-size: 16px;
  margin-bottom: 2.6rem;
  text-transform: uppercase;
}
.footer-grid-block p{
  font-family:'helvetica-r';
  color: #fff;
  font-size: 14px;
}
.footer-grid-block ul li {
  list-style: none;
  margin-bottom: 1rem !important;
  color: #fff !important;
  font-family:'helvetica-r';
  font-size: 14px;
  line-height: 25px;
  display: flex;
}
.footer-grid-block ul li a {
  color: #fff !important;
  font-family:'helvetica-r';
}

.footer-grid-block ul li a:hover {
  color: #4081f7 !important;
}
.footer-link-grid {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 70px;
  align-items: flex-start;

}

i.fa.fa-phone.foot,
i.fa.fa-envelope.foot,
i.fa.fa-mobile.foot,
i.fas.fa-map-marker-alt.foot{
  color: #fff;
  margin-right: 15px;
}

i.fa.fa-phone.foot,
i.fa.fa-mobile.foot{
  font-size: 20px;
}

.footer-social-links-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  column-gap: 10px;
}

i.fab.fa-facebook-f {
  color: #fff;
  padding: 12px 17px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;
}

i.fab.fa-twitter{
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;}

i.fab.fa-instagram {
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;}

i.fab.fa-linkedin-in {
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;
}

i.fab.fa-facebook-f:hover,
i.fab.fa-linkedin-in:hover,
i.fab.fa-instagram:hover,
i.fab.fa-twitter:hover {
  color: #4081f7;
  border: 2px solid #4081f7;

}

p.copy-wrap {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'arvo-r';
  font-size: 14px;
  color: #333;
  text-align: center;
}
p.copy-wrap a {
  color: #2ca1d5 !important;
  font-weight: 600;
}

.subscribe-field-wrapper{
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.form-control.newsletter{
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-family:'helvetica-r';
  font-size: 14px;
  margin-top: 2rem;
  color: #a1a1a1;
}

.form-control.newsletter:focus{
  box-shadow: none;
}


.btn-subscribe {
  background-color: transparent !important;
  color: #fff !important;
  text-align: center !important;
  padding: 5px 30px !important;
  border-radius: 0px !important;
  border: 2px solid #fff !important;
  font-family:'helvetica-b' !important;
  margin: 2rem auto 2rem 0rem !important;
}

.btn-subscribe:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}


@media(min-width:769px) and (max-width:1400px){
  .footer-logo {
    width: 112%;
  }
}

@media (min-width: 200px) and (max-width: 1200px) {
  img.footer-logo {
    margin-bottom: 2rem;
  }
}
@media (min-width: 200px) and (max-width: 1200px) {
  img.footer-logo {
    margin-bottom: 2rem;
  }
}
@media (min-width: 700px) and (max-width: 902px) {
  .footer-link-grid {
    row-gap: 30px;
  }

}

@media(min-width:500px) and (max-width:768px){
  .footer-grid-content:last-child{
    width: 100%;
  }
}

@media (min-width: 563px) and (max-width: 700px) {
  .footer-link-grid {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer-grid-content {
    width: 100%;
  }
  i.fab.fa-facebook-f {
    width: 6%;
  }

}
@media (min-width: 460px) and (max-width: 563px) {
  .footer-link-grid {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer-grid-content {
    width: 100%;
  }
  i.fab.fa-facebook-f {
    width: 8%;
  }

}
@media (min-width: 380px) and (max-width: 768px) {
  .footer-link-grid {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer-grid-content {
    width: 100%;
  }
  i.fab.fa-facebook-f {
    width: 10%;
  }
}
@media (min-width: 340px) and (max-width: 380px) {
  .footer-link-grid {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer-grid-content {
    width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 340px) {
  .footer-link-grid {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer-grid-content {
    width: 100%;
  }
}

/* Footer Section CSS Ends*/

/*ABOUT US PAGE CSS*/
.banner-container {
  height: 72vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0rem;
}

section.banner-top-section {
  position: relative;
  z-index: 0;
  top: 10rem;
}

.cont h1 {
  font-size: 3rem;
  margin-bottom: 0px;
  font-family:'helvetica-b';
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.who-we-are-section,
.our-values-section{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.who-we-are-main-grid,
.our-values-main-grid{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap:10%;
  width: 80%;
  margin: auto;
}

.who-we-are-content,
.our-values-content{
  width: 45%;
}

.who-are-we-img{
  width: 100%;
}

.values-img-wrapper{
  text-align: center;
}

.who-are-we-title,
.our-values-title{
  font-family: 'helvetica-b';
  color: #333;
}

.who-are-we-desc,
.our-values-desc{
  font-family: 'arvo-r';
  color: #333;
  margin-top: 2rem;
}


.industries-section{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.about-industries-heading{
  font-family: 'helvetica-b';
  color: #333;
  text-align: center;
}

.about-indistries-sub-heading{
  font-family: 'arvo-r';
  color: #333;
  width: 70%;
  text-align: center;
  margin: auto;
}

.about-industries-main-grid{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-top: 5rem;
  column-gap: 5%;
}

.about-industries-content{
  width:26%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 10px 10px 0 -3px rgb(60,62,162 / 50%);
  -webkit-box-shadow: 10px 10px 0 -1px rgb(60,62,162);
}

.about-industries-block{
  padding: 2rem;
}

.bookmark-img{
  margin-right: 12rem;
}

.industry-item-name{
  font-family: 'helvetica-b';
  color: #333;
  margin-top: 2rem;
  height: 3rem;
}

.industry-item-desc{
  font-family: 'arvo-r';
  color: #333;
}

p.read-btn {
  background-color: transparent;
  width: 20%;
  color: #4081f7;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #4081f7;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin: 4rem auto;
}

p.read-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

.our-team-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.our-team-grid{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.our-team-content{
  width: 40%;
}

.our-team-content-heading{
  width: 55%;
}

.our-team-heading{
  color: #333;
  font-family: 'helvetica-b';
}

.our-team-desc{
  color: #333;
  font-family: 'arvo-r';
}

.our-team-block{
  background: #fff;
  width: 70%;
  margin: auto;
  border-radius: 20px;
}

.team-details{
  padding: 1.5rem;
}

.team-member-img-wrapper{
  background-image: linear-gradient(to right, #7b2ca7 , #30065b);
  border-radius: 20px;
  padding-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.team-avatar{
  width: 50% !important;
}

.member-name,
.member-designation{
  font-family: 'helvetica-b';
  text-transform: capitalize;
  color: #333;
}

.member-name{
  margin-bottom: 0rem;
}

.member-desc{
  font-family: 'arvo-r';
}

.team-social-wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 20px;
  margin-top: 1.5rem;
}

.team-social-wrapper.testimonial{
  justify-content: center;
 }

i.fab.fa-facebook-f.fa-lg.team-social,
i.fab.fa-linkedin-in.fa-lg.team-social{
  color: #6d1993;
  padding: 0;
  border: none;
}

i.fab.fa-facebook-f.fa-lg.team-social:hover,
i.fab.fa-linkedin-in.fa-lg.team-social:hover{
  color: #4081f7;
  border: none;
}

.owl-prev, .owl-next{
  position: absolute;
  bottom: 17rem;
  font-size: 3rem;
  color: #6d1993;
}

.owl-prev{
  left: 1rem;
}
.owl-next{
  left: 26rem;
}

.download-white-papers-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  background: #30065b;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('../images/white-paper-download-bg.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 80%;
}

.white-paper-grid{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10%;
  justify-content: space-between;
}

.white-paper-content{
  width: 50%;
}

.download-white-paper-heading{
  font-family: 'helvetica-b';
  color: #fff;
  margin-bottom: 2rem;
}

.download-white-paper-desc{
  font-family: 'arvo-r';
  color: #fff;
}

p.download-now-btn {
  background-color: transparent;
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #fff;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin: 4rem 0 4rem auto;
}

p.download-now-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

.about-our-products{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.about-product-grid{
  display: flex;
  flex-flow:row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
  margin-top: 4rem;
}

.about-product-grid.clients-grid{
  flex-flow: row wrap;
  column-gap: 5rem;
  row-gap: 2rem;
}

.about-product-content.clients-content{
  width: 14%;
}

.about-product-content{
  width: 10%;
  text-align: center;
}

.about-product-content h5{
  font-family: 'arvo-r';
  color:#333 ;
  margin-top: 2rem;
}

.about-product-img{
  width: 100%;
}

.our-partners-section{
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.our-partners-grid{
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  column-gap: 2rem;
  row-gap: 2rem;
}

.our-partners-content{
  width: 18%;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 5px 4px 10px #3336;
  text-align: center;
}

.our-partners-img{
  width: 100%;
}

@media(max-width:768px){
  .banner-container{
    height: 50vh;
  }
  section.banner-top-section {
    top: 5rem;
  }
  .cont h1{
    font-size: 2rem;
  }

  .who-we-are-main-grid{
    display: block;
  }
  .who-we-are-content,
  .our-values-content{
    width: 100%;
    text-align: center;
  }

  .our-values-main-grid{
    display: flex;
    flex-direction: column-reverse;
  }

  .who-are-we-title, .our-values-title{
    margin-top: 3rem;
  }

  .about-indistries-sub-heading{
    width: 90%;
  }
  .about-industries-main-grid{
    display: block;
  }
  .about-industries-content{
    width:60%;
    margin: 2rem auto;
  }

  .our-team-grid{
    flex-direction: column-reverse;
  }

  .our-team-content,
  .our-team-content-heading {
    width: 100%;
  }
  .our-team-heading,
  .our-team-desc{
    text-align: center;
  }

  .our-team-desc{
    margin-bottom: 2rem;
  }
  .download-white-papers-section{
    background-size: contain;
    background-position: center;
  }
  .white-paper-grid{
    display: block;
  }
  .white-paper-content{
    width: 100%;
    text-align: center;
  }

  p.download-now-btn{
    margin:2rem auto;
  }
  .our-partners-content{
    width: 25%;
  }
}


@media(max-width:600px){
  .banner-container{
    height: 36vh;
  }
  section.banner-top-section {
    top: 3rem;
  }

  .our-values-img{
    width: 100%;
  }

  .about-industries-content{
    width:80%;
    margin: 2rem auto;
  }
  .about-product-grid{
    column-gap: 4rem;
  }
  
  .about-product-content{
    width: 22%;
    margin:1rem auto;
  }
}

@media(max-width:559px){
  p.read-btn{
    width: 50%;
  }
}

@media(max-width:500px){
  .our-team-block{
    width: 95%;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
  }
}

@media(max-width:425px){
  .banner-container{
    height: 28vh;
  }
  section.banner-top-section {
    top: 2rem;
  }
  .cont h1{
    font-size: 1.5rem;
  }
  .about-indistries-sub-heading{
    width: 100%;
  }
  p.download-now-btn{
    width: 60%;
    margin: 2rem auto 0rem auto;
  }
  .our-partners-content {
    width: 38%;
}
.who-are-we-title{
  font-size: 1.5rem;
}
.about-industries-heading{
  font-size: 2rem;
}
.about-product-grid.clients-grid{
  display: flex;
  column-gap: 1rem;
    row-gap: 0rem;
}
.about-product-content.clients-content {
  width: 28%;
}
}

@media(max-width:375px){
  .about-industries-content{
    width:90%;
    margin: 2rem auto;
  }
  .banner-container {
    height: 25vh;
}
}

@media(max-width:320px){
  .banner-container {
    height: 21vh;
}
.about-industries-heading {
  font-size: 1.5rem;
}
.about-product-content {
  width: 35%;
}
.about-product-grid {
  column-gap: 2rem;
}
}


/*ABOUT US PAGE CSS ENDS*/

/*DATA ANALYTICS PAGE ENDS*/
.bi-for-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #30065b;
}

.bi-for-heading{
  color: #fff;
  font-family: 'helvetica-b';
  text-align: center;
}

.bi-main-grid{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  column-gap: 1rem;
  row-gap: 2rem;
}

.bi-grid-content{
  width: 20%;
  text-align: center;
}

.bi-for-name{
  font-family: 'helvetica-b';
  color: #fff;
}

.why-bi-section{
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.why-bi-main-grid{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 5%;
}

.why-bi-content-text{
  width: 40%;
}

.why-bi-content-items{
  width: 55%;
}

.why-bi-heading{
  font-family: 'helvetica-b';
  color: #333;
}

.why-bi-desc{
  font-family: 'arvo-r';
  color: #333;
}

.why-bi-content-block{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
  column-gap: 1rem;
  row-gap: 1rem;
}

.why-bi-item{
  width: 23%;
  background:#30065b;
  text-align: center;
  padding:20px 10px;
}

.bi-item-name{
  font-family: 'arvo-r';
  color: #fff;
  font-size: .8rem;
  margin-top: 1.5rem;
}

.qlik-trial-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  background: #30065b;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('../images/Qlik-trial-bg.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 80%;
}

.qlik-features-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.qlik-features-main-grid{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  column-gap: 5rem;
  row-gap: 1rem;
}

.qlik-features-content{
  width: 10%;
  text-align: center;
}

.qik-feature-img-wrapper{
  background: #30065b;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.qik-feature-name{
  font-family: 'arvo-r';
  margin-top: 1rem;
}

button.close {
  width: 10%;
  margin-left: auto;
  margin-top: 1rem;
  background-color: #30065b;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  opacity: 1;
  color: #fff;
  outline: none;
}

.modal-body{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 3rem;
}

.modal-body-content-img{
  width: 48%;
  flex: 0 0 48%;
}
.modal-body-content img{
  width: 100%;
}

.modal-dialog{
  max-width: 90%;
}

.why-bi-item.qlik-usecase{
  cursor: pointer;
}

.qlik-usecase-heading{
  font-family:'helvetica-b';
}

.qlik-usecase-desc{
  font-family:'arvo-r';
}

@media(max-width:992px){
  .qlik-features-content {
    width: 32%;
}

.qlik-features-main-grid{
  column-gap: 3rem;
}
}

@media(max-width:768px){
  .why-bi-main-grid{
    display: block;
  }

  .why-bi-content-text {
    width: 100%;
    text-align: center;
}
.why-bi-content-items {
  width: 100%;
}
.qlik-trial-section{
  background-size: contain;
  background-position: center;
}
.modal-body{
  display: block;
}

.modal-body-content{
  width: 100%;
}
.modal-body-content-img {
  width: 100%;
  flex: 0 0 100%;
}
}

@media(max-width:576px){
  .why-bi-item{
    width: 30%;
  }
}

@media(max-width:500px){
  .bi-grid-content{
    width: 27%;
  }
  .modal-dialog {
    max-width: 100%;
}
}

@media(max-width:425px){
  .bi-grid-content {
    width: 35%;
}
.why-bi-item {
  width: 44%;
}
.qlik-usecase-heading {
  margin-top: 2rem;
}
}

/*DATA ANALYTICS PAGE CSS ENDS*/

/*ERP PAGE CSS*/

.features-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.semicircle-infographic {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.semicircle-infographic .center-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 250px;
  background-color: #cecdcd;
  border-radius: 50%;
  margin-right: -125px;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.semicircle-infographic .center-circle .content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #30065b;
}

.semicircle-infographic .center-circle .content h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 2rem;
  color: #fff;
  font-family: 'helvetica-b';
  text-transform: uppercase;
}

.semicircle-infographic .center-circle .content p {
  margin: 0px;
  font-weight: bold;
}

.semi-circle-container {
  min-width: 500px;
  padding: 50px 0px;
  overflow: hidden;
  position: relative;
}

.semi-circle-container .semi-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  margin-left: -250px;
  position: relative;
  overflow: hidden;
}


.semi-circle-container .circle-section {
  position: absolute;
  width: 500px;
  height: 500px;
  /* box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4); */
}

.semi-circle-container .circle-section:nth-child(1) {
  /* background-color: #900C3E; */
  left: 150px;
}

.semi-circle-container .circle-section:nth-child(2) {
  /* background-color: #C70039; */
  transform: rotate(60deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(3) {
  /* background-color: #FF5733; */
  transform: rotate(90deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(4) {
  /* background-color: #ff9800; */
  transform: rotate(120deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(5) {
  /* background-color: #2a9f00; */
  transform: rotate(150deg) translate(50%, -50%);
}

.semi-circle-container .circle-section:nth-child(6) {
  /* background-color: #dedede; */
  transform: rotate(180deg) translate(50%, -50%);
}

.semi-circle-container .inner-circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 90px;
  height: 90px; */
  /* background: #ffffff;
  border-radius: 50%;
  border: 5px solid; */
  font-weight: bold;
  font-size: 3rem;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 100%;
}
/* .semi-circle-container .inner-circle-container .inner-circle:hover {
  transform: translate(-50%, -50%) scale(1.2);
} */

.inner-circle{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border:10px solid rgb(206, 205, 205);
    color: #fff;
    background: #30065b;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.feature{
  background: #30065b;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  right: 44px;
  z-index: -1;
}

.feature h5{
  font-family: 'arvo-r';
  margin-bottom: 0rem;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(1) {
  left: 32%;
  top: 8%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(2) {
  left: 57%;
  top: 23%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(3) {
  left: 69%;
  top: 40%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(4) {
  left: 70%;
  top: 58%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(5) {
  left: 60%;
  top: 75%;
}

.semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(6) {
  left: 44%;
  top: 92%;
}

.streamline-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.streamline-process-block{
  box-shadow: 1px 2px 12px 5px rgba(6,6,6,0.25)  ;
  border-radius: 15px;
  padding: 2rem 2rem 2rem 2rem;
  position: relative;
  margin: 5rem auto 2rem auto;
  z-index: -1;
  width: 90%;
  background: #fff;
}

.process-name{
  color: #333;
  font-family: 'helvetica-b';
  text-align: center;
  margin-bottom: 1rem;
  height: 2.5rem;
}

.streamline-process-list{
  margin-left: 1.5rem;
  font-family: 'arvo-r';
  list-style-image: url('../images/check.png');
}

.streamline-process-list li{
  margin-bottom: 1rem;
}

.owl-carousel .owl-stage{
  display: flex;
}

.owl-three.owl-carousel.owl-drag .owl-item img {
  width: 30% !important;
  margin:2rem auto;
}

.owl-three.owl-carousel.owl-drag .owl-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.owl-dots {
  text-align: center;
  padding-top: 30px;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 1px solid #571780;
  margin: 0 5px;
}

.owl-dots .owl-dot.active {
  background: #571780;
}

.solutions-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.solutions-main-grid{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.solutions-grid-text{
   width: 40%;
}

.solutions-grid-items{
  width: 57%;
}

.solutions-title{
  font-family: 'helvetica-b';
  color: #333;
}

.solutions-desc{
  font-family: 'arvo-r';
  color: #333;
}

.solutions-grid-block{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 1rem;
  row-gap: 2rem;
}

.solutions-item{
  width: 31%;
  background: #30065b;
  text-align: center;
  color: #fff;
  padding:2rem 1rem;
  border-radius: 7px;
}

.solution-name{
  font-family: 'helvetica-b';
  margin:2rem auto;
  height: 2rem;
}

.solution-text{
  font-family: 'arvo-r';
  font-size: .8rem;
}

p.read-more-btn {
  background-color: transparent;
  width: 80%;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 0px;
  border: 2px solid #fff;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin: 2rem auto 0rem auto;
  font-size: .8rem;
}

p.read-more-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

@media(max-width:992px){
  .solutions-main-grid{
    display: block;
  }

  .solutions-grid-text,
  .solutions-grid-items{
    width: 100%;
    text-align: center;
  }

  .solutions-desc{
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .semicircle-infographic {
    transform: scale(0.9);
  }

  .solutions-grid-block{
    display: block;
  }

  .solutions-item{
    width: 60%;
    margin:2rem auto;
  }
}

@media(max-width:500px){
  .streamline-process-list.qlik-list {
    margin-left: 3rem;
    text-align: left;
}
}

@media (max-width: 480px) {
  .semicircle-infographic {
    transform: scale(0.6);
  }
  .solutions-item{
    width: 85%;
  }
}

/*ERP PAGE CSS ENDS*/


/*INDUSTRIES PAGE CSS*/
i.fa.fa-download.paper-download{
 margin-right: 1rem;
}

.industry-heading{
  font-family: 'helvetica-b';
  color: #333;
  text-align: center;
  margin-bottom: 4rem;
}

p.download-btn {
  background-color: transparent;
  width: 50%;
  color: #4081f7;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #4081f7;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin-top: 2rem;
}

p.download-btn:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

@media(max-width:768px){
  p.download-btn{
    margin: auto;
  }
}

@media(max-width:500px){
  p.download-btn{
    width: 80%;
  }
}
/*INDUSTRIES PAGE CSS ENDS*/

/*QLIK PAGE CSS ENDS*/
.streamline-process-list.qlik-list{
  margin-top: 2rem;
}

.why-bi-item.qlik-item{
  width: 27%;
}

@media(max-width:500px){
  .why-bi-item.qlik-item {
    width: 50%;
}
}
/*QLIK PAGE CSS ENDS*/

/*CONTACT US PAGE CSS*/

.contact-section{
  margin-top: 7rem;
}
.contact-main-grid{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  text-align: center;
  margin-bottom: 6rem;
}

.contact-grid-content{
  width: 50%;
}

.contact-grid-block{
  padding: 2rem;
}

.contact-grid-content.center{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-grid-content.bg{
  background: #eee;
}

.contact-grid-content h3{
  font-family:'helvetica-b';
  color: #333;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.contact {
display: flex;
color: #333;
font-family:'arvo-r';
margin-bottom: 2rem;
}
.contact p.con-text {
color: #333;
margin-left: 20px;
text-align: left;
}

.contact a:hover p {
color: #4081f7;
}

.contact i.fas.fa-map-marker-alt.fa-2x,
.contact i.fa.fa-mobile.fa-2x,
.contact i.fa.fa-phone.fa-2x,
.contact i.fa.fa-envelope.fa-2x{
  color:#4081f7 ;
}


.contact-social-links{
margin-top: 3rem;
margin-bottom: 2rem;
}

.contact-social-links a{
margin-right: 2rem;
}
.contact-social-links i.fab.fa-twitter{
color: #4081f7;
text-align: center;
border: 1px solid #4081f7;
padding: 12px;
border-radius: 50%;
}

.contact-social-links i.fab.fa-facebook-f{
color: #4081f7;
text-align: center;
border: 1px solid #4081f7;
padding: 12px 14px;
border-radius: 50%;
}

.contact-social-links i.fa-instagram{
color: #4081f7;
text-align: center;
border: 1px solid #4081f7 !important;
padding: 12px 13px;
border-radius: 50%;
}

.contact-social-links i.fab.fa-linkedin-in{
  color: #4081f7;
  text-align: center;
  border: 1px solid #4081f7;
  padding: 12px 13px;
  border-radius: 50%;
  }

.contact-social-links i.fab.fa-facebook-f:hover, 
.contact-social-links i.fab.fa-twitter:hover, 
.contact-social-links i.fa-instagram:hover,
.contact-social-links i.fab.fa-linkedin-in:hover {
color: #fff;
background: #4081f7;
}

.contact-description{
font-family:'arvo-r';
}

.contact-us-form{
padding: 25px;
}

.form-grid-wrapper {
display: flex;
flex-direction: row;
column-gap: 10px;
}

/* .form-group.contact-form-group{
  width: 50%;
} */

.form-control{
  border-radius: 0rem;
}

.btn-contact-us {
  background-color: transparent;
  width: 40%;
  color: #4081f7;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  border: 2px solid #4081f7;
  font-family:'helvetica-b';
  box-shadow: 5px 4px 10px #3336;
  margin-top: 2rem;
}

.btn-contact-us:hover {
  background: #4081f7;
  border: 2px solid #4081f7;
  color: #fff;
}

.form-control:focus{
  border-color: #4081f7;
  box-shadow: 0 0 0 0.2rem rgb(182 121 95 / 25%);
}

.map-parent iframe {
margin-top: 3rem;
margin-bottom: -7px;
}

@media(max-width:768px){
  .contact-section {
    margin-top: 4rem;
}
.contact-main-grid{
  display: block;
  width: 100%;

}
.contact-grid-content{
  width: 100%;
}

.contact-social-links i.fab.fa-facebook-f {
  padding: 12px 42px 12px 14px;
}

.contact-social-links i.fab.fa-facebook-f, 
.contact-social-links i.fab.fa-twitter, 
.contact-social-links i.fa-instagram,
.contact-social-links i.fab.fa-linkedin-in {
margin-bottom: 2rem;
}

.contact-grid-content.bg{
  padding: 20px;
}
}

@media(max-width:600px){
  .btn-contact-us{
    width: 60%;
  }
}

@media(max-width:425px){
  .contact-grid-block {
    padding: 1rem;
}
  .btn-contact-us {
    width: 90%;
}
.contact-grid-content.bg{
  padding: 10px;
}
  .form-grid-wrapper{
    display: block;
  }

  .form-group.contact-form-group{
    width: 100%;
  }
}
@media(max-width:379px){
  .contact-social-links i.fab.fa-facebook-f {
    padding: 12px 15px 12px 14px;
}
}

/*CONTACT US PAGE CSS ENDS*/

/*Privacy Policy Page*/

.privacy-section{
  font-family: 'arvo-r';
  text-align: left;
  color: #333;
  margin: 5rem auto;
}

.privacy-section p span{
  font-weight: 900;
}


.privacy-section ul,
.privacy-section ol{
  margin-left: 3rem;
}

.privacy-section ul li,
.privacy-section ol li{
  margin-bottom: 1em;
}

.privacy-section ul li a,
.privacy-section p a{
  color:#4081f7 !important ;
}

.privacy-section ul li a:hover,
.privacy-section p a:hover{
  text-decoration: underline !important;
}

.privacy-section h5{
  margin: 3rem auto;
}
/*Privacy Policy Page ENDS*/

/*404 page*/
.page-not-found-wrapper{
  background: linear-gradient(to bottom right, #30065b, #7b2caf);
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  color: #fff;
  font-family: 'helvetica-b';
}

.page-not-found-wrapper img{
  width: 50%;
}

.page-not-found-wrapper p a{
  background: #4081f7 !important;
  color: #fff !important;
  padding: .7rem 2.5rem;
  margin-left: 1rem;
}

.page-not-found-wrapper p a:hover{
  background: #fff !important;
  color: #4081f7 !important;
}

@media(max-width:768px){
  .page-not-found-wrapper img {
    width: 100%;
}
}

@media(max-width:425px){
  .page-not-found-wrapper p{
    margin-top: 1rem;
  }
}

/*404 page ENDS*/

/*Search results page*/
.page-header.alignwide.search-results,
.page-header.alignwide.no-res{
  padding: 16rem 0 2rem 0;
  background:#30065b;
  color: #fff;
  font-family: 'helvetica-b';
}

.search-result-count.default-max-width{
  font-family: 'arvo-r';
  margin-top: 5rem;
  color: #333;
  font-size: 1.5rem;
}

.entry-title.default-max-width a{
  color: #4081f7 !important;
  font-family: 'arvo-r' !important;
  font-size: 1.5rem;

}

.entry-title.default-max-width a:hover{
  text-decoration: underline !important;
}

.search-results-links{
  margin-bottom: 5rem;
}

.sorry-no-res{
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: 'arvo-r' !important;
  color: #333;
}
/*Search results page ENDS*/

/*Ninja form CSS*/
.nf-form-fields-required{
  display: none;
}

.nf-form-content textarea.ninja-forms-field{
  height: 130px !important;
}

.nf-form-content input:not([type=button]),
.nf-form-content textarea.ninja-forms-field{
  font-family:'arvo-r' !important;
  color: #635e5e !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #333 !important;
  border-radius: 0px !important;
}

.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea.ninja-forms-field:focus{
  box-shadow: none !important;
}

.nf-form-content input[type=button] {
  background-color: transparent !important;
  color: #4081f7 !important;
  text-align: center !important;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  border: 2px solid #4081f7 !important;
  font-family:'helvetica-b' !important;
  box-shadow: 5px 4px 10px #3336 !important;
  margin:auto !important;
}

.nf-form-content input[type=button]:hover {
  background: #4081f7 !important;
  border: 2px solid #4081f7 !important;
  color: #fff !important;
}

.nf-field-element{
  text-align: center;
}

#nf-form-3-cont nf-fields-wrap{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  column-gap: 1rem !important;
  justify-content: center !important;
}

#nf-form-3-cont nf-field{
  width: 47% !important;
}

#nf-form-3-cont nf-field:nth-of-type(5){
  width: 100% !important;
}

#nf-form-4-cont nf-fields-wrap {
  display: flex !important;
  flex-direction: row !important;
  column-gap: 10px !important;
  align-items: center !important;
}

#nf-form-4-cont .nf-form-content input[type=button] {
  background-color: transparent !important;
  color: #fff !important;
  text-align: center !important;
  padding: 5px 30px !important;
  border-radius: 0px !important;
  border: 2px solid #fff !important;
  font-family:'helvetica-b' !important;
  margin: 2rem auto 2rem 0rem !important;
}

#nf-form-4-cont .nf-form-content input[type=button]:hover {
  background: #4081f7 !important;
  border: 2px solid #4081f7 !important;
  color: #fff !important;
}

.nf-response-msg{
  color: green !important;
  font-family:'arvo-b' !important;
}

@media(max-width:600px){
  #nf-form-3-cont nf-field {
    width: 100% !important;
}
}

/*Ninja Form CSS ENDS*/

/*Custom app development page CSS*/
.semicircle-infographic.mobile-app .semi-circle-container{
  min-width: 705px;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(1){
  left: 24%;
  top: 8%;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(2) {
  left: 40%;
  top: 23%;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(3) {
  left: 48%;
  top: 40%;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(4) {
  left: 61%;
  top: 58%;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(5) {
  left: 55%;
  top: 75%;
}

.semicircle-infographic.mobile-app .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(6) {
  left: 28%;
  top: 92%;
}

.semicircle-infographic.web-development .semi-circle-container{
  min-width: 515px;
}

.semicircle-infographic.web-development .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(1) {
  left: 36%;
  top: 8%;
}

.semicircle-infographic.web-development .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(4) {
  left: 62%;
  top: 58%;
}

.semicircle-infographic.web-development .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(6) {
  left: 46%;
  top: 92%;
}

@media (max-width: 768px) {
  .semicircle-infographic.mobile-app,
  .semicircle-infographic.web-development {
    transform: scale(0.7);
  }
}

@media (max-width: 320px) {
  .semicircle-infographic.mobile-app,
  .semicircle-infographic.web-development {
    transform: scale(0.4);
  }
  .features-section {
    margin-top: -10rem;
    margin-bottom: -11rem;
}
}
/*Custom app development page CSS ENDS*/

/*Industries page CSS*/
.semicircle-infographic.tea-industry .semi-circle-container{
  min-width: 650px;
}

.semicircle-infographic.tea-industry .semi-circle-container .semi-circle{
  height: 800px;
}

.semicircle-infographic.tea-industry .feature h5 {
  font-size: 1rem;
}

.semicircle-infographic.tea-industry .inner-circle{
  font-size: 2rem;
}

.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(1) {
  left: 33%;
  top: 6%;
}

.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(2) {
  left: 37%;
  top: 15%;
}

.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(3) {
  left: 55%;
  top: 24.5%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(4) {
  left: 64%;
  top: 34%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(5) {
  left: 60%;
  top: 45%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(6) {
  left: 58%;
  top: 56%;
}

.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(7) {
  left: 60%;
  top: 66%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(8) {
  left: 54%;
  top: 76%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(9) {
  left: 48%;
  top: 85.5%;
}
.semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(10) {
  left: 33%;
  top: 95%;
}

.semicircle-infographic.apparel-industry .semi-circle-container{
  min-width: 840px;
}

.semicircle-infographic.apparel-industry .semi-circle-container .semi-circle{
  height: 730px;
}

.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(1) {
  left: 32%;
  top: 5%;
}

.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(2) {
  left: 50%;
  top: 18%;
}

.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(3) {
  left: 63%;
  top: 31%;
}
.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(4) {
  left: 61%;
  top: 44%;
}
.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(5) {
  left: 47%;
  top: 57%;
}
.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(6) {
  left: 61%;
  top: 70%;
}

.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(7) {
  left: 35%;
  top: 82%;
}
.semicircle-infographic.apparel-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(8) {
  left: 25%;
  top: 94%;
}

@media(max-width:768px){
  .semicircle-infographic.tea-industry {
    transform: scale(0.6);
  }
  .semicircle-infographic.apparel-industry {
    transform: scale(0.6);
  }
  #infinite .highway-barrier ul.highway-lane li.highway-car img {
    width: 67%;
  }
}

@media(max-width:500px){
  .features-section {
    margin-top: -10rem;
    margin-bottom: -11rem;
  }
  .semicircle-infographic.tea-industry {
    transform: scale(0.4);
  }
  .semicircle-infographic.apparel-industry {
    transform: scale(0.4);
  }
  #infinite .highway-barrier ul.highway-lane li.highway-car img {
    width: 60%;
  }
}

@media(max-width:425px){
  .semicircle-infographic.apparel-industry {
    transform: scale(0.3);
  } 
  .process-name{
    height: 4rem;
  }
  .semicircle-infographic.tea-industry .semi-circle-container .inner-circle-container .inner-circle-wrapper:nth-of-type(10) {
    left: 37%;
    top: 95%;
  }
  #infinite .highway-barrier ul.highway-lane li.highway-car img {
    width: 40%;
  }
}
/*Industries page CSS ENDS*/