@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Montserrat:wght@800&display=swap');

/*
main #61942E green
secordary #F47D24 orange
*/
html{
  scroll-behavior: smooth;
}
.hero-heading{
  line-height: 1 !important;
}
.navbar-brand img:hover{
  transform: rotateY(360deg);
}
.underline-green{
  border-bottom: 5px;
  border-bottom-style: solid;
  border-color: #61942E;
  color: #61942E;
}
.underline-orange{
  border-bottom: 5px;
  border-bottom-style: solid;
  border-color: #F47D24;
  color: #F47D24;
}
.margin-section{
  margin-top: 30px;
}
.animate-p{
  display: block; opacity: 0;
  animation: reveal .5s forwards var(--delay);
}
@keyframes reveal {
  from { translate: 0 20px; }
  to { translate: none; opacity: 1; }
}

.parallax-image {
  background: url('../images/backgrounds/hero-bg.png') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 52em;
}
.parallax-image2 {
  background: url('../images/parallax/parallax2.svg') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 20em;
}
.parallax-soc {
  background: url('../images/backgrounds/socbg.png') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 40em;
}
.parallax-projects {
  background: url('../images/backgrounds/projectsbg.png') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 44em;
}
.parallax-services {
  background: url('../images/backgrounds/socbg.jpg') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 44em;
}
.parallax-content {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: 100%;
}
/* button */
.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #F47D24, #F7463A, #61942E, #07085D );
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #F47D24;
  background: #F47D24;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #61942E;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
/* services */
.container {
  max-width: 1320px;
}
section {
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
  .quicktrack-features{
    margin-right: 5px;
    margin-left: 5px;
  }
  .quick-features{
    height: auto !important;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 30px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #ff7300;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

/* Button Style */
/*
main #61942E green
secordary #F47D24 orange
*/
.btn-more{
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #61942E;
  background: white;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #61942E;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  color: #F47D24;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}


.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

/*
#61942E
#F47D24
*/
.data-center-img {
  border-style: solid;
  border-color: #61942E;
  border-width: 5px;
  border-radius: 20px;
}
  
.image-holder{
  margin: auto;
  width: 100px;
  height: 100px;
}
.timeline-image{
  margin-left: 5px;
  margin-top: 5px;
  padding: 10px;
  width: 80px;
  height: 80px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #61942E;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 47%;
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-badge {
  color: #61942E;
  width: 20px;
  height: 20px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/*
main #61942E green
secordary #F47D24 orange
*/
.timeline-badge.simple {
  background-color: #61942E !important;
}
.timeline-badge.via {
  background-color: #F47D24 !important;
}
.simple{
  color: #61942E;
}
.via{
  color: #F47D24;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  text-align: center;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.chevron-down{
  width: 30px;
  height: 30px;
  animation: blink 1s linear infinite;
}

@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
  }


.simple h4{
  color: #61942E;
}
.via h4{
  color: #F47D24;
}

.box{
  cursor:pointer;
}
.box-title{
  background-color: #61942E;
}


.checklist-manpower {
  width: 100%;
  padding: 50px 0;
  margin: 50px -20px;
  position: relative;
  overflow: hidden;
}

.checklist-manpower:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #F47D24;
  z-index: 1
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #F47D24;
  background: #F47D24;
  margin-top: 10px;
  z-index: 0;
  text-align:center;
  position: relative;
  left:4px;
}

.manpower-content {
  width: 95%;
  padding: 0 15px;
  color: #323232
}


.checklist-manpower:before {
    left: 19px;
    width: 2px;
}
.timeline-block {
    width: 100%;
    margin-bottom: 30px;
}
.timeline-block-right {
    float: none;
}

.timeline-block-left {
    float: none;
    direction: ltr;
}
.manpower-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.why-choose-us{
  margin-top: 13%;
  padding: 14px;
}

.collage-container {
  display: flex;
  cursor: pointer;
}

figure {
  position: relative;
  margin: 5px;
  padding: 0;
}

.partners-content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.partners-content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.partners-content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.partners-content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #F47D24;
  font-weight: 500;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.rfid-logos img{
  height: 40%;
  width: 40%;
  padding: 10px;
  border: #61942E;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
}
.rfid-logos .description{
  margin-top: 10px;
}
.fa-arrow-up{
  color: #61942E;
}
.pillars img{
  width: 50px;
}
.rocketcyber{
  background-color: #323232;
  padding-top: 10px;
  border-radius: 1em;
}
.text-primary{
  color: #61942E;
}
.text-secondary{
  color: #F47D24;
}
.danda{
  background: rgb(195,143,39);
  background: linear-gradient(43deg, rgba(195,143,39,1) 0%, rgba(82,93,49,1) 14%, rgba(19,34,54,1) 87%, rgba(66,175,157,1) 100%);
}
.soc-feature{
  background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) ) ;
  border-radius: 2px;
  min-height: 45vh;
  max-height: 45vh;
}

.parallax-sad {
  background: rgb(195,143,39) no repeat fixed;
  background: linear-gradient(43deg, rgba(195,143,39,1) 0%, rgba(82,93,49,1) 14%, rgba(19,34,54,1) 87%, rgba(66,175,157,1) 100%) repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 5em;
}

.parallax-gradient {
  background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) ), url('../images/backgrounds/soc-pattern.jpg') no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 53em;
}
.brand-slider {
  height: 100px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: white;
}
.brand-slider::before,
.brand-slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.brand-slider::before{
  left:0;
  top:0;
}
.brand-slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.brand-slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}
.brand-slide {
  padding: 4px;
  height: 90px;
  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.brand-slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-40px * 30));
  }
}
@media screen and (max-width: 768px) {
  .partner-list{
    margin-top: 4em;
  }
  .brand-slide-track {
    height: 5em;
  }

  .brand-slide-track2 {
    height: calc(40px * 15);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-40px * 30));
    }
  }
}


