.showed.span3 {
    display: block;
}
.span3 {
    display: none;
}
.btn2{
    padding: 10px 25px !important;
}
.section-mod{
    padding: 120px 0;
}
.p0{padding: 0 !important}
.mb-20{margin-bottom: 20px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}

.relative{
    position: relative;
}
.boxspadding div.col-md-4{
padding: 0 30px;
}
.globe2{
    position: absolute;
    left: 0;
    top: 0;
}
.spin {
    -webkit-animation: ptf_spin 30s linear infinite;
    animation: ptf_spin 30s linear infinite;
}
@-webkit-keyframes ptf_spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes ptf_spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.boxcontainer{
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.boxcontainer .scrolling{
    width: 100%;;
    position: absolute;
    transition-duration: 9s;

}
.boxcontainer .thebg{
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0,-1500px,0);
}
.responsiveness {
    height: 46.5rem;
}
.responsiveness .xxl {
    width: 50rem;
}
.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}
.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}
.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}
.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}
.videoplay{
    width: 100%;
    display: flex;
    height: 100%;
}
.col-center{
    margin: auto;float: none;
}
.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}
.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}
.videoplay100{
    background-color: #000;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
        z-index: -3;
}

 .ddd_1{
     line-height: 1 !important;
     margin-bottom: 0 !important;
     position: absolute;
     color: transparent;
     -webkit-text-stroke: 2px #7a7a84;
     font-size: 130px;
     left:140px;

     transform: translate(0px, 0px);
     transition-duration: 1s;

 }
 .boxrotator{
    min-height: 420px;
     position: relative;
     overflow: hidden;
     background:white;padding:40px
 }
 .rotator_text{

     height: 20vh;

 }
 .col-md-4.e:hover .ddd_1{
     transition-duration: 4s;
    transform: translate3d(-420px,0px, 0px);
 }

 .col-md-4.e:hover .boxrotator{
     background-color: #3b3d44;
 }
.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p{
    color: #fff !important;
}

.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p{
    color: #000 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}

.listBox:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}
.listBox{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.listBox li:before{
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}
.listBox.d19 li{max-width: 19%;}
.listBox li{
    background-color: white;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}

.panel-title{
    font-size: 1rem !important;
    padding-bottom: 20px;
}
.panel-heading{position: relative;}
.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}
.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.panel-heading:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}
.accordion-style1 .panel-heading i {
    font-size: 24px;
    color: #626262;
}
.mb-120{
    margin-bottom: 120px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}
