@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,900');
body{
    background-color: #f5f5f5 !important;
    margin: 0px;
    scroll-behavior: smooth;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Raleway';
}
/*---------------------------------------------------Header---------------------------------------------------*/
.header{
    width: 100%;
    
    height: 100px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.logo{
    flex-wrap: nowrap;
    display: flex;
}
.logo .logotext img{
    height: 75px;
    margin-top: 10px;
    margin-left: -10px;
}
.links{
    font-family: 'Raleway';
    float: right;
    width: 100%;
    position: relative;
margin-top: 20px;
    
    
  }
.flex-container{
    display: flex;
}
.header-menu{
    flex-wrap: wrap;
    justify-content: right;  
    padding: .75em 2rem;
    list-style: none;
}
.header-menu-link{
    color: hsl(0,0%,60%);
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: .5em .75em;
    text-transform: uppercase;
    text-decoration: none;
}
.header-menu-link:hover{
    color: hsl(0,0%,0%);
}
/*---------------------------------------------------Landing Page---------------------------------------------------*/
.page{
    padding: 50px 10%;
    display: flex;
    box-sizing: border-box;
}
.mainpage{
  padding: 25px 10%;
  box-sizing: border-box;
}
.left_top{
    width: 50%;
}

.mainhed h1{
    color:#F4B41A;
    font-weight:800;
    font-size:80pt;
    letter-spacing: 10px;
    font-family: 'Nunito Sans';    
    text-transform: uppercase;
}


.center_pot{
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_pot{
    float: right;
}
.right_bottom{
    width: 50%;
   
}
.page .right_bottom .landimg img{
    width: 100%;
    
}
    
/*---------------------------------------------------Header---------------------------------------------------*/

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*---About---------------------------------------------------*/
.mainpage{
    padding: 25px 10%;
  }
  .aboutbyt{
    display: flex;
    align-items: center;
  }
  .about_head img{
    height: 100px;
    margin-left: 10px;
  }
  .heading1 h3{
    font-weight:800;
    font-size:40pt;
    color: #143D59;
    font-family: 'Raleway';
    margin: 0px;
    padding: 0px !important;
   }
  
  .aboutbyt h3{
    font-weight:800;
    font-size:40pt;
    color: #143D59;
    font-family: 'Raleway';
    margin: 0px;
    padding: 0px !important;
    border-bottom: 3px solid #143D59;
  }
  .bytsoftintro{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding:5%;
    margin-top: 30px;
  }
  .bytsoftintro p{
    font-family: 'Raleway';
    letter-spacing: 2px;
    text-align: justify;
    line-height: 48px;
    font-size: 36px;
    margin: 0;
  }

/*---Service---------------------------------------------------*/    
  .serviceslist{
    margin-top: 16px;
  }
 
 .serviceslist .flexrow{
  display: flex;
 }
 .serviceslist .flexrev{
  display: flex;
 }
 .mainpage .flexrow img{
  width: 50%;
  height: 50%;
  
}
.mainpage .flexrev img{
  width: 50%;
  height: 50%;
  
}
#aboutsection{
  background-color: #fff;
}
.serviceslist .flexrev .mgl5per{
  margin-left: 5%;
}
.serviceslist .flexrow .mgr5per{
  margin-right: 5%;
}
.mainpage .about_head .serviceslist .bytsoftintro .seemore{
  text-align: center;
  color: brown;
  padding-top: 25px;
  cursor: pointer;
}
.mainpage .about_head .serviceslist .bytsoftintro p{
  height: 35vw;
  overflow: hidden;
  
}
/*----Work---------------------------------------------------*/

#worksection{
    background-color: #fff;
  }
  .mainpage .allworks{
    display: flex;
    flex-wrap: wrap;
  }
  .mainpage .allworks .work{
    margin-top: 5%;
    box-sizing: border-box;
    position: relative;
  }
  .mainpage .allworks .work img{
    width: 100%;
    box-sizing: border-box;
    

  }
  .mainpage .allworks .work .workimg{
    
    position: absolute;
    width: 100%;
    height: 82%;
    top: 0;
    left: 0.5%;
    margin: 17% 0;
    box-sizing: border-box;
    padding:0 5% ;
    
  }
  .mainpage .allworks .dwork{
    margin-top: 5%;
    box-sizing: border-box;
    position: relative;
  }
  .mainpage .allworks .dwork img{
    width: 90%;
    box-sizing: border-box;
    

  }
  .mainpage .allworks .dwork .workimg{
    
    position: absolute;
    width: 98.8%;
    height: 80%;
    top: 0;
    left: 0.5%;
    margin: 6.5% 0;
    box-sizing: border-box;
    padding:0 10.6% ;
    
  }
  .visitbtn{
    position: absolute;
    height: 4%;
    width: 100%;
    padding: 0 22%;
    bottom: 11.5%;
    box-sizing: border-box;
    
    
    
  }
  .visitbtn .projectbtn{
    background-color: #E8E8E9;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    
  }
  .visitbtn .projectbtn a{
    text-decoration: none;
    color: #2c2c2c;
  }
  .visitbtn .projectbtn a:hover{
    text-decoration: none;
    color: #920000;
    scale: 1.2;
    transition: all 0.5s;
  }
 