footer
{
    position: relative;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(16, 16, 17, 0.781), rgba(22, 14, 20, 0.603)), url('../images/footer-backdrop.jpg');
    background-size: cover;
    background-position-y: 10%;
    min-height: 100px;
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .social_icon,
footer .menu
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li
{
    list-style: none;
}

footer .social_icon li a
{
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover
{
    transform: translateY(-10px);
}

footer .menu li a
{
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover
{
    opacity: 1;
}

footer p
{
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer .wave
{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave3.png);
    background-size: 1000px 100px;
}

footer .wave#wave1
{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}
footer .wave#wave2
{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3
{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}
footer .wave#wave4
{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave
{
    0%
    {
        background-position-x: 1000px;
    }
    100%
    {
        background-position-x: 0px;
    }
}

@keyframes animateWave_02
{
    0%
    {
        background-position-x: 0px;
    }
    100%
    {
        background-position-x: 1000px;
    }
}


.overview{
  column-count: 2;
  list-style: none;
  margin: auto;
  padding: 2em;
}
.overview li{
  margin-bottom: 1em;
}
.overview li::before{
  content: "\2022";  
  color: #61942E; 
  font-size: 30px;
  display: inline-block; 
  width: 1em; 
}
#our-partners{
  margin-left: -80px;
}
@media screen and (max-width: 600px) {
  #hero-img-index {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  #who-we-are{
    margin-left: 30px;
  }
  #our-partners{
    margin:20px;
  }
  .partner-logo{
    width: 30px !important;
  }
  .overview-img{
    height: 200px;
  }
  .section-whoweare{
    height: 70em;
    transform:skewY(6deg)
  }
}

.partner-logo{
  width: 75px;
  margin: 20px;
}
.partner-list{
  display: inline-block !important;
  margin-left: 10px;
}
.overview-img{
  
  background: url("../images/overview.png") ;
  background-size:     cover;                    
  background-repeat:   no-repeat;
  background-position: center ;
  background-size: 75%;
}
body .testimonial {
  padding: 100px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}
.triangle {
  background: #F47D24;
  height: 50vh;
}

.triangle::before {
  content: '';
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #2c3e50 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
/* Scroll Design */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #62A34B #B8C0C2;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:hover {
  background-color: #F47D24;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #61942E;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}
.section-who{
  min-width: 100%;
	background-image: url(../images/backgrounds/whoweare.jpg) ;
  z-index: -1;
  background-position: center;
  position: inherit;
}
.section-whoweare{
  position: absolute;
  min-width: 100%;
	background-image: url(../images/backgrounds/whoweare.jpg) ;
  background-position: center;
	color: #ffffff;
	text-align: center;
  transform-origin: top right;
  transform:skewY(1deg);
  margin-top: -15em;
  z-index: -1;
}
.section-whoweare::after{
  position: absolute;
  height: 80vh;
  content: '';
  background: inherit;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transform-origin: top left;
  transform:skewY(2deg);
}
.whoweare-content{
  margin-left: 3em;
}
.divider{
  margin-top: -60px;
  fill: white;
  background-color: #F3F5FA;
}
.section-services{
  position: relative;
  margin-top: -31vh;
}
.btn-prm{
  border: #62A34B !important;
  background-color: #62A34B;
  border-style: solid !important;
  border-width: 1px !important;
  padding: 15px !important;
  color: white;
}
.btn-prm:hover{
  border: #62A34B;
  background-color: white;
  color: #62A34B;

}
.btn-sdr{
  border: #F47D24 !important;
  background-color: #F47D24;
  border-style: solid !important;
  border-width: 1px !important;
  padding: 15px !important;
  color: rgb(255, 255, 255) !important;
}
.btn-sdr:hover{
  border: #F47D24;
  background-color: white;
  color: #F47D24;
}
.btn-sdr-transparent{
  border: #ffffff;
  border-style: solid !important;
  border-width: 5px !important;
  padding: 15px !important;
  color: rgb(255, 255, 255) !important;
}
.btn-sdr-transparent:hover{
  border: #62A34B;
  background-color: #62a34b88;
}
.dots-overlay{
  --circle_w: 2px;
  --circle_color: rgb(66, 66, 66);
  --bg_color: transparent;
  --m_bet_circle: 2px;
  --A: calc(var(--circle_w) + var(--m_bet_circle));
  --B: calc(var(--circle_w) / 2);
  background: 0 0/var(--A) var(--A) radial-gradient(circle at center, var(--circle_color) var(--B), var(--bg_color) var(--B)), center/cover url(../images/backgrounds/hero-bg.png) no-repeat;
}
.box-service{
  height: 22em !important;
}
.quicktrack-appsimg{
  height: 28vh;
  width: 100%;
}
.whatisquick{
  height: 200px !important;
}
.cashless-appsimg{
  width: 20vh;
  transition: all 0.5s ease;
  justify-content: center;
  
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cashless-appsimg:hover{
  width: 23vh;

}
.cashless-benefit{
  padding: 20px;
  border-radius: 30px;
background: #ffffff;
box-shadow:  10px 10px 31px #bfbfbf,
             -10px -10px 31px #ffffff;
  padding: 15px; 
  height: 45vh;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* def */
.rnd {
  color:#002bff;
}
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#00ffd5;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #61942E;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #61942E;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#48ff00;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #61942E;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item {
    color:#F47D24;
    margin-bottom: 25px;
    font-size: large;
} 
.item span{
  margin-bottom: 20px;
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.img-wrapper {  
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}
.inner-img-in {
  transition: 0.3s;
  transform: scale(0.9);
}

.inner-img-in:hover {
  transform: scale(0.7);
}

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}
.section-solutions-bk{

  
  background: linear-gradient( #184d92e0, #131615af), url('../images/services/consultancy.jpg');
}
.section-solutions{
  background: linear-gradient( #16300da6, #1d201cc7), url('../images/services/consultancy.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-managed{
  background: linear-gradient( #131615d7, #00000091), url('../images/services/datacenter.jpg') fixed no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.service-heading h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.service-heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #62A34B;
}
.service-heading h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #62A34B;
}
.services-development img{
  width: 20%;
  margin: auto;
  display: block;
}
.card-services img{
  height: 20em !important;
}
.card-services{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 65vh;
}
.card-loyalty img{
  width: 25%;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.card-loyalty img:hover{
  scale: 1.1;
}
.card-loyalty{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  min-height: 47vh;
}
.card-loyalty .card-body h5{
  color: #F47D24;
}
.card-services .card-body h5{
  color: #F47D24;
}
.areas-expertise{
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: #000;
}
.btn-via{
  background-color: #F47D24;
  padding: 20px;
  border-color: #F47D24;
  border-radius: 1px;
}
.btn-via:hover{
  background-color: #cc691d;
  padding: 20px;
  border-color: #cc691d;
  border-radius: 1px;
}
.card-projects{
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav-footer {
  list-style-type: none;
}
.nav-footer li a{
  text-decoration: underline;
  color: #F47D24;
  margin-bottom: 0.7vh;
}
.nav-footer li i, .contact-footer li i{
  margin-right: 1vh;
}
.nav-footer li a:hover{
  color: #62A34B;
}
.contact-footer li{
  margin-bottom: 0.7vh;
}
footer a:last-child{
  color: white;
}
.footer-logo img{
  width: 20vh;
}
.col-spacer{
  margin-left: 10px;
}
.col-spacer-2{
  margin-left: 30px;
}
.fa-square{
  color: #F47D24;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.card-img-{
  background-image: url(../images/services/professional.jpg);
  background-size:cover;
  background-repeat:  no-repeat;
  background-position: -120px;

}
.company{
  color: #62A34B;
  position: relative;
}
.company::after{
  bottom: 0;
  color: #F47D24;
  content: 'A';
  position: absolute;
  transform: translate(0, 0);
}
.box-handler{
  border-width: 1px;
  border-radius: 20px;
  border-style: double;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: white;
}
.item{
  min-height: 50vh !important;
}
.card-horizontal-projects{
  flex-direction: row !important;
  margin: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.card-horizontal-projects img{
  width: 40%;
  max-height: 30vh;
  object-fit: cover;
  margin-left: -20px;
}
.card-list li{
  margin-left: 15px;
  margin-bottom: 10px;
}
.fa-circle-chevron-right{
  color: #F47D24;
  margin-right: 6px;
}
.card-benefits, .card-soc{
  padding: 20px;
  min-height: 35vh;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.card-benefits img{
  margin-left: 33%;
  margin-bottom: 10px;
}
.card-img-quicktrack{
  height: 30vh;
  object-fit: cover;
}
.card-quicktrack{
  min-height: 60vh;
}
.card-soc img{
  margin-bottom: 10px;
}
.list-challenges li{
  margin-bottom: 15px;
}
.list-schuler{
  list-style: none;
}
.list-schuler i{
  margin-left: 20px;
  margin-right: 20px;
  color: #61942E;
}
.img-challenges{
  background-image: url(../images/quicktrack/warehouse.jpg);
  background-size:cover;
  background-repeat:  no-repeat;
  background-position: 10px;
}