:root {
  --alfain-primary-color: #0050D1;
  --btn-text-color:white;
  --pg-font-size: 16px;
  --heading-font-weight: bolder;
  --btn-two-hover-bachground-color:white;
  --alfain-secondary-color: #0000cc;
  --text-dark-color:#696969;
  --on-hover-card-inner-color:#F3F6FA;
  --web-development-sub-text-color:#081B3E;
  }
/*media query*/

@media (max-width: 575px) { 
.card-outer .card-main{
  max-width: 80%;
}
.bpo-card-outer .card-main{
  max-width: 80%;
}
.hp-card-inner{
  margin: 0px 40px;
}

.devops-cycle-outer .cycle-background{
  background-image:none;
  background-color: var(--web-development-sub-text-color);
}
.devops-cycle-outer .devops-development-cycle-mobile-view{
  display: block;
}
.devops-cycle-outer .cycle-background{
  display: none;
}
}
@media screen and (min-width: 576px) and (max-width: 767px) { 
.card-outer .card-main{
  max-width: 60%;
}
.bpo-card-outer .card-main{
  max-width: 60%;
}

.hp-card-inner{
  margin: 0px 50px;
}
.devops-card-2{
  float: left;
}
.devops-process-cycle-second-row .devops-card-3{
  float: right !important;
}
.devops-process-cycle-thirs-row .devops-card-3{
  float: right !important;
}
.fist-second-section-combine .container-inner{
  max-width: 100%;
}
.development-cycle .development-cycle-container-inner.pb-5 {
  max-width: 100%;
}
.cardtwo-discription-section .cardtwo-discription{
  padding: 0px 60px;
}
.padding-top-on-monile {
padding-top: 40px;
}
.cycle-background .devops-process-cycle-first-row{
padding-top: 0px;
}
.cycle-background .devops-process-cycle-second-row {
margin-top: 0px;
}
.cycle-background .devops-process-cycle-thirs-row{
margin-top: 0px;
}
.devops-process-cycle-second-row .devops-card-main-left{
float: none;
}
.devops-process-cycle-second-row .devops-card-main-right{
float: left;
}
.cardtwo-discription-section .devops-card-discription{
display: none;
}
.devops-cycle-outer .cycle-background{
background-image: url("../assets/images/devops-development-cycle-background.jpg");
background-size: 100% 95%;

}

}
@media screen and (min-width: 768px) and (max-width: 991px)
{

.card-outer .card-main{
  max-width: 80%;
}
.bpo-card-outer .card-main{
  max-width: 60%;
}

.fist-second-section-combine .container-inner{
  max-width: 100%;
}
.development-cycle .development-cycle-container-inner.pb-5 {
  max-width: 100%;
}
.cardtwo-discription-section .cardtwo-discription{
  padding: 0px 40px;
}
.padding-top-on-monile {
padding-top: 40px;
} 
.cycle-background .devops-process-cycle-first-row{
padding-top: 0px;
}
.cycle-background .devops-process-cycle-second-row {
 margin-top: 0px; 
}
.cycle-background .devops-process-cycle-thirs-row{
 margin-top: 0px;
}
.devops-process-cycle-second-row .devops-card-main-left{
float: none;
}
.devops-process-cycle-second-row .devops-card-main-right{
 float: none;
}
 .cardtwo-discription-section .devops-card-discription{
display: none;
}
.devops-cycle-outer .cycle-background{
 background-image: url("../assets/images/devops-development-cycle-background.jpg");
 background-size: 100% 94%;
 -webkit-transform: rotate(90deg);  /* to support Safari and Android browser */
    -ms-transform: rotate(90deg);      /* to support IE 9 */
    transform: rotate(90deg);
}
} /* Media query end*/
@media screen and (min-width: 992px) and (max-width: 1199px)
{
.cycle-background .devops-process-cycle-first-row{
  padding-top: 0px;
}   
.cycle-background .devops-process-cycle-thirs-row{
  margin-top:-20px;
}
.cycle-background .devops-process-cycle-second-row{
  margin-top: -20px;
}
.card-outer .card-main{
  max-width: 80%;
}
.bpo-card-outer .card-main{
  max-width: 80%;
}
.cardtwo-discription-section .cardtwo-discription{
padding: 0px 60px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1400px)
{
.card-outer .card-main{
    min-height: 330px;
  }

.cycle-background .devops-process-cycle-thirs-row{
  margin-top: 0px;
}

}


/*media quries*/
/*main hero section of main page*/
.digital-solutions {
color: var(--alfain-primary-color);
padding-left: 10px;
}
/*main hero section of main page end*/
/*Main  page our services css*/


.hp-section-heading-section {
display: flex;
justify-content: center;
align-items: center;
}

.hp-section-heading-section-inner {
max-width: 83%;
}
.hp-secrion-two-heading {
font-family: 'Lato-Heavy';
font-size: 40px;
line-height: 1.6;
}

/* .hp-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #D3D9E6;
  padding: 15px 15px 15px 15px;
  min-height: 280px;
  background: #eaf2fb;
  z-index: 9px;
  }

.hp-card-animation{
    position:absolute;
    background-color: var(--alfain-primary-color);
    top:0;
    bottom: 0;
    left:-999px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-out; 
  }

.hp-card:hover .hp-card-animation{
    left:0;
  } */


  .hp-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #D3D9E6;
    padding: 15px 15px 15px 15px;
    min-height: 280px;
  }
  
  .hp-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0d54ce;
    /* opacity: 0.6; */
    transition: left 0.3s ease-in-out;
    z-index: 1;
  }
  
  .hp-card:hover::before {
    left: 0;
  }

