/* Slider */
.client_logo {

  background: #ffff;
  padding-bottom: 100px;
}

.logos-slider {
  margin-top: 30px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.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;
  width: 100px;
  margin: 0 auto;
}

.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;
}

/* team */

.team {
  margin-bottom: 125px;
}

.image_box img {
  width: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
  height: 400px;

}

.team_wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team_box_text {
  background: #fff;
  padding: 38px;
  text-align: center;


}

.team_box_text .name {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
}

.team_box_text .designation {
  font-size: 20px;
  line-height: 1.5;
  color: #000;

}

.team_box {
  overflow: hidden;
  position: relative;
  box-shadow: rgb(51 51 51 / 10%) 0px 0px 40px;

}

.profile_social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.team_box:hover .profile_social {
  bottom: 0;
}

.team_box .profile_social li {
  margin: 10px 0px;
  display: inline-block;
}

.team_box .profile_social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #c5902c;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.banner_title {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.btn-outline-white {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
}

.btn-outline-white:hover{
  background: #002D5A;
  border-color: #002D5A;

}

.banner_title {
  position: relative;
}

.banner_title::after {
  position: absolute;
  content: "";
  top: 120px;
  left: 0;
  background: rgba(197, 144, 44, 1);
  height: px;
  width: 100%;
}


#portfolio {  

 
  margin: 1rem 0;

  column-count: 3;
  
  column-gap: 1rem;

  column-width: 33.33333333333333%;
}

.toolbar{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.tile { 
display: none;
}
.scale-anm {
  margin: 0 0 1.125rem;
  width: 100%; 
  box-shadow: 0 0 40px rgb(51 51 51 / 10%);
  border: 0px solid #ccc;
  
}
.tile img {
  max-width: 100%; 
  height: auto;
  display: block; 
    width: 100%;
    border-radius: 5px;
}
.btn_g {
 
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  padding: 10px 20px;
  margin: 10px; 
  height: auto;
  border: 1px solid #002D5A; 
  vertical-align: middle;
  color: #fff;
  background-color:#002D5A;
}

.toolbar button.active{
  background: #0088cc;
  border: 1px solid #0088cc; 


}

.award_sec.sub-title{
 text-align: justify;
}
 .section-title  h2{
  text-align: center;
}

.desc p{
  color: #748494;
}
.home_slide{

  display: flex;
  justify-content: center;
}
.home_banner{
  text-align: center;
}
.ser_box_con{
  transition: all 0.4s;
}
.ser_box_con ul {
  list-style-type: none;
  padding-left: 0px !important;
  margin-top: 20px;
  text-align: left;
  color: #030f27;
}

.ser_box_con ul li {
  font-size: 17px;
  color: #030f27;
  padding: 3px;

}

.service-card-wrap ul {
  height: 120px;
  overflow: hidden;
  padding-left: 0px;
  transition: all 0.4s;
 
 
}


.service-card-wrap ul.active {
  height: auto;
  transition: all 0.4s;
  
}


.service-card-wrap ul li {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  transition: all 0.4s;
}

.service-card-wrap .service-toggle-btn {
  cursor: pointer;
  width: 50%;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin-top: 15px;
  font-weight: 700;
  color: #ffffff;
  background:#002D5A;
}





.wrapper .toggle_btn.active .fas {
  transition: all 0.4s;
}

.wrapper1 .toggle_btn1.active .fas {
  transform: rotate(180deg);
}

.wrapper2 .toggle_btn2.active .fas {
  transform: rotate(180deg);
}

.wrappers1 .toggle_btns1.active .fas {
  transform: rotate(180deg);
}

.wrappers2 .toggle_btns2.active .fas {
  transform: rotate(180deg);
}

.wrappers3 .toggle_btns3.active .fas {
  transform: rotate(180deg);
}

.wrappers4 .toggle_btns4.active .fas {
  transform: rotate(180deg);
}

.wrappers5 .toggle_btns5.active .fas {
  transform: rotate(180deg);
}

.wrappers6 .toggle_btns6.active .fas {
  transform: rotate(180deg);
}
.wrappers7 .toggle_btns7.active .fas {
  transform: rotate(180deg);
}

.wrappers8 .toggle_btns8.active .fas {
  transform: rotate(180deg);
}

.wrappers9 .toggle_btns9.active .fas {
  transform: rotate(180deg);
}
.acc_row {

  display: flex;
  align-items: center;
}

.accordion-item {
  background-color: #fff;
  margin: 1rem 0;
  border-radius: 0.5rem;
  border: 1px solid #eee;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.74;
  font-size: 18px;
  font-family: "Muli";
  color: #030f27;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  color: #030f27;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 15px;
  border-top: 1px solid;
  border-top: 1px solid #eee;
}

.com_text {

  padding: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #030f27;
}

.com_text p {
  font-size: 18px;
}

.award-slider img{
 width: 50%;
 

}



.grid-item.grid-item__expanded {
  width: 66.66%;
  z-index: 2;
}

.hero-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;

  list-style: none;
}

