

html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #666666;
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #106ef2;
}

a:hover, a:active, a:focus {
  color: #106ef2;
  outline: none;
  text-decoration: none;
}



h1, h2, h3 {
  font: 800 74px/1em 'Roboto Condensed', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

h4, h5 {
  font: 800 54px/1em 'Roboto Condensed', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}
h6 {
  font: 800 28px/1em 'Roboto Condensed', sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}
.nav-item{
  font: 400 16px/1em 'Roboto Condensed', sans-serif;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #696969;
}

.progress-bar {
  height: 3px;
  background: #fff;
  width: 0%;
}
.technologyheaderbar {
  height: 4px;
  background: #696969;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}

#Morebtn{
  padding: 18px 21px;
  height: 50px;
  font: 800 76px/1em 'Roboto Condensed', sans-serif;;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 45px;
  background: transparent;
  border: solid 1px white;
  color: white;
}
#Morebtn:hover {
  background-color: #ffffff;
  border: solid 1px white;
  color: #000;
}
#experiencescontent{
  background-color: white;
  color: rgb(59, 59, 59);
  }
#experiencescontent:hover{
background-color: rgb(59, 59, 59);
color: white;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
#header nav #logo{
width:80px; height: 95px;
}
#header nav #logo1{
  width:200px;
  }
#navbarNav ul li a{
  color: #fff;
}
#home {
  position: relative;
  opacity: .95;
  background: linear-gradient(to bottom, rgb(253, 65, 33) 0%, rgb(239, 146, 130) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#home h1 {
  padding-top: 5px;
  font-size: 38px;
  font-weight: 450;
}
#homeimage{
  padding-top: 5px;
   width: 300px;
   height: 300px;
   
}

/*Extra Large Screens*/
@media (min-width: 1600px) {
  #home h1 {
    padding-top: 50px;
    font-size: 52px;
    font-weight: 560;
  }
  #homeimage{
    padding-top: 30px;
    width: 540px;
    height: 550px;
  }
  #introimage{
    padding-left:80px;
  }
  #homecontent{
    margin-top:8%;
  }
  #mobileimage-1{
    display:none;
  }
  p {
    font: 400 18px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #home h1 {
    padding-top: 50px;
    font-size: 52px;
    font-weight: 550;
  }
  #homeimage{
    padding-top: 50px;
    width: 540px;
    height: 550px;
  }
  #introimage{
    padding-left:30px;
  }
  #homecontent{
    margin-top:8%;
  }
  #mobileimage-1{
    display:none;
  }
  p {
    font: 400 18px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  #home h1 {
    padding-top: 5px;
    font-size: 58px;
    font-weight: 550;
  }
  #homeimage{
   
    width: 440px;
    height: 450px;
  }
  #introimage{
    margin-top: 55px;
  }
  #homecontent{
    margin-top:3%;
  }
  #mobileimage-1{
    display:none;
  }
  #mobileimage-1{
    display:none;
  }
  #footer-section{
    text-align: center;
  }
  p {
    font: 400 18px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  #home h3 {
    padding-top: 30px;
    font-size: 34px;
    font-weight: 700;
  }
  #homeimage{
    display:none;
    
  }
  #introimage{
    margin-top: 55px;
  }
  #homecontent{
    margin-top:12%;
  }
  #mobileimage-1{
    
    width: 400px;
    height: 410px;
  }
  #footer-section{
    text-align: center;
  }
  p {
    font: 400 14px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {
  #home h3 {
    padding-top: 50px;
    font-size: 44px;
    font-weight: 700;
  }
  #homeimage{
    display:none;
  }
  #homecontent{
    margin-top:22%;
  }
  #mobileimage-1{
    display:none;
  }
  #footer-section{
    text-align: center;
  }
  p {
    font: 400 14px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
    /*font-size: 10px;*/
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  #home h3 {
    padding-top: 30px;
    font-size: 44px;
    font-weight: 650;
  }
  #homeimage{
    display:none;
  }
  #homecontent{
    margin-top:5%;
  }
  #mobileimage-1{
    display:none;
  }
  #footer-section{
    text-align: center;
  }
  p {
    font: 400 14px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}