.hp-card-icon-section{
    position: inherit;
    z-index: 1;
    min-height: 80px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.6s ease-out; 

    }
.hp-card-heading-section{
    position: inherit;
    z-index: 1;
    transition: all 0.6s ease-out; 
  }

.hp-card-discription-section{
    position: inherit;
    z-index: 1;
    transition: all 0.6s ease-out; 
  }

.hp-card:hover svg path{
    fill:white;
    transition: all 0.6s ease-in-out; 
 } 

.hp-card:hover .hp-card-heading{
  color:white ;
  transition: all 0.6s ease-out; 
}

.hp-card:hover hr{
    position: inherit;
    z-index: 1;

    color: white;
    transition: all 0.6s ease-out; 
  }

.hp-card:hover .hp-card-discription-section p{
    color:white ;
    transition: all 0.6s ease-out; 
  }

.hp-card-heading {
  font-size: 20px;
  font-family: 'Lato-Heavy';
  text-transform:uppercase;
  color: #000000;
  }
  
  .hp-card-discription {
  font-size: 15px;
  color: #212529;
  max-width: 90%;
  position: inherit;
  z-index: 1;
  }




/*Main  page our services css end*/

/*  Mian page new card container */

/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
}
#cards_landscape_wrap-2 .container{
  
  max-width:83%;
  width: 100%;
  margin: 0px auto;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
  background: #eaf2fb;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50); */
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #D3D9E6;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 22px 14px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #eaf2fb;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  min-height: 390px;

}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #eaf2fb;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}


/* new conatiner end*/


/*main hero section of webdevelopment page css*/
.herosection-letcol-top-heading {
  font-size:18px;
  color:var(--alfain-primary-color);
  text-transform: uppercase;
}
.web-hero-secrion-heading{
font-family: 'Lato-Heavy';
  font-size: 38px;
}
.main-section-anchor-tag {
  text-decoration: none;
  background-color:white;
  color:var(--alfain-primary-color);
  padding: 8px 12px 8px 12px;
  border: 1px solid var(--alfain-primary-color);
  border-radius: 5px;
  display: flex;
  max-width:220px;
}


.main-section-anchor-tag:hover{
    background-color: var(--alfain-primary-color);
    color: white;
}
 .main-section-btn{
  display: inline !important;
} 
.web-hero-section-dis {
  font-size: 16px;
  color: var(--web-development-sub-text-color);
  font-family: 'lato-regular';
}
.east{
margin-left: 20px;
}
.case-study-card-ul {
  list-style: none;
}

/*main hero section of webdevelopment page css end*/

/*overview section css*/
.fist-second-section-combine {
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,245,251,1) 50%, rgba(255,255,255,1) 100%);*/
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,245,251,1) 100%);
  }
  .wireframing-icon {
    display: inline-block;
    width: 55px;
    height: 47px;
    background-size: cover;
  }
  
  .card-main:hover .card-icon-section .icon-wireframing{
    background-image: url(../assets/svg/multiplebox-white.svg);
  }
  .icon-wireframing {
    background-image: url(../assets/svg/multiplebox-blue.svg);
  }
