/*============================================ 
Graafeio
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area

/* 
=========================
=========================
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');




.sulphur-point-light {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 20px 0;
}

.sulphur-point-regular {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
}

.sulphur-point-bold {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0;
}



:root {
  --body-font: "Roboto", sans-serif;
  --body-alt-font: "Manrope", sans-serif;
  --body-color: rgb(255, 255, 255);
  --section-bg: #7569DE;
  --hover-color: #FF7300;
  --gray-color: #ACACAC;
  --gray-dark-color: #444444;
  --dark-bg: #1F1F1F;
  --dark-text: #000000;
  --orange-color: #FF7300;
  --yellow-color: #FBC22A;
  --light-orange-bg: #FFF0E3;
  --parg-color: #8D8D8D;
  --sub-head:#444444;
  --shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--body-alt-font);
  color: #7569de;
  font-weight: 700;
  text-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--body-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--body-color);
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 25px;
  border: 1px solid #e2e2ea;
  color: #7569de;
  width: 100%;
  font-family: var(--body-font);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  font-size: 15px
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}











.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_img {
  background-position: center;
  background-size: cover;
}

.d-grid {
  display: grid !important;
}

.button-group {
  display: inline-flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

.b-none {
  border: none !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  box-shadow: none;
}

p,
span,
li {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  color: #4a507e;
  line-height: 20px;
}

.section-header {
  margin-top: -15px;
  margin-bottom: 55px;
}

.xxlr {
  font-size: 24px;
  line-height: 33.6px;
}

.xlr {
  font-size: 20px;
  line-height: 28px;
}

.lgr {
  font-size: 18px;
  line-height: 25.5px;
}

.mdr {
  font-size: 16px;
  line-height: 22.4px;
}

.smr {
  font-size: 14px;
  line-height: 19.6px;
}

.z-1 {
  z-index: 1;
}

.pt-120 {
  padding-top: 120px;
}



*::-webkit-scrollbar-track {
  background: #7569DE;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #000;
}



h1,
h1 span{
  font-size: 48px;
  /* text-transform: capitalize; */
  font-weight: 800;
  line-height: 50px;
  color: var(--gray-dark-color);
  margin: 0 0 10px;
  position: relative;

}
h1 span{
  color:var(--orange-color); 
}
h1 span::before{
  content: '';
  position: absolute;
  bottom:  -6px;
  /* background: url(../img/icons/border-wave.png) no-repeat; */
  width: 192px;
  height: 9px;
  z-index: 0;
}
h1.small-wave span{
  font-size: 48px;
  /* text-transform: capitalize; */
  font-weight: 800;
  line-height: 50px;
  color: var(--gray-dark-color);
  margin: 0 0 10px;
  position: relative;

}
h1.small-wave span{
  color:var(--orange-color); 
}
h1.small-wave span::before{
  content: '';
  position: absolute;
  bottom: -6px;
  /* background: url(../img/icons/border-wave-small.png) no-repeat; */
  width: 68px;
  height: 9px;
  z-index: 0;
  display: none;
}



h1.medium-wave span{
  font-size: 48px;
  /* text-transform: capitalize; */
  font-weight: 800;
  line-height: 50px;
  color: var(--gray-dark-color);
  margin: 0 0 10px;
  position: relative;

}
h1.medium-wave span{
  color:var(--orange-color); 
}
h1.medium-wave span::before{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 20px;
  /* background: url(../img/icons/border-wave-small.png) no-repeat; */
  width: 91px;
  height: 9px;
  z-index: 0;
}


p{
  color: var(--parg-color); font-size: 15px; line-height: 22px;
}

section{
  padding: 50px 0;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ccc;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #252525;
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: var(--body-color);
}

