/*a {
  
  pointer-events: none;
  text-decoration: none;
}*/

.send-button{
    text-align:right;
}
/*============= Contact Us =====================*/
.form-control{
    border: 0;
    border-radius: 100px;
    height: 45px;
}
.form-group{
  padding-left: 5px;
  padding-right: 5px;
}
.form-heading{
  font-weight: 700 !important;
  font-size: 45px !important;
  color: #000 !important;

}
.form-subheading{
  font-weight: 400 !important;
  font-size: 25px !important;
  color: #000 !important;

}
.form-button {
    width: 98%;
    border-radius: 100px;
}
.form-div{
    background: #FFE87D;
    padding: 50px 30px;
    border-radius: 8px;
}
/*============= Mobile section ========*/
.mobile-sction{
padding: 0 ;
}
.mobile-sction h3 p{
    font-size: 18px !important;
}
.mobile-sction p{
    font-size: 14px;
}
.mobile-sction  .col-md-4{
  padding: 0 30px;
}
.mobile-sction hr {
    padding: 0px 15px !important;
    height: 1px;
    border: none;
    background:#9C9C9C;
    width: 100%;
    margin: 15px auto;
    display: block !important;
}
.section-hide{
   display: none !important;
}

/*========== Footer ============*/
.footer-content{
    width: 80%;
    display: inline-block;
}
.rotate{
       transform: rotate(136deg);
}
.plus {
    width: 15px;
    display: none;
    text-align: right;
    font-size: 25px !important;
    font-weight: 400;
    float: right;
    transition: .3s;
}
.footer-color hr{
    display: none;
}
/*== mobile view*/
@media (min-width: 1000px){

.collapse{
    display: block  !important;
}

}
/*========================================================
=                                                        = 
=                        mobile view                     =
=                                                        =
==========================================================*/