/*Other Screens (Portriat Mode)*/
@media (min-width:200px) and (max-width: 319px){
  #home h3 {
    padding-top: 30px;
    font-size: 44px;
    font-weight: 650;
  }
  #homeimage{
    display:none;
  }
  #homecontent{
    margin-top:5%;
  }
  #mobileimage-1{
    display:none;
  }
  #footer-section{
    text-align: center;
  }
  p {
    font: 400 14px/1em 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.6;
  }
}

/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/

#experiences {
  position: relative;
  opacity: .95;
  background: linear-gradient(to bottom, rgb(255, 195, 82) 0%, rgb(252, 228, 182) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#experiences h1{
  padding-top: 5px;
  font-size: 52px;
  font-weight: 550;
}

#experiencesimage{
  padding-top: 5px;
   width: 200px;
   height: 200px;
}

/*Extra Large Screens*/
@media (min-width: 1600px) {
  #experiencesimage{
     width: 600px;
     height: 550px;
  }
  #expContents{
    padding-right:20%;
  }
  #experiences h2 {
    padding-top: 5px;
  }
  #experiencescontent{
    padding: 20px;
  }

}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #experiencesimage{
     width: 600px;
     height: 550px;
    
  }
  #expContents{
    padding-right:5%;
   
  }
  #experiences h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }
  #experiences h2 {
    padding-top: 5px;
  }
  #experiencescontent{
    padding: 15px;
  }
}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {

  #experiencesimage{
     width: 500px;
     height: 450px;
   
  }
  #expContents{
    padding-right:5%;
   
  }
  #experiences h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }
  #experiences h2 {
    padding-top: 5px;
  }
  #experiencescontent{
    padding: 10px;
  }

}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {

    #experiencesimage{
       width: 350px;
       height: 350px;
     
    }
    #expContents{
      padding-right:10%;
    
    }
    #experiences h1 {
      padding-bottom: 5px;
     
    }
    #experiences h2 {
      padding-top: 5px;
  
    }
    #experiencescontent{
      padding: 10px;
    }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {

      #experiencesimage{
        display:none;
       
      }
   
      #experiences h2 {
        padding-top: 70px;
        font-size: 44px;
        font-weight: 650;
      }
      #experiences h1 {
        padding-top: 5px;
       font-size: 28px;
    
      }
      #experiences h5 {
        padding-top: 5px;
       font-size: 34px;
    
      }
      #experiencescontent{
        padding: 10px;
      }
      #experiences h5 {
        padding-top: 5px;
       font-size: 38px;
     
      }

}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  #experiencesimage{
    display:none;
  
  }
  
  #experiences h2 {
    padding-top: 70px;
    font-size: 44px;
    font-weight: 650;
  }
  #experiences h1 {
    padding-top: 5px;
   font-size: 28px;
   
  }
  #experiences h5 {
    padding-top: 5px;
   font-size: 34px;

  }
  #experiencescontent{
    padding: 6px;
  }
  #experiencescontent .p{
    font-size: 12px;
  }

}

/*Other Screens (Portriat Mode)*/
@media (min-width:200px) and (max-width: 319px){
  #experiencesimage{
    display:none;
  
  }
 
  #experiences h2 {
    padding-top: 70px;
    font-size: 44px;
    font-weight: 650;
  }
  #experiences h1 {
    padding-top: 5px;
   font-size: 28px;
   
  }
  #experiences h5 {
    padding-top: 5px;
   font-size: 34px;
   
  }
  #experiencescontent{
    padding: 6px;
  }
  #experiencescontent .p{
    font-size: 12px;
  }

}


/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/

#develop {
  position: relative;
  opacity: .95;
  background: linear-gradient(to bottom, rgb(255, 195, 82) 0%, rgb(252, 228, 182) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#develop h1{
  padding-top: 5px;
  font-size: 52px;
  font-weight: 550;
}

#developimage{
  padding-top: 5px;
   width: 200px;
   height: 200px;
}

