
#div1{
    background-image: linear-gradient(-90deg, yellow, red);
 
}
#div2{
    background-image: linear-gradient(-90deg, #007251, #547E39 );
    
}
#div3{
    background-image: linear-gradient(-90deg, rgb(59, 52, 52), rgb(230, 9, 28));
    
}
#div4{
    background-image: linear-gradient(-90deg,  #0569D1, rgb(10, 66, 126));
    
}
#div5{
    background-image: linear-gradient(-50deg,  rgb(255, 0, 98), rgb(0, 0, 0));
    
}
#div6{
    background-image: linear-gradient(-90deg, #AEF449,  #22B6A7);
  
}
#div7{
    background-image: linear-gradient(-90deg, #32db64,  #003366);
  
}


/*----------------- App dev CSS Start -------------------------------- */
#developsection{
    padding:25px 0px;
}
#developsection h1{
    font-weight:700;
    text-align: center;
    font-size:22px;
    padding-top:20px;
}

#developsection p{
    color:rgb(158, 152, 152);
    font-weight:460;
}

#developsection .ptag{

    text-align: center;
    color:#8f8888;
    font-weight:450;
    padding:0px 15px;

}

#developsection .flex-cont{
    display:flex;
    flex-direction: column;
    padding:5px 10px 0px 15px;
}

#developsection .flex-cont-item{
    width:100%;
    padding:2%;
}
.icon-container{
    width:25%;
    margin:10px 0px;
    font-size:38px;
    
}
#developsection h4{
    font-weight:700;
}

/*--Ipad --*/
@media screen and (min-width: 768px){
    .icon-container{
        width:15%;
        margin:10px 0px;
        font-size:38px;
        
    }

}
@media screen and (min-width: 992px){
    .icon-container{
        width:20%;
        margin:10px 0px;
        font-size:38px;
        
    }
    #developsection  .flex-cont{
        display:flex;
        flex-direction: row;
        padding:10px 50px 0px 50px;
        margin:0% 5%;
    }

}

@media screen and (min-width: 1200px){
    .icon-container{
        width:15%;
        margin:0px;
        font-size:45px;
        
    }
    #developsection    h1{
        font-weight:700;
        text-align: center;
        margin-top:0%;
        font-size:45px;
        padding-top:25px;
    }
    #developsection  .flex-cont{
        display:flex;
        flex-direction: row;
        padding:10px 50px 0px 50px;
        margin:0% 5%;
    }
    #developsection h4{
        font-weight:700;
        margin-top:10px;
    }

}
/*----------------- App dev CSS Start -------------------------------- */
/*----------------- Screen CSS Start -------------------------------- */

.case-item-content h3{
    font-size:20px;
    font-weight:700;
    color:white;
    padding:20px;
}

.case-item-content p{
    font-weight:500;
    margin-bottom:5%;
    color:white;
    font-size:13px;
}
.case-study-tags {
    margin: 20px -5px 15px;
 
}


span.case-study-tag {
    line-height: 28px;
    background-color: hsla(0,0%,100%,.20);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight:500;
    padding: 3px 36px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    
}

.btn{
    border-radius: 150px;
    font-weight: 700; 
    border: 2px solid rgb(219, 7, 7);
    padding:13px 80px;
    margin-top:1%;
    margin-bottom:6%;
    
    
}

.btncls {
    border-radius: 150px;
    border: 0;
    white-space: normal;
    word-wrap: break-word;
    letter-spacing: 1px;
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    color:rgb(255, 255, 255);
    padding:10px 50px;
    font-weight:600;
    display: none;
}

#screen h1{
    font-weight:700;
    text-align: center;
    margin-top:10%;
    font-size:22px;
}

#screen .ptag{
    text-align: center;
    color:#8f8888;
    font-weight:500;
    padding:0px 15px;
}