.scrollToTop:hover {
  color: var(--body-color);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../img/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #f8f8f7;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}



button::-moz-focus-inner {
  padding: 0;
  border: 0
}


.clearfix:after,.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.graafeio-bg-lazyload {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.graafeio-bg-lazyloaded {
  opacity: 1
}

.graafeio-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}



.graafeio-section {
  position: relative;
  width: 100%;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.graafeio-section-background,.graafeio-section-background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graafeio-section-background-wrap {

  z-index:0;
  overflow:hidden;
}
.graafeio-section-background-wrap  video{
 width: 100%;
}

.graafeio-section-pad {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.graafeio-frame .graafeio-section {
  border-style: solid!important
}

.graafeio-section.graafeio-bg-overlay,.graafeio-section.graafeio-parallax,.graafeio-section.graafeio-video-section {
  overflow: hidden
}

.graafeio-section.graafeio-fullscreen {
  height: 100vh; border: 0;
}

.graafeio-section-offset-wrap {
  position: relative;
  z-index: 2
}

.graafeio-bg-video,.graafeio-col-overlay-link,
.graafeio-overlay,.graafeio-parallax-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.graafeio-parallax-element {
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover
}

.graafeio-parallax-element-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0
}

.graafeio-fullscreen {
  height: 100vh;
}

.graafeio-fullscreen-wrap {
  height: 100%
}

.graafeio-custom-height-wrap,.graafeio-fullscreen-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.graafeio-bg-video {
  -o-object-fit: cover;
  object-fit: cover
}

.graafeio-shape-divider {
  position: relative;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  pointer-events: none
}

.graafeio-shape-divider svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

.graafeio-invert-divider svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.graafeio-flip-divider svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.graafeio-invert-divider.graafeio-flip-divider svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.graafeio-shape-over {
  position: absolute;
  width: 100%;
  left: 0
}

.graafeio-top-divider {
  top: 0
}

.graafeio-bottom-divider {
  bottom: 0
}

.graafeio-left-divider {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0
}

.graafeio-right-divider {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0
}

.graafeio-fullscreen .graafeio-shape-divider,.graafeio-section-custom-height .graafeio-shape-divider {
  position: absolute;
  width: 100%;
  left: 0
}

.graafeio-shape-divider.graafeio-right-divider {
  left: auto
}


.graafeio-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto
}


.graafeio-column {
  padding: 0 25px;
  margin: 0 0 50px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.graafeio-video-section>.graafeio-column-inner {
  overflow: hidden
}

.graafeio-zero-margin>.graafeio-row>.graafeio-column {
  margin-bottom: 0
}

.graafeio-reg-cols>.graafeio-row>.graafeio-column-align-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.graafeio-reg-cols>.graafeio-row>.graafeio-column-align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.graafeio-reg-cols>.graafeio-row>.graafeio-column-align-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.graafeio-eq-cols>.graafeio-row>.graafeio-column {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.graafeio-column-inner {
  width: 100%;
  position: relative;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  -o-transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease
}

.graafeio-column-inner.is_stuck {
  z-index: 9999
}

.graafeio-column-pad-wrap {
  width: 100%
}

.graafeio-eq-cols>.graafeio-row>.graafeio-column>.graafeio-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.graafeio-eq-cols>.graafeio-row>.graafeio-column-align-middle>.graafeio-column-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.graafeio-eq-cols>.graafeio-row>.graafeio-column-align-top>.graafeio-column-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.graafeio-eq-cols>.graafeio-row>.graafeio-column-align-bottom>.graafeio-column-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.graafeio-no-gutter>.graafeio-row>.graafeio-column {
  padding: 0
}

.graafeio-tiny-gutter>.graafeio-row>.graafeio-column {
  padding: 0 5px
}

.graafeio-small-gutter>.graafeio-row>.graafeio-column {
  padding: 0 10px
}

.graafeio-medium-gutter>.graafeio-row>.graafeio-column {
  padding: 0 25px
}

.graafeio-large-gutter>.graafeio-row>.graafeio-column {
  padding: 0 35px
}

.graafeio-row-one-col>.graafeio-column {
  padding: 0
}

.graafeio-one-col {
  width: 100%;
  padding: 0!important
}

.graafeio-one-third {
  width: 33.33%
}

.graafeio-one-fourth {
  width: 25%
}

.graafeio-one-fifth {
  width: 20%
}

.graafeio-one-half {
  width: 50%
}

.graafeio-two-third {
  width: 66.67%
}

.graafeio-three-fourth {
  width: 75%
}

.graafeio-col-overlay-link {
  z-index: 2;
  cursor: pointer
}

.graafeio-column-parallax {
  overflow: initial
}

.graafeio-column-pad-wrap {
  position: relative;
  z-index: 2
}

.graafeio-column-bg-image-wrap {
  z-index: 0;
  overflow: hidden
}

.graafeio-column-bg-image,.graafeio-column-bg-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}


.graafeio-clearfix:after,.graafeio-clearfix:before {
  /* content:" "; */
  /* display:table; */
}

.graafeio-clearfix:after {
  clear: both
}

.graafeio-single-image-inner {
  overflow: hidden
}

.entry-content {
  width: 100%!important
}

.graafeio-forms-save .graafeio-form-status {
  margin: 15px 0
}

.graafeio-forms-save .graafeio-form-status .graafeio-notification {
  padding-left: 15px;
  color: #fff
}



.graafeio-inline-text .body_1,.graafeio-inline-text .body_2 {
  display: inline-block
}

.graafeio-inline-text,.graafeio-text-block,.graafeio-text-block img,.graafeio-text-inner {
  margin-bottom: 30px
}

.graafeio-text-block-wrap {
  width: 100%;
  margin-bottom: 30px
}

.graafeio-inline-text-inner.graafeio-align-center,.graafeio-text-inner.graafeio-align-center {
  margin-left: auto;
  margin-right: auto
}

.graafeio-inline-text-inner.graafeio-align-right,.graafeio-text-inner.graafeio-align-right {
  margin-left: auto;
  margin-right: 0
}

.graafeio-column-image-zoom>div {
  overflow: hidden
}

.graafeio-column-image-zoom .graafeio-column-bg-image {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}

.graafeio-column-image-zoom .graafeio-column-inner:hover .graafeio-column-bg-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.graafeio-column-image-slow-zoom>div {
  overflow: hidden
}

.graafeio-column-image-slow-zoom .graafeio-column-bg-image {
  -webkit-transition: -webkit-transform 12s cubic-bezier(.23,1,.32,1);
  transition: -webkit-transform 12s cubic-bezier(.23,1,.32,1);
  -o-transition: transform 12s cubic-bezier(.23,1,.32,1);
  transition: transform 12s cubic-bezier(.23,1,.32,1);
  transition: transform 12s cubic-bezier(.23,1,.32,1),-webkit-transform 12s cubic-bezier(.23,1,.32,1)
}

.graafeio-column-image-slow-zoom .graafeio-column-inner:hover .graafeio-column-bg-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.graafeio-column-effect-slideup>.graafeio-column-inner:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.graafeio-column-effect-scale>.graafeio-column-inner:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.graafeio-column-effect-tilt>div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.graafeio-column-effect-tilt .graafeio-column-pad-wrap {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}

.graafeio .graafeio-section-background {
  background-image: url(http://oshinewptheme.com/v44/wp-content/uploads/sites/52/2018/08/v44-oshine-00.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.graafeio .graafeio-bg-blur {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.graafeio .graafeio-section-pad {
  padding: 90px 0px 90px 0px;
}
.graafeio > .graafeio-bottom-divider {
  height: 150px;
  color: var(--dark-bg);
  z-index: 9999;
}
.graafeio > .graafeio-top-divider {
  z-index: 9999;
}
.graafeio .graafeio-section-overlay {
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: normal;
}
.graafeio .graafeio-fullscreen-wrap {
  align-items: center;
}

.graafeio-banner-thumb{
  z-index: 99999;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.section-dark-bg{
  background: var(--dark-bg);    padding: 30px;
  font-family: var(--body-alt-font);
}
.section-dark-bg small{
  color: var(--gray-color);  
}
.section-dark-bg p{
  color: var(--gray-color);  
  font-size: 16px;
    margin: 10px 0 0;
    padding: 0 100px;
}
.section-dark-bg h1{
  color: #fff;  font-size: 54px;  font-weight: 600;    line-height: 60px;
}
.section-dark-bg h1 span{
  color: var(--orange-color);  font-size: 50px;font-weight: 600;
}
.section-dark-bg h1 span::before{
  background: none; 
}
.btn-orange{
  padding: 12px 32px 12px 32px;
  border-radius: 8px;
  background: var(--orange-color);
  border: 0; font-weight: 700;
  color: #fff;
  border:1px solid var(--orange-color);
}
.btn-orange:hover{
  border:1px solid var(--orange-color);
  background: #fff;
}
.banner-section{
  padding: 0;
}



.trust-collaboration-success{
  margin: 0;
  padding: 80px 0 40px;
  position: relative;
}
.trust-collaboration-success  .collaboration-img{
  animation: jumpanimation 5s linear infinite;
}
.tcs-top{
  position: absolute;
  bottom: -25%;
  width: 100%;
  left: 0;
  height: 70%;
  z-index: -1;
}
.tcs-top svg{
  height: 70%;
  width: 100%;
}
.tcs-bottom{
  position: absolute;
  bottom: -90%;
  width: 100%;
  left: 0;
  /* height: 100%; */
  z-index: -1;
}
.tcs-bottom svg{
  height:auto;
  width: 100%;
}
.counter { padding: 20px 60px 20px 0; border-radius: 5px; }
.count-title { font-size: 32px; font-family: var(--body-alt-font);  margin-top: 10px; margin-bottom: 0; color: var(--orange-color); }
.count-title::after{ content: '+';}
.count-text { font-size: 15px;font-family: var(--body-alt-font); color: var(--gray-dark-color); font-weight: 600; }
.counter img{
  margin-bottom: 0;
}

.engagement-activities{
  background: var(--section-bg); position: relative;padding: 50px 0;
}
.engagement-activities p{
  color: #fff;
}

.engagement-activities .nav-link{
  color: #fff !important; font-size: 15px;    background: none;
  padding: 10px 0 4px 20px;
  text-align: left;
}
.engagement-activities .nav-link.active,
.engagement-activities .nav-link:hover {
  background: none;
  /* color: var(--orange-color) !important; */
}
.engagement-activities .nav-link::before{
  position: absolute;
    content: '.';
    font-size: 50px;
    left: 0;
    top: -6px;
}


.engagement-activities .nav{
display: block !important;
}

.engagement-activities .nav-link:focus, .engagement-activities .nav-link:hover{
  color: var(--orange-color) !important;
}

.engagement-activities .tab-content>.active img{
  border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px;
    border-radius: 50%;
}


.gallerySection{
  padding: 50px 0 100px; background: var(--dark-bg);
  position: relative;
}
.gallerySection .tcs-top{
  bottom: 90%;
  height: 25%;
}

.linkBtn{
  color: var(--orange-color)
}

.gallerySection li{
  font-size: 15px;
}
.gallerySection li button{
 background: none; color: var(--dark-bg);
}
.gallerySection li button.active{
   border-bottom: 2px solid var(--orange-color);
}

.gallerySection .nav-link:focus, .gallerySection .nav-link:hover{
  color: var(--orange-color) !important;
  
}



.gallerySection .tab-content{
background: #FFF1E6;
}


.main {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}
.column #size {
  margin-top: 8px;
  vertical-align: middle;
  width:100%;
  cursor:pointer;
}
.first-column-img .magnific-img img {
  opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray; 
  -webkit-filter: grayscale(100%); 
 }
 .first-column-img .magnific-img img:hover {
  transform: scale(1.1);
  transition: transform .2s;
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
 }
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
	transition: transform .2s;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	transition: transform .2s;
  }
}
.credits{
  margin-top:50px; 
  padding:20px;
  background:white;
  border-radius:5px;
  width:450px;
  text-align:center;
  color:gray;
}






.testimonial-reel {
  margin-bottom: 4rem !important;
  margin-top: 4rem; z-index: 999;
}
.testimonial-reel .box {
  position: relative;
  padding: 30px 0;
  background: #F5F2ED;
}
/* .testimonial-reel .box .image {
  margin: 0 auto ;
  text-align: center;
} */
.testimonial-reel .box .image img {
  height: 50px;
}
.testimonial-reel .box .test-component {
  background-color: #f5f2ed;
  padding: 1rem 2.5rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-reel .box .test-component p{
  color: var(--gray-dark-color);
  font-size: 15px;
  font-weight: 500;
}
.testimonial-reel .box .test-title {
  font-family: "Open Sans", sans-serif;
  color: var(--orange-color);
  margin-bottom: 15px;
}
.testi-name p{
  font-size: 15px !important;
    margin: 15px 0 0;
}
.testi-name small{
  font-size: 13px;
}
.testimonial-reel .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
  padding-left: 0;
  padding-right: 0;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}



.badge-high{ background: var(--section-bg); text-align: center; padding: 100px 0;}
.badge-high h3{
  color: #fff;font-style: italic;
}

.effectiveSec{
  padding: 100px 0;
  display: inline-block;
  width: 100%;
}

footer{
  background: var(--dark-bg);
  color: #fff;    padding: 50px 0 0;
}
footer p{
  font-size: 14px;
}

ul.footer-quicklink li a{
  font-size:14px ;
}
ul.footer-quicklink li a:hover{
  color: var(--hover-color);
}
.footer-quicklink{ margin: 0 0 0 auto;}
ul.footer-quicklink li {
 display:inline-block ;
 padding-right: 20px;
}
.footer-otherlink li a{
  font-size: 14px;margin: 0 0 5px;
  display: block;
}
.footer-otherlink li a:hover{
  color: var(--orange-color);
}
address{
  text-align: right;
}
address li a,
.footer-bottom li a{
   font-size: 14px;
}
address li a:hover,
.footer-bottom li a:hover{
  color: var(--orange-color);
}
/* .footer-bottom p{ color: var(--dark-bg);} */
.footer-bottom li{ display: flex;}
.footer-bottom { border-top:1px solid var(--orange-color);}
.footer-bottom p{
  color: #fff;
}
footer p a{ color: var(--orange-color);}

.logo{ height: 50px;}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--dark-bg);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--dark-bg);
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--hover-color);
}

