/* Import fonts from fonts.css file */
@import url(fonts.css);


/* css variables */
@import url(partials/_variables.css);

/* global styling */
@import url(partials/_global.css);
/* start navigation */

.header_area .main-menu .navbar .navbar-brand{
     padding: 0 2rem 0 5rem;
}

.header_area .main-menu .navbar{
    padding: 1rem 20rem;
    /*padding: 1rem 3rem;*/
}

.header_area .main-menu .nav-item .nav-link{
    font: normal 500 15px/2px var(--roboto);

        text-transform: uppercase;

        padding: 1.7rem;
        color: var(--title-color);
}

.header_area .main-menu .navbar-nav .active a{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.header_area .main-menu .navbar-nav a:hover{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* end navigation */

/* Banner Area */

.site-main .site-banner{
    background: url(../images/banner/home-banner.png) no-repeat 0% 50%;
}

.site-main .site-banner .site-title h3{
    padding-top:  35%;
    font-weight: 500;
}

.site-main .site-banner .site-title h3::after{
    content: "";
    height: 2px;
    width: 18vw;
    background: black;
    display: inline-block;
    margin-left: 5%;
    transform: translateY(-10px);
}
.site-main .site-banner .site-title h1{
    font-size: 5rem;
}

.site-main .site-banner .site-title h4{
    font-size: 1.5rem;
}

.site-main .site-banner .banner-image > img{
    padding: 7rem 0;
    width: 90rem;
}


/* End Banner Area */

/* Start About Area */
.site-main .about-area{
    padding: 8rem 5rem;
}

.site-main .about-area .about-title h2 > span{
        display: block;
        font: normal bold 49px/ 60px var(--roboto);
        letter-spacing: 21px;
}
.site-main .about-area .about-title .paragraph > p{
    padding: .4rem 0;
}

/* End About Area */


/* Start Brand Area */

.site-main .brand-area{
    padding: 1rem 20rem;
    margin-bottom: 4rem;
}

.site-main .brand-area .first-row .col-lg-4{
        display: flex;
        justify-content: center;
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand{
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 1.8rem 0rem;
    margin: .9rem 0;
    width: 180px;
    height: 100px;
    cursor: pointer;
    transform: transform .4s ease;
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand > img{
    width: 50%;

}

.site-main .brand-area .first-row .col-lg-4 > .single-brand:hover{
    box-shadow: var(--box-shadow);
    transform: scale(1.1);
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand:hover > img{
    filter: brightness(0.15);

}
.site-main .brand-area .experience-area{
    padding-left: 1rem;
}

.site-main .brand-area .experience-area span{
    display: block;
}

.site-main .brand-area .experience-area .years-area{
    background: url(../images/client-info-bg.png) no-repeat 45px 20px;
    padding: 2rem 0;
    width: 40rem;
    height: 18rem;
    padding-left: 8rem;
    position: relative;
}

.site-main .brand-area .experience-area .bg-panel{
    position: absolute;
    left: -190px; top: 0%;
    background: #e029290a;
    width: 400px;
    height: 400px;
    margin-left: 340px;
    z-index: -1;
}

.site-main .brand-area .experience-area .years-area .years{
    font: normal bold 84px/40px var(--roboto);
    color: var(--primary-color2);
    z-index: 2;
}

.site-main .brand-area .experience-area .years-area h2 >span{
    font: normal 600 22px/30px var(--roboto);
}

.site-main .brand-area .experience-area .call-area{
    padding-left: 10rem;
}
/* End Brand Area */

/* Start Services Area */

.site-main .services-area{
    padding: 7rem 2rem;
}

.site-main .services-area .services-title{
    padding: 0.14rem;
}

.site-main .services-area .services-title h1{
    font-size: 35px;
}

.site-main >.services-area .services{
    background: rgba(248,252,253,0.973);
    padding: 2rem 0;
    width: 16rem;
    margin: 5rem .5rem;
    transition: box-shadow .7s ease;
}

.site-main >.services-area .services:hover{
    box-shadow: var(--box-shadow);
}

/* End Services Area */

/* Project Area */

.site-main .project-area{
    padding: 4rem 0;
}

.site-main .project-area .button-group button{
background: transparent;
border: none;
font: normal 500 16px/130px var(--roboto);
text-transform: uppercase;
}

.site-main .project-area .button-group button + button{
    padding-left: 3rem;
}

.site-main .project-area .grid .our-project >.title h4{
    font: normal 700 25px/12px var(--roboto);
}

.site-main .project-area .grid .our-project .img a:hover img{
    filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
}

/* End Project Area */

/* Start About Me Area */

.site-main .about-area .about-title p{
    padding: 1rem 7rem;
}

.site-main .about-area .client{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
}

.site-main .about-area .client .client-img{
    padding: 2rem;
}

.site-main .about-area .client .about-client{
    padding-top: 2rem;
}

.site-main .about-area .client .about-client h4{
    font: normal 500 21px/ 20px var(--roboto);
}

.site-main .about-area .client .about-client p{
    font-size: 14px;
}

.site-main .about-area .owl-carousel .owl-item{
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
}

.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span{
    background: var(--primary-color);
    width: 12px;
    height: 12px;
}


/* End About Me Area */

/* Start Subscribe Area */

.site-main .subscribe-us-area .subscribe{
    background: url(../images/subscribe-bg-mod.png) no-repeat;
    padding: 3rem 0;
    margin: 5rem auto;
}

.site-main .subscribe-us-area .subscribe .subscribe-title h4{
    font: normal 700 30px/ 30px var(--roboto);
    color: whitesmoke;
}

.site-main .subscribe-us-area .subscribe .subscribe-title p{
    color: whitesmoke;
    padding: 1rem 4rem;
}

.site-main .subscribe-us-area .subscribe form .input-textbox input{
    width: 400px;
    padding: 1.5rem 1rem;
    border: 1px solid whitesmoke;
    background: transparent;
    color: white;
    font: normal 500 17px/20px var(--roboto);
}

.site-main .subscribe-us-area .subscribe form .input-textbox input::placeholder{
    color: whitesmoke;
}

.site-main .subscribe-us-area .subscribe form .btn-submit button{
    background: whitesmoke;
    color: #000000;
    padding: .7rem 2rem;
}
/* End Subscribe Area */

/* Start Footer Area */

footer.footer-area{
    padding: 5rem 0;
    background: url(../images/footer-bg.png) no-repeat;
}

footer.footer-area .social h5{
    font: normal 500 23px/ 30px var(--roboto);
}

footer.footer-area .social a > i{
    font-size: 22px;
    padding: 2rem;
    color: var(--border-color);
}

footer.footer-area .social a:hover > i{
    color: var(--primary-color);
}
/* End Footer Area */

/* Achievement Area Start */
.with-padding-bottom{
    padding-bottom: 12px;
}
/* Achievement Area End */

/* added css start */
  .parallax {
    /* The image used */
    background-image: url('../images/parallax/ciblur.jpg');
  
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* CI Portfolio Start */
  .parallax .main-text{
      font-size: 49px;
      color: whitesmoke;
      padding-top: 25%;
      font-family: var(--roboto);
  }

  .img-1-ci{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
  }

  .asset-img{
    padding: 2rem;
  }

  .asset-img-side{
    padding: 2rem;
    padding-top: 3rem;
  }

  .asset-img.text-1{
    /* padding-top: 3rem; */
  }

  .parallax-2 {
    /* The image used */
    background-image: url('../images/parallax/pencil.jpg');
  
    /* Full height */
    height: 50%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-2 .main-text-school-rules{
    font-size: 49px;
    color: whitesmoke;
    padding-top: 12%;
    font-family: var(--roboto);

    }
    .section-preview{
        background-color:whitesmoke;
        padding: 3% 4%;
        font-size:36px;
    }
    .mod-h5-text{
        font-size: 1.1rem;
    }

    .parallax-3 {
        /* The image used */
        background-image: url('../images/parallax/student-occurrences.jpg');
        
        /* Full height */
        height: 50%; 
        
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-3 .main-text-student-occurrences{
        font-size: 49px;
        color: whitesmoke;
        padding-top: 12%;
        font-family: var(--roboto);
    }
    .img-2-ci{
        background: #ffffff10;
        box-shadow: var(--box-shadow);
        margin: 3rem 0rem;

      }
      .asset-2-img{
        padding: 1.2rem;
        background-color: #cacdd0;
      }

    .parallax-4 {
        /* The image used */
        background-image: url('../images/parallax/exportreport.jpg');
        
        /* Full height */
        height: 50%; 
        
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-4 .main-text-export-report{
        font-size: 49px;
        color: whitesmoke;
        padding-top: 12%;
        font-family: var(--roboto);
    }
    .parallax-5 {
        /* The image used */
        background-image: url('../images/parallax/appsettings.jpg');
        
        /* Full height */
        height: 50%; 
        
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-5 .main-text-app-settings{
        font-size: 49px;
        color: whitesmoke;
        padding-top: 12%;
        font-family: var(--roboto);
    }
    .parallax-6 {
        /* The image used */
        background-image: url('../images/parallax/parents-interface.jpg');
        
        /* Full height */
        height: 50%; 
        
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-6 .main-text-parents-interface{
        font-size: 49px;
        color: black;
        padding-top: 12%;
        font-family: var(--roboto);
    }
    .parallax-7 {
        /* The image used */
        background-image: url('../images/parallax/notification.jpg');
        
        /* Full height */
        height: 50%; 
        
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-7 .main-text-notification{
        font-size: 49px;
        color: black;
        padding-top: 12%;
        font-family: var(--roboto);
    }
    #a_scroll{
        color: transparent;
    }
  /* CI Portfolio End */

  .parallax-lr {
    /* The image used */
    background-image: url('../images/parallax/lrblur.jpg');
  
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* Lr Portfolio Start */
  .parallax-lr .main-text{
    font-size: 49px;
    color: whitesmoke;
    padding-top: 25%;
    font-family: var(--roboto);
  /* Lr Portfolio End */
   }
   
   .parallax-andro {
    /* The image used */
    background-image: url('../images/parallax/androblur.jpg');
    
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* andro Portfolio Start */
  .parallax-andro .main-text{
    font-size: 49px;
    color: whitesmoke;
    padding-top: 25%;
    font-family: var(--roboto);
  
   }
   .parallax-ios {
    /* The image used */
    background-image: url('../images/parallax/iosblur.jpg');
    
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   }

   .parallax-ios .main-text{
    font-size: 49px;
    color: whitesmoke;
    padding-top: 25%;
    font-family: var(--roboto);
  
   }

  .parallax-projects-vm {
    /* The image used */
    background-image: url('../images/projects/star3.jpg');
    
    /* Full height */
    /* height: 45%;  */
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-projects-vm .main-text{
    font-size: 40px;
    color: whitesmoke;
    padding-top: 5%;
    font-family: var(--roboto);
    text-align: right;
    font-weight: bold;
   }

   .parallax-projects-vm .main-text .sub-main-text{
    font-size: 1.15rem;
    color: whitesmoke;
    /* padding-top: 5%; */
    font-family: var(--roboto);
    text-align: right;
    
    margin-top:15px;
    margin-bottom:50px;
    font-weight: normal;
   }

   .grid-of-images a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
    /* height: 75px; */
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    /* width: 75px; */
    border: 4px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgba(57, 56, 61, 0.205);
  }
  .grid-of-images a:hover {
    opacity: 0.9;
  }

   .main-text-title{
    font-size: 40px;
    color: black;
    /* padding-top: 25%; */
    margin-bottom: 20px;
    font-family: var(--roboto);
}

.description-text-title{
    font-size: 1rem;
    color: #616161;
    /* padding-top: 25%; */
    margin-bottom: 20px;
    font-family: var(--roboto);
}

.parallax-projects-vm-footer {
    /* The image used */
    background-image: url('../images/projects/star3.jpg');
    
    /* Full height */
    /* height: 45%;  */
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-projects-vm-footer .main-text{
    font-size: 1rem;
    color: whitesmoke;
    padding-top: 2%;
    padding-bottom: 1%;
    font-family: var(--roboto);
    text-align: center;
    font-weight: bold;
   }

  .padding-andro-top{
      padding-top: 4vw;
  }

  .asset-img-side-andro{
    padding: 1rem;
  }

  .img-2-andro{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;

  }

  .asset-2-img-andro{
    
    
   
  }

  .img-1-andro{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
    border: 4px solid #b5b5b5;
    border-radius: 32px;
    padding: 1.2rem;
    background-color: #cacdd0;
  }

  .img-3-andro{
    background: #cecece10;
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
    border: 4px solid #c6c6c6;
    border-radius: 32px;
    padding: 1.2rem;
    background-color: #f0f0f0;
  }

  .img-4-andro{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    border: 4px solid #e3e3e3;
    border-radius: 32px;
    padding: 1.2rem;
    background-color: #d0d0d0;
  }

  .phone-left{
      text-align: right;
      padding-right: 40px;
  }

  .phone-right{
    text-align: left;
    padding-left: 40px;
  }

  /* Andro Portfolio End */
/* added css end */