.flex-cont{
    display:flex;
    flex-direction: column;
    padding:10px 10px 0px 15px;
}
.flex-cont-item-text{
    width:100%;
    align-self:center;
}
.flex-cont-item-img{
    width:100%;
}
.img-item{
    width:300px !important;
    height:231px !important;
}




/*--Ipad --*/
@media screen and (min-width: 768px){
    .mobilescreen{
        display:none;
    }
    .largescreen{
        display: block;
    }
    .case-item-content h3{
        font-size:20px;
        font-weight:700;
        color:white;
        padding:20px;
    }
    
    .case-item-content p{
        font-weight:500;
        margin-bottom:6%;
        color:white;
        font-size:13px;
        display: inline-table;
        margin:0px 12px;
        padding-left:7px;
        padding-right:7px;
    }
    .btncls {
        border-radius: 150px;
        border: 0;
        white-space: normal;
        word-wrap: break-word;
        letter-spacing: 1px;
        background-color: transparent;
        border: 2px solid rgb(255, 255, 255);
        text-align: center;
        color:rgb(255, 255, 255);
        padding:3px 15px;
        font-weight:600;
        display:inline-block;
        margin-bottom:15px;
    }
    #screen h1{
        font-weight:700;
        text-align: center;
        margin-top:10%;
        font-size: 30px;
      
    }
    .flex-cont{
        display:flex;
        flex-direction:row;
        padding:90px 20px 0px 20px;
        margin:0px 30px;
       
    }
    .flex-cont-item-text{
        width:55%;
        display: flex;
        vertical-align: top;
        
    }
    .flex-cont-item-img{
        width:45%;
        justify-content: center;
        display:flex;
        position: relative;
        
        
    }
    .img-item{
        width:360px !important;
        height:290px !important;
    }
    
}
/*--Tab Pro--*/
@media screen and (min-width: 992px){
    .mobilescreen{
        display:none;
    }
    .largescreen{
        display: block;
    }
    #screen h1{
        font-weight:700;
        text-align: center;
        margin-top:10%;
        font-size:45px;
      
    }
    .flex-cont{
        display:flex;
        flex-direction: row;
        padding:60px 40px 0px 40px;
    }
    .flex-cont-item-text{
        width:50%;
        align-self:center;
    }
    .flex-cont-item-img{
        width:50%;
    }
    .img-item{
        width:425px !important;
        height:306px !important;
    }
}
/*--Laptop--*/
@media screen and (min-width: 1200px){
    .largescreen{
        display: block;
    }
    .mobilescreen{
        display:none;
    }
    .case-item-content h3{
        font-size:42px;
        font-weight:700;
        color:white;
        padding:20px;
    }
    .case-item-content p{
        font-weight:500;
        margin-bottom:5%;
        color:white;
        font-size:14px;
    }
    span.case-study-tag {
        line-height: 28px;
        background-color: hsla(0,0%,100%,.20);
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight:500;
        padding: 3px 36px;
        border-radius: 50px;
        display: inline-block;
        margin: 5px;
        
    }
    .btn{
        border-radius: 150px;
        font-weight: 700; 
        border: 2px solid rgb(219, 7, 7);
        padding:13px 80px;
        margin-top:3%;
        margin-bottom:6%;
        
        
    }
    #screen h1{
        font-weight:700;
        text-align: center;
        margin-top:5%;
        font-size:45px;
    }
    .flex-cont{
        display:flex;
        flex-direction: row;
        padding:100px 40px 0px 40px;
    }
    .flex-cont-item-text{
        width:60%;
        align-self:center;
        padding:50px;
    }
    .flex-cont-item-img{
        width:50%;
    }
    .img-item{
        width:650px !important;
        height:462px !important;
    }
}

@media screen and (max-width:420px){
    .largescreen{
        display:none;
    }
    .mobilescreen{
        display: block;
    }
    .btn{
        border-radius: 150px;
        font-weight: 700; 
        border: 2px solid rgb(219, 7, 7);
        padding:8px 40px;
        margin-top:5%;
        margin-bottom:6%;
        
        
    }
}