.header-section .navbar {
  padding: 20px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0 20px;
  color: var(--body-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--hover-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: none;
  background-image: url(../img/icons/down-arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  margin-right: -8px;
  vertical-align: -4px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #7569de;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
  background: #554bb3;
  transition: 0.3s;
  color: var(--body-color);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a.active {
  background: #554bb3;
  transition: 0.3s;
  color: var(--body-color);
  line-height: 20px; font-size: 14px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu {
  width: 100vh;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .dropdown {
  column-count: 2;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 0;
}

.header-section .navbar .navbar-collapse .right-area .nice-select {
  background-color: transparent;
  padding-left: 5px;
  border: none;
  height: 35px;
}

.header-section .navbar .navbar-collapse .right-area .nice-select::after {
  position: absolute;
  content: '';
  background-image: url(../img/down_arrow.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  right: 12px;
  transition: all ease 0.3s;
  border: none;
  transform: rotate(0deg);
}

.header-section .navbar .navbar-collapse .right-area .nice-select span {
  color: var(--body-color);
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn {
  margin-left: 15px;
}

.cmn-btn.login {
  border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 15px;
}
.cmn-btn.login:hover{
  background-color:var(--orange-color);border: 1px solid var(--orange-color);
}

.header-section .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: #1F2340;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header-section .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}


.column a{
  overflow: hidden;
    display: block;
}


/* .video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
} */

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}


.testimonial-quote h3{
  font-size: 20px;
    font-style: italic;
    color: #000;
    font-weight: normal;
    margin: 20px 0 0;
}
.testimonial-quote h5{
  color: #000; margin-top: 10px;
}



@keyframes jumpanimation {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}



.inner-tcs-top {
  position: absolute;
  top: -200px;
  width: 100%;
  z-index: -1;
}

.what-we-do{
  margin: 0;
  padding: 80px 0 0;
  position: relative;
}

.graafeio-card{
  background: #fff;
  border-radius:10px ;
  padding: 10px;
  margin: 20px 0 20px 0;
  display: inline-block;
text-align: center;
}
.graafeio-card p{
color: var(--gray-dark-color);
padding: 5px 0 0;
}

.whyChoose-graafeio-card p{
  color: var(--dark-text);
  padding: 5px 0 0;
  margin: 0;
  font-family: var(--body-alt-font);
  font-size: 14px;
  }
.whyChoose-graafeio-card h4{
  color: var(--dark-text);
  padding: 5px 0 0;
  font-weight: 600;
  margin: 0;
  font-family: var(--body-alt-font);
  font-size: 16px;
  }

.graafeio-card img{
  transition: transform .2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.graafeio-card:hover img{
  transition: transform .2s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
/* .graafeio-card:hover p{
  padding: 15px 0 0;
} */


.what-we-do-bg{
  background: var(--section-bg); position: relative;padding: 30px 0 ;
}

.what-we-do-bg .tcs-bottom{
  bottom: -67%;
}


.our-approach-sec{
  margin: 100px 0;
  }

  .whyChooseSection{
    padding: 50px 0 100px; background: var(--dark-bg);
    position: relative;
  }
  .whyChooseSection .tcs-top{
    bottom: 90%;
    height: 25%;
  }
  .whyChooseSection h4{
    color: var(--orange-color); font-weight: normal; font-size: 24px; margin: 15px 0 0 ; line-height: 36px;
  }
  .whyChooseSection h4 div{
    color: var(--yellow-color);
  }
  .card-box-shadow{
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.22);
box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.22);
  }

  .whyChoose-graafeio-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    display: block;
    text-align: center;
}
.whyChoose-graafeio-card small{
  color: var(--gray-dark-color); font-size: 60%;
}

.slick-dots{
  bottom: -40px;
}
.slick-dots li button:before{
  font-size: 40px;
}


.meet-our-team{
  position: relative;
}

.meet-our-team::before{
  content: '';
  background: url(../img/what-we-do/meet-out-team-bg.png) no-repeat center center;
  width: 100%;
  height: 216px;
  position: absolute;
  z-index: -1;
  transform: translateY(10px);
  top: 50%;

}

.orange-text{ color: var(--orange-color) !important;}



.engagement-activities-bg{
  background: var(--section-bg); position: relative;padding: 30px 0 ;
}

.engagement-activities-bg h1{
  font-size: 32px;    line-height: 40px;margin: 0; color: #fff;
}
.engagement-activities-bg .main{
  padding: 0;
}



.img-gallery-magnific .column .magnific-img a{
  padding: 0 0 7px 0;
}
.img-gallery-magnific .column {
  flex: 33%;
  max-width: 33%;
  padding: 20px 4px;
}



 .engagement-activities-bg .tcs-bottom{
  position: absolute;
  bottom: -44%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.engagement-activities-bg .tcs-bottom svg{
  height:auto;
  width: 100%;
}

 @media screen and (max-width: 800px) {
  .img-gallery-magnific .column img{
    width: 100%;
  }
  .img-gallery-magnific .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
	transition: transform .2s;
  padding: 20px 4px 0;
  }
}
@media screen and (max-width: 600px) {
  .img-gallery-magnific .column img{
    width: 100%;
  }
  .img-gallery-magnific .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	transition: transform .2s;
  padding: 20px 4px 0;
  }
}


.engagement-activities-sec{
  margin: 100px 0 0;
  }
  .engagement-activities-sec h1{
    font-size: 32px;    line-height: 40px;margin: 0;
  }

  ul.hmeTags {
    margin: 20px 0 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
  }
  ul.hmeTags li {
    display: inline-block;
  }
  ul.hmeTags li a {
    background-color: none;
    margin-bottom: 10px;
    border: solid 1px #FFD8B8;
    line-height: 28px;
    padding: 0 20px;
    color: #444444;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 0.8rem;
    /* font-weight: 600; */
  }
  ul.hmeTags li a:hover {
    background-color: #FF7300;
    color: #fff;
    border: solid 1px #FF7300;
  }
  ul.hmeTags li a.active{
    background-color: #FF7300; color: #fff;
  }
  
  .engagement-activities-bottom{
    padding: 100px 0; background: var(--section-bg);
    position: relative; text-align: center;
  }

  .engagement-activities-bottom h4{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
  }

  .events-sec{
    margin: 0;
  }
  .events-sec h1{
    margin: 0;
  }
  .events-sec p{
    margin: 0 0 10px;
  }
  .events-sec h1 span{
    margin: 0; display: block;
  }
  .events-sec h1 span::before{
    background: none;
  }


  /* .events-list{
    padding: 100px 0 0;
  } */

  .event-view{
    padding: 15px;
    display: flex;
    flex-direction: column;
    background:#7569DE;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* min-height: 275px; */
    height: 100%;
  }
  .event-thumb{
    overflow: hidden;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    height: 100%
  }
  .event-view h3{
font-size: 18px; margin-bottom: 10px; color: #fff;
  }
  .event-view p{
    margin: 0 0 10px; color: #818181; font-size: 14px; line-height: 22px;
  }
  .event-view p b{
    color: #444444; 
  }
  .event-view p:last-child{
    margin: 0;
  }

  .event-view .event-content{
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%
  }
  .event-view .event-content p{
  padding: 10px 20px;
  font-weight: 500;
    color: #7569DE;
}
  .event-thumb img{
    transition: transform .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); width: 100%;
  }
  .event-thumb:hover img{
    transition: transform .2s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }


  
/*------------*/
.form-area {
  background-color: #7569DE;
  padding: 20px 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-area .form-inner {
  width: 100%; position: relative;
}
.form-area .form-inner label{
  color: #fff;
  text-align: left;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border:1px solid #FFF;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #444444;
  background-color: #FFF;
  border:1px solid var(--orange-color);
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
label {
  font-size: 15px; margin: 0 0 5px;
}
.intl-tel-input,
.iti{
width: 100%;
}

.contact-right h2{
  color: #000;
}
.contact-right p a{
  color: #444444; 
}
.contact-right p {
    padding: 0;
    display: block;
    margin: 0;
}

.contact-right ul{
  width: 300px;
}
.contact-right ul li{
  display: inline-block;
  padding: 0 0 10px;
}
.accordion-item{border:0 }
.accordion-flush .accordion-item .accordion-button {
  background: #fdf4ec;    margin: 0 0 10px;
}
.accordion-button:not(.collapsed){
  color: #FF7300;
}



.experiential h3{
  color:#444444; text-align: center; font-weight: 500; font-size: 24px;    line-height: 36px;
}




.main-gallery-page .column .magnific-img a{
  padding: 0 0 7px 0;
}
.main-gallery-page .column-gallery {

  padding: 0;
}


.main-gallery-page .column-gallery img {
  opacity: 1;
  filter:none ; width: 100%;
 }
 .main-gallery-page .column-gallery img:hover {
  transform: scale(1.1);
  transition: transform .2s;
  opacity: 0.9;
  filter: none;
  -webkit-filter: grayscale(0%);
 }
 /* @media screen and (max-width: 800px) {
  .main-gallery-page .column img{
    width: 100%;
  }
  .main-gallery-page .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
	transition: transform .2s;
  padding: 20px 4px 0;
  }
}
@media screen and (max-width: 600px) {
  .main-gallery-page .column img{
    width: 100%;
  }
  .main-gallery-page .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	transition: transform .2s;
  padding: 20px 4px 0;
  }
} */

.text-uppercase{
  text-transform: uppercase;
}


.event-sub-head{
  color: var(--parg-color); font-size: 24px; line-height: 36px;
}

.event-company{ margin: 50px 0;}

.event-company img{
  filter: grayscale(100%);
    opacity: 0.4;
    width: 130px;
}


.event-section{
  position: relative; background: #FF7300;padding: 30px 0;
}
.event-section .tcs-top{
  top: -35%;
  height:60%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.event-section .tcs-bottom{
  bottom: -24%;
  height: 25%;
}
.event-section p,
.event-section-2 p,
.event-section-3 p,
.event-section-yellow p,
.event-section-yellow-text p{
  margin-bottom: 15px; font-size: 16px; font-weight: normal;
}
.event-section h1,
.event-section-2 h1{
  font-weight: 700;
    font-size: 36px; margin: 0;
}

.event-section-2{
  padding: 150px 0 100px;
  
}
.event-section-2 h1{
  color: #7569DE;
}
.event-section-3{
  background: #7569DE;
}

.event-section-yellow-text{
  padding: 150px 0 100px;
}
.event-section-yellow-text h1{
  color: #FBC22A;
  font-weight: 700;
    font-size: 36px; margin: 0;
}

.event-section-yellow{
  padding: 50px 0;
  background: #FBC22A;
}
.event-section-yellow h1{
  font-weight: 700;
    font-size: 36px; margin: 0;
    color: var(--dark-bg) !important;
}
.event-section-yellow p{
  color: var(--dark-bg) !important;
}
.sub-head{
  color: var(--sub-head);line-height: 36px;    font-weight: 500;
}

.engagement-activities-sec-event{
  margin: 100px 0 0;
  }
  .engagement-activities-sec-event h1{
    color: #444444;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }


  .input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  
  .input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
  }
  
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
      }
  }
  


  
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 70%; 
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
  filter: grayscale(100%) brightness(10%) contrast(10%); 
}

.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}

.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}

.slick-list:focus {
 outline: none;
}

.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
}