.whitebars{position: relative;}
.whitebars:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.whitebars:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.bubble.S:before{
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before{
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before{
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before{
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}
.bubble:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}
.bubble{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}
.mb-0P{
    width: 80%;
    margin: auto;
    list-style: none;
}
.mb-0P li:before{
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #FF783C;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}

.blue{
    color: #29ABE2 !important;
}
.blue2{
    color: #124068 !important;
}
.bgblue{
    background-color: #29ABE2 !important;
}
.tobtn a + a{
    margin-left: 20px;
}
ul.rs li a,
.overImg,
.arrow,
.totop,
.scroll span,
.btn-11.btn-transparent-white span,
.btn-11.btn-white span,
.btn-11.btn-transparent-white,
.btn-11.btn-white,
nav.navbar.navbar-default ul.nav > li > a:before,
a,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 300ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;}
.flex_between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow{
    width: 40px;
    transform: rotate(0deg);
}
.arrow:hover{
    transform: rotate(45deg) !important;
}
.hoverImg{
    display: block;
    position: relative;
}

.hoverImg h3{
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    left: 0;
    color: white;
}
.overImg{opacity: 0;position: absolute;left: 0}
.hoverImg:hover .overImg{
    opacity: 1;
}

footer a{
    font-weight: bold;
}
footer ul a{display: block;padding: 7px 0}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.border-r:before{
    content: "";
    background: black;
    height: 60%;
    width: 1px;
    position: absolute;
    right: 50%;
    top: 10%;
}
.border-b{
    border-bottom: 1px solid black;
    padding-bottom: 40px;
}

.border-b{
    border-top: 1px solid black;
    padding-top: 40px;
}

.pulsehover{animation: heartbeat 3s infinite; }
@keyframes  heartbeat {0% {transform: scale( .75 ); } 20% {transform: scale( 1.3 ); } 40% {transform: scale( .75 ); } 60% {transform: scale( 1.3 ); } 100% {transform: scale( .75 ); } }
.subfooter{
    font-size: 12px !important;
}
ul.rs li a:hover{
    background-color: #134069;
}
a:hover {
    color: #29ABE2;
    text-decoration: underline;
}
ul.rs li a{
    background: #29ABE2;
    display: block;
    border-radius: 100px;
    padding: 9px;

}
ul.rs li{
    margin-bottom: 7px;
}
ul.rs img{
    height: 32px
}
ul.rs{
    position: fixed;
    right: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 99;
    bottom: 40%;
}
.ballWaves{
    position: absolute;
    background: white;
    padding: 10px 20px;
    left: calc(50% - 59px);
}
.navbar{
    border-bottom: 1px solid white !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    top: 72px !important
}
.dot_icon {
    display: flex;
    flex-wrap: wrap;
    width: 24px;
    height: 24px;
    margin: -2px;
    overflow: hidden;
}
.dot_icon .dot {
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 2px;
    transition: all 0.3s linear;
}
.show-menu .dot_icon  .dot:nth-child(5),
.dot_icon:hover .dot:nth-child(5) {
    opacity: 0;
}
.show-menu .dot_icon  .dot{    background: #29ABE2 !important;}
.show-menu .dot_icon  .dot:nth-child(odd),
.dot_icon:hover .dot:nth-child(odd) {
    transform: translate(8px, 8px);
}
.menu-wrap.full-screen.no-padding.d-md-flex{
    height: calc(100% - 73px);
    min-height: 100px !important;
    top: 73px;
}
.lateralMenu{
    height: 100%;
    background: #134069;
    position: absolute;
    right: 0;
    min-height: 100px !important;
}
.lateralMenu ul.font-weight-600>li{
    margin-bottom: 30px;
}
.lateralMenu a{
    color: white;
    font-size: 32px;
    letter-spacing: 1px;
}
.lateralMenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.navbar.bootsnav .lateralMenu  li.dropdown ul.dropdown-menu a{
    padding: 5px 0 !important;
    font-size: 17px;
    display: block;
}
nav.navbar.bootsnav .lateralMenu  li.dropdown ul.dropdown-menu,
.lateralMenu .dropdown-menu{
    position: relative;
    width: 100%;
    background: transparent;
    top: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 40px !important;
}
.lateralMenu a:hover{
    color: #29ABE2 !important;
}
.scroll:hover span{
    background: #0C3554 ;

}
.scroll span{
    display: inline-block;
    height: 1px;
    width: 100px;
    background: #1E99C4;
    margin-left: 9px;
}
.scroll{
    text-decoration: none !important;
    position: absolute;
    right: -20px;
    bottom: 30px;
    color: white !important;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    line-height: 1;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}


.btn-11.btn-transparent-white:after,
.btn-11.btn-transparent-white:before{
    background-color: #fff;
}
.btn-11 span{
    position: relative;
    z-index: 99;
}
.btn-11 {
  position: relative !important;
  overflow: hidden;
  color: #29ABE2;
}
.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #29ABE2;
  border-radius: 50%;
}
.btn-11:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn-11:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn-11.btn-transparent-white:hover span{color: black;}
.btn-11.btn-transparent-white:hover{
    border-color: #fff;
}
.btn-11.btn-white:hover{
    border-color: #29ABE2;
    color: white !important;
}
.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.navbar{
    background-color: rgba(0, 0, 0, 0.2);
}

.ballWaves div{
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 37px;
}
.ballWaves:hover div .totop{
    transform: translateY(0px);
}
.totop{
    transform: translateY(90px);
    position: absolute;
    width: 100%;
    left: 0;
}
.stepsLd p{width:  calc(100% - 410px)}
.stepsLd h3{width: 300px}
.stepsLd h3,
.stepsLd p{margin-bottom: 0 !important}
.stepsLd li small{font-weight: 900}
.stepsLd li img{
    width: 90px;
    margin-right: 20px;
}
.stepsLd li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #000000;
    padding: 45px 40px 40px 20px;
}
.height-80{height: 80vh !important}
.height-60{height: 60vh !important}
.mapframe iframe{
    width: 100%;
    height: 60vh !important;
}
.mapframe{
    padding: 0 !important;
}
.mobile-on{display: none;}
span.plus {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #29AAE0;
    color: white;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 1.5;
    font-weight: 900;
}
.flex_m img{height: 40px}
.navbar-collapse{text-transform: capitalize;}
body .team-member-position h3 {
    font-size: 22px;
}
.panel-title{font-weight: bold;}