/*----------------- Screen CSS End -------------------------------- */

#hometeam img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height:auto;
    width:100%;
}
#hometeam img:hover{
    -webkit-filter:none; /* Safari 6.0 - 9.0 */
    filter:none;
    height:auto;
    width:100%;
}

#hometeam .col-2{
    padding-left:0px !important;
    padding-right:0px !important;
}

/*----------------- Team CSS End -------------------------------- */

#mobileapp{
    background-image: linear-gradient(-90deg, red, orange);
}

.content{
    padding:5%;

}
.content h1{
    text-align: center;
    color: white;
    font-weight:700;
    font-size:26px;
}

.content p{
    text-align: center;
    color: white;
    font-weight: 500;
    font-size:14px;
}

.button {
    border-radius: 120px;
    background-color: #fff;
    border: none;
    color:orangered;
    text-align:right;
    font-size:16px;
    font-weight:700;
    padding:8px 50px;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  @media screen and (min-width: 768px){
    .content h1{
        text-align: center;
        color: white;
        font-weight:700;
        font-size:40px;
    }
    
    .content p{
        text-align: center;
        color: white;
        font-weight: 500;
        font-size:16px;
    }
    .button {
        border-radius: 120px;
        background-color: #fff;
        border: none;
        color:orangered;
        text-align:right;
        font-size:20px;
        font-weight:700;
        padding:13px 80px;
        transition: all 0.5s;
        cursor: pointer;
      }

  }


  /*----------------- Mobile App CSS End -------------------------------- */
  
    /*----------------- Footer App CSS Start -------------------------------- */
  #footerdiv{
    background-color: #1C0E3F;
    padding:1%;
  }

    #smallscreen {
        display:none;
    }

    #tabscreen{
        display:none;
    }

    #laptopscreen{
        display: none;
    }

    #menu-item  p:hover{
        color:#fff;
        font-weight:700;
        border-color:none;
    }

    #menu-item .active{
        color:#fff;
        font-weight:700;

    }
    #menu-item .active1{
        font-weight:700;
    }
 

  /*--Ipad --*/
  @media screen and (max-width: 420px){
    #footerdiv{
        background-color: #1C0E3F;
        padding:5%;
        
      }
    #smallscreen{
        display:block;
    
    }
    
  #footer-cont{
    display: flex;    
}

#footer-cont-item{
  flex-direction: row;
  width:100%;
}

#footer-cont-menu{
    display: flex;
    justify-content: space-evenly;
}

#menu-item{
  width:50%;
}

#menu-item .btn{
  border-radius: 150px;
  font-weight:450; 
  border:1px solid #fff;
  padding:3px 12px;
  margin-left:35px;
  
}

#footer-cont-menu p{
  color:#b8a6c1; 
  text-align: center;
  font-size:14px;
  font-weight:400; 
}

#footer-cont-item  p{
  color:#b8a6c1;
  text-align: center;
  padding:0% 15%;
  font-size:14px;
  font-weight:500;
  margin-bottom:40px;
}
.footer-logo{
    padding:0% 15%;
    height:70px;
     
}

  }

@media screen and (min-width: 768px){
    #footerdiv{
        background-color: #1C0E3F;
        padding:4%;
      }
   #tabscreen{
    display: block;
   }
   #footer-cont{
    display: flex; 
    flex-direction: row;   
    }
    #footer-cont-item1{
        width:40%;
    }
    #footer-cont-item2{
        width:60%;
    }

    #footer-cont-item1  p{
        color:#b8a6c1;
        padding:8% 15%;
        font-size:14px;
        font-weight:500;
      }

      #footer-cont-menu{
        display: flex;
        justify-content: space-evenly;
    }
    
    #menu-item{
      width:50%;
    }
    
    #menu-item .btn{
      border-radius: 150px;
      font-weight:450; 
      border:1px solid #fff;
      padding:3px 12px;
      margin-left:32%;
      
    }
    
    #footer-cont-menu p{
      color:#b8a6c1; 
      text-align: center;
      font-size:14px;
      font-weight:400; 
    }

    .footer-logo{
        padding:0% 15%;
        height:80px;
         
    }
}