.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before,
.slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}

.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}

.client-slider {
 padding-top: 0;
 padding-bottom: 0;
 display: flex;
}
.client-slider h2{
  color:#C6C6C6;font-size:18px
}
.client-slider .slick-track{
  display: flex !important;
    align-items: center;
}

.eng-list{
  margin: 30px 0 100px; padding: 0; width: 100%;
}
.eng-list li{
  margin: 5px 4px; display: inline-flex;
  
}
.eng-list li a{
  background: #FBC22A;
  padding: 10px 15px;
  border-bottom: 2px solid #C38E01;
  border-radius: 8px;
  color: #6F5100;
}
.eng-list li:nth-child(odd) a{
  background: #FBC22A;
  padding: 10px 15px;
  border-bottom: 2px solid #C38E01;
  border-radius: 8px;
  /* color: #6A3000; */
  color: #6F5100;
}
.eng-list li:nth-child(even) a{
  background: #FF7300;
  padding: 10px 15px;
  border-bottom: 2px solid #C1671D;
  border-radius: 8px;
  color: #6A3000;
}




  .our-valued-client{
    margin: 0;
  }
  /* .our-valued-client h1{
    margin: 0;
  } */
  .our-valued-client p{
    margin: 0 0 10px;
  }
  .our-valued-client h1 span{
    margin: 0; 
  }
  .our-valued-client h1 span::before{
    background: none;
  }


  .our-valued-client .client-slider, 
  .our-valued-client .client-slider-1, 
  .our-valued-client .client-slider-2 
  {
    padding-top:30px;
    padding-bottom: 0;
    display: flex;
   }
   .our-valued-client .client-slider h2,
   .our-valued-client .client-slider-1 h2,
   .our-valued-client .client-slider-2 h2
   {
     color:#363636;font-size:22px
   }
   .our-valued-client .client-slider .slick-track,
   .our-valued-client .client-slider-1 .slick-track,
   .our-valued-client .client-slider-2 .slick-track
   {
     display: flex !important;
       align-items: center;
   }

   #once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}
