@import url('https://fonts.googleapis.com/css?family=Nunito:400,500,600,700,800|Nunito:300,300i,400,400i,600,600i,700,700i');
*{
  margin: 0;
  padding: 0;
  user-select: none;
}
body{
  overflow-x: hidden;
}
a{
  text-decoration: none;
  color: #000;
}
ul{
  list-style: none;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.nav{
  width: 100%;
  height: 105px;
  box-shadow: 3px 0px 5px grey;
  position: fixed;
  background-color: #fff;
  top: 0px;
  border: none;

}
.logo{
  height: 103px;
  width: 175px;
  margin-left: 50px;
}
.linker{
  position: absolute;
  right: 40px;
  top: 30px;
}
.linker>ul>li{
  font-family: nunito;
  position: relative;
  float: left;
  font-size: 17px;
}
.mainlink{
  left: 0;
  position: relative;
  float: left;
  line-height: 5px;
  margin-left: 10px;
  display: none;
  box-shadow: 2px 3px 5px grey;
}
.prolink{
  margin-left: 10px;
  margin-right: px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 2s ease;

}
.prolink:hover{
  padding-bottom: 5px;
  box-shadow: none;
}
.prolink:hover .mainlink{
  display: block ;
}


.link{
  margin-left: 10px;
  margin-right: px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s ease;
}
.link:hover{
  box-shadow: 2px 3px 5px grey;
  font-size: 18px;
}
.link:hover .linked{
  color: #025794;
}
.menuicon{
  display: none;
}
.heading{
  color: #272569;
  font-family: 
  /*font-weight: bold;*/
}


/*MAIN*/

.main{
  position: relative;
  top: 130px;
}
.row{
  top: 150px;
  width: 100%;
  position: relative;
}
.card1{
  left: 5%;
  width: 45%;
  position: relative;
  box-shadow: 2px 3px 7px #035795 ;
}
.image{
  width: 300px;
  height: 300px;
}
.imglink{
  position: absolute;
  top: 10px;
  right: 270px;
  display: block;
  color: #035795;
  font-size: 30px;
  animation-name: anime;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes anime{
  0%{transform: rotate3d(25, 25, 1, 45deg);}
  25%{transform: rotate3d(50, 50, 1, 90deg);}
  50%{transform: rotate3d(25, 25, 1, 135deg);}
  100%{transform: rotate3d(50, 50, 1, 180deg);}
}




.imagecontent{
  width: 300px;
  height: 300px;
  background-color: white;
  opacity: 0.88;
  position: absolute;
  top: 0;
  display: none;
}
.imagedata{
  padding-left: 10px;
  padding-top: 15px;
}
.image:hover .imagecontent{
  display: block;
}




.content{
  position: absolute;
  top: 0;
  left: 300px;
  width: 250px;
  height: 300px;

}
.card2{
  box-shadow: 2px 3px 7px #035795 ;
  right: 2%;
  top: 0;
  width: 45%;
  position: absolute;
}

.row2{
  position: absolute;
  top: 320px;
}
.row3{
  position: absolute;
  top: 640px;
}
.row4{
  position: absolute;
  top: 960px;
}
.row5{
  position: absolute;
  top: 1280px;
}
.cardhead{
  padding-left: 10px;
  padding-top: 15px;
  color: #035795;
}
.carddata{
  padding-left: 10px;
}
.button{
  height: 40px;
  width: 75%;
  left: 13%;
  position: relative;
  background-color: #035795 ;
  color: #fff;
  border: none;
  transition: 0.3s;
  border-radius: 3px;
}
.button>a{
   color: #fff;
}
.button:hover{
  border: solid 1px blue;
  background-color: transparent;

}
.button:hover a{
   text-decoration: underline; 
    color: #000;
}

.headimg{
  width: 100%;
  top: 105px;
  position: relative;
}

/*FOOTER*/
.footer{
  width: 100%;
  height: 300px;
  position: relative;
  top: 820px;
  background-color: #035794;
  color: #fff;
}
.footers{
  float: left;
  position: absolute;
  top: 40px;
}
.footers>p{
  position: relative;
  top: -30px;
}
.footers>p>a{
  color: #fff;
}
.footers>p>a:hover{
  text-decoration: underline;
}
.details{
  left: 5%;
  width: 350px;
  font-size: 15px;
  top: -1%;
}
.details>p{
  margin-left: 0%;
  padding-top: 15px;
}
.address{
  margin-left: 60%;
  top: 5%;
}
.contact{
  margin-left: 75%;
  top: 5%;

}
.fastlink{
  margin-left: 40%;
  top: 5%;
  position: relative;
  width: 200px;
}
.fastlink>ul{
  top: -30px;
  position: relative;
}
.fastlink>ul>li>a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.fastlink>ul>li>a:hover{
  text-decoration: underline;
}
.footers>h2{
  font-weight: bold;
  font-size: 27px;
}
.customer{
  margin-left: 75%;
  top: 45%;
  height: 50px;
}
.hidden{
  visibility: hidden;
}
.connect{
  font-size: 30px;
  position: relative;
  top: 5px;
}
.social{
  transition: 0.3s ease;
  margin-left: 15px;
}
.social:hover{
  text-decoration: none;
  color: red;
}
.footers>h5{
  font-weight: bold;
  font-family: nunito;
  font-size: 20px;
}
.footers>h3{
  font-weight: bold;
}
.copyright{
  position: absolute;
  bottom: -10px;
  width: 100%;
  background-color: #3f4b5d;
  font-size: 13px;
}
.totop{
  bottom: 20px;
  right: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 45px;
  position: absolute;
  border-top-left-radius: 150%;
  background-color: #c1c1c1;
  color: #035794;
  transition: 0.3s ease;
}
.totop>a{
  text-decoration: none;
  color: #035794; ;
}
.totop:hover{
  font-size: 47px;
  cursor: pointer;
}

html{
  scroll-behavior: smooth;
}



::-webkit-scrollbar{
  width: 13px;
}
::-webkit-scrollbar-track{
 background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
  background-color:#c1c1c1;
 padding: 3px;
}






@media only screen and (max-width: 1024px){
.imglink{
  display: block;
}
/*NAVIGATION*/
.nav{
  position: absolute;
}
.logo{
  margin-left: 15px;
}
.linker{
  right: 10px;
}
.linker>ul>li{
  font-size: 14px;
}

.mainlink{
  margin-left: 5px;
}

.card1{
  left: 12.5%;
  width: 75%;
}

.card2{
  left: 12.5%;
  top: 970px;
  width: 75%;
}


/*FOOTER*/
.footer{
  top: 1800px;
  height: 480px;
  overflow: hidden;
}
.details>p{
  margin-left: 5%;
}
.fastlink{
  margin-left: 5%;
  top: 45%;
}
.address{
  margin-left: 40%;
  top: 45%;
}
.contact{
  margin-left: 65%;
  top: 45%;
}
.customer{
  margin-left: 65%;
  top: 65%;
}
}




@media only screen and (max-width: 600px){

.imglink{
  right: 10px;
}
.card1{
  left: 2%;
  width: 100%;
}

.card2{
  left: 2%;
  top: 970px;
  width: 100%;
}



/*footer*/
.footer{
  top: 1800px;
}
.address{
  top: 17%;
  margin-left: 57%;
}
.contact{
  margin-left: 57%;
}

.customer{
  margin-left: 57%;
}

/*end*/
}


@media only screen and (max-width: 478px){

.content{
  position: absolute;
  top: 300px;
  left: 0;
  width: 250px;
  height: 300px;

}
.card1{
  height: 600px;
  width: 350px;
  left: 5%;
}
.card2{
  height: 600px;
  width: 350px;
  top: 620px;
  left: 7.5%;

}
.image{
  width: 350px;
}
.content{
  text-align: center;
  width: 350px;
}
.carddata{
  padding-left: 5px;
  padding-right: 5px;
}
.cardhead{
  padding-left: 0px;
}
.button{
  margin-top: 25px;
  left: 0%;
}
.row2{
  position: absolute;
  top: 1240px;
}
.row3{
  position: absolute;
  top:2480px ;
}
.row4{
  position: absolute;
  top:3720px ;
}
.row5{
  position: absolute;
  top:4960px ;
}

/*Footer*/
.footer{
  height: 650px;
  top: 3300px;
}
.fastlink{
  top: 35%;
}
.address{
  top: 35%;
}
.contact{
  margin-left: 5%;
  top: 70%;
}
.customer{
  top: 55%;
}
.totop{
  bottom: 35px;
}
}
@media only screen and (max-width: 376px){

.card1{
  height: 600px;
  width: 300px;
  left: 10%;
}
.card2{
  height: 600px;
  width: 300px;
  top: 620px;
  left: 12.5%;

}
.image{
  width: 300px;
}
.content{
  text-align: center;
  width: 300px;
}
.carddata{
  padding-left: 5px;
  padding-right: 5px;
}
.cardhead{
  padding-left: 0px;
}
.button{
  margin-top: 25px;
  left: 0%;
}
}








#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 30px;
    color: black;
    width: 30px;
    
  }

#hamburger-icon div {
  width: 35px;
  height: 3px;
  position: relative;
  left: 550px;
  padding-left: 50pxpx;
    background-color: #035795;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

#hamburger-icon>ul {
  list-style: none;
  height: 100vh;
  display: block;
  width: 1420%;
  top: 70px;
  align-items: center;
  background-color: white;
  justify-content: space-around;
  padding-left: 0px;

}