@media screen and (min-width:1205px){
    #footerdiv{
        background-color: #1C0E3F;
        padding:4% 4% 2% 1%;
      }
    #laptopscreen{
        display: block;
    }
    #tabscreen{
        display:none;
    }
    #footer-cont{
        display: flex; 
        flex-direction: row;   
    }
    #footer-cont-item1{
        width:30%;
    }
    #footer-cont-item2{
        padding:5% 0% 0% 0%;
        width:70%;
    }
    #footer-cont-item1  p{
        color:#b8a6c1;
        padding:8% 15% 0% 15%;
        font-size:14px;
        font-weight:500;
      }

      #footer-cont-menu{
        display: flex;
        justify-content: space-evenly;
    }
    
    #menu-item{
      width:30%;
    }
    #menu-item .btn{
        border-radius: 150px;
        font-weight:450; 
        border:1px solid #fff;
        padding:3px 12px;
        margin-left:32%;
        
      }
      
      #footer-cont-menu p{
        color:#b8a6c1; 
        text-align: center;
        font-size:14px;
        font-weight:400; 
      }

      .footer-logo{
        padding:0% 15%;
        height:97px;
         
    }

}

/*----------------- Footer Bottom -------------------------------- */
#footerbottom{
    background-color: #140930;
    padding:3% 3%;
    display: flex;
    flex-direction: column;
}
#footerbottom #bottom-cont1{
    width:100%
}

#footerbottom #bottom-cont2{
  width:100%
}

#footerbottom #bottom-cont1 p{
    color:#b8a6c1; 
    font-size:12px;
    font-weight:600; 
    text-align: center;
}

.footer-icon{
    padding:0% 8%;
    color:#b8a6c1;
    font-size:25px;
}

@media screen and (min-width: 768px){
    #footerbottom{
        background-color: #140930;
        padding:1% 3%;
        display: flex;
        flex-direction: row;
    }

    #footerbottom #bottom-cont1{
        width:63%
    }
    
    #footerbottom #bottom-cont2{
      width:37%
    }
    #footerbottom #bottom-cont1 p{
        color:#b8a6c1; 
        font-size:12px;
        font-weight:600; 
        text-align: left;
        margin-top:5px;
    }
    .footer-icon{
        padding:0% 15%;
        color:#b8a6c1;
        font-size:25px;
    }

}


  /*----------------- Footer App CSS End -------------------------------- */


  /*----------------- About Us  App CSS START -------------------------------- */

#aboutus-app{
    padding:1%;
}
#aboutus-app h1{
  font-weight: 700;
  text-align: center;
}
#aboutus-app h6{
    font-weight:600;
    text-align: center;
    padding:1.5%;
    color: #737278;
}

#aboutus-app .aboutus-app-cont{
    display: flex;
    flex-direction: row;
}
#aboutus-app .aboutus-app-cont .app-cont-item{
    padding:1% 2% 3% 7%; 
    width:50%;
}
.app-cont-item h3{
    font-weight:700;
}
.app-cont-item p{
    font-weight:600;
    color:rgb(143, 140, 140)
}

@media screen and (max-width: 768px){
    .h1padding{
        padding:7% 20% !important;
    }
    #aboutus-app h1{
        font-weight: 700;
        text-align: center;
        font-size:22px;
        padding:4% 3%;
      }

    #aboutus-app h6{
        font-weight:700;
        text-align: center;
        padding:4%;
        color:#737278;
        font-size:14px;
    }
    #aboutus-app .aboutus-app-cont{
        display: flex;
        flex-direction: column;
    }
    #aboutus-app .aboutus-app-cont .app-cont-item{
        padding:1% 2% 3% 7%; 
        width:100% !important;
    }
    .app-cont-item h3{
        font-size:18px;
        font-weight:bold;
    }
    .app-cont-item p{
        font-weight:500;
        color:rgb(143, 140, 140);
        font-size:14px;
    }
}


  /*----------------- About Us  App CSS End -------------------------------- */


