
 /* Media Queries */
 /* Extra small devices (phones, 600px and down) */
 @media (max-width: 600px) {

   /* Navigation Section*/
   .navbar-brand{
      margin-right: 0;
   }

   .about-banner-section{    
      background:linear-gradient(90deg, #8C7DFF 0%, rgba(140, 125, 255, 0) 100%), url("../images/about-banner-bg.png");
      height: 400px;
      width: 100%;
      background-position:center;
      background-repeat: no-repeat;      
  }
 
  .about-banner-heading{     
     height: 54px;  
     width: auto;           
  }
 
  .about-banner-para{
   width: 250px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #FFFFFF;    
}
   .parent-div{
      position: relative;     
   }
   
   .overlap1{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 1180px;
   }
   
   .overlap2{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 780px;
   }
   
   .overlap3{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 385px;
   }

   .row .col-sm-12 .card .card-body .fb-col-para{
      width: 210px;
      height: 104px; 
   }

   .feedback-heading{
      width: 250px;
      height: 230px;
   }

   .blog-col{
      margin-bottom: 20px;
   }

   .blog-card{   
      height: 100%;
      border-radius: 16px;
      margin-bottom: 10px;
      border: none;
   }

   .blog-image{
      width: 93%;
      height: auto;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-radius: 16px;
   }
   
   .blog-col-heading{
      /* width: 290px;
      height: 52px; */
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #3B3663;
      margin-left: 30px;
      margin-top: 25px;     
   }
   
   .blog-col-para{
      /* width: 290px;
      height: 48px; */
      font-family: 'Work Sans';
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 24px;     
      color: #7A7792;
      margin-left: 30px;
      margin-top: 15px; 
   }
/*  
   .left-part{
      width: 100%;      
   } */

   .right-part{
      /* width: 100%; */
      margin-top: 20px;
   }

   .abt-gap{
      margin-top:50px;
      margin-bottom: 50px;
   }

   .portfolio-ellipse-icon{
      margin-top: 50px;
  }

  .portfolio-ellipse-icontext{
   margin-top: 50px; 
  }

 .portfolio-section{
      height:100%;      
      background:linear-gradient(94.99deg, rgba(140, 125, 255, 0.1), rgba(125, 224, 255, 0.1));      
   }
   
  .row .single-col .card{
      width: 100%;      
   }

   .approach-left-part{
      width: 100%;           
   }

   .approach-right-part{
      width: 100%; 
      margin-top: 20px;      
   }
 .approach-gap{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .feedback-section{
   height: 100%;
   background-color: #433A89;
}

.abt-heading{   
   width: 300px;
   height: auto;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px; /* font-size: 2.78vw; */
   line-height: 54px;     
   color: #3B3663;
   margin-top: 20px;    
}

.abt-para{   
   width: 300px;
   height: auto;        
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #7A7792;
   margin-top: 30px;
}

.girl-img{
   width: 100%;
   height: auto;
   max-width: 100%;
}

/* .free-inquiry-btn-section-sm {
   margin-top: 100px;
} */

.free-inquiry-btn{
   background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
   width: 169px;   
   height: 52px;
   border-radius: 100px;
   padding: 17px, 40px, 17px, 40px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FFFFFF;
   outline: none;
   border: none;     
   text-decoration: none;
   cursor: pointer;   
}

.free-inquiry-btn:hover{
   color:#868FFF;
   background: #F0EEFF;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.free-inquiry-btn:hover::after {
   transform: scaleX(1) scaleY(1);
   opacity: 0;
}

.free-inquiry-btn:active{
   border:2px solid #868FFF;
   background-color: #FFFFFF;
   color: #868FFF;
   transform: translateY(1px);
}

.free-inquiry-btn:focus .free-inquiry-btn:active{
   outline: none;
   box-shadow: none;
}

.free-inquiry-btn-section{
   margin-top: 50px;
}

.vdo-icon{
    /* margin-left: 43px; */
    cursor: pointer;  
    margin-top: 20px;  
}

.play-vdo{    
   width: 77px;
   height: 18px;
   border-radius: 100px;    
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FF8989;
   display: flex;
   align-items: center;
   justify-content: center;    
   margin-left: 15px;
   cursor: pointer;
}

.approach-heading{
   max-width: 100%;
   width: 300px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px; 
   line-height: 54px;     
   color: #3B3663;
   margin-top: 20px;    
}

.approach-para{
   width: 300px;
   height: 202px;        
   max-width: 100%;
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #7A7792;
   margin-top: 30px;   
}

.approach-img{
   width: auto;
   height: auto;
   max-width: 100%;
}

.approach-free-inquiry-btn{
   margin-top: 100px;
}

.story-heading{
   width: 252px;
   height: 94px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }

 /* Footer section */
 
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 20px;
}

.footer-col-3{
   margin-top: 20px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 20px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 10px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 10px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 10px;
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   margin-left: 10px;
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 230px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
  .newsletter-btn{
   background-color: #131030;
   border: none;
  }

.newsletter-icon{
   /* float: right; */
   margin-left: 110px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}

.checkbox{
   /* float: left; */
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   /* float: right;    */
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   /* margin-right: 50px;  */
   margin-left: 10px;
}
}
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media (max-width: 992px) {
   .about-banner-section{
      background:linear-gradient(90deg, #8C7DFF 0%, rgba(140, 125, 255, 0) 100%), url("../images/about-banner-bg.png");
      width: 100%;
      height: 400px;
      background-size:100% 100%;
      background-repeat: no-repeat;
   }

   .left-part{
      width: 100%;      
   }

   .right-part{
      width: 100%;
      margin-top: 20px;
   }

   .container-fluid .container .abt-gap{
      margin-top:50px;
      margin-bottom: 50px;
   }

   .container-fluid .container .d-flex .portfolio-ellipse-icon{
      margin-top: 50px;
  }

  .container-fluid .container .d-flex .portfolio-ellipse-icontext{
   margin-top: 50px; 
  }

 .container-fluid .portfolio-section{
      height:100%;      
      background:linear-gradient(94.99deg, rgba(140, 125, 255, 0.1), rgba(125, 224, 255, 0.1));      
   }
   
  .row .single-col .card{
      width: 100%;      
   }

   .approach-left-part{
      width: 100%;           
   }

   .approach-right-part{
      width: 100%; 
      margin-top: 20px;      
   }
   .container-fluid .container .approach-gap{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .container-fluid .feedback-section{
   height: 100%;
   background-color: #433A89;
}

  
 } 

 @media (min-width:720px) and (max-width: 767px) { 
   .service-banner-section{
      background:linear-gradient(90deg, #8C7DFF 0%, rgba(140, 125, 255, 0) 100%), url("../images/service-banner-bg.png");
      width: 100%;
      height: 400px;
      background-size:100% 100%;
      background-repeat: no-repeat;
   }

   /* Feedback section */
   .parent-div{
       position: relative;     
    }
    
    .overlap1{
       position: absolute;
       bottom: 0;
       left: 0;
       margin-left: 145px;
       margin-bottom: 1240px;
    }
    
    .overlap2{
       position: absolute;
       bottom: 0;
       left: 0;
       margin-left: 145px;
       margin-bottom: 815px;
    }
    
    .overlap3{
       position: absolute;
       bottom: 0;
       left: 0;
       margin-left: 145px;
       margin-bottom: 385px;
    }
 
    .fb-col-para{
       width: 450px;
       height: 104px;
    }
 
    .customer-details{
       margin-top: 50px;
    }
 
    .feedback-heading{
       width: 477px;
       height: 108px;
       font-family: 'Work Sans';
       font-weight: 700;
       font-style: normal;
       font-size: 38px;
       line-height: 54px;     
       color: #FFFFFF;
       text-align: center;
    }
   
   .feedback-section-column{
      margin-top: 30px;
   }

   .bottom{
      margin-bottom: 30px;
   }

   /* Blog section */
   .blog-heading{
       width: 477px;
       height: 54px;
       font-family: 'Work Sans';
       font-weight: 700;
       font-style: normal;
       font-size: 38px;
       line-height: 54px;     
       color: #3B3663;
       text-align: center;
    }   
    
    .blog-col{
       margin-bottom: 20px;
    }
 
    .blog-card{   
       height: 100%;
       border-radius: 16px;
       margin-bottom: 10px;
       border: none;
    }
    
    .blog-image{
       width: 97% !important;
       height: auto;
       margin-top: 10px;
       margin-left: 10px;
       margin-right: 10px;
       border-radius: 16px;
    }
    
    .blog-col-heading{
       /* width: 290px;
       height: 52px; */
       font-family: 'Work Sans';
       font-weight: 700;
       font-style: normal;
       font-size: 16px;
       line-height: 26px;     
       color: #3B3663;
       margin-left: 30px;
       margin-top: 25px;     
    }
    
    .blog-col-para{
       /* width: 290px;
       height: 48px; */
       font-family: 'Work Sans';
       font-weight: 500;
       font-style: normal;
       font-size: 14px;
       line-height: 24px;     
       color: #7A7792;
       margin-left: 30px;
       margin-top: 15px; 
    }
    
    .row .blog-row{
     margin-top: 30px;
  }

   /* Footer section */
   
.footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 20px !important;
}

.footer-col-3{
   margin-top: 20px !important;
   margin-left: 20px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 20px !important;
   margin-left: 20px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 450px;
   height: 2px;
   margin-top:10px;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
  .newsletter-btn{
   background-color: #131030;
   border: none;
  }

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 450px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   /* margin-right: 75px;  */
}


}
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media (min-width:768px) and (max-width: 1024px) {   
   .parent-div{
      position: relative;     
   }
   
   .overlap1{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 1180px;
   }
   
   .overlap2{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 785px;
   }
   
   .overlap3{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 75px;
      margin-bottom: 385px;
   }

   .fb-col-para{
      width: 450px;
      height: 104px;
   }

   .customer-details{
      margin-top: 50px;
   }

   .feedback-heading{
      width: 477px;
      height: 108px;
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #FFFFFF;
      text-align: center;
   }

   .blog-heading{
      width: 477px;
      height: 54px;
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #3B3663;
      text-align: center;
   }   
   
   .blog-col{
      margin-bottom: 20px;
   }

   .blog-card{   
      height: 100%;
      border-radius: 16px;
      margin-bottom: 10px;
      border: none;
   }
   
   .blog-image{
      width: 97%;
      height: auto;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-radius: 16px;
   }
   
   .blog-col-heading{
      /* width: 290px;
      height: 52px; */
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #3B3663;
      margin-left: 30px;
      margin-top: 25px;     
   }
   
   .blog-col-para{
      /* width: 290px;
      height: 48px; */
      font-family: 'Work Sans';
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 24px;     
      color: #7A7792;
      margin-left: 30px;
      margin-top: 15px; 
   }
   
   .about-banner-section{
      background:linear-gradient(90deg, #8C7DFF 0%, rgba(140, 125, 255, 0) 100%), url("../images/about-banner-bg.png");
      width: 100%;
      height: 400px;
      background-size:100% 100%;
      background-repeat: no-repeat;
   }

   .container-fluid .container .abt-gap{
      margin-top:50px;
      margin-bottom: 50px;
   }

   .container-fluid .container .d-flex .portfolio-ellipse-icon{
      margin-top: 50px;
  }

  .container-fluid .container .d-flex .portfolio-ellipse-icontext{
   margin-top: 50px; 
  }

 .container-fluid .portfolio-section{
      height:100%;      
      background:linear-gradient(94.99deg, rgba(140, 125, 255, 0.1), rgba(125, 224, 255, 0.1));      
   }
   
  .row .single-col .card{
      width: 100%;      
   }

   .container-fluid .container .approach-gap{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .container-fluid .feedback-section{
   height: 100%;
   background-color: #433A89;
}

.about-banner-para{
   width: 350px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #FFFFFF;    
}

.abt-heading{
   width: 450px;
   height: 150px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px; /* font-size: 2.78vw; */
   line-height: 54px;     
   color: #3B3663;
   margin-top: 20px;    
}

.abt-para{
   width: 450px;
   height: 210px;        
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #7A7792;
   margin-top: 20px;
}

.girl-img{
   width: auto;
   height: auto;
   max-width: 100%;
}

.free-inquiry-btn{
   background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
   width: 169px;
   height: 52px;
   border-radius: 100px;
   padding: 17px, 40px, 17px, 40px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FFFFFF;
   outline: none;
   border: none;     
   text-decoration: none;
   cursor: pointer;
}

.free-inquiry-btn:hover{
   color:#868FFF;
   background: #F0EEFF;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.free-inquiry-btn:hover::after {
   transform: scaleX(1) scaleY(1);
   opacity: 0;
}

.free-inquiry-btn:active{
   border:2px solid #868FFF;
   background-color: #FFFFFF;
   color: #868FFF;
   transform: translateY(1px);
}

.free-inquiry-btn:focus .free-inquiry-btn:active{
   outline: none;
   box-shadow: none;
}

.free-inquiry-btn-section{
   margin-top: 50px;
}

.vdo-icon{
    margin-left: 43px;
    cursor: pointer;
}

.play-vdo{    
   width: 77px;
   height: 18px;
   border-radius: 100px;    
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FF8989;
   display: flex;
   align-items: center;
   justify-content: center;    
   margin-left: 15px;
   cursor: pointer;
}

.approach-heading{
   width: 450px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px; /* font-size: 2.78vw; */
   line-height: 54px;     
   color: #3B3663;
   margin-top: 20px;    
}

.approach-para{
   width: 450px;
   height: 182px;        
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #7A7792;
   margin-top: 20px;
}

.approach-img{
   width: auto;
   height: auto;
   max-width: 100%;
}

.approach-free-inquiry-btn{
   margin-top: 50px;
}

.story-heading{
   width: 352px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }

 /* Footer section */
 
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 100px;
}

.footer-col-3{
   margin-top: 20px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 20px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
  .newsletter-btn{
   background-color: #131030;
   border: none;
  }

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   margin-right: 75px; 
}
}  

 /* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1024px) and (max-width:1200px) {
   .parent-div{
      position: relative;     
   }
   
   .overlap1{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 95px;
      margin-bottom: 380px;
   }
   
   .overlap2{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 410px;
      margin-bottom: 380px;
   }
   .overlap3{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 735px;
      margin-bottom: 380px;
   }

   .row .col-sm-12 .card .card-body .fb-col-para{
      width: 230px;
   } 

   .feedback-heading{
      width: 477px;
      height: 108px;
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #FFFFFF;
      text-align: center;
   }

   .about-banner-para{
      width: 350px;
      height: 52px;
      font-family: 'Work Sans';
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 26px;     
      color: #FFFFFF;    
   }

   .abt-heading{
      width: 450px;
      height: 150px;        
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px; /* font-size: 2.78vw; */
      line-height: 54px;     
      color: #3B3663;
      margin-top: 20px;    
   }
  
   .abt-para{
      width: 450px;
      height: 210px;        
      font-family: 'Work Sans';
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #7A7792;
      margin-top: 20px;
   }

   .free-inquiry-btn{
      background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
      width: 169px;
      height: 52px;
      border-radius: 100px;
      padding: 17px, 40px, 17px, 40px;
      font-family: 'Work Sans';
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
      line-height: 17.6px;     
      color: #FFFFFF;
      outline: none;
      border: none;     
      text-decoration: none;
      cursor: pointer;
   }
  
  .free-inquiry-btn:hover{
      color:#868FFF;
      background: #F0EEFF;
      transform: translateY(-1px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   }
  
  .free-inquiry-btn:hover::after {
      transform: scaleX(1) scaleY(1);
      opacity: 0;
  }
  
  .free-inquiry-btn:active{
      border:2px solid #868FFF;
      background-color: #FFFFFF;
      color: #868FFF;
      transform: translateY(1px);
  }
  
  .free-inquiry-btn:focus .free-inquiry-btn:active{
      outline: none;
      box-shadow: none;
  }
  
   .free-inquiry-btn-section{
      margin-top: 50px;
   }
  
   .vdo-icon{
       margin-left: 43px;
       cursor: pointer;
   }
  
   .play-vdo{    
      width: 77px;
      height: 18px;
      border-radius: 100px;    
      font-family: 'Work Sans';
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
      line-height: 17.6px;     
      color: #FF8989;
      display: flex;
      align-items: center;
      justify-content: center;    
      margin-left: 15px;
      cursor: pointer;
   }
  

   .girl-img{
      width: auto;
      height: auto;
      max-width: 100%;
   }
   
   .approach-heading{
      width: 450px;
      height: 54px;        
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px; /* font-size: 2.78vw; */
      line-height: 54px;     
      color: #3B3663;
      margin-top: 20px;    
   }
  
   .approach-para{
      width: 450px;
      height: 182px;        
      font-family: 'Work Sans';
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #7A7792;
      margin-top: 20px;
   }

   .approach-img{
      width: auto;
      height: auto;
      max-width: 100%;
   }

   .approach-free-inquiry-btn{
      margin-top: 50px;
   }

   .blog-heading{
      width: 477px;
      height: 54px;
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #3B3663;
      text-align: center;
   }   

   .blog-card{   
      height: 465px;
      border-radius: 16px;
      border: none;
   }

   .blog-image{
      width: 275px;
      height: 185px;
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-radius: 16px;
   }
   
   .blog-col-heading{
      /* width: 270px;
      height: 52px; */
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #3B3663;
      margin-left: 30px;
      margin-top: 25px;     
   }
   
   .blog-col-para{
      /* width: 260px;
      height: 48px; */
      font-family: 'Work Sans';
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 24px;     
      color: #7A7792;
      margin-left: 30px;
      margin-top: 15px; 
   }

   .story-heading{
      width: 352px;
      height: 54px;        
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #3B3663;   
      margin-top: 10px;
    }

    /* Footer section */
    
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 100px;
}

.footer-col-3{
   margin-top: 100px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 100px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}

.newsletter-icon{
   float: right;
   margin-right: 10px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   margin-right: 25px; 
}
  
}

@media (min-width:1200px) and (max-width:1440px){
    .parent-div{
      position: relative;     
   }
   
   .overlap1{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 165px;
      margin-bottom: 450px;
 }
 
 .overlap2{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 545px;
      margin-bottom: 450px;
 }
 .overlap3{
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 925px;
      margin-bottom: 450px;
 }

   .row .col-sm-12 .card .card-body .fb-col-para{
      width: 230px;
   }

   .feedback-heading{
      width: 477px;
      height: 108px;
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #FFFFFF;
      text-align: center;
   }

   .about-banner-para{
      width: 350px;
      height: 52px;
      font-family: 'Work Sans';
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      line-height: 26px;     
      color: #FFFFFF;    
   }

   .abt-heading{
      width: 540px;
      height: 108px;        
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px; /* font-size: 2.78vw; */
      line-height: 54px;     
      color: #3B3663;
      margin-top: 20px;    
   }
  
   .abt-para{
      width: 540px;
      height: 182px;        
      font-family: 'Work Sans';
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 26px;     
      color: #7A7792;
      margin-top: 20px;
   }

   .free-inquiry-btn{
      background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
      width: 169px;
      height: 52px;
      border-radius: 100px;
      padding: 17px, 40px, 17px, 40px;
      font-family: 'Work Sans';
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
      line-height: 17.6px;     
      color: #FFFFFF;
      outline: none;
      border: none;     
      text-decoration: none;
      cursor: pointer;
   }
  
  .free-inquiry-btn:hover{
      color:#868FFF;
      background: #F0EEFF;
      transform: translateY(-1px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   }
  
  .free-inquiry-btn:hover::after {
      transform: scaleX(1) scaleY(1);
      opacity: 0;
  }
  
  .free-inquiry-btn:active{
      border:2px solid #868FFF;
      background-color: #FFFFFF;
      color: #868FFF;
      transform: translateY(1px);
  }
  
  .free-inquiry-btn:focus .free-inquiry-btn:active{
      outline: none;
      box-shadow: none;
  }
  
   .free-inquiry-btn-section{
      margin-top: 50px;
   }
  
   .vdo-icon{
       margin-left: 43px;
       cursor: pointer;
   }
  
   .play-vdo{    
      width: 77px;
      height: 18px;
      border-radius: 100px;    
      font-family: 'Work Sans';
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
      line-height: 17.6px;     
      color: #FF8989;
      display: flex;
      align-items: center;
      justify-content: center;    
      margin-left: 15px;
      cursor: pointer;
   }
  
     
   .portfolio-heading{
      width: 364px;
      height: 108px;        
      font-family: 'Work Sans';
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      line-height: 54px;     
      color: #3B3663;
    }

   .single-col{
      height: 203px;      
  }  
 
  .portfolio-card{
     border: none;
     height: 203px;
     background-color: #FFFFFF;
     transition-duration:0.5s;
     -webkit-transition-duration:0.5s;
 }

 .portfolio-card-para{
   width: 270px;
   height: 72px;        
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 14px;
   line-height: 24px;     
   color: #7A7792;
   margin-top: 25px;    
   margin-left: 40px;
}

.blog-heading{
   width: 477px;
   height: 54px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
   text-align: center;
}


.blog-card{   
   height: 456px;
   border-radius: 16px;
   border: none;
}

.blog-image{
   width: 335px;
   height: 185px;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   border-radius: 16px;
}

.blog-col-heading{
   width: 290px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #3B3663;
   margin-left: 30px;
   margin-top: 25px;     
}

.blog-col-para{
   width: 290px;
   height: 48px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 24px;     
   color: #7A7792;
   margin-left: 30px;
   margin-top: 15px; 
}

.approach-heading{
   width: 540px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px; /* font-size: 2.78vw; */
   line-height: 54px;     
   color: #3B3663;
   margin-top: 20px;    
}

.approach-para{
   width: 540px;
   height: 182px;        
   font-family: 'Work Sans';
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #7A7792;
   margin-top: 20px;
}

.story-heading{
   width: 352px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }

 /* Footer section */

 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 100px;
}

.footer-col-3{
   margin-top: 100px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 100px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   margin-right: 75px; 
}

}

@media (min-width:1440px) and (max-width:2560px){
   .parent-div{
     position: relative;     
  }
  
  .overlap1{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 125px;
     margin-bottom: 450px;
}

.overlap2{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 560px;
     margin-bottom: 450px;
}
.overlap3{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 995px;
     margin-bottom: 450px;
}

  .row .col-sm-12 .card .card-body .fb-col-para{
     width: 230px;
  }

  .about-banner-para{
   width: 350px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #FFFFFF;    
}

  .abt-heading{
     width: 540px;
     height: 108px;        
     font-family: 'Work Sans';
     font-weight: 700;
     font-style: normal;
     font-size: 38px; /* font-size: 2.78vw; */
     line-height: 54px;     
     color: #3B3663;
     margin-top: 20px;    
  }
 
  .abt-para{
     width: 540px;
     height: 182px;        
     font-family: 'Work Sans';
     font-weight: 400;
     font-style: normal;
     font-size: 16px;
     line-height: 26px;     
     color: #7A7792;
     margin-top: 20px;
  }

  .free-inquiry-btn{
   background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
   width: 169px;
   height: 52px;
   border-radius: 100px;
   padding: 17px, 40px, 17px, 40px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FFFFFF;
   outline: none;
   border: none;     
   text-decoration: none;
   cursor: pointer;
}

.free-inquiry-btn:hover{
   color:#868FFF;
   background: #F0EEFF;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.free-inquiry-btn:hover::after {
   transform: scaleX(1) scaleY(1);
   opacity: 0;
}

.free-inquiry-btn:active{
   border:2px solid #868FFF;
   background-color: #FFFFFF;
   color: #868FFF;
   transform: translateY(1px);
}

.free-inquiry-btn:focus .free-inquiry-btn:active{
   outline: none;
   box-shadow: none;
}

.free-inquiry-btn-section{
   margin-top: 50px;
}

.vdo-icon{
    margin-left: 43px;
    cursor: pointer;
}

.play-vdo{    
   width: 77px;
   height: 18px;
   border-radius: 100px;    
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FF8989;
   display: flex;
   align-items: center;
   justify-content: center;    
   margin-left: 15px;
   cursor: pointer;
}

    
  .portfolio-heading{
     width: 364px;
     height: 108px;        
     font-family: 'Work Sans';
     font-weight: 700;
     font-style: normal;
     font-size: 38px;
     line-height: 54px;     
     color: #3B3663;
   }

  .single-col{
     height: 203px;      
 }  

 .portfolio-card{
    border: none;
    height: 203px;
    background-color: #FFFFFF;
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
}

.portfolio-card-para{
  width: 270px;
  height: 72px;        
  font-family: 'Work Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;     
  color: #7A7792;
  margin-top: 25px;    
  margin-left: 40px;
}

.blog-heading{
   width: 477px;
   height: 54px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
   text-align: center;
}

.blog-card{   
  height: 456px;
  border-radius: 16px;
  border: none;
}

.blog-image{
  width: 335px;
  height: 185px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px;
}

.blog-col-heading{
  width: 290px;
  height: 52px;
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;     
  color: #3B3663;
  margin-left: 30px;
  margin-top: 25px;     
}

.blog-col-para{
  width: 290px;
  height: 48px;
  font-family: 'Work Sans';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;     
  color: #7A7792;
  margin-left: 30px;
  margin-top: 15px; 
}

.approach-heading{
  width: 540px;
  height: 54px;        
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 38px; /* font-size: 2.78vw; */
  line-height: 54px;     
  color: #3B3663;
  margin-top: 20px;    
}

.approach-para{
  width: 540px;
  height: 182px;        
  font-family: 'Work Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;     
  color: #7A7792;
  margin-top: 20px;
}

.story-heading{
   width: 352px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }

 /* Footer section */
 
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 100px;
}

.footer-col-3{
   margin-top: 100px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 100px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}

.checkbox{
   /* float: left; */
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   /* float: right; */
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   /* margin-right: 75px;  */
   margin-left: 10px;
}
}

@media (min-width:2560px){
   .parent-div{
     position: relative;     
  }
  
  .overlap1{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 685px;
     margin-bottom: 450px;
}

.overlap2{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 1130px;
     margin-bottom: 450px;
}
.overlap3{
     position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 1565px;
     margin-bottom: 450px;
}

  .row .col-sm-12 .card .card-body .fb-col-para{
     width: 230px;
  }

  .feedback-heading{
   width: 477px;
   height: 108px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #FFFFFF;
   text-align: center;
}

.about-banner-para{
   width: 350px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #FFFFFF;    
}

  .abt-heading{
     width: 540px;
     height: 108px;        
     font-family: 'Work Sans';
     font-weight: 700;
     font-style: normal;
     font-size: 38px; /* font-size: 2.78vw; */
     line-height: 54px;     
     color: #3B3663;
     margin-top: 20px;    
  }
 
  .abt-para{
     width: 540px;
     height: 182px;        
     font-family: 'Work Sans';
     font-weight: 400;
     font-style: normal;
     font-size: 16px;
     line-height: 26px;     
     color: #7A7792;
     margin-top: 20px;
  }

  .free-inquiry-btn{
   background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
   width: 169px;
   height: 52px;
   border-radius: 100px;
   padding: 17px, 40px, 17px, 40px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FFFFFF;
   outline: none;
   border: none;     
   text-decoration: none;
   cursor: pointer;
}

.free-inquiry-btn:hover{
   color:#868FFF;
   background: #F0EEFF;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.free-inquiry-btn:hover::after {
   transform: scaleX(1) scaleY(1);
   opacity: 0;
}

.free-inquiry-btn:active{
   border:2px solid #868FFF;
   background-color: #FFFFFF;
   color: #868FFF;
   transform: translateY(1px);
}

.free-inquiry-btn:focus .free-inquiry-btn:active{
   outline: none;
   box-shadow: none;
}

.free-inquiry-btn-section{
   margin-top: 50px;
}

.vdo-icon{
    margin-left: 43px;
    cursor: pointer;
}

.play-vdo{    
   width: 77px;
   height: 18px;
   border-radius: 100px;    
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 15px;
   line-height: 17.6px;     
   color: #FF8989;
   display: flex;
   align-items: center;
   justify-content: center;    
   margin-left: 15px;
   cursor: pointer;
}

    
  .portfolio-heading{
     width: 364px;
     height: 108px;        
     font-family: 'Work Sans';
     font-weight: 700;
     font-style: normal;
     font-size: 38px;
     line-height: 54px;     
     color: #3B3663;
   }

  .single-col{
     height: 203px;      
 }  

 .portfolio-card{
    border: none;
    height: 203px;
    background-color: #FFFFFF;
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
}

.portfolio-card-para{
  width: 270px;
  height: 72px;        
  font-family: 'Work Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;     
  color: #7A7792;
  margin-top: 25px;    
  margin-left: 40px;
}

.blog-heading{
   width: 477px;
   height: 54px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
   text-align: center;
}

.blog-card{   
  height: 456px;
  border-radius: 16px;
  border: none;
}

.blog-image{
  width: 335px;
  height: 185px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px;
}

.blog-col-heading{
  width: 290px;
  height: 52px;
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;     
  color: #3B3663;
  margin-left: 30px;
  margin-top: 25px;     
}

.blog-col-para{
  width: 290px;
  height: 48px;
  font-family: 'Work Sans';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;     
  color: #7A7792;
  margin-left: 30px;
  margin-top: 15px; 
}

.approach-heading{
  width: 540px;
  height: 54px;        
  font-family: 'Work Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 38px; /* font-size: 2.78vw; */
  line-height: 54px;     
  color: #3B3663;
  margin-top: 20px;    
}

.approach-para{
  width: 540px;
  height: 182px;        
  font-family: 'Work Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;     
  color: #7A7792;
  margin-top: 20px;
}

.story-heading{
   width: 352px;
   height: 54px;        
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }

 /* Footer Section */
 
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}

.footer-col-2{
   margin-top: 100px;
}

.footer-col-3{
   margin-top: 100px;
}

.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 100px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   /* margin-top: 31px;  */
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   /* margin-left: 20px; */
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   /* margin-left: 20px; */
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 130px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   /* margin-left: 20px; */
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-form{
   margin-top: 40px;
   margin-left: 40px;
  }
  
.newsletter-btn{
 background-color: #131030;
 border: none;
}

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}

.checkbox{
   /* float: left; */
   width: 15px;
   height: 15px;
   /* margin-left: 40px; */
   margin-top: 6px;
}

.checkbox-content{
   /* float: right; */
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   /* margin-right: 75px;  */
   margin-left: 10px;
}

}


