body{
  position: relative;
}
header {     
    
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
	border-top: #0298d2 solid 5px;
  }

/*---------------------------------------------------------------------
                            Banner
-----------------------------------------------------------------------*/
.iq-banner { position: relative; overflow: hidden; }
.iq-banner .container-fluid { padding: 0 90px; }
.iq-banner:after { content: ""; bottom: -5px; left: 0; width: 100%; height:84px; background: url('../images/banner/02.png') no-repeat 0 0; background-size: cover; display: inline-block; position: absolute; }
.iq-banner .banner-text {     
	z-index: 9;
    position: relative;
    margin-top: 5%;
 }
.iq-banner .banner-text h1 {
	  font-size: 48px;
    line-height: normal;
    margin-top: 10%;
    margin: 120px 0px 30px 0px;
    color: #fff;
}

form {
    position: relative;
    width: 100%;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 25px;
    border-radius: 6px;
}
form h3{
  margin-bottom: 20px;
}

input {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  padding: 18px;
  border: 1px solid #eee;
  outline: none;
  font-size: 18px;
  font-family: 'Economica', 'Arial', sans-serif;
  font-weight: 400;
  transition: all 0.2s ease;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
textarea {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  padding: 18px;
  border: 1px solid #eee;
  outline: none;
  font-size: 18px;
  font-family: 'Economica', 'Arial', sans-serif;
  font-weight: 400;
  transition: all 0.2s ease;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

input:focus { border-color: deepskyblue; }

.comment-btn{
	padding:12px 50px;
	font-size:20px;
	color:white;
	border:none;
  width: 100%;
	cursor:pointer;
  border-radius: 6px;
	background: #0f43bb;
    transition: all 0.2s ease;
    margin-top: 20px;
}
.comment-btn:hover{
	background:#132d69;
	color:#fff;
	border:none;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

svg path {
  stroke-width: 10px;
  stroke: mediumseagreen;
  fill: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}
svg path.hidden { opacity: 0; }

svg path.animate { animation: drawBorder 1s linear; }

h3 {
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.blink{
    background: transparent;
    padding: 6px 20px;
    border-radius: 50px;
    border: 2px solid #4ac4f3;
	}
.blink a{
    text-decoration: none;
    
}
.blink span{
    font-weight: bold;
    font-size: 30px;
    color: #4ac4f3;
	}
	
.ali {
		-webkit-animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
		0%{
				-webkit-transform: rotate(0deg);
		}
		50% {
				-webkit-transform: rotate(90deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
		}
}
.whatsapp{
  position: fixed;
  right: 0%;
  bottom: 21%;
  width: 49px;
  z-index: 999;
}
.toppara{
  font-size: 24px;
	color:green;
}

.margin-top{
	margin-top:10px;
}

.header-ul{
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

#how-it-works{
	padding:20px 0px
}
.toppara{
	margin: 10px 0px 0px 80px;
}
marquee{
	width:450px;
}

.how-works{
  padding: 80px 0px;
}
.how-works .for-center{
  display: flex;
  align-items: center;
}

.how-works .for-center h2{
  margin-bottom: 20px;
}

.section-3{
  background-color: #f5fdf9;
  padding: 26px;
}
.section-3 .inner{
  text-align: center;
  margin: 17px 3px;
  background-color: #fff;
  padding: 20px 11px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-3 .inner h4{
  color: #019fdc;
}
.section-3 .inner h4 i{
  
  margin-right: 20px;
  font-size: 30px;
}
.section-3 .inner p{
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}

.section-4 {
  padding: 20px 0px;
}

.section-4 h2{
  margin-bottom: 50px;
  text-align: center;
}

.section-4 .for-flex{
  display: flex;
  margin-left: 9px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section-4 .for-flex .img-box{
  display: flex;
  margin-right:3px;
  width: 65px;
  height: 65px;
}

.section-4 .for-flex img{
  border-radius: 20px;
}

.section-4 .for-flex h5{
  margin-top: 10px;
  font-weight: bold;
}
.section-4 .for-flex h5 span{
  margin-left: 20px;
  font-size: 16px;
  color: #999;
}

.section-clients {
  padding: 80px 0px;
}

.section-clients h2{
  margin-bottom: 50px;
  text-align: center;
}

.section-clients .for-flex{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-clients .for-flex img{
  border-radius: 20px;
  width: 100%;
}

.section-clients .for-flex h5{
  /*margin-top: 10px;*/
  font-size: 16px;
}

@media (max-width: 576px){
.inner img{ width:100%;}

.iq-banner .banner-text h1 {font-size: 35px; margin:48px 0px 30px 0px;}
marquee{ width:275px;}

.toppara{margin: 10px 0px 0px 6px; font-size: 23px;}
.section-3{ padding: 11px;}
.blink {margin: 0px 26px 3px 2px;}

}