.card-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bpo-card-outer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-inner {
  max-width:83%;
  width: 100%;
  margin: 0px auto;
}
.card-main {
  text-align: center;
  border: 1px solid #E1E4EA;
  padding: 20px 19px 20px 20px;
  border-radius:3px;
  min-height: 320px;
}
.bpo-card-main{
  text-align: center;
  padding: 20px 19px 20px 20px;
  min-height: 30px;
}
.card-discription {
  color: #081B3E;
  font-size: 15px;
}
/*First type card type*/
.card-main:hover{
  background-color: var(--alfain-primary-color);
}
.card-main:hover .card-icon-section svg path{
  fill: #F3F6FA;
}
.card-main:hover .card-icon-section svg text{
fill: #F3F6FA;
}
.card-main:hover .card-icon-section .Wireframing path{
fill: var(--alfain-primary-color);
}
.card-main:hover .card-icon-section .Wireframing Line{
stroke: #F3F6FA;
}
.card-main:hover .card-icon-section svg g line{
fill: #F3F6FA;
}
.card-main:hover .card-icon-section-two svg g circle{
  fill: #F3F6FA;
  stroke: #F3F6FA;
}
.card-main:hover .card-icon-section-two svg rect{
stroke: #F3F6FA;
}
.card-main:hover .card-icon-section-two svg line{
  stroke: #F3F6FA;
  fill: #F3F6FA;
}
.card-main:hover .card-icon-section-two svg path{
  stroke: #F3F6FA;
  fill: var(--alfain-primary-color);
}
.card-main:hover .card-icon-section-two .first-g circle{
stroke: #F3F6FA;
fill: var(--alfain-primary-color);
}
.card-main:hover .card-icon-section-three svg path{
fill: none !important;
}
.card-main:hover .card-icon-section .uiux-first-icon path{
stroke: #F3F6FA;
fill: var(--alfain-primary-color);
}
.card-main:hover .card-icon-section .uiux-first-icon line{
stroke: #F3F6FA;
}
.card-main:hover .card-icon-section .uiux-first-icon ellipse{
fill: #F3F6FA;
}
.card-main:hover .card-icon-section .uiux-first-icon circle{
fill: #F3F6FA;
}
.card-main:hover .card-icon-section .Wireframing .main-g .second-card-two-g path{
stroke: white;
}
.card-main:hover .card-icon-section .Wireframing .main-g .inner-g-three path{
stroke: white;
}
.card-main:hover .card-heading-section .card-heading{
  color: var(--on-hover-card-inner-color);
}
.card-main:hover .card-discription-section p{
  color: var(--on-hover-card-inner-color);
}
/*first type card end*/
/*second type card*/
.card-icon-section
/*second type card*/
.card-icon-section-two{
  padding: 0px 10px;
}
.card-icon-section-three{
padding: 0px 10px;
}
.card-heading-section {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
.bpo-card-heading-section{
  display: block !important;
  width:100%;
}
.card-heading {
  font-size: 18px;
  font-family: 'Lato-Heavy';}
.card-discription-section {
  font-size: 14px;
  /* font-family: 'Lato-Regular'; */
}
/*overview section css end */

/*TECH STACK SECTION CSS*/
.tech-stack-heading{
font-size: 32px;
font-family: "Lato-Heavy";
}
.tech-stack-logos-parent .tech-stack-logos ul {
list-style: none;
padding: 0;
display: block;
justify-content: center;
}

.tech-stack-logos ul li {
  display: inline;
  padding: 0px 10px 0px 0px;
}

.tech-logo {
  margin-top: 10px;
  height: 50px;
}
/*TECK STACK SECTION CSS*
/*Development cycle section css*/
.development-cycle-container-inner.pb-5 {
  max-width: 95%;
  width: 100%;
  margin: 0px auto;
}
.cardtwo-main{
  margin: 25px 20px 25px 20px;
}
.cardtwo-inner {
  text-align: center;
}
.cardtwo-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardtwo-heading {
  font-size: 20px;
  font-family: 'Lato-Heavy';}
.cardtwo-discription {
  padding: 0px 52px;
  font-size: 15px;
  color:var(--web-development-sub-text-color);
}
/*Devops development-cycle-*/
.process-development-cycle-container-inner {
max-width: 83%;
width: 100%;
margin: 0px auto;
}
.cycle-background{
background-image: url("../assets/images/devops-development-cycle-background.jpg");
background-size: 100%;
background-repeat: no-repeat;
}
.devops-development-cycle-mobile-view{
display: none;
}
.devops-development-cycle-mobile-view img{
width: 100%;
}
.devops-card-main-center {
width: 150px;
text-align: center;
margin: 0px auto;
}
.card-icon-section{
min-height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.devops-card-discription {
color:var(--web-development-sub-text-color);
font-size: 15px;
font-family:
'Lato-Regular';
}
.devops-card-icon.mb-4 {
display: flex;
justify-content: center;
align-items: center;
}
.devops-card-main-left {
width: 150px;
text-align: center;
margin: 0px auto;
float: left;
}
.devops-card-main-right {
width: 150px;
margin: 0px auto;
float: right;
text-align: center;
}
.devops-process-cycle-first-row {
padding-top: 10px;
}
.devops-process-cycle-second-row {
margin-top: 10px;
}
.devops-process-cycle-thirs-row {
margin-top: 55px;
}

/*ciccular progress bar*/
.circle-wrap {
  width: 100px;
  height: 100px;
  background: #EAEEF2;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}


.circle-wrap .circle .mask {
  clip: rect(0px, 100px, 100px, 50px);
}

.circle-wrap .inside-circle {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background:  #F5F7F9;
  line-height: 90px;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  color: #1e51dc;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

/* color animation */

/* 1ST progress bar */
.mask .fill {
  clip: rect(0px, 50px, 100px, 0px);
  background-color: #0D54CE;
}

.mask.full,
.circle .fill {
  animation: fill ease-in-out 1s;
  transform: rotate(25deg);
}

@keyframes fill{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}



/* PLAN Progress Bar */
.mask .fillone {
  /* background-color: red; */
  background-color: #0D54CE;
}

.mask.fullone,
.circle .fillone {
  animation: fillone ease-in-out 3s;
  transform: rotate(50deg)
}

@keyframes fillone{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50deg);
  }
}



/*CODE Card progress bar*/
.mask .filltwo {
  background-color:#0DA8CE;
}

.mask.fulltwo,
.circle .filltwo {
  animation: filltwo ease-in 5s;
  transform: rotate(75deg);
}

@keyframes filltwo{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75deg);
  }
}
/*CODE Card progress bar*/