#once-popup .inner {
    /* background: #ffffff; */
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100vh;
    }
#once-popup #popup-close {
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 12px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  right: -20px;
    top: -10px;
  border-radius: 50px;
    }


    img{
      pointer-events: none;
    }

   
    .first-column-img .magnific-img:nth-child(1) img{
      width: 100%;
      height: 180px;
      object-fit: cover;
      opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray; 
  -webkit-filter: grayscale(100%); 
 
    }
    .first-column-img .magnific-img:nth-child(2) img{
      width: 100%;
      height: 360px;
      object-fit: cover;
      opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray; 
  -webkit-filter: grayscale(100%); 
    }
    .first-column-img .magnific-img:nth-child(3) img{
      width: 100%;
      height: 180px;
      object-fit: cover;
      opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray; 
  -webkit-filter: grayscale(100%); 
    }




    .second-column-img .magnific-img:nth-child(1) img{
      width: 100%;
      height: 366px;
      object-fit: cover;
      opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: rgb(34, 34, 34); 
  -webkit-filter: grayscale(100%); 
    }
    .second-column-img .magnific-img:nth-child(2) img{
      width: 100%;
      height: 366px;
      object-fit: cover;
      opacity: 0.9;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray; 
  -webkit-filter: grayscale(100%); 
    }