#hamburger-icon>ul a {
   color: #272569;
}

#hamburger-icon>ul li {
  padding: 5px;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 25px;
  width: 200px;
  height: 50px;
  text-align: center;
  margin-left: 50%;

  box-shadow: 3px 3px 5px grey;
}

#hamburger-icon>ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.mobile-menu {
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  position: absolute;
  top: 50px;
  left: 0%;
   background-color: red;
  height: 600px: ;
  width: 100%;
}

.open .mobile-menu {
  display: block;
  visibility: visible;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu li {
  margin-bottom: 10px;
}





@media only screen and (max-width: 600px){

.linker{
  display: none;
}
header nav {
    display: none;
}
#hamburger-icon {
    display: block;
}
}


@media only screen and (max-width: 478px){

#hamburger-icon div{
  left:350px ;
}
#hamburger-icon>ul li {
  margin-left: 25%;
}
#hamburger-icon>ul {
  width: 1300%;
}

}

@media only screen and (max-width: 376px){

#hamburger-icon div{
  left:310px ;
}
#hamburger-icon>ul {
  width: 1250%;
}
}



@media only screen and (max-width: 321px){
#hamburger-icon div{
  left:270px ;
}
#hamburger-icon>ul {
  width: 1050%;
}
.card1{
  left: 0%;
}
.card2{
  left: 0%;
}
}