/*3rd card/Test Card progress bar*/
.mask .fillthree {
  background-color:#0D8BCE;
}

.mask.fullthree,
.circle .fillthree {
  animation: fillthree ease-in 7s;
  transform: rotate(100deg);
}

@keyframes fillthree{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100deg);
  }
}
/*3rd card/Test Card progress bar*/




/*4th card*/
.mask .fillfour {
  background-color:#0DCEB0;
}

.mask.fullfour,
.circle .fillfour {
  animation: fillfour ease-in 9s;
  transform: rotate(120deg);
}

@keyframes fillfour{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg);
  }
}

/*4th card end*/
/*5th card*/
.mask .fillfive {
  background-color:#0DCEB0 !important;
}

.mask.fullfive,
.circle .fillfive {
  animation: fillfive ease-in-out 11s;
  transform: rotate(145deg);
}

@keyframes fillfive{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(145deg);
  }
}
/*5th card end*/
/*5th card*/
.mask .fillsix {
  background-color:#33CC80 !important;
}

.mask.fullsix,
.circle .fillsix {
  animation: fillsix ease-in-out 13s;
  transform: rotate(180deg);
}

@keyframes fillsix{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/*5th card end*/
/*circuler progress bar end*/
/*Development cycle section css end*/
/*case studes section css*/
.case-studies {
  padding-bottom: 50px;
}
.case-studies-page-jumbotron{
border-radius: 10px;  
}
.featured-card-cs{
  padding: 25px 20px 25px 20px;
}
.btn-3{
  color: var(--alfain-primary-color);
  border-color: var(--alfain-primary-color);
}
.btn-3:hover{
  background-color: var(--alfain-primary-color);
}
/*case studes section css end*/
/*check-out-services-section css*/
.check-out-card {
  border: 1px solid #D3DCE8;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.check-out-card:hover{
  background-color: #EAF2FB;
}
.check-out-card-inner {
  padding: 20px 10px;
}
.more-service-card-link {
text-decoration: none;
color: inherit;
}
/*check-out-services-section css end*/