.main-gallery-page{
  display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.main-gallery-page .column .magnific-img a{
  padding: 0 0 7px 0;
}
.main-gallery-page .column {
  flex: 50%;
  max-width: 50%;
  padding: 20px 4px;
}
    
    
    .main-gallery-page .column img {
      opacity: 1;
      filter:none ;
     }
     .main-gallery-page .column img:hover {
      transform: scale(1.1);
      transition: transform .2s;
      opacity: 0.9;
      filter: none;
      -webkit-filter: grayscale(0%);
     }

     .main-gallery-page .column{
      flex: 50%;
    max-width: 50%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
     }
     .main-gallery-page  .magnific-img img{
      object-fit: cover  !important;

  filter: none !important; 
     }

     .main-gallery-page .first-column-img .magnific-img:nth-child(1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(2) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(3n) img{
      width: 100%;
      height: 510px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(3n+1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(4n+1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(5n+1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(6n) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .first-column-img .magnific-img:nth-child(6n+1) img{
      width: 100%;
      height: 250px;
     }


     .main-gallery-page .second-column{

    display: block;
     }

     .main-gallery-page .second-column .magnific-img:nth-child(1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(2) img{
      width: 100%;
      height: 250px;
     }
     /* .main-gallery-page .second-column .magnific-img:nth-child(3n+1) img{
      width: 100%;
      height: 510px;
     } */
     .main-gallery-page .second-column .magnific-img:nth-child(3n) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(4n) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(5n) img{
      width: 100%;
      height: 464px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(5n+1) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(6n) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page .second-column .magnific-img:nth-child(6n+1) img{
      width: 100%;
      height: 250px;
     }

     /* .main-gallery-page  .magnific-img:nth-child(-n+5) {
      width: 100%;
      height: 250px;
    } */

    /* .main-gallery-page  .magnific-img:nth-child(5){
      width: 100%;
     }
     .main-gallery-page  .magnific-img:nth-child(5) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page  .magnific-img:nth-child(6){
      width: 100%;;
     }
     .main-gallery-page  .magnific-img:nth-child(6) img{
      width: 100%;
      height: 250px;
     }
     .main-gallery-page  .magnific-img:nth-child(7){
      width: 50%;
     }
     .main-gallery-page  .magnific-img:nth-child(7) img{
      width: 100%;
      height: 250px;
     } */
     /* .main-gallery-page  .magnific-img:nth-child(8){
      width: 50%;
     }
     .main-gallery-page  .magnific-img:nth-child(8) img{
      width: 100%;
      height: 250px;
     } */



     .main-gallery-page .column .magnific-img a {
      padding: 4px;
    width: 100%;
    display: flex;
    gap: 10px;

  }
    

    .main-gallery-page .first-column-img .magnific-img {
      display: flex;
      width: 100%;
  }


  .first-column-img .magnific-img,
  .second-column-img .magnific-img
  {
    transform: scale(1);overflow: hidden;
  }
  .first-column-img .magnific-img:hover img,
  .second-column-img .magnific-img:hover img
  {
    transform: scale(1.1);
    transition: transform .2s;
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
  }




  ul.hme-activities{
    margin: 0 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  
ul.hme-activities li {
  list-style: none;
  -webkit-flex: 1 auto;
  flex: 1 auto;
  padding: 0.5rem;
  text-align: center;
}
ul.hme-activities li:nth-child(11n),
ul.hme-activities li:last-child
 {
  flex: 0 auto;
}
ul.hme-activities li a.flip-animate {
  perspective: 1000px; color: #fff;
}
ul.hme-activities li:nth-child(odd) a.flip-animate{
  background: #FBC22A;
  padding: 10px 15px;
  border-bottom: 2px solid #C38E01;
  border-radius: 8px;
  color: #6F5100;
  width: 100%;
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
ul.hme-activities li:nth-child(even)  a.flip-animate {
  background: #FF7300;
  padding: 10px 15px;
  border-bottom: 2px solid #C1671D;
  border-radius: 8px;
  color: #6A3000;
  width: 100%;
  display: block;
  text-align: center;
}

ul.hme-activities li a.flip-animate span {
  position: relative;
  display: flex;
  padding: 10px;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  color: var(--gray-dark-color);
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  align-items: center;
  line-height: 22px;
}
/* ul.hme-activities li a.flip-animate span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
ul.hme-activities li a.flip-animate:hover span, ul.hme-activities li a.flip-animate:focus span {
  transform: rotateX(90deg) translateY(-22px);
}
ul.hme-activities li a.flip-animate:hover span:before, ul.hme-activities li a.flip-animate:focus span:before {
  color: #000;
} */


.google-map iframe {
  height: 100%;
  width: 100%;
  /* left: 0;
  top: 0;
  position: absolute; */
}


/* 

.testimonial-reel {
  margin-bottom: 4rem !important;
  margin-top: 4rem;
}
.testimonial-reel .box {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-reel .box .image {
  margin: 0 auto -45px;
  text-align: center;
}
.testimonial-reel .box .image img {
  height: 130px;
  margin: 0 auto;
}
.testimonial-reel .box .test-component {
  background-color: #fff;
  padding: 1rem 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-height: 200px;
}
.testimonial-reel .box .test-title {
  font-family: "Open Sans", sans-serif;
  color: #f96d02;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: 15px;
}
.testimonial-reel .box .test-content {
  text-align: center;
}
.testimonial-reel .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
} */
.whatsapp-link {
  width: 60px;
  position: fixed;
  bottom: 85px;
  right: 20px;
}


.center-slider .slick-slide{
  background-color: #000;
  color: #FFF;
  height: 300px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  background-color: var(--orange-color);
}
.center-slider .slick-current.slick-active{
  transform: scale(1.1);
  background-color: var(--orange-color);
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

/* 
.activities-count-bg{
  padding: 60px 0 150px;
  background: url(../img/why-partner-card-bg.png) no-repeat center;
  width: 100%;
    background-position: center;
    background-size: contain;
    position: relative;
    z-index: 0;
    margin: 0 0 100px;
}
.why-partner-card{     position: relative;
  padding: 0 0 0 30px;}
.why-partner-card img{
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.why-partner-card .count-title {
  font-size: 32px;
  font-family: var(--body-alt-font);
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--body-color);
}
.why-partner-card p{
  color: var(--body-color);
} */

.engagement-activities-count{
  padding: 100px 0;
}
.whyPartner-section{
  padding: 60px 0;
  background: url(../img/why-partner-card-bg.png) no-repeat center;
  width: 100%;
  background-position: 0 70px;
  background-size: contain;
  position: relative;
  z-index: 0;
  margin: 0 0 100px;
}
.why-partner-card{
  position: relative;padding: 8px;
}
.why-partner-card .why-count{
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.why-partner-card .why-count h2,
.why-partner-card .why-count p{
color: #fff;
}

.why-rotate-1{
  -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(6deg);
    left: 40px !important;
    bottom: 30px !important;
}
.why-rotate-2{
  -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(355deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(355deg);
    left: 50px !important;
    bottom: 30px !important;
}
/* .why-partner-card {
  display: flex;
    align-items: end;
    padding: 20px;
    border-radius: 10px;
    height: 250px;
    position: relative;
    width: 100%;
}
.why-count {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 32px;
  color: #fff;
}
.why-partner-card img{
  position: absolute;
  width: 220px;
  top: 0;
  left: 0;
  height: 300px;
}
.whyP-2 {
  padding-top: 50px;
  display: grid;
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 50px;
  margin-left: 8%;
  margin-right: 12%;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 450px) {
  .whyP-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 930px) {
  .whyP-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .whyP-2 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1550px) {
  .whyP-2 {
    grid-template-columns: repeat(5, 1fr);
  }
} */


/* .hme-offerings-slide h2{
  color: #fff !important;
}

.hme-offerings-slide .slick-slide {
  margin: 0;
} */


.card-offering {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.card-offering .thumb {
  width: auto;
  height: 200px;
  background-size: cover;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding: 0 12px;

}
.card-offering .infos {
  width: auto;
  height: 200px;
  position: relative;
  padding: 14px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-offering .infos .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #152536;
  font-size: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 0px #32577f;
}
.card-offering:hover .infos {
  transform: translateY(-200px);
}
.card-offering:hover .infos .details {
  opacity: 1;
}


.slick-initialized .slick-slide:nth-child(odd) a.card-offering{
  background: #FBC22A;
  padding: 0;
  border-bottom: 2px solid #C38E01;
  border-radius: 8px;
  color: #6F5100;
  width: 100%;
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.slick-initialized .slick-slide:nth-child(even) a.card-offering{
  background: #FF7300;
  padding: 0;
  border-bottom: 2px solid #C1671D;
  border-radius: 8px;
  color: #6A3000;
  width: 100%;
  display: block;
  text-align: center;
}

.slick-initialized .slick-slide:nth-child(odd) a.card-offering:hover .card-offering .infos{
  color: #6A3000;
}

#whyParnter-count{
  justify-content: center;
  display: flex;
}


@media screen and (max-width: 640px) {
  .card-offering{
    height: 150px;
  }
  .card-offering .thumb{
    font-size: 16px;
    height: 150px;
  }
  .card-offering .infos{
    height: 150px;
  }
  .slick-initialized .slick-slide:nth-child(odd) a.card-offering{
    height: 150px;
  }
  #whyParnter-count{
    display: block;
  }
  .tcs-bottom{
    display: none;
  }
  .whyPartner-section{
    padding: 0; text-align: center; background: none;
  }
  .why-partner-card .why-count{
    bottom: 50% !important;
    top: 50%;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
  }
  .card-offering:hover .infos {
    transform: translateY(-150px);
}
.effectiveSec {
  margin: 0;
  padding: 60px 0;
}
}



ul.tabs {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
	border-radius:5px;
	border-left: none;
	margin-bottom: -1px;
	background: var(--orange-color);
	overflow: hidden;
	position: relative;
	margin-right:5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	border-radius:5px;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
  width: 150px;
}
ul.tabs li.active a{
  color: #fff;
}
ul.tabs li a:hover {
	background: #7569DE;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: var(--gray-dark-color);
	
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}
.about-us-banner-card{
  position: relative;
  padding: 50px 0 150px;
}
.about-us-banner-card p{
  color: var(--body-color);
padding: 5px 0 0; margin: 0;
}
.about-us-banner-card h3{
  color: var(--body-color);
padding: 5px 0 10px;
}
.aboutus-wwa-card{
  /* background: url(../img/what-we-do/who-we-are-bg.png) no-repeat center center;
  min-height: 400px;
  width: 100%;
  border-radius:10px ;
  padding: 20px; */
  margin: 0px 0 20px 0;
  position: relative;
}
.aboutus-wwd-card{
  /* background: url(../img/what-we-do/who-we-are-bg.png) no-repeat center center;
  min-height: 400px;
  width: 100%;
  border-radius:10px ;
  padding: 20px; */
  margin: 250px 0 20px 0;
  position: relative;
}
.aboutus-op-card{
  /* background: url(../img/what-we-do/who-we-are-bg.png) no-repeat center center;
  min-height: 400px;
  width: 100%;
  border-radius:10px ;
  padding: 20px; */
  margin: 450px 0 20px 0;
  position: relative;
}
.about-us-banner-card .about-us-banner-img-1{
  position: absolute;
    top: 5%;
    left: 43%;
}
.about-us-banner-card .about-us-banner-img-2{
  position: absolute;
    bottom:15%;
    left: 12%;
}




.aboutus-card{
  position: relative;padding: 8px;
}
.aboutus-card img{
  width: 100%;
}
.aboutus-card .aboutus-content{
  position: absolute;
  top: 50px;
  left: 50px;
  width: 75%;
}
.aboutus-card .aboutus-content h2,
.aboutus-card .aboutus-content p{
color: #fff;
}

.aboutus-card .aboutus-content p{
  font-size: 18px;
  line-height: 26px;
}



.abt-graafeio-card,
.abt-graafeio-card-violet{
  background: #F6F6F6;
  border-radius:10px ;
  padding: 50px 250px 50px 50px;
  margin: 20px 0 20px 0;
  display: inline-block;
  width: 100%;
  position: relative;
    min-height: 300px;
    overflow: hidden;
}
.abt-graafeio-card{
  box-shadow: #FF7300 0 10px;
}
.abt-graafeio-card-violet{
  box-shadow: #7569DE 0 10px;
}
.abt-graafeio-card p,
.abt-graafeio-card-violet p{
color: var(--gray-dark-color);
padding: 5px 0 0;
}

.abt-graafeio-card img,
.abt-graafeio-card-violet img{
  transition: transform .2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
    right: 0;
    bottom: 0;
}
.abt-graafeio-card:hover img,
.abt-graafeio-card-violet:hover img{
  transition: transform .2s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
/* .abt-graafeio-card:hover p{
  padding: 15px 0 0;
} */

.abt-graafeio-card h3{
  font-size: 36px;
  color: var(--orange-color);
  font-weight: 800;
  font-family: var(--body-alt-font);
}
.abt-graafeio-card p{
  color: var(--orange-color);
}
.abt-graafeio-card-violet h3{
  color: var( --section-bg);
  font-size: 36px;
  font-weight: 800;
  font-family: var(--body-alt-font);
}
.abt-graafeio-card-violet p{
  color: var( --section-bg);
}




.col-xs-5th-1 {
  float: left;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}




.our-valued-client .client-slider h2 {
  /* color: #C6C6C6; */
  font-size: 22px;
}

.enquery-form-home{
  text-align: center;
  padding: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enquery-form-home img{
 width: 56%;
}


.engagement-activities-title{
  color:#7569DE
}


.eng-activities-sec{
  margin: 0 0 150px;
}
.eng-activities-sec h2{
  color:#444444;font-weight: 400; line-height: 40px;
}
.eng-act-title-1{
  color:#FF7300; font-size: 2rem;font-weight: 400;
}
.eng-act-title-2{
  color:#FBC22A; font-size: 2rem;font-weight: 400;
}
.eng-act-title-3{
  color:#7569DE;font-size: 2rem;font-weight: 400;
}
.eng-acti-number{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
      gap: 50px;
}
.eng-acti-number h5{
  color: #7569DE;
  font-size: 18px;
  margin: 0 0 10px;
}
.eng-acti-number div {
  flex: 0 0 180px;
}
@media screen and (max-width: 640px) {
  .eng-acti-number div {
    flex: 0 0 150px;
  }
}
.eng-acti-number-card{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.eng-acti-number-card h1{
 padding-left: 25px; color: #7569DE; font-size: 60px;
}
.eng-acti-number-card span{
  position: absolute;
  left: -10px;
  font-size: 18px;
  top: 17px;
  color: #8D8D8D;
  font-weight: 500;
}

.rotate {

  /* Safari */
  -webkit-transform: rotate(-90deg);
  
  /* Firefox */
  -moz-transform: rotate(-90deg);
  
  /* IE */
  -ms-transform: rotate(-90deg);
  
  /* Opera */
  -o-transform: rotate(-90deg);
  
  float: left;
  
  }
  .level-sec{
    position: relative;
  }
  .level-sec-list{
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .level-sec-list li{
    display: flex;
    align-items: start;
    color:#fff;
    gap: 10px;
    margin: 0 0 10px
  }

  .dots-box{
    position: absolute;
    left: 2%;
    top: 10%;
  }


  
.level-section{
  position: relative; padding: 150px 0;
}
.level-section .tcs-top{
  top: -35%;
  height:60%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.level-section .tcs-bottom{
  bottom: -20%;
  height: 25%;
}
.level-section p{
  margin-bottom: 15px; font-size: 16px; font-weight: normal;color: #444;
}
.level-section h1{
  font-weight: 700;
    font-size: 36px; margin: 0;
}
.level-section .level-sec-list{
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.level-section .level-sec-list li{
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0 0 10px;
  color:#444444
}

.event-section-yellow .level-sec-list li,
.level-5-sec p,
.level-5-sec h1
{
  color:#444444 !important
}


.eng-acti-number-2 {
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eng-acti-number-2 .eng-acti-number-2-card {
  flex: 0 0 35%;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.list-bullet{
  margin:0; padding:0 0 0 20px
}
.list-bullet li{
  list-style: disc;
  color: #444444;
  font-weight: 700;
  line-height: 28px;
  font-size: 16px;
}



.flagship-sec-list{
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.flagship-sec-list li{
  display: flex;
  align-items: start;
  color:#444;
  gap: 10px;
  margin: 0 0 10px
}

.white-btn{
  padding: 12px 32px 12px 32px;
  border-radius: 8px;
  background: #fff;
  border: 0; font-weight: 700;
  color: var(--orange-color);
}
.white-btn:hover{
  background: #fff;
}
.events-list h2 {
  margin: 0;font-family: var(--body-alt-font);
  color: #444444;
  font-weight: 700;
}
.events-list h2 span{
  color: var(--orange-color);
  font-family: var(--body-alt-font);
    font-weight: 700;        font-size: 2rem;
    display:block
}




.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


ul.gallery-nav {
    margin: 20px 0 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
  }
  ul.gallery-nav li {
    display: inline-block;
  }
   ul.gallery-nav li .nav-link{
    background: none;
    margin-bottom: 10px;
    border: solid 1px #FFD8B8;
    line-height: 28px;
    padding: 0 20px;
    color: #444444;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 0.8rem;
   }

   ul.gallery-nav li .nav-link:hover {
    background-color: #FF7300;
    color: #fff;
    border: solid 1px #FF7300;
  }
   ul.gallery-nav li .nav-link.active{
    background-color: #FF7300; color: #fff;
  }

  



/* Position arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #290f0f;
  border: none;
  padding: 10px;
  z-index: 1000;
  font-size: 20px;
}

/* Left arrow */
.slick-prev {
  left: 10px;
}

/* Right arrow */
.slick-next {
  right: 10px;
}

/* Optional: only apply styles on small screens */
@media (max-width: 768px) {
  .slider {
    width: 100vw;
  }
}





/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 100%;
  display: flex;
    justify-content: space-between;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	
	position: relative;
	transition: color 0.3s ease;
      display: block;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#7569de;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
.header-item .menu{
    display: flex;
    justify-content: end;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;    padding: 0 10px;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1.5;
   display: block; 
   padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: block;
	font-size: 15px;
	color:#fff;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  width: 640px !important;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 50%;
  padding:0;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li:hover,
.header .menu > ul > li .sub-menu > ul > li:hover,
.header .item-right a:hover{
	color:#fff;
      background: #554bb3;
}

.header .menu > ul > li:hover > a{
	    color: var(--hover-color);
    transition: 0.3s;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

.mega-menu-main{
  position: relative;
}
.mega-menu-main{
  position: relative;
}


.nice-select .list{
  max-height: 300px;
  overflow-y: auto;
}

.terms-conditions p{
  margin: 0 0 15px;
  color: var(--gray-dark-color);  
}
.terms-conditions ul li{
  margin-bottom: 10px;     color: var(--gray-dark-color);
  list-style: disc;
    margin-left: 20px;
}

/* AWARDS HOME PAGE START */
.award-container {
  display: flex;
  height: 38vh;
  width: 100%;
  background: url('../img/award-bg.svg') no-repeat center center;
  overflow: hidden;
}

/* LEFT */
.left-section {
  width: 55%;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.left-section .content {
 max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.badge-awards {
     margin: 0 30px;
}

.left-section h1 {
  font-size: 30px;
  margin: 10px 0;color:#fff;line-height: 32px;
}

.left-section p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2;
  color:#fff
}

/* RIGHT */
.right-section {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper {
  height: 80%;
  width: 90%;
  overflow: hidden;
  position: relative;
}

.slides-container {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}

.slide-award {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 0;
}

.slide-award.active {
  opacity: 1;
  z-index: 1;
}

.slide-award img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* NAV BUTTONS */
.nav-arrow {
  position: absolute;
    right: 40px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    transform: skew(346deg);
}

.nav-arrow button {
  color: white;
  border: none;
  font-size: 18px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}

.nav-arrow button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* AWARDS HOME PAGE END */