@media screen and (max-width: 940px) {
    
 

/*========= pages backgrounds ========*/
.first-section h2{
    text-align:center;
    margin-bottom:15px !important;
    text-transform: capitalize;
    font-variant: contextual;
}
.first-section p{
    font-size:13px !important;
    text-align:center;
}
 .mobile-sction{
 	background-image: url('../images/mobile-home-page.jpg') !important;
 	height: auto !important;
 	width: 100%;
 	background-size: cover;
    background-attachment: fixed !important; 

 }
 .s1{
 	background-image: url('../images/mobile-home-page.jpg') !important;
  height: 100%;
 	width: 100%;
 	background-size: cover;
    background-position: center;
    display:none !important;

 }
.why_us{
  background-image: url('../images/why-us-mobile.png') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.what_do{
  background-image: url('../images/what-we-do-mobile.png') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.who_we_are{
  background-image: url('../images/who-we-are-mobile.png') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.services{
  background-image: url('../images/services-mobile.png') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.competency{
   background-image: url(../images/i2r-mobile.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-position-x: center !important;
    background-position-y: center;
}
.nav__wrap--33xKp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/mobile-menu.png') !important;
    background-size: cover;
    z-index: 7;
    pointer-events: auto;
    overflow: hidden;
}
.marketing-banner{
  background-image: url('../images/marketing-mobile.png') !important;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/*==================================================*/

   
    
    
    .plus{
    display: block !important;
    }
    
    .nav__navWrap--70Tnj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1005px;
    width: 100%;
    padding-top:0px !important;
}
    .hamburger__hamburger--xaqZA{
        height:0px !important;
    }
    .header-logo {
    width: 100px !important;
    margin-top: -21px;
}
.hamburger__hamburgerBar--3ccJb, .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    height: 2px !important;
    width: 27px !important;
}
.cursor{
 display:none !important;   
}
.page-title h2{
    font-size: 20px !important;
}

.section-hide{
   display: block !important;
}
.section-hide-mobile{
display: none  !important;
}


.footer-color {
    overflow:hidden;
    background: #F2F3F5;
    /*padding-top: 10px !important;*/
    padding-bottom: 10px;
}
.footer-image {
    width: 110px !important;
    height: 100%;
}
.footer-color h3{
    font-size: 20px !important;
    font-weight: 500 !important;

}
.footer-color hr{
    padding: 0px 15px !important;
    height: 1px;
    border: none;
    background: #E6E6E6;
    width: 100%;
    margin: auto;
    display: block !important;
}
.overview{
  
  padding: 0px 0px !important;
}
}
/* ========= pages common style ======*/
.mobile-icon{
    text-align: right;
    width: 100%;
    display: none;
}

.mobile-width{
  width: 100px;
}




@media (min-width: 1200px){

.overview .container {
    width: 1015px;
}
}
body {
  overflow: hidden;
}

.background-overlay{
    background:rgba(0,0,0,.5);
    height: 100vh;
}
/*========================================================
=                                                        = 
=                        mobile view                     =
=                                                        =
==========================================================*/
@media screen and (max-width: 940px) {
    
    /*========== Footer ==========*/
    .mobile-hide{
        display:none;
    }
    
    
    
   /*========== End Footer ==========*/ 
    
  .tills{
  height: auto!important;
  padding: 10px 30px !important;
  
}
.banner-icon{
    display: none !important;
}
.mobile-icon{
text-align: right;
width: 100%;
display: block !important;
margin-bottom:100px;
}

.mobile-width{
  width: 100px;
}
.tabs-container{
    display:none !important;
}
.humber_active {
    background: rgba(0,0,0,0) !important;
    border: 1px solid #00A996;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
    margin-left: -22px !important;
    transform: scale(1) !important;
}
  .header__header--1ARm_ {
    margin-top: 40px;
    padding: 0 15px !important;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.header__fixedHeader--39iWP {
    position: absolute !important;
}
.mobile-sction{
    
    overflow: hidden;
}
.s2 span{
  display: none;
}
.tp{
  opacity: 1 !important;
  margin-top: 0px !important;
}
.s2 p {
    color: #fff;
    height: auto !important;
}
.th{
  opacity: 1 !important;
}
.overview h2 {
    font-size: 20px !important;
    margin: 40px 0px 10px !important;
}
.overview h3 {
    
    margin: 40px 0px 10px !important;
}
.overview p {
    
    margin: 40px 0px 10px !important;
    font-size:14px !important;
}
.s1 {
    /* height: 284px; */
    width: 100% !important;
    position: relative !important;
    left: 0;
    top: 0;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0;
    transition: all .7s ease-in-out;
}
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/*============ Font family ====================*/
@font-face {
  font-family: Montserrat;
  src: url(Montserrat-Regular.ttf);
}
 /*Section styling Start*/

 p,a,span{
  font-family: 'Montserrat' !important;
 }
 h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat' !important;
 }

a{
  text-decoration: none !important;
}

.footer-color{
  background: #F2F3F5;
  padding-top: 30px;
  /*padding-bottom: 30px;*/
}
.footer-color .text-black{
    color: #282829;
    font-size: 18px;
    font-weight: 900;
}
.footer-logo {
    width: 100%;
    height: 100%;
}
.footer-logo-home{
   width: 200px;
    height: 100%;
}
.footer-image{
 width: 200px;
  height: 100%
}
.footer-color p{
  margin-bottom: 3px;
}
.humber_active{
  background: rgba(0,0,0,0) !important;
  border: 1px solid #00A996;
  width: 50px !important;
  height: 50px !important;
  margin-top: -21px !important;
  margin-left: -21px !important;
  transform: scale(1) !important;
}
.indecator{
  margin-top: 50px;
 animation: dot 2s infinite ease-in-out;
}
@keyframes dot {
  0% {
    transform: scale(.75);
    opacity: .25;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(.75);
    opacity: .25;
  }
}
 /*========================== HEADER STYLE =======================*/
  .header-logo{
    width: 190px;
  }
  .logo-image{
    width: 100%;
    height: 100%;
  }
.header-logo {
    width: 190px;
    margin-top: -21px;
}
  .header__header--1ARm_ {
    margin-top: 40px;
    padding: 0 60px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.header__fixedHeader--39iWP {
    /*position: fixed;*/
}
.header__headerInner--2vUcj {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__headerInner--2vUcj, .header__languageMenuwrapper--qXAOH {
    display: -ms-flexbox;
    display: flex;
}
.header__logo--1QLTA, .header__navToggle--1tRNX {
    z-index: 10;
    pointer-events: auto;
}

.nav__wrap--33xKp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/menu-desk.jpg');
    background-size: cover;
    z-index: 7;
    pointer-events: auto;
    overflow: hidden;
}
.nav__wrap--33xKp, .nav__wrap_hidden--3m0YR {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.nav__wrap_hidden--3m0YR {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: transform .6s cubic-bezier(.8,.1,1,1) .8s;
    transition: transform .6s cubic-bezier(.8,.1,1,1) .8s,-webkit-transform .6s cubic-bezier(.8,.1,1,1) .8s;
    pointer-events: none;
}
.nav__wrap_active--1_Y97 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1),-webkit-transform .6s cubic-bezier(.8,.1,1,1);
}
.nav__navWrap--70Tnj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1005px;
    width: 100%;
    padding-top: 50px;
}
.nav__link--275Rm {
    margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    /*font-family: Josefin Sans,sans-serif;*/
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    position: relative;
    color: #020a20;

}

.nav__navWrap--70Tnj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1005px;
    width: 100%;
    padding-top: 50px;
}
.nav__bgPattern--8HP9Y {
    position: fixed;
    width: 125%;
    bottom: -38%;
    right: -4%;
    opacity: .4;
    -webkit-transform: rotate(-12deg); transform: rotate( -12deg);
}

.nav__link--275Rm {
    margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    /*font-family: Josefin Sans,sans-serif;*/
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    /*transition:  2s ease-out;*/
    position: relative;
    color: #020a20;
    transform: translate3d(150px,0,0);
    opacity: 0
}
.page-title{
  margin: 0 32px;
    padding: 0 0 5px;
    text-transform: capitalize;
    line-height: 1.8em;
    font-family: Josefin Sans,sans-serif;
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    /*transition:  2s ease-out;*/
    position: relative;
    color: #020a20;
    transform: translate3d(150px,0,0);
    /*transition: 3.2s;*/
    /*/opacity: 0*/
}  
.page_name_active .page-title{
transition:  2s ease-out;
opacity: 1 ;
transform: translate3d(0px,0,0);
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(1){

transition: 1s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(2){

transition: 1.2s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(3){

transition: 1.4s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(4){

transition: 1.6s;
opacity: 1 ;
}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(5){

transition: 1.8s;
opacity: 1 ;

}
.nav__wrap_active--1_Y97 .nav__link--275Rm:nth-child(6){

transition: 1.8s;
opacity: 1 ;

}
.nav__wrap_active--1_Y97 .nav__link--275Rm{

transform: translate3d(0px,0,0);
/*opacity: 1;*/

}
.nav__wrap_hidden--3m0YR .nav__link--275Rm{
  transition: 2s;

/*transform: translate3d(180px,0,0) !important;*/
/*opacity:  !important;*/

}
.nav__nav--1rWQe {
    text-align: center;
    width: 100%;
}
@media (min-width: 600px){
.nav__link--275Rm {
    font-size: 24px;
    display: inline-block;
}
}

.header__logo--1QLTA, .header__navToggle--1tRNX {
    z-index: 10;
    pointer-events: auto;
}
.hamburger__hamburger--xaqZA {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    color: currentColor;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer!important;
    width: 50px;
    height: 30px;
}
.menu-close .hamburger__hamburgerBar--3ccJb {
    position: relative;
    background-color: transparent;
}

.hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:before {
    -webkit-box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#fff 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}
.hamburger__hamburgerBar--3ccJb:before {
    bottom: 8px;
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .3s ease;
    transition: bottom .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .3s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
}
.hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_light--FhLzI .hamburger__hamburgerBar--3ccJb:before {
    -webkit-box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    box-shadow: 2px 2px 3px 0 rgb(2 10 32 / 30%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#fff 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}
.hamburger__hamburgerBar--3ccJb:after {
    top: 8px;
    -webkit-transition: top .25s cubic-bezier(.23,1,.32,1) .25s,background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .5s ease;
    transition: top .25s cubic-bezier(.23,1,.32,1) .25s,transform .25s cubic-bezier(.23,1,.32,1),background .5s ease,-webkit-transform .25s cubic-bezier(.23,1,.32,1);
}
.hamburger__hamburgerBar--3ccJb, .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
    background: #000 ;
}
.hamburger__hamburgerBar--3ccJb {
    position: relative;
    background-color: #000;
}
.hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
}
.hamburger__hamburgerBar--3ccJb:before {
    content: "";
    left: 0;
    position: absolute;
    background: #000;
}
.hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    content: "";
    left: 0;
    position: absolute;
    background: #000;
}
.hamburger__hamburgerBar--3ccJb, .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburgerBar--3ccJb:before {
    height: 2px;
    width: 35px;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    background: #00A996!important;
}
/*.hamburger__hamburger_dark--2Y-qJ .hamburger__hamburgerBar--3ccJb:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#020a20),color-stop(50%,#00A996));
    background: linear-gradient(
90deg
,#020a20 50%,#00A996 0);
    background-position: 0 100%;
    background-size: 70px 2px;
}*/
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:after {
    top: 0;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    -webkit-transition: top .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: top .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    bottom: 0;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    bottom: 0;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    -webkit-transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s;
    transition: bottom .25s cubic-bezier(.23,1,.32,1),transform .25s cubic-bezier(.23,1,.32,1) .25s,-webkit-transform .25s cubic-bezier(.23,1,.32,1) .25s;
}
.hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:after, .hamburger__hamburger_active---H8Mr .hamburger__hamburgerBar--3ccJb:before {
    background: #00A996!important;
}
.menu-open:hover .hamburger__hamburgerBar--3ccJb:after{
  background-color: #00A996 !important;
}
.menu-open:hover .hamburger__hamburgerBar--3ccJb:before{
  background-color: #00A996 !important;
}.menu-open:hover .hamburger__hamburgerBar--3ccJb{
  background-color: #00A996 !important;
}
.m-hide{
 display: none;
}

.index__scrollIconWrapper--1LEVe {
            z-index: 4;
            left: 50%;
            bottom: 0;
            padding: 0 10px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            pointer-events: all;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .index__scrollIconWrapper--1LEVe .index__scrollObject--HlL4_ {
                width: 2px;
                height: 100px;
                overflow: hidden;
                background-color: hsla(0,0%,100%,.5);
            }

                .index__scrollIconWrapper--1LEVe .index__scrollObject--HlL4_:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    display: block;
                    background-color: #f2f3f5;
                    -webkit-transform: translateY(-100%);
                    /*transform: translateY(-100%);*/
                    animation: mymove 1s;
                    animation-iteration-count: infinite;
                }

        .indecator {
            animation: dot 2s infinite ease-in-out;
        }

        @keyframes dot {
            0% {
                transform: scale(.75);
                opacity: .25;
            }

            25% {
                transform: scale(1);
                opacity: 1;
            }

            100% {
                transform: scale(.75);
                opacity: .25;
            }
        }

        @keyframes mymove {
            0% {
                transform: translateY(-100%);
            }
            /*50% { transform: scale(1.3); }*/
            100% {
                transform: translateY(100%);
            }
        }

        button {
            cursor: pointer;
            border: none;
            background: transparent;
            outline: none;
            margin: 0;
            text-align: left;
        }

        .s1 {
            /*height: 284px;*/
            width: 100% !important;
            position: absolute;
            left: 0;
            top: 0;
            visibility: hidden;
            opacity: 0;
            z-index: 0;
            transition: all .7s ease-in-out;
        }

            .s1.active {
                visibility: visible;
                opacity: 1;
                z-index: 1;
                transition: all .7s ease-in-out;
            }

        .s3 .fp-tableCell {
            height: 30vh !important;
        }

        .s3 {
            height: 30vh !important;
        }
.borderLineVertical {
    top: 0;
    background :#9C9C9C;
    bottom: 0;
    height: 100%;
    margin: auto 0;
    width: 1px;
}

        .lineOne {
            left: 32.9%;
        }

        .lineTwo {
            right: 32.9%;
        }

.borderLineHorizontal {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #9C9C9C;
}

        .linethree {
            top: 50vh;
        }
/*============ SHOW PAGE NAME =========================*/
  .page_name{
      position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 7;
    pointer-events: auto;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 1s;
}
.page_name_hiden {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.page_name_active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: -webkit-transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1);
    transition: transform .6s cubic-bezier(.8,.1,1,1),-webkit-transform .6s cubic-bezier(.8,.1,1,1);
}



/*=========== END HEADER ======================*/
 
 /*============ Home page ==============*/
 
 
 
 
.s2-logo-home{
    width: 200px;
    height: 100%;
    padding: 38px 0px 23px;
}
.s2-logo-image{
    width: 110px !important;
    height: 100%;
}

.first-section{
  top: 0;
  left: 0;
  height: 100vh !important;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  overflow: hidden;
}
.text-white{
color: #fff;
}

 .s1{
 	background-image: url('../images/home-page.jpg');
  height: 100%;
 	width: 100%;
 	background-size: cover;
    background-position: center;

 }
 .s1 .fp-tableCell{
  /*background: rgba(0,0,0,0.5);*/
 }
 .s1 h2{
  color: #282829;
  font-size: 35px;
  text-align: center;
  text-transform: capitalize;
  font-variant: contextual;

 }
 .s1 p{
  color: #282829;
  font-size: 20px;
  text-align: center;
 }
@media (min-width: 1200px){
.s1 .container {
    width: 900px;
}
}

 .s2{
 	background-image: url('../images/home-page.jpg');
 	height: auto !important;
 	width: 100%;
 	background-size: cover;
    /*background-attachment: fixed; */

 }
 .s2 .fp-tableCell{
  /*background: rgba(0,0,0,0.3);*/
 }
  .s3{
  background-image: url('../images/bg2.gif');
  height: auto !important;
  width: 100%;
  background-size: cover;

 }
 .mobile-sction h2{
  color: #282829;
    font-size: 26px;
 }
 .s2 h2{
 	color: #282829;
    font-size: 26px;
 }
 .s2 p{
 	color: #000;
 	height: 0px;
 }

.tills{
  /*background: rgba(0,0,0,.2) !important;*/
  margin-bottom: 0px !important;
  height: 50vh;
  padding-left: 100px;
  padding-right: 71px;
  transition: .8s;
  /*padding: 20px;*/
  display: flex;
  -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    position: relative;
    /*transform: translate(0px, 30px);
    opacity: 0;*/
    /*transition: background-color .4s linear;*/



}
.tills:hover {
  background: rgba(0, 169, 150,.50) !important;

}
.tills:hover .tp{
  opacity: 1;
  transform: translateY(-20px)
}
.tills:hover .th{
  /*opacity: 1;*/
  transform: translateY(-10px) !important
}
.tp{
  /*margin-top: 10px !important;*/
  opacity: 0;
  transform: translateY(10px);
  transition: .4s;
  margin-top: 30px;
}
.th{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Josefin Sans,sans-serif;
  font-weight: 400;
  transform: translateY(10px);
  transition:.2s;
  /*opacity: 0;*/
}
/*Tiles styling End*/
/*General*/
* {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family:sans-serif;  
}
/*General End*/
/*Cursor*/
.cursor {
    position: fixed;
    background-color: #00A996;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}

/*Coursel*/
/*========================================================================================================
why us page
===========================================================================================*/
.why_us{
  background-image: url('../images/why-us.png');
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.overview h2{
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 300;
  color: #9a9da6;
  /*margin: 40px 320px 10px;*/
}
.overview h3{
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  color: #9a9da6;
  /*margin: 0px 320px 30px;*/
}
.overview p{
  font-size: 16px;
  /*line-height: 2.1;*/
  color: #666c78;
  margin: 20px 0px;
  line-height: 25px;
}
.overview p span{
  font-size: 12px;

}
/*========================================================================================================
What we do page
===========================================================================================*/
.what_do{
  background-image: url('../images/what-we-do.png') ;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/*========================================================================================================
Our Core Competency
===========================================================================================*/
/*.parallax-window{
  background-image: url('../images/our-core-competency-banner.jpg') ;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}*/
@media (max-width: 1200px){
 .parallax-window .container{
 width: 100% !important;
 padding: 0 35px !important;
} 
.parallax-window h2 {
   font-size: 16px !important;
   font-weight: 700 !important;
    
}
}
.parallax-window .container{
 width: 100% !important;
 padding: 0 130px;
}
.competency,.what_do,.why_us,.who_we_are,.marketing-banner,.services{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: flex-end;
    color: #000;
    position: relative;
    text-align: right;
}
.parallax-window h2 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    color:#282829;
}
.overview{
  /*z-index: 100;*/
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 50px;
}
/*========================================================================================================
Who are we page
===========================================================================================*/
.who_we_are{
  background-image: url('../images/who-we-are.png') ;
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/*========================================================================================================
Marketing
===========================================================================================
*/
.marketing-banner{
  background-image: url('../images/marketing-desk.jpg');
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.marketing .row{
    margin-top: 50px;
}
.marketing h3{
margin-bottom: 0px;
}
.marketing p{
margin-top: 5px;
}
.padding-right{
    padding-right: 150px;
    padding-top: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #2F9474;
    width: 94px;
    border-radius: 6px;
}
.text-green{
    color: #2F9474 !important;
}
.text-bold{
    font-weight: 700 !important;
}
.padding-left{
    padding-left: 150px;
    padding-top: 20px;
    text-align: right;
}
.horizantal-right{
width: 100%;
text-align: right;
text-align: -webkit-right;
}
.top-icon{
    text-align: center;
}
.top-icon .img-width {
    width: 80px !important;
}
@media (min-width: 992px){
.tabs-container  .col-md-2 {
    width: 14.166667% !important;

}
.tabs-container{
    margin-bottom: 70px
}
}
.p-height{
   height: 36px;
}
@media (max-width: 1200px){
.padding-right{
    padding-right: 15px;
    padding-top: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #2F9474;
    width: 94px;
    border-radius: 6px;
    margin: auto;
}
.text-green{
    color: #2F9474 !important;
}
.text-bold{
    font-weight: 700 !important;
}
.padding-left{
    padding-left: 15px;
    padding-top: 20px;
    text-align: left;
}
.horizantal-right{
width: 100%;
text-align: left;
text-align: -webkit-left;
}
.column-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.marketing h2{
 margin-top: 0px !important;
}
.marketing-icon {
    margin-bottom: 50px !important;
    text-align: center !important;
}
.marketing .img-width {
    width: 140px !important;
}
.marketing h2{
    text-align: center;
    font-size: 22px !important;
}
.marketing p{
    text-align: center;
    margin-bottom: 20px !important;
}
.marketing{
  
  padding: 50px 0px !important;
}
}


/*========================================================================================================
Services
===========================================================================================*/
.services{
  background-image: url('../images/services.png');
  background-size: cover;background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.img-icon{
    width: 80px;
}
.service-box{
    text-align: center;
    margin: 10px 0px;
    padding: 20px;
}
.icon-box{
    height: 75px;
}
.banner-icon{
    margin-bottom: 130px;
}
 .img-width{
    width: 240px;
}
.margin-heading{
    margin-right:-3px !important;
}
/*========================================================================================================
Competency
===========================================================================================*/
.competency{
   background-image: url(../images/I2R.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-position-x: calc(100% - 75px);
    background-position-y: center;
}
/*/////////////////////////////////*/
/*body {
  font-family: "Lato", sans-serif;
}*/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.9s;
  padding-top: 30vh;
  z-index: 2;
  text-align: center;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none;
  padding: 20px;
  right: 0;
  text-align: right;
  width: 100%
}

.openbtn:hover {
  background-color: transparent;
}

#main {
  transition: margin-right .9s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 640px) {
  .fullpage-wrapper {
    width: 150%!important;
}
}