:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);

}
*:focus {
    outline: none;
}

body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal; 
  font-size: 16px; 
  color: #13070C; 
  min-height: 100vh;
  height: 100%;
  -webkit-font-smoothing: antialiased;

}
* {padding:0; margin: 0;}
h1 {font-size: 50px;  font-weight: bold;line-height: 75px; color: #13070C; margin: 0px; padding: 0px; }
.title-gradient{
  background-image: linear-gradient(45deg, #3687FF, #13070C);
  -webkit-box-decoration-break: clone;

    /*-webkit-background-image:   -webkit-linear-gradient(45deg, #3687FF, #000000);*/
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/*.title-gradient-sd{
  background-image: linear-gradient(45deg, #000000, #AE6FFF);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;


}*/
.title-gradient-sd{
  background-image: linear-gradient(45deg, #13070C, #AE6FFF);
  -webkit-background-image: -webkit-linear-gradient(45deg, #13070C, #AE6FFF);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    display: inline-block;
    -webkit-box-decoration-break: clone;
}
/*h2 {font-size: 40px;color: #000; font-weight: bold; margin: 0px; padding: 0px;}
h3 {font-size: 36px;color: #000; font-weight: 700; margin: 0px; padding: 0px;}
h5 {font-size: 40px;color: #000; font-weight: bold;line-height: 36px; margin: 0px; padding: 0px; line-height: 48px;}
h4 {font-size: 24px;color: #000; font-weight: 600;margin:0;}
h6{ font-size: 20px;color: #000; font-weight: 600; margin: 0px; padding: 0px; }*/
h2 {font-size: 40px;color: #13070C; font-weight: bold; margin: 0px; padding: 0px;}
.steptitle-two{  font-size: 30px; color: #13070C; font-weight: bold;   line-height: 36px; margin: 0px;   padding: 0px;    line-height: 48px;} 

h3 {font-size: 24px;color: #13070C; font-weight: 600;margin:0;}
h4 {font-size: 36px;color: #13070C; font-weight: 700; margin: 0px; padding: 0px;}
.contextFour h4 {font-size: 20px;color: #13070C; font-weight: 500; }
h5 {font-size: 40px;color: #13070C; font-weight: bold;line-height: 36px; margin: 0px; padding: 0px; line-height: 48px;}
h6{ font-size: 20px;color: #13070C; font-weight: 600; margin: 0px; padding: 0px; }

.font-16{
  font-size: 16px;
}
.font-medim{
  font-weight: 500;
}
.font-semib{
  font-weight: 600;
}

p {font-size: 20px;color: #13070C; font-weight: 300; margin: 0;}
a {
  text-decoration: none;
}

/*NAV TAB START*/
.left-tabs .nav-link.active{
  
    color: #3687FF !important;
}

.left-tabs .nav-link:hover{
  /*
   background-image: linear-gradient(90deg, #3687FF, #000000);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
      transition: all .5s;*/
      background: #fff;
      /*cq*/


}
.left-tabs .nav-link a:hover{
  
   background-image: linear-gradient(90deg, #3687FF, #13070C);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
      transition: all .5s;
      
      /*cq*/


}

      .left-tabs .nav-link.active img{
        opacity: 1 ;

      }
      
     


      .left-tabs .nav-link a:hover img{
        opacity: 1 ;
          transition: all .5s;


      }

      
      .left-tabs .nav-link img{
        opacity: 0 ;

      }

      .left-tabs.sideways-tabs,
.right-tabs.sideways-tabs {
  margin-top: 5rem;
  border: none;
  position: relative;
  margin-bottom: 0;
}

.left-tabs.nav-tabs,
.left-tabs.sideways-tabs,
.right-tabs.nav-tabs,
.right-tabs.sideways-tabs {
  height: 100%;
  flex-direction: column;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
.vtabs .tab-clickable {
  cursor: pointer;
}
.left-tabs.nav-tabs {
  border-right: 1px solid #dee2e6;
  border-bottom: none;
}
.nav-tabs .nav-link:hover{
  
  
/*background: #fff;*/
}




.left-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -2px;
  text-align: left;
}
.left-tabs .nav-tabs:hover {
  
}
.left-tabs .nav-link:hover {
  
}
.left-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #dee2e6 !important;
  border-left: 1px solid #dee2e6;
  
  
}
.left-tabs .nav-tabs.active {
  /*cq*/
  border-right: 1px solid transparent !important;
  
  
}


.right-tabs.nav-tabs {
  border-left: 1px solid #dee2e6;
  border-bottom: none;
}
.right-tabs .nav-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  text-align: right;
}
.right-tabs .nav-link:hover {
  border-left: 1px solid transparent;
}
.right-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid transparent;
}
.left-tabs.sideways-tabs {
  border-right: none;
  left: -3.2rem;
}
.sideways-tabs.left-tabs .nav-item {
  transform: rotate(-90deg);
  height: 1rem;
  margin-bottom: calc(8rem - 1rem);
}
.sideways-tabs.left-tabs .nav-link {
  width: 8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom: 1px solid #dee2e6;
}
.sideways-tabs.left-tabs .nav-link:hover {
  border-right: 1px solid #e9ecef;
}
.sideways-tabs.left-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #dee2e6;
}
.right-tabs.sideways-tabs {
  border-left: none;
  right: 3.2rem;
}
.sideways-tabs.right-tabs .nav-item {
  transform: rotate(90deg);
  height: 1rem;
  margin-bottom: calc(8rem - 1rem);
}
.sideways-tabs.right-tabs .nav-link {
  width: 8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom: 1px solid #dee2e6;
}
.sideways-tabs.right-tabs .nav-link:hover {
  border-left: 1px solid #e9ecef;
}
.sideways-tabs.right-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #dee2e6;
}
.vtabs .accordion-header {
  display: none;
}
@media (max-width: 767px) {
  .toggle span {
    display: none;
}
.toggle {
  width: 45px !important;
}
.toggle {
  left: -46px !important;
  top: -1px !important;
  /* border-radius: 5px 0 0 5px !important; */
  transform: rotate(0deg) !important;
}
  .left-tabs.nav-tabs {
    flex-direction: row;
    border-right: none;
    border-left: none;
    min-width: 100%;
    border-bottom: 1px solid #dee2e6;
    left: auto;
    margin-top: auto;
  }
  .left-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.25rem;
    margin-right: 0;
    margin-bottom: -1px;
  }
  .left-tabs .nav-link.nav-link:hover {
    border-right-color: #dee2e6;
    border-bottom-color: transparent;
  }
  .left-tabs .nav-link.active {
    border-top-color: #dee2e6;
    border-right-color: transparent !important;
    border-bottom-color: transparent;
    border-left-color: #dee2e6;
  }
  .sideways-tabs.left-tabs .nav-item,
  .sideways-tabs.right-tabs .nav-item {
    transform: none;
    height: auto;
    width: auto;
    margin-bottom: 0;
  }
  .right-tabs.nav-tabs {
    flex-direction: row;
    border-right: none;
    border-left: none;
    min-width: 100%;
    border-top: 1px solid #dee2e6;
    right: auto;
    margin-top: auto;
  }
  .right-tabs .nav-link,
  .sideways-tabs.right-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    margin-left: 0;
    margin-top: -1px;
    border-bottom-color: transparent;
  }
  .right-tabs .nav-link:hover {
    border-top-color: transparent;
    border-left-color: #dee2e6;
    border-bottom-color: #e9ecef;
  }
  .right-tabs .nav-link.active,
  .sideways-tabs.right-tabs .nav-link.active {
    border-top-color: transparent;
    border-right-color: #dee2e6;
    border-bottom-color: #dee2e6;
    border-left-color: #dee2e6;
  }
  .p-t-0-sr{
    padding-top: 0px !important;
  }
  .js-center-srs{
    justify-content: center;
    display: flex;
  }
  .p-t-20-sr{
    padding-top: 20px !important;
  }
}
@media (max-width: 428px) {
  .left-tabs.nav-tabs {
    display: none;
  }
  .right-tabs.nav-tabs {
    display: none;
  }
  .vtabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .vtabs .accordion-header {
    display: block;
  }
  .vtabs button.accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
  }
}
@media (min-width: 429px) {
  .scrtabs-tab-scroll-arrow {

    font-size: 18px;
 
    padding-top: 9px;
  
}
  .vtabs .accordion-item {
    border: none;
  }
  .vtabs .accordion-body.collapse {
    display: block;
  }
}
.tab-content {
  padding: 1rem;
}
/*END*/
.btn-iq{
      display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 14px 53px 14px 23px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-iqq {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 42px 9px 21px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.offshare-btn {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 42px 9px 21px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.arrow {
  color: #fff;
    background-color: #13070C;
    border-color: #13070C;
    
  
}
.arrow::after {

  padding-left: 8px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/iq-img/btn-arrow.svg);
  transition: transform 0.3s ease-out;
  position: absolute;
  margin-left: 10px;
}
.arrow:hover {
  color: #fff;
  background-color: #13070C;
}
.arrow:hover::after {
  transform: translateX(4px);
}



.btn-arrow-outline {
  color: #13070C;
    background-color: #fff;
    
    
    border: 1px solid #F0F0F0;
  
}
.btn-arrow-outline::after {
  display: inline-block;
  padding-left: 8px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/iq-img/black-arrow.svg);
  transition: transform 0.3s ease-out;
  position: absolute;
  margin-left: 10px;
}
.btn-arrow-outline:hover {
  color: #13070C;
  
}
.btn-arrow-outline:hover::after {
  transform: translateX(4px);
}


.iphone-nav{

}
.nav-small-text{
  font-size: 14px;
  color: #606060;
}
/*.nav-text-btm{
  padding-bottom: 24px;
    margin-left: 8px;
border-bottom: 1px solid #F0F0F0;
}*/
.nav-text-btm {
    padding-bottom: 10px;
    margin-left: 8px;
    border-bottom: 1px solid #F0F0F0;
}

.pt-iq24{
  padding-top: 10px;
  background-color: #fff;
  color: #13070C;
  display: flex;
}
.arrow-bleck{
  opacity: 0;

}
.nav-small-title{
  color: #13070C;

}
.pt-iq24:hover .nav-small-title{
  background-color: #f3ec78;
    background-image: linear-gradient(90deg, #3687FF, #13070C);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
      transition: all .5s;

}
.jk img{
  opacity: 1;
}
.pt-iq24:hover .jk img{
  opacity: 1;
}


.pt-iq24:hover {
  

  
}
.pt-iq24:hover .arrow-bleck{
  opacity: 1;
  
    transition: transform 250ms;


}

.arrow-bleck{
 /* display: flex;
  justify-content: space-around;*/
}
.space-between{
  justify-content: space-between;
}
.wcd{
  color: #606060 !important;
  font-size: 14px !important;
}
.navbar-light .navbar-nav .nav-link{
  color: #13070C;
}
/*Header Slider*/
.top-144{

  /*padding-top: 80px;*/
}
.header-pic{
  background: url(../img/header-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right ;
  padding-top: 200px;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    /* -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%); */
}
.iq-align{
  align-items: center;
  display: flex;
}
.mobile-lnk{
justify-content: space-between;
}
.mobile-lnk a{
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
  text-underline-offset: 8px;
  
}
.keyhigkight-box{
background-color: #fff;
text-align: center;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
-moz-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
padding: 20px 12px;
flex-grow: 1;

}
.tech-app-text a{
  
font-weight: 500;
  
}
.tech-app-text p{
  margin-bottom: 40px;
}
.top-tech-box{
  
  padding: 40px;
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
  #f0f0f0;
  border-radius: 0px;
}

.slick-active-first .top-tech-box{
  
background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(-90deg, #13070C 0%, #3687ff 100%);
border-radius: 0px;
}




/*
.slick-current .top-tech-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: red;
  background-color: #000;
}*/

.top-tech-box:hover{
  



background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(-90deg, #13070C 0%, #3687ff 100%);
border-radius: 0px;


  
}
.top-tech-box .brd-link {
    display: inline-block;
    color: #189DD6;
    text-decoration: none;
}

.top-tech-box .brd-link::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #189DD6;
    transition: width .3s;

}

.top-tech-box:hover .brd-link::after {
    width: 100%;
    transition: width .3s;
}


.brd-link {
    display: inline-block;
    color: #13070C;
    text-decoration: none;
}

.brd-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #13070C;
    transition: width .3s;
}

.brd-link:hover::after {
    width: 0;
    transition: width .3s;
}
.innovative-box{
  background: rgb(227,226,255);
background: linear-gradient(45deg, rgba(227,226,255,1) 0%, rgba(249,251,255,1) 38%);
padding: 40px;
}
.innovative-box-right{
background: rgb(227,226,255);
background: linear-gradient(-45deg, rgba(199,221,255,1) 0%, rgba(249,251,255,1) 38%);
padding: 40px;
display: flex;
flex-wrap: wrap;
}

.folio-bg-grey{
  background: #F3F0F0;
  

}
.folio-bg-green{
  background: #ECF3EE;
  

}
.folio-bg-blue{
  background: #EFF0F8;
  

}
.folio-bg-green{
  background: #ECF3EE;
  

}

.justify-rightt{
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
  
  /* -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right; */
  
}
.scrtabs-tab-scroll-arrow-right{
  text-align: right;
}
.folio-categoery{
  padding-left: 34px;
  padding-top: 40px;

}
.folio-categoery.folio-p0{
  
  padding-top: 0px;

}
.folio-categoery ul{
  margin: 0px;
  padding: 0px;
  
}
.folio-categoery li{
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;

}
.folio-categoery li:before{
  content: '';
  position: absolute;
  background: url(../img/list-arrow-icn.png);
  width: 24px;
  height: 24px;
      left: -31px;
    top: 3px;
}

.lifeat.folio-categoery li{
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 33%;
}

.lifeat .folio-categoery li:before{
  content: '';
  position: absolute;
  background: url(../img/list-arrow-icn.png);
  width: 24px;
  height: 24px;
      left: -31px;
    top: 3px;
}

.owl-carousel .owl-item img{
  width: auto !important;
}
.slidecontainer {
  width: 50%;
  margin: 0 auto;
}
.slider-container {
text-align: center;
width: 50%;

margin: 0 auto;
position: relative;
}





.custom-range {
    width: 100%;
    height:   2px;
    padding: 0;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 33%;
  height: 2px;
  background: rgb(54,135,255);
background: linear-gradient(45deg, rgba(54,135,255,1) 0%, rgba(19,7,12,1) 100%);
  height: 2px;
  
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 33%;
  height: 2px;
    background: rgb(54,135,255);
background: linear-gradient(45deg, rgba(54,135,255,1) 0%, rgba(19,7,12,1) 100%);
  cursor: pointer;
}

@media (max-width: 1199px){
.navbar-brand img {
    width: 100px !important;
}

}

.right {
    float: right;
}

/*TECH TAB*/


#pills-tab {
  width: 100%;
  padding: 3px;
  margin: 0 auto
}

.nav-pills .nav-link {
  border-radius: 0;
  border-right: 0;
  font-size: 20px;
  color: #13070C;
  
}

#pills-infradevops-tab {
  border-right: 0 solid #e0e6eb !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #13070C !important;
  background: transparent;


    border-bottom: 2px solid ;
        /*border-image: linear-gradient(to left, #00C853, #B2FF59);
     -webkit-border-image: -webkit-linear-gradient(to left, #00C853, #B2FF59);
     -moz-border-image: -moz-linear-gradient(to left, #00C853, #B2FF59);*/
    border-image: linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
     -webkit-border-image: -webkit-linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
     -moz-border-image: -moz-linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
    border-image-slice: 1;

    -webkit-border-image-slice: 1;

    
    
}

  



.nav-pills li{
  border-bottom: 1px solid #EBE6E6;
}

.technologies {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    height: 228px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(96 96 96 / 5%);
    -moz-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
    box-shadow: 0px 2px 20px 0px rgb(96 96 96 / 5%);
    padding: 20px 0px;
}
.technologies-shaw{
  box-shadow: none !important;
}

.technologies p{
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  padding-bottom: 24px;
}

.mobile-lnk a:hover{
  text-decoration: none;
  color: #13070C;


}




.hire-app-box{
  
  padding: 40px;
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
  #f0f0f0;
  border-radius: 0px;
  /* font-size: ; */
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.hire-app-cs{
  
  
  display: initial !important;
  flex-wrap: nowrap !important;
}

.hire-app-box p{
  font-size: 18px;
}


.slick-active-first .hire-app-box{
  
background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(-90deg, #13070C 0%, #3687ff 100%);
border-radius: 0px;
}



.hire-app-box:hover{
  



background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(-90deg, #13070C 0%, #3687ff 100%);
border-radius: 0px;


  
}




.hire-app-box:hover  .arrow:after {
  transform: translateX(4px);
}


/* Mobile menu */
.mobile {
  display: none
}
.ma5menu__container {
  display: none
}

.ma5menu__panel img{
  display: none;
}
.ma5menu__panel li img{
  display: none;
}

.lvl-0.ma5menu__panel li:nth-last-child(1) a {
  background-color: #13070C;
  color: #fff;
  margin-right: 15px;
  text-align: center;
  border-radius: 4px
}



.lvl-0.ma5menu__panel li:nth-last-child(1) a:after{
      display: inline-block;
    padding-left: 8px;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/iq-img/btn-arrow.svg);
    transition: transform 0.3s ease-out;
    position: absolute;
}



.lvl-0.ma5menu__panel li:nth-last-child(1) a:hover {
  
}



.mtr-iq-80{
  margin-top: 40px;
}


@media (max-width: 1208px) {

 .mtr-iq-80{
  
  margin-top: 80px;
}
  .mobile {
    display: block;
    box-shadow: 0 0 7px rgb(4 5 60 / 10%);

  }
  .ma5menu__container {
      display: block;
  }
  .topheader {
    display: none;
  }
  #navbar_top {
    display: none;
  }
  .mobile {
      display: block;
      background-color: #fff;
  }
  

}
/*@media (max-width: 991px) {
  
  .mobile {
    display: block;
  }
}*/
.about-nav-img{
padding-left: 11px;
    padding-bottom: 10px;
}
    
/*Requirement Understanding Start*/
.iq-align-end{
  display: flex;
  align-items: flex-end;
}
.porcess-text{

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px; 
    font-weight: 300;
}


/*Card-start*/






/**/

.globe-bg{
  background: #F5F9FC;
  
  padding-left: 20px;
  padding-right: 20px;
  
}
.work-bg{
  background: #F5F9FC; 
  padding-left: 72px;    
  
}
.contact-border{
  border: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(226 131 166), rgba(19, 7, 12));
    border-image-slice: 1;
    display: inline-block;
    padding: 24px 40px;
      font-size: 24px;
    color: #13070C;
    font-weight: 600;
    margin: 0;
}
.contact-border span{
  display: inline-block;
}
.contact-border h4 b{
  font-weight: 300 !important;
}
.blog-box{
  background-color: #fff;
  border: 1px solid #13070C;
      border: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255), rgba(199,221,255,0.5));
    border-image-slice: 1;
    display: inline-block;
    padding: 24px 40px;

}
.blog-box{
  background-color: #fff;
  border: 1px solid #13070C;
      border: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255), rgba(199,221,255,0.5));
    border-image-slice: 1;
    display: inline-block;
    padding: 24px 40px;
    

}
.blog-box:hover{
  background-color: #fff;
  border: 1px solid #13070C;
      border: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(19,7,12), rgba(54,135,255));
    border-image-slice: 1;
    display: inline-block;
    padding: 24px 40px;

}
.blog-box .spc{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
}


.blog-box .brd-link {
    display: inline-block;
    color: #189DD6;
    text-decoration: none;
}

.blog-box .brd-link::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #189DD6;
    transition: width .3s;

}

.blog-box:hover .brd-link::after {
    width: 100%;
    transition: width .3s;
}
.font-weight-light{
  font-weight: 300;

}
.mtb-8-iq{
  margin-top: 8px;
  margin-bottom: 8px;
}
.fl-wp{
  flex-wrap: wrap;
}

.slide-track img {
  width: 100%;
  height: 100%;
  
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.sliders {
  margin-top: 70px;
  
  padding: 8em 2em;
}
/*.customer-logos .slide{ width: 180px !important; }*/
@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
.contact-left{
  /*background: url('../img/hand-phone.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;*/
  border: 1px solid #F0F0F0;
  padding: 40px 40px 0px 40px;

  
}
/*.contact-left:before{
  content: '';
  background: url('../img/hand-phone.png');
  position: absolute;
  width: 330px;
  height: 420px;
  bottom: 0px;
}*/
.grey-font{
  color: #606060;
}
.phone-section{
  margin-bottom: 24px;
  ;
}
.hand-pic{
      /*margin-top: -27px;*/
    margin-right: -105px;
    position: relative;
    



}
.text-end{
  text-align: right;
}
.contact-frm-bg{
  
  background-color: rgba(240, 240, 240, 0.4);
  
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 80px;
}

.contact-frm-bg .form-control, .hdr-frm-bg .form-control{
    display: block;
    width: 100%;
    padding: 16px 16px;
    font-size: 16px;
    
    line-height: 1.5;
    color: #13070C;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #F0F0F0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0px;
}

.contact-frm-bg  .form-control:focus, .hdr-frm-bg .form-control:focus {
    border-color: #13070C;
    box-shadow: none;
}
.contact-frm-bg  .form-pos, .hdr-frm-bg  .form-pos{
  margin-left: 10px;
}
.contact-frm-bg  .form-pos, .hdr-frm-bg  .form-pos-r{
  margin-right: 10px;
}
.contact-frm-bg .form-label, .hdr-frm-bg .form-label{
  font-size: 14px;
  font-weight: 600;
}
.cont-np{
  display: flex;
}
.form-top-18{
  margin-top: 18px;
}


.iti__hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }



button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #F0F0F0; }
  button:hover {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    cursor: pointer; }
 /*button:hover  .ma5menu__icon-toggle{
    background-color: #fff;
    border-color: #F0F0F0;
    cursor: pointer; }*/



#result {
  margin-bottom: 100px; }



