@font-face {
  font-family: Metropolis-Regular;
  src: url(font/Metropolis-Regular.otf);
}

@font-face {
  font-family: Metropolis-Bold;
  src: url(font/Metropolis-Bold.otf);
}

body {
	position: relative;
	background-color: #eaebf4;
	color: #3f4254;
    font-size: 14px;
    font-weight: 500;
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Metropolis-Regular', sans-serif;
    line-height: 1.5;
	height: 100vh;
    padding: 0px;
    margin: 0px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li{
	padding: 0px;
	margin: 0px;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus{
    color: inherit;
    text-decoration: none;
    transition: all 0.5s;
	outline: none;
}

/* Header Class Start */
.header1{
	position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    height: auto;
}
.header2{
	display: flex;
    justify-content: flex-end;
	margin: 0px 0px 5px;
}
.header2 p img{
	width: 25px;
    height: auto;
}
.header2 p a{
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 0px 7px;
}
.header3{
	background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 0px;
}
.header3 img{
	width: 190px;
    height: auto;
}
.header3 a.header4{
	color: #000;
    font-size: 20px;
    font-weight: 700;
	font-family: Metropolis-Bold;
    border-radius: 30px;
    border: 2px solid #333;
    padding: 13px 25px 10px;
    margin: 0px;
}
.header3 a.header4 img{
	width: 35px;
    height: auto;
    margin: 0px 5px 0px 0px;
}
/* Header Class End */

/* Slider Class Start */
.slider1{
	background: url(../images/bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 240px 0px 300px;
}
.slider2 h3{
	color: #fff;
    font-size: 74px;
    font-weight: 700;
	font-family: Metropolis-Bold;
    text-align: center;
    padding: 0px;
	margin: 0px 0px 10px;
}
.slider2 p{
	color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
/* Slider Class End */

/* About Class Start */
.about1{
	background-color: #fff;
    padding: 70px 0px;
}
.about2 h4{
	color: #1e94d1;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 15px;
}
.about2 p{
	color: #616161;
    font-size: 30px;
    font-weight: 500;
	line-height: 1.2;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 10px;
}
.about3 img{
	width: 663px;
    height: 390px;
    object-fit: cover;
}
.about4{
	margin: 70px 0px 0px;
}
.about4 h3{
	position: relative;
	color: #000;
    font-size: 32px;
    font-weight: 700;
	font-family: Metropolis-Bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.about4 h3:before{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 60%;
    height: 1px;
    background-color: #ccc;
    transform: translate(-50%, 0px);
}
.about5{
	margin: 70px 0px 0px;
}
.about5 form{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.about5 form input{
	width: 44%;
    height: auto;
    color: #333;
    font-size: 16px;
    font-weight: 500;
	border: 2px solid #5a5a5a;
    padding: 13px;
    margin: 15px 0px;
}
.about5 form button{
	background-color: #1d95d2;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
	border: 1px solid #1d95d2;
    padding: 10px 10px 10px 50px;
    margin: 17px 0px 0px;
}
.about5 form button img{
	width: 50px;
    height: auto;
    margin: 0px 0px 0px 40px;
}
/* About Class End */

/* Footer Class Start */
.footer1{
	background-color: #1d95d2;
    padding: 30px 0px;
}
.footer2 h3{
	color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.footer2 ul{
	margin: 7px 0px 0px;
}
.footer2 li{
	list-style-type: none;
	position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 0px 0px 5px 15px;
    margin: 0px;
}
.footer2 li:before{
	content: ">";
    position: absolute;
    top: 0px;
    left: 0px;
}
/* Footer Class End */

.successmessage1{
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(30 148 209 / 75%);
    z-index: 999;
}
.successmessage2{
	min-width: 510px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 2px;
}
.successmessage2 img{
	width: 40px;
    height: auto;
    margin: 0px 0px 10px;
}
.successmessage2 h3{
	color: #222;
    font-size: 21px;
    font-weight: 500;
    padding: 0px 0px 5px;
    margin: 0px;
}
.successmessage2 p{
	color: #939393;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.popupclose{
	position: absolute;
	top: 5px;
    right: 5px;
    cursor: pointer;
}
.popupclose img{
	width: 30px;
    height: 30px;
}
.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../images/loading.gif) no-repeat center center;
  z-index: 99999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}