/* what we do start here */

.ms-toggle-btn{
  z-index: 999;

}
#player {
  height: 600px;
}
.moretext{
    display: none;
}
.moretext_2{
    display: none;
}
.moretext_3{
    display: none;
}
.section-head {
    margin-bottom: 60px;
  }
  .feat{
    padding: 80px 0;
  }
  .section-head h4 {
    position: relative;
    padding:0;
    color:#fff;
    line-height: 1;
    letter-spacing:0.3px;
    font-size: 34px;
    font-weight: 700;  
    text-align:center;
    text-transform:none;
    margin-bottom:30px;
  }
  .section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right:0;  
    margin:0 auto;
  }
  .section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color:#fff
  }
  p.service_text{
    color:#cccccc !important;
    font-size:16px;
    line-height:28px;
    text-align:center;    
  }
  .section-head p, p.awesome_line{
    color:#fff;
    font-size:16px;
    line-height:28px;
    text-align:center;  
  }
  
  .extra-text {
      font-size:34px;
      font-weight: 700;
      color:#2f2f2f;
      margin-bottom: 25px;
      position:relative;
      text-transform: none;
  }
  .extra-text::before {
      content: '';
      width: 60px;
      height: 3px;
      background: #f91942;
      position: absolute;
      left: 0px;
      bottom: -10px;
      right: 0;
      margin: 0 auto;
  }
  .extra-text span {
      font-weight: 700;
      color:#f91942;
  }
  .item {
      /* background: #fff; */
      text-align: center;
      padding: 30px 25px;
      -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
      /* box-shadow:0 0px 25px rgba(0, 0, 0, 0.07); */
      border-radius: 20px;
      /* border:5px solid rgba(0, 0, 0, 0.07); */
      margin-bottom: 30px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item:hover{
      background:#f91942;
      box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }

  .item:hover .item, .item:hover span.icon{
      /* background:#fff; */
      border-radius:10px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item:hover h6, .item:hover p{
      color:#fff;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item .icon {
      font-size: 40px;
      margin-bottom:25px;
      color: #f91942;   
      width: 90px;
      height: 90px;
      line-height: 96px;
      border-radius: 50px;
  }
  .item .feature_box_col_one{
      background:rgba(247, 198, 5, 0.20);
      color:#f91942
  }
  .item .feature_box_col_two{
      background:rgba(255, 77, 28, 0.15);
      color:#f91942
  }
  .item .feature_box_col_three{
      /* background:rgba(0, 147, 38, 0.15); */
      color:#f91942
  }
  .item .feature_box_col_four{
      /* background:rgba(0, 108, 255, 0.15); */
      color:#f91942
  }
  .item .feature_box_col_five{
      /* background:rgba(146, 39, 255, 0.15); */
      color:#f91942
  }
  .item .feature_box_col_six{
      background:rgba(23, 39, 246, 0.15);
      color:#f91942
  }
  .item p{
      font-size:15px;
      line-height:26px;
      color: #fff;
  }
  .item h6 {
      margin-bottom:20px;
      margin-top: 20px;
      color:#fff;
  }
  .mission p {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 28px;
      font-weight: 500;
  }
  .mission i {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #f91942;
      border-radius: 50%;
      color: #fff;
      font-size: 25px;
  }
  .mission .small-text {
      margin-left: 10px;
      font-size: 13px;
      color: #666;
  }
  .skills {
      padding-top:0px;
  }
  .skills .prog-item {
      margin-bottom: 25px;
  }
  .skills .prog-item:last-child {
      margin-bottom: 0;
  }
  .skills .prog-item p {
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 10px;
  }
  .skills .prog-item .skills-progress {
      width: 100%;
      height: 10px;
      background: #e0e0e0;
      border-radius:20px;
      position: relative;
  }
  .skills .prog-item .skills-progress span {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #f91942;
      width: 10%;
      border-radius: 10px;
      -webkit-transition: all 1s;
      transition: all 1s;
  }
  .skills .prog-item .skills-progress span:after {
      content: attr(data-value);
      position: absolute;
      top: -5px;
      right: 0;
      font-size: 10px;
      font-weight:600;    
      color: #fff;
      background:rgba(0, 0, 0, 0.9);
      padding: 3px 7px;
      border-radius: 30px;
  }

/* what we do end here */
/* about section start here */
.about_us_section_h1{
  color: #fff;
  margin-bottom: 20px;

}
.about_us_section{
  padding: 80px 0px 80px 0px;
}
.center-box{
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1E22;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.center-box:hover { 
  -webkit-transform: scale(1.2);
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2); /* IE 9 */
  -webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
}

.animated-border-box, .animated-border-box-glow{
  max-width: 1200px;
  max-height: 588px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
	border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0),#f70303,#04f914,#0209f5,#99a2a9, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background-image: url('../images/our_clients_logo.jpg');
background-size: cover;
background-repeat: no-repeat;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
.margin_34{
  margin-top: 100px;
}  

.center-box-simpe-image{
  display: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.center-box-simpe-image:hover { 
  -webkit-transform: scale(1.2);
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2); /* IE 9 */
  -webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
}
.center-box-simpe-image:before, .center-box-simpe-image:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), rgb(255,0,101), rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.center-box-simpe-image:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background-image: url('../images/our_clients_logo.png');
background-size: cover;
background-repeat: no-repeat;
  /*box border radius*/
	border-radius: 7px;
}