.new {
  padding: 50px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #606060;
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.download-btn-iq {
  color: #fff;
    background-color: #13070C;
    border-color: #13070C;
    
  
}
.download-btn-iq::after {
  display: inline-block;
  padding-left: 8px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/iq-img/download-btn-arrow.svg);
  transition: transform 0.3s ease-out;
  position: absolute;
  margin-left: 10px;
}
.download-btn-iq:hover {
  color: #fff;
  background-color: #13070C;
}
.download-btn-iq:hover::after {
  transform: translateY(4px);
}



.footer-bg-iq{
  background-color: #13070C;
  padding-top: 100px;
  padding-bottom: 40px;
  color: #fff;
  font-weight: normal;
}
.font-medium-iq{
   font-weight: 600;
}
.footer-cl{}
.footer-cl ul{ margin: 0px; padding: 20px 0px 0px 0px; }
.footer-cl li{ list-style: none; color: #fff; padding-bottom: 19px;  }
.footer-cl li a{  color: #fff;  font-weight: 300; 
  

  
    
    transition-duration: 0.2s;


     }
.footer-cl li a:hover{   
  transition-duration: 0.2s;
  padding-left: 2px;
}
  

.sliderss{
  margin-top: 50px;
  margin-bottom: 50px;
}
.keyhigkight-box .numberText{
  margin-top: 20px !important;
  font-size: 24px;
  color: #13070C;
  font-weight: 600;
  margin: 0;
}
.looking-career-bg{
  background-color: rgba(96, 96, 96, 0.20);
  padding: 50px 80px;
}
.looking-career-bg h4{
  font-weight: bold;
  color: #fff;
}
.ftr-email{
  color: #606060;
  margin-top: 10px;
  margin-bottom: 4px;
}
.footer-bg-iq p a{
  font-size: 16px;
  color: #606060;
}
.footer-bg-iq p {
  font-size: 16px;
  color: #606060;
}
 .btm-row-ftr{
  border-bottom: 1px solid #606060;
  padding-bottom: 40px;
 }
 .ftr-link {
  margin-top: 10px;
 }
 .ftr-link ul{
  margin: 0px;
  padding: 0px;
   color: #606060; 
 }
 .ftr-link li{ list-style: none; display: inline-block; margin: 0px 8px;  color: #606060; font-size: 16px; }
 .ftr-link li:first-child {margin-left: 0px;}
 
 .ftr-link li a{ color: #606060;  text-decoration: none;transition-duration: 0.2s;}
 .ftr-link li a:hover{ transition-duration: 0.2s; padding-top: 2px;}

 

 .footer-text a{ transition-duration: 0.2s; }
 
 .footer-text a:hover { color: #606060 !important;  transition-duration: 0.2s; padding-top: 2px; }
.social-md-icn { margin-top: 10px; }
 .social-md-icn ul{  margin: 0px; padding: 0px;}
 .social-md-icn li{  list-style: none; display: inline-block; margin-right: 16px;}
 .social-md-icn li a{ outline: 0px; border: 0px;  }
 .social-md-icn li a:hover{  }
 .tar-resposive{ text-align: right; }

 /*About screen*/
.about-heading{
  


    background: #3687FF;
background: linear-gradient(to right, #3687FF 20%, #13070C 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 100%;

-moz-text-fill-color: transparent;
}

.accordion-button{
  color: #13070C !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border: 0px !important;
  background: transparent;

 }
 .accordion-button:focus{
  box-shadow: none !important;
  outline: 0 !important;
 }
 .accordion-button:hover {
    z-index: 2;
    background: transparent;
}
.accordion-item{
  border: 1px  solid #F0F0F0 !important;
  margin-bottom: 14px;
  border-radius: 8px;

}

.accordion-button:not(.collapsed) {
  border-radius: 8px !important;
  background-color: #fff !important;
  border-radius: 8px !important; 
  box-shadow: none;

}
.accordion-item:first-of-type .accordion-button{
      border-top-left-radius: 8px !important; 
     border-top-right-radius: 8px !important; 
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}


.accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.accordion-item:first-of-type{
border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.accordion-item:last-of-type{
      border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.keyhigkight-box span{
  
}
.navbar-nav .dropdown-large{
}
.navlk{
  width: 100%;
}
.technologies-icon img{
      width: 56px;
    height: 50px;
}
.check-how-bg{
  background: #F5F9FC;
  padding: 40px;
}
.text-right-res{
  text-align: right;
  padding-right: 100px;
  padding-top: 0px;
}
/*WHY US*/
.hd-link{
  font-weight: 500;
  text-decoration: none;
  /* text-underline-offset: 6px; */
  color: #13070C;
}
.hd-link:hover{
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 6px;
  color: #13070C;
}
.whyus-list ul{
  margin: 0px;
  
  
  
  
}
.whyus-list li{
  font-size: 18px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  
  
  
}
.whyus-list li:before{
  content: '';
  position: absolute;
  background: url(../img/list-arrow-icn.png);
  width: 24px;
  height: 24px;
      left: -31px;
    top: 3px;
}
.emodel-section{
padding:52px 0px;
    align-items: center;
    
    flex-grow: 1;

}
.fixedb-brd-top{
  border-top: 1px solid #F5F9FC;
  
}
.emodel-header{
   background: rgb(227,226,255);
background: linear-gradient(45deg, rgba(227,226,255,1) 0%, rgba(249,251,255,1) 38%);
padding: 40px;
text-align: center;
}
.fixedb-header{
   background:#F5F9FC;


padding: 40px;
text-align: center;
flex-grow: 1;
border-bottom: 1px solid #F0F0F0;
}
.dedicated-header{
   background: rgb(227,226,255);
background: linear-gradient(45deg, rgba(227,226,255,1) 0%, rgba(249,251,255,1) 38%);
padding: 40px;
text-align: center;
flex-grow: 1;
border-bottom: 1px solid #F0F0F0;

}


.font-medium-iq{
  font-weight: 500;
}
.emodel-title{
  font-weight: 600;
  font-size: 20px;
  color: #13070C;
  padding-top: 12px;


}
.fixedbs-txt{
font-size: 18px;
  color: #13070C;
  font-weight: 500;

}
.fixedb-content{
text-align: center;
padding-top: 40px;
padding-bottom: 0px;
border-bottom: 2px solid #F0F0F0;
margin: 0px 52px;

}
.fixedb-content-model{
text-align: left;
padding-top: 40px;
padding-bottom: 40px;



}
.fixedb-txt{
  font-size: 18px;
  color: #606060;
}
.fixedb-brd{
  border-right: 2px solid #F5F9FC;
  border-bottom: 2px solid #F5F9FC;
}
.fixedb-brd-lft{
  border-left: 2px solid #F5F9FC;
}
.trs{
  display: table-row;
}
.trs{
  display: table-cell;
}
.fixedb-txt span{
      
    }

  /*.row.equal {
    display: flex;
    flex-wrap: wrap;
  }*/

      
.why-tab #pills-tab{
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 0px !important;
}
.why-tab .nav-pills li{
  border-bottom: none !important;

}

.why-tab  .nav-pills .nav-link {
    
    color: #606060;
}
.hdr-frm-bg{
  
  background-color: rgba(240, 240, 240, 0.4);
  
  padding: 40px;
}



/*Chhose File css*/


/****** CODE ******/

.file-upload{display:block;text-align:center;font-size: 16px; border: 1px solid #F0F0F0;}
.file-upload .file-select{
  display:block; 
  /* border:;  */
  padding:0px 12px; color:#606060; cursor:pointer; height: 58px; line-height:58px; /*padding-top: 8px;    padding-bottom: 8px;  
    padding-left: 8px;*/
    text-align:left; background:#FFFFFF; overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#F0F0F0;padding:0 20px;display:inline-block;height:58px;line-height:58px;     border-right: 1px solid #F0F0F0;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out; }
.file-upload .file-select:hover .file-select-button{background:#EBE6E6; transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{/*z-index:100;*/cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
/*.file-upload:hover{border: 1px solid #000;}*/

/*Chhose File End css*/
    /*TS*/
    .cs-mr-16{
      margin-right: 16px;
    }
    .font18{
      font-size: 18px;
      line-height: 24px;
    }
.verified-text{
  font-size: 16px;
  font-weight: 500;
  color: #13070C;
}
.mb-iq-40{
  margin-bottom: 40px;
}
.video-slid-cs{
position: relative;
/*display: inline-block;*/
}
.dd-done {
  
   position : absolute;
  font-size: 52px;
  color: #fff;
    top:50%; 
    display: none;
    left:50%;
    /*right:0px;*/
    z-index:100;
     transform: translate(-50%,-50%);
   transition: all .8s;

}
.video-slid-cs:before{
  background: rgba(0, 0, 0, 0.0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;

}
.video-slid-cs:hover:before{
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  /*cursor: pointer;*/
  z-index: 2;

}

.video-slid-cs:hover .dd-done{
  display: block ;
  
   transition: all .8s;
   cursor: pointer;

}
/* .{
  
} */
/*START*/
/* .slider-videos .dd-done {
  
   position : absolute;
  font-size: 52px;
  color: #fff;
    top:50%; 
    display: block;
    left:50%;
    
    z-index:100;
     transform: translate(-50%,-50%);
   transition: all .8s;

}
.slider-videos .video-slid-cs:before{
  background: rgba(0, 0, 0, 0.0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;

}
.slider-videos .video-slid-cs:hover:before{
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  

}

.slider-videos .video-slid-cs:hover .dd-done{
  display: block ;
  
   transition: all .8s;
   cursor: pointer;

} */
/*END*/

/*.embed-responsive-item {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-responsive-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
      position: absolute;
    right: -16px;
    top: -11px;
    z-index: 99999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
}
.modal{
  top: 172px;
}
.modal{
  z-index: 999999;
}
.modal-backdrop{
  z-index: 9999;
}
.fullwidth-hdr{
  
  /*min-height: calc(100vh - 20px);*/
  
  padding-bottom: 120px;
  
}
.res-iq-120{
  padding-top: 120px;
}
@media only screen and (max-width: 1400px){

 
}
/*.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    min-height: 100%;
}
.display-table {
     display: table; 
     width: 100%; 
}*/
.mtb-iq-200{
  
}

.email-link-blue {
  color: #189DD6;
}
.email-link-blue:hover{
  /*color: #189DD6;
  text-decoration: underline;*/
}
/*Contact*/
.location-box {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(96 96 96 / 10%);
    -moz-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
    box-shadow: 0px 2px 20px 0px rgb(96 96 96 / 10%);
    padding: 60px 44px;
    flex-grow: 1;
    text-align: center;
    display: flex;
    width: 100%;
}
.location-title{
  font-weight: 600;
  font-size: 26px;
  color: #13070C;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;

}
.location-box .phone-section{
  margin-bottom: 0px;
  width: 100%;
}
.location-box .grey-font{
padding-bottom: 20px;
}

.iq-captchac {
    top: 12px;
    position: absolute;
    left: 13px;
    padding: 0.375rem 0.75rem;
}
.iq-captcha-input {
    padding-left: 80px !important;
}
.posrel {
    position: relative;
    z-index: 999;
}
.form-control {
    border: 1px solid #ced4da;
}
.height-70{
  height: 70px;
}
.technav-cs .nav-tabs{
  border-bottom: 1px solid #EBE6E6;
}
.technav-cs .nav-tabs .nav-item.show .nav-link, .technav-cs .nav-tabs .nav-link.active{
     color: #495057 !important;
  background: transparent;


    border-bottom: 2px solid ;
      border-image: linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
     -webkit-border-image: -webkit-linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
     -moz-border-image: -moz-linear-gradient(45turn, rgba(54,135,255), rgba(19,7,12));
    border-image-slice: 1;
    border-left:0px ;
    border-top: 0px;
    border-right: 0px;

    -webkit-border-image-slice: 1;
}


.technav-cs .nav-tabs .nav-link:focus, .technav-cs .nav-tabs .nav-link:hover {
    border-color: transparent;
  
}

.technav-cs .nav-tabs .nav-link{
font-size: 20px;
border: 0px;
}
.technav-cs .nav-tabs .nav-link{
color: #B4B0B0;
}


.vtab-text{
  color: 1E1E1E;
  font-size: 20px;
}
.vtab-selection .nav-pills .nav-link{
  border: 1px solid #EBE6E6;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;

}
 .vtab-selection .nav-pills .nav-link.active, .vtab-selection .nav-pills .show>.nav-link{
  padding: 20px;
  
  border: 1px solid #13070C;
  
}
.vtab-selection .nav-pills li.active{
  border: 1px solid #13070C;
}
.vtab-selection .nav-pills li{
  border: 0px;
}
.vtab-align{
  align-items: center;
}
.vtab-imgright{
  margin-right: 20px;
}
.plr-iq-40{
  padding-left: 40px;
  padding-right: 40px;
}
.stp-d-arrow{
  margin-right: 20px;
  margin-left: 20px;
}
.fgf a{ font-size: 18px; }


.fd-hd-photo{
  background: url(../img/header-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  
}
/*MA*/
.text-left-iq{
  text-align: left!important;
  margin-left: 6px !important; 
}
.client-bg{
  background: #fff;
  border: 1px solid #EBE6E6;
  padding: 40px;
}
/*.slick-current .top-tech-box{
background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(-90deg, #000000 0%, #3687ff 100%);
border-radius: 0px;
}*/

.star-top{
  margin-top: 8px;
}
.mt-iq-14{
  margin-top: 14px;
}
.serve-right{
  margin-left: 12px;
  margin-right: 12px;
}
.folio-categoery li span{
  font-weight: 300;
}
/*17Dec*/
.location-back{
      background: linear-gradient(180deg, rgba(19,7,12,0) 0%, rgba(19,7,12,0.90) 100%), 
                url(../img/location/loc-a.jpg);

  
  background-size: cover;
 min-height: 700px;
 background-position: center center;
  background-attachment: fixed;
}
.pd.folio-categoery {
  padding-top: 20px;


}


.slider-healthcare .slick-list, .profile-creation .slick-list{
overflow: hidden;
    margin: 0;
    padding: 0;
        padding:0 0% 0 0 !important;
        display: none ;

}
.mb-iq-30{
  margin-bottom: 30px;
}


#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 999999;
  background: #40c1f9
}

#scroll:hover {
  background-color: #40c1f9
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff
}

.missio-icon img {
  width: 100px
}

.missionbox {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  height: 100%;
  border-bottom: 4px solid #40c1f9;
  box-shadow: 0 0 .1875rem #dadada, 0 0 .9375rem #dadada
}

.missionbox h5 {
  font-size: 30px;
  margin-bottom: 25px
}

.missio-icon {
  padding: 10px;
  border: 1px solid #d5deff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex
}

.missionbox:hover {
  box-shadow: 0 0 .1875rem #dadada, 0 0 .9375rem #dadada
}

.middell {
  display: flex;
  align-items: center;
  height: 100%
}

.box-content h5 {
  margin-bottom: 15px;
  font-weight: 400
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -300px;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  padding: 20px;
  /*background: #f8f9ff;*/
  background: rgba(240, 240, 240, 0.2);
  /*box-shadow: 0 0 10px 0px #40c1f9;*/
  box-sizing: border-box;
  transition: .5s;
  z-index: 99999;
  border: 1px solid #13070C;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
  border-right: 0;
  /*border-radius: 0 0 0 30px*/
}

.sidebar-contact.active {
  right: 0
}

.toggle {
  position: absolute;
  height: 48px;
  width: 170px;
  text-align: center;
  cursor: pointer;
  background: #13070C;
  top: 40%;
  left: -110px;
  line-height: 48px;
  color: #fff;
  box-shadow: 0 0 10px 0px #2b77b75e;
  font-weight: 600;
  transform: rotate(-90deg)
}

.sidebar-contact h6 {
  text-align: center;
  color: #04053c;
  font-size: 20px;
  font-weight: 600
}

.buttoncallback {
  width: 100%;
  color: #40c1f9;
  background-color: #fff;
  border-color: #40c1f9;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 500;
  border: 1px solid #40c1f9;
  text-decoration: none;
  padding: 11px 30px;
  border-radius: 4px
}

.scroll p a {
  text-decoration: none;
  font-size: 16px;
  color: #04053c
}

.scroll {
  text-align: center;
  border-top: 1px solid #40c1f9
}

.or-text-label {
  color: #40c1f9;
  position: relative;
  display: inline-block;
  width: 46%
}

.or-text-label:after {
  background-color: #40c1f9;
  position: absolute;
  top: 10px;
  content: "";
  width: 90%;
  height: 1px;
  right: -82px
}

.or-text-label:before {
  background-color: #40c1f9;
  position: absolute;
  top: 10px;
  content: "";
  width: 94%;
  height: 1px;
  left: -84px
}

.numbers {
  padding: 10px 0;
  text-align: left;
  margin-left: 24px
}

.scroll form {
  padding-top: 14px
}

.buttoncallback:hover {
  color: #fff;
  background-color: #40c1f9;
  border-color: #40c1f9
}

.pl-30 {
  padding-left: 30px
}

.pr-30 {
  padding-right: 30px
}

.service-image-main {
  position: relative
}
/*Industry Pages*/
.feature-icnbox{
  padding: 40px 0px 40px 40px;
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
  flex-grow: 1;
}
.feature-icnbox p{ 
font-weight: 500;
font-size: 20px;
padding-top: 8px;
}
.flex-cs{
  display: flex;
}
.mt-iq-800{
  margin-top: 80px;

}
.feature-tabicn .tab-content {
  padding-top: 40px;

}
.nav-pills .nav-link{
  color: #676666;

}


.form-groups {
  display: block;
  margin-bottom: 15px;
}

.form-groups input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-groups label {
  position: relative;
  cursor: pointer;
}

.form-groups label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #606060;
  border-radius: 6px;
  
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-groups input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.trust-box{
  border: 1px solid #F0F0F0;
 
}
.brand-logo .trust-logo img{
  
  width: 160px;
  height: auto;
}

.trust-logo{
  margin: 80px 0px;
  text-align: center;
  
}
.trust-logo img{
  height: 34px;
  width: auto;
}

.v-service-tab .tab-content {
  padding-top: 0px !important;

}

  /* Safari and Chrome */
  .testf{
      
      color:#3fa46a
  } 

  /* Safari only override */
  :i-block-chrome, .testf{
    color: #000fff;
  } 
  :i-block-chrome,.testf{
    color: #0000ff;
  } 
/* .Net  */
.dotnet-box{
  background-color: #fff;
    /*  */
   
  
  padding: 40px  40px 80px 40px;  
}
.donet-box-bc{
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(-90deg, #13070C 0%, #3687ff 100%);    
  border-radius: 0px;
}
.donet-box-normal{
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, #f0f0f0;
  border-radius: 0px;
}

.dotnet-box h4{
  padding-top: 16px;
}
.dotnet-box p{
  padding-top: 8px;
}
.mt-res-0{
  margin-top: 80px;

}
/* END NET */
/* card START */
.dev-card{
  width: 100%;
  height: auto;
  
  
  
  position: relative;
}

.dev-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.dev-card-body{
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: 0.9s;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(16px);
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  
  
  transition: 0.8s  ;
}

.dev-card:hover .dev-card-body{
  opacity: 1;
  
}


.dev-card-title{
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
}

.dev-card-sub-title{
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
}

.dev-card-info{
  
  color: #fff;
  margin: 20px 0 30px 0;
  font-size: 18px;
 text-align: center;  
}
.dev-card-pos{
padding: 20px;
}
.dev-card-info span{
  font-weight: bold;
}

.dev-card-btn{
  
}
.dev-name{
  font-size: 22px;
  color: #13070C;
  font-weight: 600;
  padding-top: 20px;

}
.dev-name p{
  font-size: 20px;
  font-style: italic;
}
.intro-btn-flex{
  display: flex;
  justify-content: space-around;
}
.watch-intro {
  color: #13070C;
    background-color: #fff;
    border-color: #13070C;
    padding: 14px 0px;
    border-radius: 4px;
    width: 124px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;  

}
.watch-intro.video {
  color: #fff;
    background-color: #13070C;
    border-color: #fff;
     
}
.watch-intro span{
  padding-top: 6px;
}
.watch-intro img{
  transform: translateX(0px);
  position: relative;
  transition: 01s;
  margin-top: -2px;
}
.watch-intro:hover img {
  transform: translateX(-6px);
  
}.watch-intro:hover  {
 
}
/* .watch-video {
  color: #000;
    background-color: #fff;
    border-color: #fff;
    
  
}
.watch-video::before {
  display: inline-block;
  
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/into-btn-icn.svg);
  transition: transform 0.3s ease-out;
  position: absolute;
  left: 30px;
  
}
.watch-video span{
  padding-left: 15px;
}
.watch-video:hover {
}
.watch-video:hover::before {
  transform: translateX(4px);
} */
/* CARD end */
/* Hire Dedicate Start */
.main-hd-card{
height: 100%;            
  position: relative;
  border:2px solid #f0f0f0;

}
.me-card-e{
position: absolute;
top:0px;
opacity: 0;

border-radius: 0px;
background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
  linear-gradient(-90deg, #13070C 0%, #3687ff 100%);
border-radius: 0px;
border: 0px;
transition:0.9s;
background-color: #fff000;
}
.card{
padding: 40px;
border: 0px;
border-radius: 0px;
}
.me-card-e:hover{
  opacity: 1;
  transform: translate(-15px, -15px);
  transition:0.9s;
  backdrop-filter: blur(16px);


}
.main-hd-card:hover{
  /* opacity: 1;
  border:2px dashed #000 !important;
  transition:0.8s; */
  border:2px dashed #13070C !important;
  transition:0.9s;

}

.card-body{
  padding:0px;
}
.hire-d-box img {
  width: 60px;
  height: 60px;
}
.hire-d-box .btn-arrow-outline::after {
  display: inline-block;
  padding-left: 8px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/iq-img/black-arrow.svg);
  transition: transform 0.3s ease-out;
  position: absolute;
  margin-left: 10px;
}
.btn-arrow-outline:hover {
  color: #13070C;
  
}
.hire-d-box:hover .btn-arrow-outline::after {
  transform: translateX(4px);
}
.card-footer{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  border-radius: 0px;
  background-color:transparent;
  border: 0px;
  

}
.card-text{
  font-size: 16px;

}
/* END */
  .res-js-center{
    justify-content: right;
    display: flex;
  }
.d-r-flexS{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1220px) {
    .ionic .justify-content-center{
  justify-content: left !important;
}
}
  @media only screen and (max-width: 991px) {

    .res-js-center{
      justify-content: center;
      display: flex;
    }
  }
  
 /* HIREDE */
 .inhouse-team .fixedb-content {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 0px;
  border-color: transparent;
  margin: 0px 52px;
}

 .inhouse-team .fixedb-content:last-child {
  
  
  padding-bottom: 20px;
  
  
}
.inhouse-team .emodel-title{
  padding-left: 16px;

}
.inhouse-heading{
  display: flex;
  align-items: center;
}
.inhouse-team .emodel-header{
  padding: 40px;
  border-color: transparent;
}
.inhouse-team .fixedb-txt {
  font-size: 20px;
  color: #13070C;
  font-weight: 600;
}
.small-txt-grey{
  font-size: 16px;
  color: #606060;
}
.inhouse-box{
  display: flex;
  flex-direction: column;
  height: 100%;

}
.onhouse-flex-g{
  flex-grow: 1;
}
.inhouse-team .dedicated-header, .inhouse-team .fixedb-header{
  flex-grow: 0;
}
.fwq-semi{
  font-weight: 600;
}
.mt-iq-60{
  margin-top: 60px;
}
.rs-mr-20{
  margin-right: 20px;
}
.hire-top-text{
  font-weight: 400 ;
}
.hire-top-text span{
  font-weight: bold;
}
.mt-iq-40-20{
  margin-top: 40px;
}
.sky-fn-color{
  color: #189DD6 !important;
}
/*MOBILE TAB*/
.mobile-calltoaction ul {
  margin: 0;
  padding: 0
}

.mobile-calltoaction li {
  width: 25%;
  float: left;
  text-align: center;
  list-style: none;
  border-right: 1px solid #ccc
}

.mobile-calltoaction {
  display: none
}

.mobile-calltoaction li a {
  font-size: 30px;
  color: #40c1f9
}
@media (max-width: 767px) {
  .locGlobal-Photo{
  transform: translateY(0px) !important;
}
  .mobile-calltoaction {
      display: block !important;
      position: fixed;
      bottom: 0;
      width: 100%;
      
      z-index: 999;
      padding: 0px 0;

      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

        background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  }

  .mobile-calltoaction.hidden{
     -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  }
}

.mobileOtab {
  /*padding: 12px 40px 9px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 10px -4px #7c7c7c;*/
}
.mobileOtab-list {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobileOtab-link  {
  display: inline-block;
  padding: 12px;
  text-decoration: none;
  color: #1d1d1d;
  transition: 0.3s;
}
.mobileOtab-link:hover, .mobileOtab-link.active {
  color: #483cff;
}
.mobileOtab-link-icon {
  font-size: 38px;
}
.mobileOtab-underscore {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #3687FF;
  transition: 0.3s;
}
/*GLOBAL LOCATION*/
.location-overlay{
  background: rgb(0,1,27);
  background: linear-gradient(90deg, rgba(0,1,27,0.9) 0%, rgba(0,2,44,0) 100%);
}

.locGlobal-Photo{
  background-image: linear-gradient(90deg, rgba(0,1,27,0.9) 0%, rgba(0,2,44,0) 100%), url(../img/lets-talk-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
    padding-left: 80px;
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 80px; 
  background-attachment: fixed;

}
.locGlobal-Photo h1, .newyork-header-Photo h1{
  color: #fff;

}
.locGlobal-Photo p,.newyork-header-Photo p{
  color: #fff;
  /* max-width: 950px; */
}
/*NEWYRK*/
.newyork-header-Photo{
  background-image: linear-gradient(90deg, rgba(0,1,27,0.9) 0%, rgba(0,2,44,0) 100%), url(../img/thankyou-page-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
    padding-left: 80px;
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 80px; 
  background-attachment: fixed;

}
.locGlobal-Photo h1{
  color: #fff;

}
.locGlobal-Photo p{
  color: #fff;
  /* max-width: 950px; */
}
.parallax-wrapper {
  overflow-y: hidden;
}
.global-small {
    padding-top: 30px;
    display: inline-block;
    width: 100%;

}
.global-small-img {
    position: relative;
    border-radius: 4px;
     transform: translateY(0);
    transition: 0.4s;
}

.global-small-img:hover {
    
    transform: translateY(-10px);
}
.global-small-img img {
    
    border-radius: 4px;
}
.global-small-img img:hover {
    
    border-radius: 4px;
}
.global-small-img::before {
    content: "";
    position: absolute;
    top: 0;
     left: 0;
    background: rgb(19,7,12);
    background: linear-gradient(180deg, rgba(19,7,12,0) 0%, rgba(19,7,12,0.8) 100%);
     display:inline-block;
    width: 100%;    
    height: 100%;
    border-radius: 4px;
    transition: 0.2s ;
      
  
}
.global-small-img:hover::before {

      
  
}
.global-small-text {
    position: relative;
    text-align: center;
    width: 100%;
   /* bottom: 20px;
    left: 50%;
    */

}

.global-small-text h4{
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 24px;
}
.global-small-text h4{
    left: 0px;
    top: -80px;
    width: 100%;
    color:#fff;
    position:absolute;   
}
.is-80{
  width: 80px;
  height: 80px;
}
.bpm-section{

}

.bpm-section .contact-border {
  border: 2px solid #13070C;
  border-radius: 4px;
  /* border-image: linear-gradient(0.25turn, rgba(54,135,255), rgba(0,0,0));
  border-image-slice: 1; */
  display: inline-block;
  padding: 11px 20px;
  margin-right: 24px;
}
.bpm-icons{
  display: flex;
  padding-top: 40px;
}
.bpm-icons-spc{
  margin-right: 40px;
}
.flx-shring-0{
  flex: 0 0 auto;
}
.d-flex-profile{
  display: flex;
  flex-wrap: wrap;
}
.ms-left-6{
  margin-left: 6px;
}
.nav-item-mgn {
  margin: 0px 10px;
}

@media (max-width: 767px) {

.mt-iq-20-res{
  margin-top: 20px;
}
}
.iq-alignn{
  display: flex;
  align-items: center;
}
.mt-iq-24{
  margin-top: 24px;
}

.mt-iqp-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
/*  */


.js-hiddenform {
  display: block;
  /*display: none;*/
}


.label {
  display: none;
}
/*.dropdown-large{
	height: 750px;
    overflow-y: auto;
	display: none;
}*/
.feature-icnboxs {
  padding: 40px 0px 40px 40px;
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
  flex-grow: 1;
}
.feature-icnboxs h6{
  font-size: 24px;
}
.feature-icnboxs p {
  font-weight: 400;
  font-size: 18px;
  padding-top: 8px;
}
.priceplane-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
  -moz-box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
  box-shadow: 0px 2px 20px 0px rgba(96,96,96,0.1);
  padding: 20px 20px;
  flex-grow: 1;
  margin-bottom: 30px;
}
/*typo*/

.infoxbox-data{

}
.infoxbox-data b{
  font-weight: 300 !important; 
}
.folio-faq ul{
  margin: 0px;
  padding: 0px;
  
}



.folio-faq {
    padding-left: 34px;
}
.folio-faq li{
  font-size: 16px;
  
  color: #13070C;
  list-style: none;
  margin-bottom: 16px;
  position: relative;
}
.folio-faq li:before{
  content: '';
  position: absolute;
  background: url(../img/list-arrow-icn.png);
  width: 24px;
  height: 24px;
      left: -31px;
    top: -2px;
}
/* 270423 CSS */
/* CS-START */
.cntName {
color:#3687FF;
font-weight: 500;
margin-top: 8px;
}
.inner-cs-web{
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 52px;
  padding-bottom: 52px;
}
.pt-sm-40{ padding-top: 79px; padding-bottom: 79px;}
.add-txt-r{text-align: right;}
.csm-top-space{} 
.csm-top-second{}
/* CS-END */
.topNotch{
  color: #13070C !important; -webkit-text-fill-color: #13070C; font-weight: 500;
}
.flagClient{
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  
}
.flagClientTxt{
  position: absolute;
  bottom: 29px;
  right: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.likecolor{
  color: #3687FF !important;
 
}
.blogPlace{

}
.blogPlace img{
  width: 110px;
  margin-right: 10px;
  
}
.popularText P{
  font-size: 16px;
}
.blogPost{
  display: flex;
  border-bottom: 2px solid #E3EEFF;
  padding-bottom: 10px;
  margin-top: 20px;
}
.posCategory{
  background-color: #ECEEF1;
  padding: 8px 12px 8px 38px;
  position: relative;

}
.posCategory:hover{
  background-color: #fff;
  
  position: relative;

}
.posCategory:before {
  content: '';
  position: absolute;
  background: url(../img/list-arrow-icn.png);
  width: 24px;
  height: 24px;
  left: 12px;
  top: 8px;
}
.postDetails{
  font-size: 18px;
  font-weight: 400;
}
.postDetails span{
  color: #3687FF;
}
.feature-icnboxs h3{
  padding-top: 15px;
}
.folio-categoery.headerTxt li {
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
}
.header-bold{
  font-weight: 700;
}
.text-capz{
  text-transform: capitalize !important;
}
.text-capz-inner{
  text-transform: capitalize !important;
}
.location-show{
  display: none;
}
.folio-hs{
  display: none;
}
@media (max-width: 1024px) {
.lifeat.folio-categoery li:nth-child(odd){
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 60%;
}
.lifeat.folio-categoery li:nth-child(even){
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 40%;
  justify-content: flex-end;


}
}
@media (max-width: 766px) {
.lifeat.folio-categoery li:nth-child(odd){
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.lifeat.folio-categoery li:nth-child(even){
  font-size: 20px;
  font-weight: 500;
  color: #13070C;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  justify-content: flex-end;


}

}

/*    position: absolute;
    right: -9px;
    bottom: 19px;*/