*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
  }
  body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
  }
  body::-webkit-scrollbar{ 
    display: none;
  }
  @import url(www.hostinger.in/tutorials/best-html-web-fonts);
  #navbar{
    height: 100px;
    width:100%;
    border-bottom: 1px solid rgba(73, 71, 71, 0.452);
    /* background-color: rgb(138, 0, 0); */
    /* background-color:hsl(196, 100%, 81%); */
    /* background-color: rgba(2, 105, 142, 0.748); */
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30  px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
    padding: 10px;
    overflow: hidden;
}
.subnav{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
}
.imgclass{
    height: 100%;
    width:40%;
    /* background-color: hotpink; */
    /* display: flex; */
    /* align-items: center; */
    justify-content: left;
}
.imgclass img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.links{
    height: 100;
    width: 38%;
    /* background-color: palegoldenrod; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.links a{
   font-family:-apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 17px;
    text-decoration:none;
    color:#022b2b;  
    transition: all 1.1s;
    position: relative;
}
.links a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100%;
    height: 4px;
    background-color: #f88030;
    transform-origin: bottom right;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}

.links a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
  }
 
/* .content{
    height: 690px;
    width: 100%;
    background-color: #BFE5EF;
    padding: 20px;
}
.subcontent{
    height: 100%;
    width: 100%;
    background-color: rebeccapurple;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first{
    height: 100%;
    width: 45%;
    background-color: yellow;
}
.titlehead{
  height: 10%;
  width: 100%;
  background-color: #BFE5EF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.titlehead h1{
  font-size: 35px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #131e1e;
  position: absolute;
  transition: 1s;
  opacity: 1;
  bottom: -50px;
}
.titlehead span{
  font-size: 35px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#f88030;
}
.mainimg{
  height: 90%;
  width: 100%;
  background-color:#BFE5EF;
  overflow: hidden;
}
.mainimg img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.mainimg:hover img{
  transform: scale(1.1);

}

.second{
    height: 100%;
    width: 55%;
    background-color: firebrick;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
/* basic style*/

/* .check{
  margin: 2em auto;
  width: 100px;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 0.5em;
  cursor: pointer;
} */


/*background style */

/* .check {
  background: linear-gradient(#252525, #252525 50%, #2ecc71 50%, #2ecc71);
  background-size: 100% 200%;
  trasition effect for background
  transition: background 1s;
} */
.slider-container{
  height: 700px;
  width: 100%;
    /* background-color: hsl(196, 100%, 81%); */
  background-color: white;
  /* padding: 20px; */
  overflow-y: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.btn-holder{
width: 10%;
height: 30%;
transform: translateY(-50%);
top: 50%;
right: 0;
z-index: 99;
display: flex;
flex-direction: column;
/* background-color: aqua; */
justify-content: space-evenly;
align-items: center;
position:sticky;

}
.btn-holder:hover{
  cursor: pointer;
}
.btns{
  font-size: 30px;
  /* padding: 20px; */
  border-radius: 100px;
  background-color: rgba(139, 139, 139, 0.271); 
  color:black;
  display: grid;
  place-items: center;
  font-weight: 900;
  height: 50px;
  width: 50px;
  transition: 1.2s;
}
.btns:hover{
  color: white;
  background-color: #f76205;
}
.sliding-division{
  height:100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  /* background-color: aqua; */
}
.slide-contents{
  height:100%;
  width: 100%;
  background-color: white;
  /* background-color:hsl(196, 100%, 81%); */
  display: flex;
  opacity: 0;
  /* transform: translateY(-20px); */
  transition: 0.4s;
}
.slide-contents.active{
  transform: translateY(0px);
  opacity: 1;

}
.slide-img{
  height: 100%;
  width: 50%;
  font-size: 20px;
  font-weight: 400;
  text-align:center;
  font-family: "Josefin Sans", sans-serif;
  /* color: #3FA0C7; */
  color: black;
  /* background-color: magenta; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.s-image{
  width: 100%;
  height: 65%;
  margin-bottom: 100px;
  object-fit: contain;
  opacity: 0;
  transition: 0.5s;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
}
.img-show{
  opacity: 1;
}

.slide-img h1{
  height: 30%;
  width: 100%;
  margin-top: 120px;
  margin-left: 25px; 
  color:rgba(7, 7, 7, 0.759);
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
 
}
.slide-img span{
  /* height: 30%; */
  /* width: 100%; */
  /* margin-top: 120px; */
  /* margin-left: 25px;  */
  color:rgba(2, 2, 2, 0.759);
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.slide-info{
  height: 100%;
  width: 50%;
  background-color: white;
  /* background-color: hsl(196, 100%, 81%); */
  display: flex;
  flex-direction: column;
  justify-content:center;
  /* line-height: 45px; */
  /* align-items: center; */

}
.slide-info h1{
  overflow: hidden;
  transform: translateY(150%);
  /* color:rgb(125, 9, 9); */
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  height: 80px;
  margin-left: -0px;
  opacity: 0;
  padding-bottom: 50px;
  transition: 0.3s;
text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 6px;
    text-align: left;
    color: #ca2227;
}

.slide-info h1.slide-info-show{
  transform: translateY(0%);
  opacity: 1;
}

.slide-info h1{
  font-size: 40px;
}
.slide-info p{
  /* margin-top: 20px; */
  padding-bottom: 40px; 
  margin-top:  -25px;  
   width: 80%;
  font-size: 48px;
  text-align: left;
  font-weight:500;
  /* line-height: 45px; */
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
#fun{
  width: 35%;
  font-size: 18px;  
  /* margin-left: -305px; */
  color: rgb(87, 84, 84) ;
  text-align: left;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.slide-info a{
  width: 15%;
  height: 30px;
  font-size: 16px;  
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: -305px; */
  color: rgb(87, 84, 84) ;
  text-decoration: none;
  background-color: #f76205;
  color: white;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.slide-info a:hover{
  background-color:#ca2227;
}
.thirdcontainer{
  height: 600px;
  width: 100%;
  padding: 20px;
  background-color:white;
  /* background-color: #72dbdb2b; */
}
.subcontainer3{
  height: 100%;
  width: 100%;
  /* background-color: #f88030; */
  display: flex;
  align-items: center;
  justify-content:center;
}
.aboutcom{
  height: 100%;
  width: 50%;
  /* background-color: forestgreen; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content:center;
  /* line-height: 40px; */
  position: relative;
}
.aboutcom h1{
  font-size: 40px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #3FA0C7;
  line-height: 40px;
  padding: 20px 20px 20px 0px;
  /* margin-top: -20px; */
  /* text-align: ; */
  /* place-items: left; */
} 
#one{
  height: 1px;
  width:600px;
  background-color: rgba(51, 47, 47, 0.297);
  margin-bottom: 25px;
  
}
#two{
  position: absolute;
  top: 206px;
  height: 2px;
  width: 215px;
  background-color: rgba(255, 3, 3, 0.973);
  /* margin-bottom: 25px; */
}
#three{
  position: absolute;
  top: 204.5px;
  left: 70px;
  height: 5px;
  width: 70px;
  border-radius: 5px;
  background-color: rgba(126, 1, 1, 0.973);
  /* margin-bottom: 25px; */
}
.details p{
  font-size: 16px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.aboutpic{
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: aquamarine; */
}
.aboutpic img{
  height: 290px;
  width: 320px;
}
.fourthcontainer{
  height: 800px;
  width: 100%;
  padding: 20px;
  background-color:rgb(255, 255, 255);
  /* background-color: #72dbdb2b; */
}
.subcontainer4{
  height: 100%;
  width: 100%;
  /* background-color: #f88030; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.headingtop{
  height: 20%;
  width: 100%;
  /* background-color: red; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ourpr{
  height: 80%;
  width: 100%;
  /* background-color: #f88030; */
}
.headingtop p{
  height: 1px;
  width:110px;
  background-color:rgb(131, 128, 128);
  margin-bottom: 20px;
  }
  .headingtop h1{
    font-family: roboto,sans-serif;
    font-size: 32px;
    color: black;
  }
#kuttyline{
  position: absolute;
  top: 45px;
  height: 2.5px;
  width: 55px;
  background-color:#3FA0C7;
  /* margin-bottom: 25px; */
}
.kuttyhead p{
  font-size: 16px;
  line-height: 20px;
  margin-top:-30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* text-align: left; */
}


.card{
  height:500px;
  width: 600px;
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}
.card:hover{
  box-shadow: 0px 8px 22px 0px gainsboro;
}
.subcard{
  height:100%;
  width: 100%;
  background-color: hite;
  
  display: flex;
  align-items: center;
  flex-direction: column;

 
}
.twodiv{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0px 8px 22px 0 gainsboro;
}
.content{

  width: 100%;
  height: 100px;
  padding-top: 10px;
  
}
.subcard1{
  width: 100%;
  height: 300px;
}
.cardimage1{
  width: 100%;
  height: 250px;

  position: relative;
  overflow: hidden;
}
.cardimage1 .img1{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
}
.cardimage1 .img2{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}
.card:hover .img2{
  bottom: 0;
  opacity:1;
}
.card:hover .img1{
  bottom: -100%;
  opacity: 0;
}
.subcard h2{
  padding-top: 8px;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.406);
  letter-spacing: 1px;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
}
.subcard h1{
  padding: 8px;
  padding-left: 12px;
  color: black;
  letter-spacing: 1px;
  font-size: 27px;
  font-family: 'Josefin Sans', sans-serif;
}
.subcard img{
  height: 110px;
  width: 110px;
} 
.content.img1{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subcard1 button{

  color:rgb(115, 94, 254);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  height: 28px;
  width: 120px;
  border: none;
  border-radius: 3px;
  position: absolute;
  opacity: 1;
}
.subcard1 h2{
  position: relative;
  
}
.content1 p{
  padding-top: 10px;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  color: black;
  text-align: justify;
}
.content1{
  width: 100%;
  height: 130px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0px 0px 0px;

}
.img1{
  object-fit: cover;
}
.img2{
  object-fit: cover;
}
.content1 .add{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.add button{
  position: absolute;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  transition: 0.5s;
  color: white;
  background-color: #ff7300;
  font-family: 'Josefin Sans', sans-serif;
} 
.add .head3{
  font-size: 20px;
  color: black;
}
.add .head4{
  font-size: 20px;
  color: black;
}
.content1 p{
  opacity: 0;
  transition: 0.5s;
  padding-top: 20px;
  text-align: justify;
}
.add .head4{
  opacity: 1  ;
  transition: 0.5s;
}
.card:hover .head4{
  opacity: 0;
}
.card:hover .add button{
  opacity: 1  ;
  left: 150px;
}
.card:hover p{
  opacity: 1;
}
.ourpr{
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* grid-template-columns: repeat(2, 1fr */
  /* grid-gap: 30px; */
  /* grid-column-gap: 30px; */
}
.box1 {
    width: 100%;
    height: 400px;
    /* padding: 20px; */
    background-image:url('../img/kuddon.jpg');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    /* opacity: 0.3; */
  }
  .subbox1{
    height: 100%;
    width: 100%;
    display: block;
    align-items: center;
    position: relative;
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    line-height: 25px;
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.637);
  }
  .image {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
  }
  .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }
  .image:hover img {
    transform: scale(1.1);
  }
  .subbb{
    width: 70%;
    background-color: #f88030;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .subbb h1{
    font-size: 58px;
    font-family: lato;
    color: rgb(253, 122, 0);
    letter-spacing:-1px;
    position: absolute;
    left: 60px;
    bottom: 250px; 
  }
  .subbb p{
    font-size: 25px;
    font-family: quicksand;
    color: gainsboro;
    letter-spacing: 1px;
    font-style: normal;
    font-weight:lighter;
    position: absolute;
    left: 60px;
    bottom: 150px; 
  }
  .subbox12{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 6%;
    position: absolute;
    bottom:-13px;
    /* background-color: rebeccapurple; */
    right: 70px;
  }
  .subbox12 a{
    color: rgb(255, 115, 0);
    font-family: quicksand;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0px;
    
  }
  .subbox12 a:hover{
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }
  .subbox12 h3{
    color: rgb(215, 204, 204);
    font-family: lato;
    font-size: 12px;
    text-decoration: none;
  }
  .box4{
    height: 700px;
    width: 100%;
    background-color:white;
    /* background-color: #72dbdb2b; */
    padding: 20px;
  }
  .subbox4{
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .firstbox{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: red; */
  }
  .secondbox{
    height: 100%;
    width: 50%;
    /* background-color: gold; */
  }
  .secondbox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position:center;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  }
  .topic{
    height:30%;
    width: 100%;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topic h1{
    font-size: 60px;
  font-weight: 400;
  text-align:center;
  font-family: "Josefin Sans", sans-serif;
  color: #3FA0C7;
  text-align: center;
  }
  .cardss{
    height: 70%;
    width: 100%;
    /* background-color: rgb(86, 28, 28); */
    }
  .subcardssfirst{
    height: 50%;
    width: 100%;
    /* background-color: rgb(102, 0, 255); */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .subcardssecond{
    height: 50%;
    width: 100%;
    /* background-color: rgb(0, 255, 64); */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .first{
    height: 80%;
    width: 45%;
    /* background-color: orange; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
  }
  .subfirst{
    height: 65%;
    width: 38%;
    /* background-color: gold; */
    border-radius: 100%;
    overflow: hidden;
  }
  .subfirst img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    
  }
  .subfirsttext h2{
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
  }
  .second{
    height: 80%;
    width: 45%;
    /* background-color: orange; */
  }
  .third{
    height: 80%;
    width: 45%;
    /* background-color: orange; */
  }
  .four{
    height: 80%;
    width: 45%;
    /* background-color: orange; */
  }
  .boxx1 {
    width: 100%;
    height: 400px;
    /* padding: 20px; */
    background-image:url('../img/downsc.jpg');
    /* object-fit: cover ; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    /* opacity: 0.3; */
  }
  .subboxx1{
    height: 100%;
    width: 100%;
    display: block;
    align-items: center;
    position: relative;
    /* position: relative;
    left: 60px;
    bottom: -75px; */
    line-height: 25px;
    /* justify-content:right; */
    background-color: rgba(0, 0, 0, 0.637);
  }
  .image {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
  }
  .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }
  .image:hover img {
    transform: scale(1.1);
  }
  .subbbb{
    width: 70%;
    background-color: #f88030;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .subbbb h1{
    font-size: 58px;
    font-family: lato;
    color: rgb(253, 122, 0);
    letter-spacing:-1px;
    position: absolute;
    left: 60px;
    bottom: 250px; 
  }
  .subbbb p{
    font-size: 25px;
    font-family: quicksand;
    color: gainsboro;
    letter-spacing: 1px;
    font-style: normal;
    font-weight:lighter;
    position: absolute;
    left: 60px;
    bottom: 150px; 
  }
  .subboxx12{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 6%;
    position: absolute;
    bottom:-13px;
    /* background-color: rebeccapurple; */
    right: 70px;
  }
  .subboxx12 a{
    color: rgb(255, 115, 0);
    font-family: quicksand;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0px;
    
  }
  .subboxx12 a:hover{
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }
  .subboxx12 h3{
    color: rgb(215, 204, 204);
    font-family: lato;
    font-size: 12px;
    text-decoration: none;
  }
.footer{
  height: 600px;
  width: 100%;
  background-image:url(../img/footer-background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding: 20px;
}
.subfooter{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* background-color: rgba(51, 48, 46, 0.37); */
}
.numberone{
height: 60%;
width: 100%;
/* background-color: pink; */
display: flex;
align-items: center;
justify-content: space-evenly;
}
.con1{
  height: 100%;
  width: 35%;
  /* background-color: red; */
  padding: 20px;
}
.con1 img{
  height: 150px;
  width: 80%;
}
.con1 p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.2px;
  text-align: left;
  color: white;
}
.con2{
  height: 100%;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content:center;
  /* background-color: rebeccapurple; */
}
.subcon2{
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}
.subcon2 i{
  color:rgb(1, 192, 255);
  font-size: 28px;
  padding: 10px;
  margin-left: 9px;
}
.subcon2 h2{
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  margin-left:24px;
}
.con2 p{
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  padding: 20px;
  text-align: left;
  /* text-align: center; */
}
#lit{
  color:rgb(1, 192, 255);
  font-size: 16px;
  padding: 10px;
  text-align: left;
}
.subcon3{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

.subcon3 i{
  color:rgb(1, 192, 255);
  font-size: 18px;
  padding: 20px;
  text-align: left;
}
.con3{
  height: 100%;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content:center;
  /* background-color: #3FA0C7; */
}
.subcon4{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: -20px;
}
.subcon4 i{
  color:rgb(1, 192, 255);
  font-size: 18px;
  padding: 20px;
  text-align: left;
  /* margin-left: 20px; */
}
.subcon4 p{
  margin-top: 0px;
  margin-left: -6px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  /* padding: 20px; */
  /* text-align: left; */
}
.subcon5{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: -20px;
}
.subcon5 i{
  color:rgb(1, 192, 255);
  font-size: 18px;
  padding: 20px;
  text-align: left;
  /* margin-left: 20px; */
}
.subcon5 p{
  margin-top: 0px;
  margin-left: -6px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  /* padding: 20px; */
  /* text-align: left; */
}
.numbertwo{
height: 20%;
width: 100%;
/* background-color: darkblue; */
display: flex;
align-items: center;
justify-content: left;
}
.subnumbertwo{
  height: 50%;
  width: 50%;
  /* background-color: #ff7300; */
  display: flex;
  align-items: center;
  justify-content: left;
}
.subnumbertwo p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left:20px;
  color: white;
}
.subnumbertwo a{
  text-decoration: none;
  font-size: 16px;
  color:rgb(0, 204, 255);
  font-family:'Roboto', sans-serif;
  padding: 10px;
}
.subnumbertwo a:hover{
  color:blueviolet;
}
.numberthree{
height: 10%;
width: 100%;
/* background-color: saddlebrown; */
display: flex;
align-items: center;

justify-content: center;
}
.numberthree p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left:20px;
  color: rgba(255, 255, 255, 0.405);
}