/*Extra Large Screens*/
@media (min-width: 1600px) {
  #developimage{
    width: 640px;
    height: 580px;
  
  }
  
  #develop h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #devContents{
    padding: 30px;
    padding-left: 50px;
  }

}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #developimage{
    width: 640px;
    height: 580px;
  
  }
 
  #develop h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #devContents{
    padding: 30px;
    padding-left: 50px;
  }

}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  #developimage{
    width: 640px;
    height: 580px;
   
  }
 
  #develop h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #devContents{
    padding: 30px;
    padding-left: 50px;
  }
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  #developimage{
    width: 640px;
    height: 580px;
   
  }
  
  #develop h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #devContents{
    padding: 30px;
    padding-left: 50px;
  }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {
  #developimage{
    width: 540px;
    height: 480px;
   
  }
  
  #develop h1 {
  padding-top: 25px;
    font-size: 22px;
    font-weight: 700;
  }
  #develop h4 {
  padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
  }
  #devContents{
    padding: 30px;
  }
  #developcontent .p{
    font-size: 10px;
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  #developimage{
    width: 540px;
    height: 480px;
  
  }

  #develop h1 {
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
  }

  #developcontent .p{
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Section 3
--------------------------------------------------------------*/

#improvements {
  position: relative;
  opacity: .95;
  background: linear-gradient(to bottom, rgb(255, 195, 82) 0%, rgb(252, 228, 182) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
  height: auto;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#improvements h1{
  padding-top: 5px;
  font-size: 52px;
  font-weight: 550;
}

#improvementsimage{
  padding-top: 5px;
   width: 200px;
   height: 200px;
}

/*Extra Large Screens*/
@media (min-width: 1600px) {
  #improvementsimage{
    width: 700px;
    height: 700px;
   
  }
  #impContents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #improvements h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #improvements{
    padding: 30px;
  }


}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #improvementsimage{
    width: 700px;
    height: 700px;
    
  }
  #impContents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #improvements h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #improvements{
    padding: 30px;
  }


}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  #improvementsimage{
    width: 500px;
    height: 500px;
    
  }
  #impContents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #improvements h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #improvements{
    padding: 30px;
  }


}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  #improvementsimage{
    width: 450px;
    height: 450px;
   
  }
  #impContents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #improvements h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

  #improvements{
    padding: 30px;
  }

}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {
  #improvementsimage{
    width: 450px;
    height: 450px;
  
  }
  #impContents{
   
  }
  #improvements h1 {
  padding-top: 25px;
    font-size: 22px;
    font-weight: 700;
  }
  #improvements h4 {
  padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
  }
  #improvementscontent{
    padding: 0px;
  }
  #improvementscontent .p{
    font-size: 10px;
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  #improvementsimage{
    width: 350px;
    height: 350px;
    
  }
  #impContents{
  
  }
  #improvements h1 {
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
  }

  #improvementscontent .p{
    font-size: 12px;
  }

}

/*--------------------------------------------------------------
# Section 4
--------------------------------------------------------------*/

#ourprojects {
  position: relative;
  opacity: .95;
  background: linear-gradient(to bottom, rgb(0, 170, 181) 0%, rgb(165, 226, 230) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


#ourprojects h1{
  padding-top: 5px;
  font-size: 52px;
  font-weight: 550;
}


#projectimage{
   width:80%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
