a{
    text-decoration: none;
}
section.main-slider{
    padding: 0;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    max-height: 100vh;
}
.swiper-container.mySwiper{
    position: absolute;
    bottom: 30px;
    left: 20%;
    width: 100%;
}
.mySwiper .swiper-slide {
    text-align: center;
}
.main-slider .swiper-button-next{
    left: 50px;
    right: auto;
    top: auto;
    bottom: 80px;
}
.main-slider .swiper-button-prev{
    left: 30px;
    right: auto;
    top: auto;
    bottom: 80px;
}
.slider-proj-link{
    color: #fff;
    padding-bottom: 5px;
    margin-top: 45px;
}
.slider-proj h3,.slider-proj-link{
    width: 70%;
    text-align: left;
}
.hvr-underline-from-left:before{
    background:#fff;
    height: 2px;
    max-width: 70%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px!important;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    z-index: 999!important;
}
.mySwiper .swiper-slide .slider-proj{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-color: rgba(86, 89, 88,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: .4s all;

}
.mySwiper .swiper-slide .slider-proj:hover{
    background-color: #25433fb2!important;
}
.mySwiper .swiper-slide-thumb-active .slider-proj{
    background-color: #25433fb2!important;
}
.mySwiper .swiper-slide-thumb-active .slider-proj:hover{
    background-color: rgba(86, 89, 88,.9)!important;
}
.mySwiper2 h2{
    font-family: 'bold';
    font-size: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    text-transform: uppercase;
}
.intro-bg{
    /* background:url("../assets/images/tic-provides-bg.jpeg") center center no-repeat; */
    /* background-size: cover; */
    background-color: #F4F4F4;
}
.intro-bg .website-title{
    color: #373737;
}
.intro-bg .website-p{
    text-align: center;
    color: #373737;
    width: 80%;
    margin: 0 auto;
}
.tic-wrapper{
    width: 49%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.tic-wrapper:not(.intro-bg){
    background-image: url("../assets/images/tic-provides-bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}
.factsSwiper{
    height: 100vh;
}
.factsSwiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.factsSwiper .swiper-pagination-bullet{
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    /* z-index: 3; */
    cursor: pointer;
}
.factsSwiper .swiper-pagination-bullet-active{
    background: #385A60;
}
.factsSwiper .website-title.no-title{
    margin: 0;
}
.counter,.counter-percentage{
    font-size: 72px;
    font-family: 'bold';
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
}
.containerss{
    position: relative;
    padding: 40px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.containerss .website-p{
    /* opacity: 0; */

}
.containerss.draw::after{
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-color: #DADADD;
    border-right-color: #DADADD;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.containerss.draw::before{
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-color: #DADADD;
    border-left-color: #DADADD;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.containerss.draw::after, .containerss.draw::before {
    width: 100%;
    height: 100%;
}
.containerss::before {
    top: 0;
    left: 0;
}
.containerss::after {
    bottom: 0;
    right: 0;
}
.containerss::after, .containerss::before {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    width: 0;
    /* height: 0; */
}
.ml1 {
font-weight: 900;
font-size: 3.5em;
}

.ml1 .letter {
display: inline-block;
line-height: 1em;
}

.ml1 .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.1em;
padding-right: 0.05em;
padding-bottom: 0.15em;
}

.ml1 .line {
opacity: 0;
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: #fff;
transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
.intro{
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
}
.intro .website-btn{
    margin: 30px auto;
    display: block;
}
.proj-home{
    background:#1c1c1b;
    padding-bottom: 120px;
}
/* Common style */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-height: 360px;
	width: 48%;
	background: #373737;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
	transform: translate3d(0,-50%,0) translate3d(0,0,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
  .member-img{
      width: 200px;
      height: 200px;
      border-radius: 50%;
      transform: scale(1);
      transition: .4s all;
  }
  .teams-home .website-title{
      text-align: right;
  }
  .teams-home .website-p{
      text-align: right;
  }
  .teams-home .container-full,.teams-home .row{
      height: 100%;
      margin:0;
  }
  .teams-home .col-lg-5,.teams-home .col-lg-7{
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
    padding-left: 70px;
  }
  .teams-home .col-lg-5{
      border-right: 2px solid #385A60;
      padding-right: 100px;
  }
  .teams-home .col-lg-7{
      align-items: center;
  }
  .team{
      display: flex;
      align-items: center;
      justify-items: center;
  }

  .team > .team-member:last-child{
      margin:100px 0 0 100px;
  }
  /* .team > .team-member:last-child::before{
      transform: translateY(calc(-50% - 50px));
  } */
  .team-member{
      position: relative;
    width: 50%;
    z-index: 2;
  }
  .team-member-image-container{
    border-radius: 50%;
    border: 10px solid #385A60;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .team-member:hover .member-img{
    transform: scale(1.2);

    }
  /* .team-member::before{
      content: "";
      position: absolute;
      width: 1px;
      height: 100vh;
      background: #fff;
      left: 50%;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
  } */
  .swiper-slide img.partner-img{
      width: 100%;
      display: block;
      margin: 0 auto;
  }

  .partners{
      background-color: #F4F4F4;
      padding-bottom: 120px;
      padding-right: 80px;
      padding-left: 80px;
  }
  .partners .website-title{
      color: #373737;
  }
  .partners .swiper-pagination-bullet-active{
      background: #373737;
  }
  .partners .swiper-container{
      padding: 60px 0 100px;
  }
  .partners .swiper-pagination{
      bottom: 0!important;
  }
  .teams-home{
      height: 100vh;
      padding: 0;
  }
  .partners .swiper-slide{
      min-height: 220px;
      padding: 20px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  @media (min-width:320px) and (max-width:768px){
    a.mburger{
        top: 5px;
    }
    .menu-word{
        font-size: 14px;
    }
    .mySwiper2 h2{
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    .main-slider .swiper-button-next,.main-slider .swiper-button-prev{
        bottom: 30px;
    }
    .intro{
        display: block;
        height: auto;
    }
    .tic-wrapper{
        /* display: block; */
        width: 100%;
    }
    .team{
        margin-top: 30px;
        display: block;
    }
    .teams-home .website-title{
        text-align: center;
        margin-bottom: 40px;
    }
    .teams-home{
        height: auto;
    }
    .teams-home .container-full, .teams-home .row{
        width: 100%;
        /* overflow: hidden; */
    }
    .team-member{
        width: 100%;
    }
    .team > .team-member:last-child{
        margin: 0;
    }
    .team-member-image-container{
        margin: 0 auto;
    }
    .grid figure{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    figure.effect-romeo p {
        -webkit-transform: translate3d(0,-115%,0) translate3d(0,150%,0);
        transform: translate3d(0,-115%,0) translate3d(0,150%,0);
    }
    .partners{
        padding-right: 20px;
        padding-left: 20px;
    }
    .factsSwiper{
        width: 100%;
    }
    .teams-home .col-lg-5, .teams-home .col-lg-7{
        padding-right: 20px;
        padding-left: 20px;
        border-right: none;
    }
    .teams-home .website-p{
        text-align: center;
    }
    .grid figure figcaption, .grid figure figcaption > a{
        z-index: 90;
    }
    .grid figure{
        float: none;
        margin: 0;
        margin-bottom: 40px;
    }
    .proj-home{
        padding-bottom: 40px;
    }
  }