@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

/*// Border Animation END//*/




/* our client start here */

.wrap {
    padding: 4.8rem;
    position:relative;
    width: 100%;
  }
  h3 {
    font-size:2.4rem;
    font-weight: 600;
    text-align:center;
  }
  .clients {
      align-items: center;
      -webkit-box-align: center;
      display: grid;
      gap: 4.8rem 4.8rem;
      grid-template-columns: auto auto;
      justify-items: center;
      margin: 4.8rem auto;
      max-width: 1024px; }
  
  .clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .clients img {
    height: 3.2rem;
  
  }
  .clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  }
  .clients:hover li:not(:hover)  {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  }
  .clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem); 
  }
  
  @media (min-width: 1024px) {
  .clients {
      grid-template-columns: auto auto auto auto; }
      
  .clients img {
    height: 7rem;
  }}
  
  /* --- Images (gray logo) --- */
  .clients img {
    /* -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
            filter: grayscale(100%) brightness(10%) contrast(10%); */
         }
  
  .clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
/* our client end here */


/* team start here */
.our_team_container{
  padding-left: 0px !important ;
  padding-right: 0px !important;
}

.section-team {
	font-family: "Poppins", sans-serif;
    /* padding: 80px 30px 80px 0px; */
    /* padding: 80px 10px 80px 10px; */
    padding: 80px 0px 80px 0px;


}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
    height: 96%;

}

.section-team .single-person:hover {
    background: linear-gradient(to right, #000, #ff0065);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 32px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    /* border: 4px dashed #fff; */
}
.section-team .single-person:hover .person-image img {
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
    width: 80%;
margin: auto;
display: block;

}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #ff0065, #ff0065);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #000;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.speciality{
    color: #000;
}
.section-team .single-person .description{
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    text-align: left;

}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  
/* 5 */
.btn-5 {
    width: 104px;
    height: 32px;
    line-height: 34px;
    padding: 0;
    border: none;
    background: linear-gradient(0deg, rgba(255,28,88,1) 0%, rgba(255,0,101,1) 100%);
    margin-top: 2px;
  }
  .section-team .single-person:hover .btn-5 {
    color: #fff;
    background: unset;
     box-shadow:none;
  }
  .btn-5:before,
  .btn-5:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #fff;
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }
  .btn-5:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
 
  .section-team .single-person:hover .btn-5:before,
  .section-team .single-person:hover .btn-5:after{
    width:100%;
    transition:800ms ease all;
  }
  
.section-team .single-person .social {
    font-size:18px;
    color:#a2a8ae;
  }
  
  .section-team .single-person .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 1;
    color: #000;
    font-size: 22px;

  }
  
  .section-team .single-person .social a:hover {
    opacity:1;
  }
.person-info{
    text-align: center;

}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality,
.section-team .single-person:hover .description,
.section-team .single-person:hover a{
	color: #fff;

}

/* video gallery start here */
.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 10px 30px 0px; 
    /* background: #2B3044; */
  }
  
  .section-header h1 {
    font: 400 32px "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  
  .video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 15px;
    max-width: 1100px;
    padding: 15px; 
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
  }
  
  .video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    opacity: .5;
    /*transition: opacity .35s, transform .35s;*/
    transition: all 350ms ease-in-out;
    transform: translate3d(0px, 0, 0);
    /*backface-visibility: hidden;*/
  }
  
  .north-cascades-img {
    object-position: 50% 30%;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
  }
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
    opacity: 0.3;
    transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  /*
  @media screen and (max-width: 784px) {
    .video-gallery {
      width: 100%;
      padding: 15px;    
  
    }
    .video-gallery .gallery-item {
      width: 95%;
      margin: 0 auto; 
      width: 100%;
    }
  }
  */
/* video gallery end here */



@media(max-width:992px){
    .section-team .single-person .person-image img {
        width: 100%;
    
    }
    #player {
      height: 300px;
  }
    .un_wrap{
      padding: 0px;
    }
    .section-team{
            padding: 80px 0px 80px 0px;

    }
    .ms-overview-slider-btn .swiper-button-prev{
      display: none;
    }
    .ms-overview-slider-btn .swiper-button-next{
      display: none;
    }
    .center-box-simpe-image{
      display: block;
    }
    .center-box{
      display: none;
    }
    .margin_34{
        margin-bottom: 34px;
        margin-top: 34px;
    }  
    .mfp-iframe-scaler iframe {
      height: 220%;
  }
}
@media(max-width:768px){
    .section-team .single-person .social a {
      
        font-size: 28px;
    }
    #player {
      height: 250px;
  }
    .section-team .single-person:hover .btn-5{
        margin-top: 5px;
    }
    .heading_size{
      line-height: 1.5 !important;
      font-size: 30px !important;
      

    }
    
  .mfp-content {
    vertical-align: top !important;
    margin: 0 auto;
}

    .section-team .header-section {
      margin-bottom: 0px;
  }
  .section-header {
    padding: 0px 10px 0px 0px;
}
.video-gallery{
  padding:15px 0px 15px 0px;

}
.clients img {
  height: 7.2rem;
}
.ms-top-rated-wrapper {
  padding: 40px 0 40px 0 !important;
}
.ms-exclusive-wrapper {
  padding: 43px 0 18px !important;
}
}
/* team end here */