#ourprojects p {
 font-size:14px;
}
/*Extra Large Screens*/
@media (min-width: 1600px) {
  #ourprojects h1 {
    padding-bottom: 5px;
    font-size: 52px;
    font-weight: 550;
  }

}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #ourprojects h1 {
    padding-top: 100px;
    font-size: 52px;
    font-weight: 550;
  }
  #projectimage{
     width:70%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }
  #ourprojects p {
   font-size:14px;
  }

}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  #ourprojects h1 {
    padding-top: 5px;
    font-size: 58px;
    font-weight: 550;
  }

  #projectimage{
     width:70%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }
  #ourprojects p {
   font-size:14px;
  }
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  #ourprojects h1 {
    padding-top: 5px;
    font-size: 28px;
    font-weight: 400;
  }

  #projectimage{
     width:70%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }
  #ourprojects p {
   font-size:14px;
  }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {
  #ourprojects h1 {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
  }

  #projectimage{
     width: 180px;
     height: auto;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }
  #ourprojects p {
   font-size:14px;
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  #ourprojects h1 {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
  }

  #projectimage{
    width: 180px;
    height: auto;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }
  #ourprojects p {
   font-size:14px;
  }
}
/*----------------------
Fixed Button Go toTop
------------------------*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  left: 85%;
  z-index: 99;
  font-size: 10px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #f26522;
}
@media (min-width:992px) {

  #myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    left: 94%;
    z-index: 99;
    font-size: 10px;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
  }

  #myBtn:hover {
    background-color: #f26522;
  }

}





/*Extra Large Screens*/
@media (min-width: 1600px) {
  #header nav #logo, #header nav.shrink #logo {
    width:75px; height: 70px;
  }
}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  #header nav #logo, #header nav.shrink #logo {
    width:75px; height: 70px;
  }
}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  #header nav #logo, #header nav.shrink #logo {
    width:75px; height: 70px;
  }
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  #header nav #logo, #header nav.shrink #logo {
    width:55px; height: 50px;
  }
  nav, nav.shrink {
   background-color: white;
   padding-top:20px;
   padding-bottom:10px;
   border-bottom: 0.2px solid grey;
   color: #707070;

   /*background-color: rgba(52, 59, 64, 0.95);*/
 }
 nav, nav.shrink #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: ''Roboto Condensed', sans-serif', sans-serif;
   font-weight: 500;
   letter-spacing: 1px;

   /*color:#000000;*/
   color: gray;
 }
 nav #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: 'Comfortaa', sans-serif;
   font-weight: 700;
   letter-spacing: 1px;

   /*color:#000000;*/
   color: gray;
 }
}





@media (min-width: 576px) and (max-width: 767px) {
  nav, nav.shrink {
   background-color: white;
   padding-top:20px;
   padding-bottom:10px;
   border-bottom: 0.2px solid grey;
   color: #707070;

   /*background-color: rgba(52, 59, 64, 0.95);*/
 }
 #header nav #logo, #header nav.shrink #logo {
   width:45px; height: 40px;

 }


 nav, nav.shrink #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: ''Roboto Condensed', sans-serif', sans-serif;
   font-weight: 500;
   letter-spacing: 1px;

   /*color:#000000;*/
   color: gray;
 }
 nav #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: 'Comfortaa', sans-serif;
   font-weight: 700;
   letter-spacing: 1px;

   /*color:#000000;*/
   color: gray;
 }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  nav, nav.shrink {
   background-color: white;
   padding-top:20px;
   padding-bottom:10px;
   border-bottom: 0.2px solid grey;
   color: #707070;

 }
 #header nav #logo, #header nav.shrink #logo {
   width:45px; height: 40px;

 }

 nav, nav.shrink #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: ''Roboto Condensed', sans-serif', sans-serif;
   font-weight: 500;
   letter-spacing: 1px;

   /*color:#000000;*/
   color: gray;
 }
 nav #navbarNav ul li a{
   padding-top:20px;
   font-size: 14px;
   margin: 0;
   padding: 8px;
   line-height: 1;
   font-family: 'Comfortaa', sans-serif;
   font-weight: 700;
   letter-spacing: 1px;

   color: gray;
 }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {


   nav, nav.shrink {
    background-color: white;
    padding-top:20px;
    padding-bottom:10px;
    border-bottom: 0.2px solid grey;
    color: #707070;

  }
  #header nav #logo, #header nav.shrink #logo {
    width:45px; height: 40px;

  }


  nav #navbarNav ul li a{
    padding-top:20px;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    line-height: 1;
    font-family: ''Roboto Condensed', sans-serif', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: gray;
  }

}


#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 0px;
  color: #000000;
  border: 1px solid #000000;
}

.navbar-toggler{
  float:right;
  text-align: right;
}

#ourprojects .fp-slidesNav .fp-bottom{

text-align: center;
float: center;
}


/* Animation jump */

#homeimage, #mobileimage-1, #experiencesimage, #developimage, #improvementsimage, #productimage{
  animation: animation-jump 5s ease-in-out infinite;
}
@keyframes animation-jump {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}

/* Footer section */

#footer-section{
  
  position:fixed;
   left:0px;
   bottom:0px;
   height:auto;
   width:100%;
   background:#fff;
}
#footer-section p, #footer-section a {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font: 200 12px/1em 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 2.3;
  /*font-size: 10px;*/
}