/*----------------- TESTIMONIAL SLIDER CSS START -------------------------------- */

.column-class{
    display: flex;
    flex-direction:row;
}
#demo {
    padding:10px 10px 40px 10px;
    margin-top: 60px;
}

.carousel-indicators li{
    background-color:orangered;
}

.testimonial-cont1 {
    display: flex;
    width:15%;
    border:1px solid #F8F7F9;
    background-color: #F8F7F9;
    border-radius: 1px;
    padding: 40px 100px;
    margin: 16px 30px;
  }

  .testimonial-cont2 {
    display: flex;
    width:70%;
    border:1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    border-radius:1px;
    padding:60px 30px;
    margin: 16px 0px;
    
  }

  .testimonial-cont3 {
    display: flex;
    width:15%;
    border:1px solid #F8F7F9;
    background-color: #F8F7F9;
    border-radius: 5px;
    padding: 40px 100px;
    margin: 16px 30px;
  }

  .test-img{
      height:150px;
      width:150px;
      border-radius:50%;
      margin-left:20px;
      margin-right:30px;
      margin-top:10px;
  }

  .test-para{
      color:#9a86a3;
      font-style: italic;
      line-height:25px;
      font-weight:550;
  }
  .para-name{
      color:rgb(236, 18, 36);
      font-style:normal;
      font-weight:700;
      margin-right:50%;
    
  }

  

  @media screen and (max-width: 1025px){
    .testimonial-cont1 {
        display: flex;
        width:0%;
        border:1px solid #F8F7F9;
        background-color: #F8F7F9;
        border-radius: 1px;
        padding: 40px 10px;
        margin: 16px 30px;
      }
    
      .testimonial-cont2 {
        display: flex;
        width:100%;
        border:1px solid rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
        border-radius:1px;
        padding:30px 30px;
        margin: 16px 0px;
        flex-direction: column;
      }
    
      .testimonial-cont3 {
        display: flex;
        width:0%;
        border:1px solid #F8F7F9;
        background-color: #F8F7F9;
        border-radius: 5px;
        padding: 40px 10px;
        margin: 16px 30px;
      }

      .test-img{
          align-self: center;
      }
      .para-name{
        color:rgb(236, 18, 36);
        font-style:normal;
        font-weight:700;
        margin-right:5%;
        margin-top:8px;
        
    }
    
  }

  @media screen and (max-width: 420px){
    .testimonial-cont1 {
        display:none;
        width:0%;
        border:1px solid #F8F7F9;
        background-color: #F8F7F9;
        border-radius: 1px;
        padding: 40px 10px;
        margin: 16px 30px;
      }
    
      .testimonial-cont2 {
        display: flex;
        flex-direction: column;
        width:100%;
        border:1px solid rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
        border-radius:1px;
        padding:12px;
        margin: 16px 8px;
      }
    
      .testimonial-cont3 {
        display:none;
        width:0%;
        border:1px solid #F8F7F9;
        background-color: #F8F7F9;
        border-radius: 5px;
        padding: 40px 10px;
        margin: 16px 30px;
      }
      
        .test-img{
            height:100px;
            width:100px;
            display:flex;
            flex-direction: row;
            border-radius:50%;
            margin-bottom:10px;
            align-self: center;
        }

        .test-para{
            color:#9a86a3;
            font-style: italic;
            line-height:24px;
            font-weight:550;
        }
        .para-name{
            color:rgb(236, 18, 36);
            font-style:normal;
            font-weight:700;
            margin-right:5%;
            
        }
        .container-fluid{
            padding-left:0px !important;
            padding-right:0px !important;
        }
        .carousel-control-prev{
            display: none;
        }
        .carousel-control-next{
            display:none;
        }
    

  }

  