.gradient::before {
	content:'';  
  height:250px; 
  position:absolute; 
  bottom:0px; 
  left:0; 
  width:100%; 
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); 
  transition:height .25s ease;
}
.show.gradient::before { height:100px;}

.show-btn {
	box-shadow:0 2px 5px rgba(0,0,0,.6);
  background-color:#9cbe30; 
	border: none;
	border-radius: 25px;
  bottom: 20px;
	color: #fff;
	cursor: pointer;
	
	
	position: absolute;
	transition: background-color .25s ease;
	width: 140px;
	font-size:20px;
}

.show-btn:hover {
	background-color: #7a9c0f;
}

.wrapper {
	background-color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}  
.wrapper a{
  text-decoration: none;
  text-align: center;
  padding:10px 0px;
}


.teammebs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.teammeb{
  max-width: 330px;
  height: auto;
  border-top-left-radius: 30px;
  
  margin: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    
}
.teammeb img{
  border-radius: 30%;
  border-top-right-radius: 0px;
  max-width: 300px;
}
.teammeb .title {
	font-size: 26px;
	color: #143D59;
	margin: 15px 0px 5px 0;
	font-weight: 800;
}
.teammeb .post {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.team-social {
	background: hsl(0,0%,60%);
	width: 50%;
	padding-top: 4px;
	margin: auto;
	border-radius: 15px 15px 0px 0px;
	display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.teammeb  .team-social a {
	display: inline-block;
	padding: 2px;
	margin: 0 5px;
	font-size: 26px;
  text-decoration: none;
  color: #fff;
}
.teammeb  .team-social a:hover {
	
  text-decoration: none;
  color: #143D59;
}


.visitbtnlap{
    position: absolute;
    height: 3% !important;
    width: 60% !important;
    padding: 0 22%;
    top: 7.35% !important;
    box-sizing: border-box;
     }
.mobviwe{
position: absolute;
bottom: 0;
right: 0;

}
/*-----Footer---------------------------------------------------*/



.line{
    
    width: 100%;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
}



/*---------------------------------------------------Footer---------------------------------------------------*/

footer{
    background-color: #393939;
    border: 1px solid;
    font-family: 'Raleway';
    color: #f5f5f5;
    
    
   }
   .ftop{
       display: flex;
       justify-content: space-evenly;
       padding: 10px;
  
   }
   .col1{
       width: 33%;
       padding: 10px;
       min-width: 330px;
   }
   
    .flogo img{
       height: 60px;
       filter: grayscale(100%);
     }
   .fpara p{
       text-align: justify;
       line-height: 25px;
       padding: 10px;
       letter-spacing: 1.5px;
       padding: 5px 15px;
   }
   .socialicon{
       display: flex;
       justify-content: space-evenly;
       min-width: 300px;
     }
   .socialicon svg:hover{
       color: #F4B41A;
       fill: #F4B41A;
     }
   .socialicon svg{
       height: 30px;
       color: #f5f5f5;
       fill: #f5f5f5;
     }
   .col4{
       width: 22%;
       padding: 5px 20px;
       min-width: 350px;
   }
   .col4 > h2{
       font-family: "Montserrat";
       letter-spacing: 2px;
     }
   
   .col4 ul {
       list-style: none;
       width: 100%;
       line-height: 25px;
       letter-spacing: 2px;
     }
     .col4 ul a{
       text-decoration: none;
       color: #f5f5f5;
       margin: 10px 0px;
       width: 100%;
     }
     .col4 ul :hover{
       color: #F4B41A;
   }
   .fbottom{
       display: flex;
       flex-direction: column;
       height: 36px;
       border-top: 3px solid #F4B41A;
       padding: 10px;
     }
   .copyright{
       color: #f5f5f5;
       font-size: 16px;
       text-align: center;
       font-family: 'Raleway';
       letter-spacing: 1.5px;
     }
     
   li i{
       color: #f5f5f5;
       padding: 5px;
     }
   ul {
       list-style: none;
       padding: 0;
       margin: 0;
   }
   .line{
       border-top:2px solid #F4B41A;
       padding-bottom: 20px;
       
   }
/*------------max-width: 1600px---------------*/
@media only screen and (max-width: 1600px) { 
  .mobviwe{
    display: none !important;
  }
    
    .mainhed h1{
    
        font-size:45pt;
    
    }
    .header{
        
        box-sizing: border-box;
        padding: 5px 40px;
        
    }
    
    .about_head img{
        height: 75px;
        margin-left: 10px;
      }
     
      .bytsoftintro p{
        
        line-height: 38px;
        font-size: 30px;
      }
      .bytsoftintro{
        margin-top: 20px;
      }
}
/* Large devices (desktops, less than 1200px)*/
@media only screen and (max-width: 1199.98px) {  
    .ftop{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991.98px) { 
    
    .col4{
        width: 40%;
    }
    .line{
        
        width: 100%;
    }
    .page{
        flex-direction: column;
    }
    .left_top{
        width: 100%;
        
    }
    .right_bottom{
        width: 100%;
        
    }
    
    .mainhed h1{
    
        font-size:40pt;
    
    }
    .links{
      display: none;
  }
    
    
 }
 
 /*Small devices (landscape phones, less than 768px)*/
 @media only screen and (max-width: 767.98px) { 
    
     .about_head img{
         height: 72px;
         margin-left: 10px;
     }
     .bytsoftintro p{
            line-height: 38px;
            font-size: 26px;
       }
       .serviceslist .flexrow{
        flex-direction: column;
       }
       .serviceslist .flexrev{
        flex-direction: column-reverse;
       }
       .mainpage .serviceslist .flexrow img{
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        
      }
      .mainpage .serviceslist .flexrev img{
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        
      }
      .serviceslist .flexrev .mgl5per{
        margin-left: 0;
      }
      .serviceslist .flexrow .mgr5per{
        margin-right: 0;
      }
 }
/*X-Small devices (portrait phones, less than 576px)*/
 
 @media only screen and (max-width: 575.98px) { 
       

 }
 /*X-Small devices (landspcae phones, less than 476px)*/
 @media only screen and (max-width: 475.98px) { 
  .mainpage{
    padding: 15px 3% !important;
    
  }
        
    .ftop{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    
    .left_top .mainhed h1{
    
        font-size:28pt;
    
    }
    .page .right_bottom .landimg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .page .right_bottom .landimg img{
        
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .about_head .aboutbyt h3{
        font-size:22pt;
    }
    .heading1 h3{
      font-size: 22pt;
    }
    .about_head .aboutbyt img{
        height: 42px;
        margin-left: 10px;
    }
    .mainpage .about_head .bytsoftintro p{
        margin-top: 15px;
        line-height: 22px;
        font-size: 16px;
        
   }
   .mainpage .about_head .bytsoftintro{
    padding-top:1% ;
   }
    
    
 }
 /*------------max-width: 376px---------------*/
 @media only screen and (max-width: 376px) { 
    .header .logo{
        left: 10px;
        
        margin-top: 10px;
    
    }
    
    .col4{
        
        width: 100%;
        min-width: 400px;
        padding: 0px;
    }
    }
 
/*Our Works*/
.demolink{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.demolink a{
  height: 40px;
  width: 200px;
  border: 1px solid #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #252525;
}
.demolink :hover{
  background-color: #252525;
  color: #fff;
}
    
.appimg img{
  width: 100%;
  height: auto;
}
#productsection{
  background-color: #FEFFF3;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternTransform='scale(1.8)' patternUnits='userSpaceOnUse'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath fill='none' stroke='rgba(0, 0, 0, 0.02)' d='M10 0v20M0 10h20'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800%25' height='800%25' fill='url(%23a)'/%3E%3C/svg%3E");
    background-size: 500px 500px;
}