#Privacy-Policy p {
  font: 200 14px/1em 'Roboto Condensed', sans-serif;
  line-height: 1.6;
}

#Terms-and-Conditions p {
  font: 200 14px/1em 'Roboto Condensed', sans-serif;
  line-height: 1.6;
}

#floatlogo {
  left:-5%;
  position: fixed;
  text-align: left;
  bottom: 40%;
  transform: rotate(-90deg);
}


/* Product page */
  #productpage{
    position: relative;
    padding-top: 150px;
  }
  .product-logo{
    background-color: #fcfcfc;
    padding: 5px;
    border-radius: 5px;
  }
  .product-content h6{
    color: #fff;
  }
  .product-content span{
    color: #b1b1b1;
  }
  .background-nav{
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  }
  .nav-title{
    color: #000!important;
  }

/* Contact page */

#contactpage{
    position: relative;
    opacity: .95;
    background: linear-gradient(135deg, #ed2826 40%, #f4af1c);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/*Extra Large Screens*/
@media (min-width: 1600px) {
  .contactdetails{
    margin-top:100px;
  }
  #contactpage{
    padding-top:250px; 
    padding-bottom:120px;
  }
  #contactpage h1{
    font: 800 45px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 65px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 35px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 20px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }

}
/*Large Screens*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .contactdetails{
    margin-top:70px;
  }
  #contactpage{
    padding-top:230px; 
    padding-bottom:100px;
  }
  #contactpage h1{
    font: 800 45px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 65px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 35px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 20px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }
  #productpage{
    position: relative;
    padding-top: 100px;
  }
  .product-logo img{
    width: 45%!important;
  }
  h6 {
    font: 800 24px/1em 'Roboto Condensed', sans-serif;
  
  }
}
/*Medium Screens*/
@media (min-width: 992px) and (max-width: 1199px) {
  .contactdetails{
    margin-top:100px;
  }
  #contactpage{
    padding-top:210px; 
    padding-bottom:120px;
  }
  #contactpage h1{
    font: 800 45px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 65px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 35px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 20px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }

  #productpage{
    position: relative;
    padding-top: 100px;
  }
  .product-logo img{
    width: 55%!important;
  }
}

/*Small Screens (Portriat Mode)*/
@media (min-width: 768px) and (max-width: 991px) {
  .contactdetails{
    margin-top:100px;
  }
  #contactpage{
    padding-top:200px; 
    padding-bottom:120px;
  }
  #contactpage h1{
    font: 800 45px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 65px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 35px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 20px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }
  #Phone{
    padding-top: 50px;
  }
  #productpage{
    position: relative;
    padding-top: 100px;
  }
  .product-logo img{
    width: 50%!important;
  }
}

/*Extra Small Screens (Landscape Mode)*/
@media (min-width: 576px) and (max-width: 767px) {
  .contactdetails{
    margin-top:50px;
  }
  #contactpage{
    padding-top:130px; 
    padding-bottom:70px;
  }
  #contactpage h1{
    font: 800 40px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 55px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 30px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 20px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }
  #Phone{
    padding-top: 30px;
  }
  #productpage{
    position: relative;
    padding-top: 100px;
  }
  .product-logo img{
    width: 50%!important;
  }
}

/*Extra Small Screens (Portriat Mode)*/
@media (min-width:320px) and (max-width: 575px){
  .contactdetails{
    padding-top:50px;
  }
  #contactpage{
    padding-top:120px; 
    padding-bottom:70px;
  }
  #contactpage h1{
    font: 800 28px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h2{
    font: 800 54px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage h3{
    font: 400 22px/1em 'Roboto Condensed', sans-serif;
  }
  #contactpage p{
    font: 200 18px/1em 'Roboto Condensed', sans-serif;
    margin: 15px;
  }
  #Phone{
    padding-top: 30px;
  }
  #productpage{
    position: relative;
    padding-top: 100px;
  }
  .product-logo img{
    width: 50%!important;
  }
}


.popup-open{
  position: fixed;
  width: 100%;
  height: 100%;
}
.hidden {
	display: none;
}
.modal-backdrop.in {
	opacity: 0.9;
}