@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;
}
a{
	text-decoration: none;
	color: #000;
}
ul{
	list-style: none;
}
h3{
	text-align: center;
}
.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: nunito;
	/*font-weight: bold;*/
}
.slogan{
	position: relative;
	top: 120px;
	padding-left: 50px;
	padding-right: 50px;
}
/*Services*/
.services{
	position: relative;
	top: 120px;
}
.row{
	position: absolute;
	top: 50px;
	left: 12%;
	width: 1000px;
}
.card{
	position: relative;
	margin-top: 20px;
	height: 130px;
	border: none;
}
.first{
	text-align: center;
	width: 50%;
	height: 130px;
	left:  0;
	position: absolute;
	box-shadow: 3px 3px 7px #4c88b3;
	margin-left: -10px;
	transition: .3s;

}
.second{
	text-align: center;
	position: absolute;
	right: 0;
	height: 130px;
	box-shadow: 3px 3px 7px #4c88b3;
	width: 50%;
	margin-right: -10px;
	transition: .3s;
}
.first>h5{
	margin-top: 20px;
	font-family: nunito;
	font-weight: 800;
}
.second>h5{
	margin-top: 20px;
	font-family: nunito;
	font-weight: 800;

}
.first>p{
	padding-left: 25px;
	padding-right: 25px;
}
.second>p{
	padding-left: 25px;
	padding-right: 25px;
}
.first:hover{
	background-color:#035795 ;
	color: #fff;
}
.second:hover{
	background-color:#035795 ;
	color: #fff;
}
.headimg{
  width: 100%;
  top: 105px;
  position: relative;
}
/*FOOTER*/
.footer{
	width: 100%;
	height: 300px;
	position: relative;
	top: 600px;
	background-color: #035794;
	color: #fff;
}
.footers{
	float: left;
	position: absolute;
	top: 40px;
}
.footers>p>a{
	color: #fff;
}
.footers>p>a:hover{
	text-decoration: underline;
}
.details{
	left: 5%;
	width: 350px;
	font-size: 15px;
	top: 5%;
}
.details>p{
	margin-left: 2%;
}
.address{
	margin-left: 60%;
	top: 15%;
}
.contact{
	margin-left: 75%;
	top: 15%;

}
.fastlink{
	margin-left: 40%;
	top: 15%;
	position: relative;
	width: 200px;
}
.fastlink>ul>li>a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.fastlink>ul>li>a:hover{
	text-decoration: underline;
}

.customer{
	margin-left: 75%;
	top: 55%;
}
.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){
body{
	overflow-x: hidden;
}
/*NAVIGATION*/
.nav{
  position: absolute;
}
.logo{
  margin-left: 15px;
}
.linker{
  right: 10px;
}
.linker>ul>li{
  font-size: 14px;
}
.row{
	width: 100%;
	left: 0%;
}

.mainlink{
  margin-left: 5px;
}

.first{
	width: 75%;
	left: 15%;
}
.second{
	top: 450px;
	left: 14%;
	width: 75%;
}

/*FOOTER*/
.footer{
  top: 1100px;
  height: 480px;
}
.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){


/*footer*/
.footer{
  top: 1100px;
}
.address{
  top: 17%;
  margin-left: 57%;
}
.contact{
  margin-left: 57%;
}

.customer{
  margin-left: 57%;
}

/*end*/
}





@media only screen and (max-width: 478px){

.slogan{
	display: none;
}

.first{
	width: 100%;
	left: 5%;
	height: 130px;
}
.second{
	top: 450px;
	left: 3%;
	height: 130px;
	width: 100%;

}
.second>p{
	padding-left: 15px;
	padding-right: 15px;
}

/*Footer*/
.footer{
  height: 650px;
  top: 1100px;
}
.details{
	left: 2%;
}
.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){
.second{
		height: 150px;
		top: 450px;
	}

}





#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: 361px){

#hamburger-icon div{
  left:310px ;
}
#hamburger-icon>ul {
  width: 1200%;
}
}

@media only screen and (max-width: 321px){
#hamburger-icon div{
  left:270px ;
}
#hamburger-icon>ul {
  width: 1050%;
}
}