/*----------------- TESTIMONIAL SLIDER CSS END -------------------------------- */

.img-gif{
    width:auto;
    height:370px;
}

@media  screen and (max-width:450px){
    .img-gif{
        width:100% !important;
        height:370px;
    }
}

  
/*---------------tEAM --------------------*/


.team-item {
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .team-item:before {
    content: '';
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: linear-gradient(127deg, red 0%, orange 91%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .team-item:hover:before {
    opacity: 1;
  }
  
  .team-item:hover .header .info strong {
    color: #fff;
  }
  
  .team-item:hover .header .info span {
    color: #F7F8FF;
  }
  
  .team-item:hover .body {
    color: #F7F8FF;
  }
  
  .team-item:hover .social {
    right: 0px;
  }
  
  .team-item .header {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  
  .team-item .header .img {
    float: left;
    width: 76px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 40px;
  }
  
  .team-item .header .info strong {
    display: block;
    font-weight:700;
    font-size: 14px;
    color: #3B566E;
    letter-spacing: 0.6px;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .team-item .header .info span {
    display: block;
    font-weight:500;
    font-size: 12px;
    color: #6F8BA4;
    letter-spacing: 0.52px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .team-item .body {
    font-weight:500;
    font-size: 14px;
    line-height: 26px;
    color: #6F8BA4;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .team-item .social {
    position: absolute;
    right: -150px;
    top: 77px;
    overflow: hidden;
    width: 150px;
    height: 28px;
    background: #fff;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
  }
  
  .team-item .social li {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .social .fa{
      color:red;
  }

/*------ Service CSS ------------------- */

  .page-bottom {
    padding-top: 100px;
    padding-bottom:0px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: 28px;
    color: #6F8BA4;
  }

  .page-bottom p {
    margin-bottom: 28px;
  }

  .page-bottom .home-services-item {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .home-services-item {
    display: block;
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    line-height: 26px;
    letter-spacing: 0.88px;
    padding: 30px;
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    margin-top: 30px;
    position: relative;
  }
  
  .home-services-item.box {
    border-radius: 4px !important;
  }
  
  .home-services-item.box:before {
    border-radius: 4px !important;
  }
  
  .home-services-item:before {
    content: '';
    border-radius: 40px;
    border-bottom-right-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: linear-gradient(127deg, red 0%, orange 91%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .home-services-item:hover, .home-services-item.active {
    color: #F7F8FF;
  }
  
  .home-services-item:hover:before, .home-services-item.active:before {
    opacity: 1;
  }
  
  .home-services-item:hover .services-title, .home-services-item.active .services-title {
    color: #fff;
  }
  
  .home-services-item:hover i, .home-services-item.active i {
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  }
  
  .home-services-item .services-title {
    font-weight:700;
    font-size: 16px;
    line-height: 26px;
    color: #3B566E;
    margin-bottom: 23px !important;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
  }
  
  .home-services-item i {
    font-size: 26px;
    margin-bottom: 23px;
    background-image: linear-gradient(127deg, red 0%, orange 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
  }
  
  .home-services-item p {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0px !important;
    font-weight: 500;
  }
  
  .home-services-item .btn-white-line {
    position: relative;
    z-index: 2;
    width: 100%;
  }

/*------ Contact Us CSS ------------------- */

#contactus-div{
    padding:4%;
    background-color: #fff;
    box-shadow: #737278;
}

.form-control{
    border:2px solid #a2a1a7 !important;
}

#contactus-div label{
    font-weight:700 !important;
    color:#737278;
}
#contact-help label{
    font-weight:700 !important;
    font-size:24px !important;
    color:#000;
}

.visitus-div{
    background-color:#7A4591 !important;
    padding:5% 10%;
}

.visitus-div h3{
    font-weight: bold;
    color:#fff;
    text-align: center;
    padding-top:5%;
}

.visitus-div h5{
    color:#fff;
    margin:5%;
    text-align: center;
    font-weight:400;
}

.visitus-div h6{
    color:#fff;
    margin-left:25px;
}

@media screen and (max-width: 430px){
    #visitus{
        margin-bottom:90%
    }
}


/*---------------Loader ------------------*/


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid orangered;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
  
  }

 

 
  .banner{
    background-color:#391057;
    z-index:79;
    opacity:0.9;
    position: absolute;
    top:0;
    max-height:100%;
    width:100%
  }

  .banner-contact-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:40%;
     z-index:89;
     left:45%;
     display: flex;
     justify-content: center;
     font-size:45px;
  }
  .banner-contact-p{
    font-weight:400;
    color:#b8a6c1 !important;
     position:absolute;
     text-align: center;
     top:60%;
     z-index:89;
     left:35%;
  }

  .banner-service-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:40%;
     z-index:89;
     left:25%;
    text-align: center;
     font-size:45px;
  }
  .banner-service-p{
    font-weight:400;
    color:#b8a6c1 !important;
     position:absolute;
     top:55%;
     text-align: center;
     z-index:89;
     left:25%;
  }

  

  .banner-ourwork-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:40%;
     z-index:89;
     left:30%;
    text-align: center;
     font-size:45px;
  }
  .banner-ourwork-p{
    font-weight:400;
    color:#b8a6c1 !important;
     position:absolute;
     top:55%;
     text-align: center;
     z-index:89;
     line-height:25px;
     left:5%;
     right:5%;
  }

  .banner-ourwork-p1{
    font-weight:400;
    color:#b8a6c1 !important;
     position:absolute;
     top:65%;
     text-align: center;
     z-index:89;
     line-height:25px;
     left:5%;
     right:5%;
  }

  .banner-home-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:20%;
     z-index:89;
     left:5%;
     right:5%;
    text-align: center;
     font-size:45px;
  }


  @media only screen and (max-width:768px){

    .banner-contact-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:40%;
         z-index:89;
         left:45%;
         display: flex;
         justify-content: center;
         font-size:30px;
      }
      .banner-contact-p{
        font-weight:400;
        color:#b8a6c1 !important;
         position:absolute;
         top:60%;
         z-index:89;
         left:20%;
      }
      .banner-service-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:40%;
         z-index:89;
         left:25%;
        text-align: center;
        font-size:30px;
      }
      .banner-service-p{
        font-weight:400;
        color:#b8a6c1 !important;
         position:absolute;
         top:60%;
         text-align: center;
         z-index:89;
         left:10%;
         right:10%;
      }
      .banner-ourwork-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:40%;
         z-index:89;
         left:25%;
        text-align: center;
         font-size:30px;
      }

      .banner-ourwork-p{
        font-weight:400;
        color:#b8a6c1 !important;
         position:absolute;
         top:55%;
         text-align: center;
         z-index:89;
         line-height:30px;
         left:5%;
         right:5%;
      }
    
      .banner-ourwork-p1{
       display: none;
      }

      .banner-home-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:25%;
         z-index:89;
         left:5%;
         right:5%;
        text-align: center;
         font-size:40px;
       
       
      }

   

  }


  @media only screen and (max-width:765px){
    .banner-contact-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:40%;
         z-index:89;
         left:30%;
         display: flex;
         justify-content: center;
         font-size:30px;
      }
        .banner-contact-p{
            display:none;
        }

      .banner-service-h1{
        font-weight:bold;
        color:white !important;
         position:absolute;
         top:35%;
         z-index:89;
         left:5%;
        text-align: center;
        font-size:25px;
      }
      .banner-service-p{
        display:none;
      }
      
  .banner-ourwork-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:40%;
     z-index:89;
     left:8%;
    text-align: center;
     font-size:25px;
  }
  .banner-ourwork-p{
    display: none;
  }

  .banner-ourwork-p1{
    display: none;
  }
  .banner-home-h1{
    font-weight:bold;
    color:white !important;
     position:absolute;
     top:15%;
     z-index:89;
     left:5%;
     right:5%;
    text-align: center;
     font-size:20px;
     
  }
  

  }


  .rt-arrow{
    display: block ;
}



  @media only screen and (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end !important;
        padding:5px;
    }

    .nav-item{
        color:white;
        font-weight:800 !important;
        margin-right:17px;
    }

    .nav-link:hover{
      color:#E53062;
      text-decoration: none;
      border-bottom:2px solid #E53062;

    }
    .nav-active{
      color:#E53062;
      text-decoration: none;
      border-bottom:2px solid #E53062;
    }

    .navbar{
        background-color:transparent !important;
    }

    .nav-color-change{
        background-color: #1C0E3F !important;
    }

    .c-btn{
        border:1.5px solid #fff;
        border-radius:120px;
        padding:5px 8px;
        
      
    }

    .activebtn{
        color:#E53062 !important;
        background-color:#fff;
    }

    
    .backbar{
        margin-top:-10%
    }

    .rt-arrow{
        display: block ;
    }
    
    }

    @media only screen and (min-width: 768px){

        .navbar{
            background-color:#1C0E3F;
        }
        .navbar-toggler{
            color:#fff !important;
            background-color: #fff;
        }
        .nav-item{
            color:white;
            font-weight:500;
            margin-right:17px;
        }
        .navbar-nav{
            margin-left:20px;
        }
        .activebtn{
            color:#E53062 !important;
        }
        .nav-active{
            color:#E53062;
            text-decoration: none;
          }

        .nav-link:hover{
        color:#E53062;
        text-decoration: none;
    
        }

        .rt-arrow{
            display: block ;
        }
    

    }

    @media only screen and (min-width: 310px){
        .navbar{
            background-color:#1C0E3F;
        }
        .navbar-toggler{
            color:#fff !important;
            background-color: #fff;
        }
        .nav-item{
            color:white;
            font-weight:500;
            margin-right:17px;
        }
        .activebtn{
            color:#E53062 !important;
        }
        .nav-active{
            color:#E53062;
            text-decoration: none;
          }

        
        .nav-link:hover{
        color:#E53062;
        text-decoration: none;
    
        }
        .rt-arrow{
            display: none;
        }
    
    }





    @media only screen and (max-width:768px){
        .backbar{
            margin-top:-12%
        }
        #largescreen-bg{
            display:none;
        }
        #smallscreen-bg{
            display:block;
        }
    }
    @media only screen and (max-width:1024px){
        #largescreen-bg{
            display:none;
        }
        #smallscreen-bg{
            display:block;
        }
    }
    @media only screen and (min-width:1025px){
        #largescreen-bg{
            display:block;
        }
        #smallscreen-bg{
            display:none;
        }
    }

    #developmargin{
        margin:1% auto;
        
    }
    #developmargin h2{
        text-align: center;
        margin:0px;
        font-weight:600;
        color:#ccc;
    }

    #developmargin:hover h2{
        color:rgb(77, 74, 74);
    }
  
    .box {
        transition: box-shadow .4s;
        border-radius:10px;
        border: 1px solid rgb(233, 232, 232);
        background: #fff;
        height:250px;
        width:auto;
        margin: auto;
        padding:20px
        
      }
      .box:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2); 
      }


      .box i{
          display: flex;
         justify-content: center;
         font-size:40px;
         padding:10px;
      }

      .box h5{
          text-align: center;
          font-weight:700;
      }
      .box:hover h5{
        text-align: center;
        font-weight:700;
        color:#AB2658;
    }
      .box p{
          font-weight:500;
          color:#000 !important;
          text-align: center;
          font-size:14px;
      }


#gif-img-section{}


    