.hero-foot ul {
  list-style: none;
  display: flex;
  margin-bottom: 50px;
}

.hero-foot ul li {
  margin: 0px 10px;
  padding: 15px;
  box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}

.margin-bottom {
  margin-bottom: 70px;
}

.mar-50 {
  margin-bottom: 50px;
}

.kaspersky-logo{
    width: 140px;
    margin-top: -9px;
    margin-right: 3px;
    margin-left: 3px;
}
.section-padding-bottom-170{
  padding-bottom: 170px;
}
.ptb-90{
  padding-bottom: 90px;
  padding-top: 90px;
}
.success-image-wrap .success-image img, .about-image-area .about-image img{
  object-fit: cover;
}

.home_banner span{
  font-weight: 800 !important;
  font-size: 24px;
  color: #030f27;
 
}
.home_banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home_banner h2{
  width:57%;
  padding-bottom: 15px;
 border-bottom: 2px solid #002D5A;
}
.home_banner p{
  font-size: 20px;
}
.page-banner-section img{
  width: 100%;
  height: auto;
}
.intro-section{
  padding: 0;

}

.shape-ca-1{
  right: 37px;
  bottom: -163px;
    z-index: 1;
}

.header-search a i {
  font-size: 26px;
  color: #002D5A;
  font-weight: 600;
}

.about-page-banner img{
  object-position: bottom;
 

}
.ser-btns{
  justify-content: space-between;
}
.product-details{

 
  background: transparent;
 display: flex;
 justify-content: center;
 align-items: center;
border: 1px solid #b32025;
height: 45px;
width: 140px;
 margin-top: 15px;
 
 
}
.ser-btns a{
  color: #b32025;
  font-size: 15px;
  font-weight: 700;
}

.product-details i{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  font-size: 15px;
  padding-top: 5px;

}
@media screen and (max-width: 1200px){

  .site-logo img{
    width: 80%;
  
  }
  .faq-content{
    margin-top: 150px;;
}


}

@media screen and (max-width: 991px){
 

}
@media screen and (max-width: 767px){


  .home_banner h2{
    width:100%;
  
  }

  .faq-content{
       margin-top: 150px;;
  }

  .faq-content .section-title-two .sub-title{
    margin-bottom: 30px;
  }
  .faq-content .section-title-two {
    margin-bottom: 30px;
  }
  .contact-info {
   
    min-height: auto;

}

.contact-info .icon {
 
  margin-bottom: 20px;
}

.site-logo img{
  width: 100%;

}

}

@media screen and (max-width: 600px) {
 
  .mts-50{
    margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.home_banner p {
  font-size: 16px;
}
.home_banner h2 {
  font-size: 18px;
}

.btn {
   
  height: 45px;
  padding: 0 35px;
 
}
}
@media screen and (max-width: 414px) {
  .grid-item img {
    border: 5px solid white;
  }


}