/* ************************************************************* */
*{
    box-sizing: border-box;
}

/* Navigation Section */

.navbar-light .navbar-nav .nav-link{
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #3B3663;  
    text-decoration: none; 
    padding: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #8C7DFF;
}

.active {
   color: #8C7DFF !important;
}

.navbar-toggler{
    background-color: #8C7DFF;        
}

.navbar-nav .contact-button{
    background-color: #8C7DFF;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 15.25px;     
    color: #FFFFFF;     
    border-radius: 100px;
    padding: 10px, 18px, 10px, 18px; 
    border: none;
    text-decoration: none;   
}

.navbar-nav .contact-button:hover{
    color:#868FFF;
    background-color: #F0EEFF;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar-nav .contact-button:hover::after {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
}

.navbar-nav .contact-button:active {
    background-color: #FFFFFF;
    color: #868FFF; 
    border:1px solid #868FFF;
    transform: translateY(1px);      
}

/* .navbar-nav .contact-button:focus{
    outline: 0;
} */

.navbar-nav .btn:focus,.navbar-nav .btn:active {
    outline: none ;
    box-shadow: none;
 }

 /* Banner Section */
.about-banner-section{    
     background:linear-gradient(90deg, #8C7DFF 0%, rgba(140, 125, 255, 0) 100%), url("../images/about-banner-bg.png");
     height: 400px;
     width: 100%;
     max-width: 100%;     
     background-position:center;
     background-repeat: no-repeat;
     /* background-size: 100% 100%;      */
 }

 .about-banner-heading{
    width: 171px;
    height: 54px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 54px;     
    color: #FFFFFF;
    /* margin-left: 2rem; */    
 }

 .about-banner-para{
    /* width: 350px;
    height: 52px; */
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;     
    color: #FFFFFF;    
 }

 .abt-gap{
    margin-top: 167px;
    margin-bottom: 50px;
 }

 .ellipse-icon-text{
    width: 80px;
    height: 16px;        
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #FF8989;
    letter-spacing: 0.09em;
    margin-left: 10px;
 }

 .abt-heading{
    /* width: 540px; */
    /* height: 108px;         */
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px; /* font-size: 2.78vw; */
    line-height: 54px;     
    color: #3B3663;
    margin-top: 20px;    
 }

 .abt-para{
    /* width: 540px; */
    /* height: 182px;         */
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #7A7792;
    margin-top: 20px;
 }

 .free-inquiry-btn{
    background: linear-gradient(94.99deg, #8C7DFF 0%, #7DA9FF 100%);
    /* width: 169px;
    height: 52px; */
    border-radius: 100px;
    padding: 17px, 40px, 17px, 40px;
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 17.6px;     
    color: #FFFFFF;
    outline: none;
    border: none;     
    text-decoration: none;
    cursor: pointer;
 }

.free-inquiry-btn:hover{
    color:#868FFF;
    background: #F0EEFF;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }

.free-inquiry-btn:hover::after {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
}

.free-inquiry-btn:active{
    border:2px solid #868FFF;
    background-color: #FFFFFF;
    color: #868FFF;
    transform: translateY(1px);
}

.free-inquiry-btn:focus .free-inquiry-btn:active{
    outline: none;
    box-shadow: none;
}

 .free-inquiry-btn-section{
    margin-top: 50px;
 }

 .vdo-icon{
     /* margin-left: 43px; */
     cursor: pointer;
 }

 .play-vdo{    
    width: 77px;
    height: 18px;
    border-radius: 100px;    
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 17.6px;     
    color: #FF8989;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-left: 15px;
    cursor: pointer;
 }

 /* Portfolio Section */
 .portfolio-section{
    height: 837px;
    background:linear-gradient(94.99deg, rgba(140, 125, 255, 0.1), rgba(125, 224, 255, 0.1));
    /* opacity: 0.1; */
    /* background-color: #F3F7FF; */
 }

 .portfolio-ellipse-icon{
     margin-top: 150px;
 }

 .portfolio-ellipse-icontext{
    margin-top: 145px;     
    width: 90px;
    height: 16px;        
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #7A7792;
    letter-spacing: 0.09em;
    margin-left: 10px;
 }

 .portfolio-heading{
   /* width: 364px; */
   /* height: 108px;         */
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
 }

 /* .center-align{
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: auto;
     margin-right: auto;     
 } */

 .line-align{
    text-align: center;
 }

 /* .single-col{
     height: 203px;     
 } */

 .portfolio-card{
    border: none;
    /* height: 203px; */
    background-color: #FFFFFF;
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
}

.portfolio-card:hover{
   box-shadow: 10px 10px 10px 5px #192824;
   transform:translateY(20px);
-ms-transform:translateY(20px); 
-webkit-transform:translateY(20px);
}

 .portfolio-card-icon-text{
    width: 142px;
    height: 26px;        
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;     
    color: #3B3663;
    margin-left: 22.42px;
 }

 .portfolio-card-para{
    /* width: 270px; */
    /* height: 72px;         */
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;     
    color: #7A7792;
    margin-top: 25px;    
    margin-left: 40px;
 }

 .portfolio-card-heading{
    margin-left: 40px;
    margin-top: 40px;
 }

 /* .row-2{
    margin-top: 30px;
 } */

 .row-1{
    margin-top: 50px;
    /* display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; */
 }

 .bottom{
    margin-bottom: 30px;
 }

.approach-gap{
    margin-top: 145px;
    margin-bottom: 100.5px;
}

 .approach-ellipse-icon-text{
    width: 102px;
    height: 16px;        
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16.42px;     
    color: #FF8989;
    letter-spacing: 0.09em;
    margin-left: 10px;
 }

 .approach-heading{
    /* width: 540px;
    height: 54px;         */
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 38px; /* font-size: 2.78vw; */
    line-height: 54px;     
    color: #3B3663;
    margin-top: 20px;    
 }

 .approach-para{
    /* width: 540px;
    height: 182px;         */
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;     
    color: #7A7792;
    margin-top: 20px;
 }

 .story-section{
   height: 1085px;
   background:linear-gradient(94.99deg, rgba(140, 125, 255, 0.1), rgba(125, 224, 255, 0.1));       
 }

 .story-ellipse-icon{
   margin-top: 150px;
 }

 .story-ellipse-icontext{
   margin-top: 145px;     
   width: 90px;
   height: 16px;        
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #7A7792;
   letter-spacing: 0.09em;
   margin-left: 10px;
 }

 .story-heading{
   /* width: 352px;
   height: 54px;         */
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;   
   margin-top: 10px;
 }


 /* Story Timeline */
.story-timeline{
   margin-top: 50px;
   padding-bottom: 100px;
}

 .container .main-timeline {
   position: relative;   
}

.main-timeline:before {
   content: "";
   display: block;
   width: 2px;
   height: 100%;
   background: linear-gradient(180deg, rgba(166, 159, 234, 0) 0%, #A69FEA 52.08%, rgba(166, 159, 234, 0) 100%);
   opacity:0.5;
   margin: 0 auto;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

.main-timeline .timeline {
   /* padding-bottom: 100px; */
   position: relative
}

.main-timeline .timeline:after {
   content: "";
   display: block;
   clear: both
}

.main-timeline .icon {
   width: 9px;
   height: 9px;
   line-height: 9px;
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0
}

.main-timeline .date-content {
   width: 50%;
   float: left;
   margin-top: 74px;
   position: relative
}

.main-timeline .date {
   width: 100%;
   margin: auto;   
   position: absolute;   
   left: 0;      
}

.main-timeline .year {
   display: block;
   font-size: 24px;
   line-height: 30px;
   font-weight: 700;
   font-style: normal;
   font-family: 'Work Sans';         
}

.year-1{
   color:#8C7DFF;
}

.year-2{
   color:#FF8989;
}

.year-3{
   color:#54CCA1;
}

.year-4{
   color:#FFA826;
}

.main-timeline .timeline-content {
   width: 50%;
   padding: 20px 0 20px 50px;
   float: right;   
}

.timeline-content .card{
   /* width: 50%; */
   height: 137px;
   border: none;
   border-radius: 16px;
}

.timeline-content .border-1{
   border-left: 1px solid #8C7DFF;
}

.timeline-content .border-r-2{
   border-right: 1px solid #FF8989;
}

.timeline-content .border-l-3{
   border-left: 1px solid #54CCA1;
}

.timeline-content .border-r-4{
   border-right-width: 1px; 
   border-right-color: #FFA826;
   border-right-style: solid;
}

.main-timeline .title {
   font-size: 16px;
   font-weight: 600;
   font-style: normal;
   font-family: "Work Sans";
   line-height: 26px;
   margin: 0 0 15px 0;
   color: #3B3663;
   
}

.main-timeline .description {
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   font-style: normal;
   font-family: "Work Sans";
   line-height: 24px;    
   color: #7A7792;

}

.main-timeline .timeline:nth-child(2n) .date-content {
   float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
   left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
   padding: 20px 50px 20px 0;   
}
@media only screen and (min-width: 768px) {
   .year{
       padding-right: 50px;
   }
   
   .mr{
       display: flex;
       justify-content:flex-end;  
   }

   .ml{
       padding-left: 50px;
   }
   .timeline-content .card{
      width: 300px;
      height: 137px;
      border: none;
      border-radius: 16px;
   }
   .timeline-content .border-1{
      border-left: 1px solid #8C7DFF;
   }
   
   .timeline-content .border-r-2{
      border-right: 1px solid #FF8989;
   }
   
   .timeline-content .border-l-3{
      border-left: 1px solid #54CCA1;
   }
   
   .timeline-content .border-r-4{
      border-right-width: 1px; 
      border-right-color: #FFA826;
      border-right-style: solid;
   }

   }

@media only screen and (max-width: 991px) {
   .main-timeline .date-content {
       margin-top: 60px;
   }
   .main-timeline .date-content:before {
       width: 22.5%
   }
   .main-timeline .timeline-content {
       padding: 10px 0 10px 30px
   }
   .main-timeline .title {
       font-size: 17px
   }
   .main-timeline .timeline:nth-child(2n) .timeline-content {
       padding: 10px 30px 10px 0
   }
}

@media only screen and (max-width: 767px) {
   .main-timeline:before {
       margin: 0;
       left: 4px;
   }
   .main-timeline .timeline {
       padding-bottom: 20px;
       /* height:100%; */
   }
   /* .main-timeline .timeline:last-child {
       margin-bottom: 0;
   } */
   .main-timeline .icon {
       margin: auto 0;
   }
   .main-timeline .date-content {
       width: 95%;
       float: right;
       margin-top: 0;
   }   
   .main-timeline .date {
       top: 10%;
   }
   .main-timeline .year {        
       font-size: 24px;        
   }

   .main-timeline .timeline-content,
   .main-timeline .timeline:nth-child(2n) .timeline-content {
       width: 95%;
       text-align: center;
       padding: 10px 0;        
   }
   .main-timeline .title {
       margin-bottom: 10px;
   }

   .main-timeline .timeline-content{
       margin-top: 40px;
   }
}
 
 /* Story Timeline */

/* ************************************************************* */
/* Feedback Section */
 
.feedback-section{
   height: 784px;
   background-color: #433A89;
}

.customer-fb-vector-img{
   position: relative;
}

.customer-fb-vector-img-right{
   width: 80px;
   height: 100px;
   position: absolute;
   bottom: 0;
   right: 0;
   margin-bottom: 20px;
}

.feedback-header{
   text-align: center;
   /* margin-top: 100px;      */
}

#feedbackellipse-icon{     
   color:#8C7DFF;
   width: 6px;
   height: 6px;     
   font-size: 6px;
   margin-top: 100px;     
}

.feedbackicon-text{
   width: 78px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #A69FEA;
   margin-left: 12px;     
   letter-spacing: 0.09em;
   margin-top: 100px;   
}

.feedback-heading{
   /* width: 477px;
   height: 108px; */
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #FFFFFF;
   text-align: center;
}

.feedback-section-column{
   margin-top: 65px;
}

/* .fb-columns{
   width: 32%;
   height: 368px;
   border-radius: 16px;
} */
.fb-card{
   border-radius: 16px;
}

.fb-card:hover{
   box-shadow: 0 0 2px 2px #A695FF;   
}

.fb-column-1{
   /* float: left; */
   background: linear-gradient(180deg, #4B4394 0%, #423A89 100%);        
}

.fb-column-2{
   /* float: left;
   margin-left: 25px;   */
   background: #38317D;
}

.fb-column-3{
   /* float: right; */
   background: linear-gradient(180deg, #4B4394 0%, #423A89 100%);
}

.star-rating{
   margin-top: 51px;
   margin-left: 40px;
}

.fb-col-para{
   width: 270px;
   height: 104px;  
   margin-top: 27px;
   margin-left:40px ;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #A69FEA;
   text-align: left;
}

.customer-details{
   margin-top: 83px;
}

.customer-image{
   width: 49px;
   height: 53px;
   margin-left: 40px;        
}

.customer-name{
   width: 131px;
   height: 26px;       
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;        
}

.customer-designation{
   width: 69px;
   height: 16px;       
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #A69FEA;        
}

.customer-info{
   float: right;
   margin-right: 135px;
}

 .center-align{
   margin-left: auto;
   margin-right: auto;
}

/* ************************************************************* */
/* Blog Section */

.blog-section{
   height: 906px;
   background-color: #F3F8FF;                
}

.blog-vector-img{
   position: relative;
}

.blog-vector-img-right{
   width: 80px;
   height: 150px;
   position: absolute;
   bottom: 0;
   right: 0;
   margin-bottom: 20px;
}


.blog-header{
   text-align: center;     
}

#blogellipse-icon{     
   color:#8C7DFF;
   width: 6px;
   height: 6px;     
   font-size: 6px;
   margin-top: 100px;     
}

.blogicon-text{
   width: 78px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #7A7792;
   margin-left: 12px;     
   letter-spacing: 0.09em;
   margin-top: 100px;   
}

.blog-heading{
   /* width: 477px;
   height: 54px; */
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 38px;
   line-height: 54px;     
   color: #3B3663;
   text-align: center;
}

.blog-row{
   margin-top: 60px;
}

.blog-card{   
   /* height: 456px; */
   border-radius: 16px;
}

.blog-card:hover{
   box-shadow: 0 0 2px 2px #A695FF;
}


.blog-image{
   /* width: 330px;
   height: 185px; */
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   border-radius: 16px;
}

.date-section{
   margin-left: 30px;
   margin-top: 30px;
}

.time-icon{
   width: 16px;
   height: 16px;
}

.date{
   width: 90px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #7A7792;
   margin-left: 3px;
}

.profile-icon{
   width: 16px;
   height: 16px;
}

.profile-name{
   width: 82px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16.42px;     
   color: #7A7792;
   margin-left: 3px;
}

.blog-col-heading{
   /* width: 290px;
   height: 52px; */
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #3B3663;
   margin-left: 30px;
   margin-top: 25px;     
}

.blog-col-para{
   /* width: 290px;
   height: 48px; */
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 24px;     
   color: #7A7792;
   margin-left: 30px;
   margin-top: 15px; 
}

.blog-readmore-btn{
   width: 100px;
   height: 15px;       
   margin-left:20px ;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 13px;
   line-height: 15.25px;     
   color: #7A7792;
   border: none;  
   background: #FFFFFF;     
}

.readmore-icon{
   width: 6.56px;
   height: 2.81px;  
   margin-top: 40px;
   margin-left:40px ;     
   font-size: 13px;         
   color: #7A7792;        
   transform: rotate(-90deg);
}

.readmore-btn:focus{
   outline: 0;
}

.loadmore-button{
   height: 52px;
   width: 186px;     
   border-radius: 100px;
   padding:17px, 40px, 17px, 40px;
   margin-top: 51px;  
   /* margin-left: 480px;                  */
   margin-bottom: 50px;
   background-color: #8C7DFF;
   border: none;     
   text-decoration: none;
   cursor: pointer;
   font-family: 'Work Sans';
   font-weight: 600;
   font-style: normal;
   font-size: 13px;
   line-height: 15.25px;     
   color: #FFFFFF;                  
}

.loadmore-button:hover{
   color:#868FFF;
   background-color: #F0EEFF;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   /* box-shadow: 0 2px #F0EEFF; */
}

.loadmore-button:hover::after {
   transform: scaleX(1) scaleY(1);
   opacity: 0;
}

.loadmore-button:active{
   border:2px solid #868FFF;
   background-color: #FFFFFF;
   color: #868FFF;
   transform: translateY(1px);
}

.loadmore-button:focus{
   outline: 0;
}

/* 
 .footer-section{
   height: 432px;
   background-color:  #191638;     
}

.footer-row{
   margin-top: 106px;
}

.footer-columns{   
   height: 250px;
}


.footer-col-4{  
   background-color: #131030;
   border-radius: 16px;
   height: 229px;
   margin-top: 100px;
}

.footer-col1-para{
   width: 255px;
   height: 78px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 10px;
   margin-top: 31px; 
}

.footer-line1{
   margin-left: 10px;
   width: 240px;
}

.communication-icons{
   margin-top: 10px;
}

.fb-icon{
   margin-left: 10px;
}

.footer-col2-heading{
   width: 84px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 30px;
   margin-top: 31px; 
}

.nav-list{
   list-style-type: none;  
   margin: 0;    
   padding: 0; 
}

.nav-list li a{
   color: #7E7AA6;
   text-decoration: none;
   width: 42px;
   height: 16px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 16px;   
   margin-left: 30px;                
}

.nav-list li{     
   padding-top: 20px;
}

.footer-col3-heading{
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;     
   margin-left: 20px;
}

.footer-col3-heading1{
   width: 63px;     
}

.footer-col3-para1{
   width: 255px;
   height: 52px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 20px;
   margin-top: 31px; 
}

.footer-col3-heading2{
   width: 117px;    
}

.footer-col3-para2{
   width: 255px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #8C7DFF;
   margin-left: 20px;
   margin-top: 10px;  
   cursor: pointer;    
}

.footer-col4-heading{
   width: 176px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   line-height: 26px;     
   color: #FFFFFF;
   margin-left: 40px;
   margin-top: 40px; 
}

.footer-col4-para{
   width: 97px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;
   margin-left: 40px;
   margin-top: 30px; 
   margin-bottom: 0;
   float: left;
}

.footer-line{     
   margin-left: 40px;
   width: 250px;
   height: 2px;
   margin-top: 0;
}

.newsletter-icon{
   float: right;
   margin-right: 50px;
   margin-top: 30px; 
   margin-bottom: 0;
}

.checkbox-section{
margin-top: 10px;
}

.checkbox{
   float: left;
   width: 15px;
   height: 15px;
   margin-left: 40px;
   margin-top: 6px;
}

.checkbox-content{
   float: right;
   width: 200px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 12.5px;
   line-height: 26px;     
   color: #7E7AA6;    
   margin-right: 75px; 
}
*/

/* ************************************************************* */
/* Copyright Section */

.copyright-section{
   height: 86px;
   background-color: #131030;  
   display: flex;
   justify-content: center;
   align-items: center;        
}

.copyright-content{
   width: 245px;
   height: 26px;
   font-family: 'Work Sans';
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   line-height: 26px;     
   color: #7E7AA6;    
} 

html {
   scroll-behavior: smooth;
 }
