
*{
	padding: 0;
	margin: 0;
	border:none;
	outline:none;
}


html {
  scroll-behavior: smooth;
}

button:focus,
select:focus {
  outline: none;
}

body {
	font-family: "Roboto", sans-serif;
	font-size:16px;
	color:#28282B;
	line-height:1.6;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	vertical-align: baseline;
	
	  overflow-x: hidden; 
    overflow-y: auto; 
	
	
}

a{
	cursor:pointer;
	color:#e8561a;
	transition: all 0.3s ease 0s;
	text-decoration: none !important;
	outline: none !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

.no-padding {
    padding: 0 !important;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;	
	height: 100vh;
 overflow-x: hidden;
    overflow-y: auto;
}


h1{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #8FCE4F;
	margin-bottom:0;
}

h2{
	font-family: "Roboto", sans-serif;
	font-size: 27px;
    line-height: 44px;
    padding-top: 50px;
    padding-bottom: 10px;
	color: #072566;
	margin-bottom:0;
}

p{
	margin-top: 8;
	margin-bottom: 8;

}
p.xlarge-text-size{
	font-size: 1.4rem;
	font-weight: 500;
    line-height: 32px;
}
p.large-text-size{
	font-size: 1.2rem;
}
p.normal-text-size{
	font-size:1.05rem;
}
p.xlarge-text-size{
	font-size: 1.4rem;
	font-weight: 500;
    line-height: 32px;
}
p.large-text-size{
	font-size: 1.2rem;
}
p.normal-text-size{
	font-size:1.05rem;
}
.mt-10{
	margin-top: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mt-20{
	margin-top: 20px;
}
.mt-40{
	margin-top: 40px;
}
.mb-40{
	margin-bottom: 40px;
}
.mt-60{
	margin-top: 60px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-120{
	margin-bottom: 120px;
}
.mt-120{
	padding: 120px 0px;
}
.pb-40{
	padding: 40px;
}
.ptb-80{
	padding: 80px 0px;
}
.pt-120{
	padding-top: 120px;
}
.pb-120{
	padding-bottom: 120px;
}
.text-justify{
	text-align: justify;
}
.text-center{
	text-align: center;
}
.align-rignt{
  text-align: right;
}
.text-uppercase{
	text-transform: uppercase;
}
.color-primary{
	color: #EB4C81;
}
.color-background{
	background-color: #F6F4F1;
}
.no-bottom{
	margin-bottom: 0;
}
.line{
	border-color:#D4D4D4;
}
li{
	font-size: 21px;
    font-weight: 450;
}

.btn{
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	display: flex;
	height: 48px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	background: #0C53F9;
	color: #fff;
  text-transform: capitalize;
  border: 2px solid #0C53F9;
}
.btn:hover{
	background-color: #F2502C;
	border: 2px solid #F2502C;
	color: #fff;
}
.slide-btn{
	border-radius: 0px;
	background-color: #F2502C;
	color:#fff;
	padding: 10px 14px;
	margin-top: 8px;
	border-radius: 8px;
}

.egg{
	font-size: 20px;
    color: #002c54;
}
.tagline{
 
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;

}
.company-logo img{
	width:282px;
}
.top-header{
	padding: 12px;
	border-radius: 0 0 32px 32px;
	background: #ffffff;
	box-shadow: 0 0 16px 0 rgb(6 6 6 / 26%);
}
.talk-us-info{
	display: flex;
	gap: 24px;
}
.text-with-icons{
	color: #ffff;
}
@media (max-width: 540px){
     .egg{
		display: none;
	 }
       .tagline{
    display: none;
   }
     	 .give{
		font-size: 14px;
	 }
	 .btn-primary{
		padding: 0px 15px ;
	 }
	 h2{
		font-size: 30px;
	 }
	.company-logo img{
	width:188px;
    }

}


.container h3{
    font-size: 24px;
    
    color: #2e5da3;
    font-weight: 500;
    
    margin: 0 0 15px 0;
    
}
.framework-list {
  padding-left: 20px;
  margin-left: 16px;
}

.framework-list li {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.security-list{
    margin-left: 16px;
}
.security-list ul {
    list-style: disc;
    padding-left: 25px;
}

.security-list li {
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
    line-height: 1.6;
}

.security-list li strong {
    font-weight: 700;
}



	.footer {
      color: #fff;
      padding:44px 20px 40px 20px;
      position: relative;
      background-image: url(../image/footer-background\ .webp);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .footer p {
      margin: 10px 0;
      font-size: 14px;
      line-height: 1.6;
    }
	/* .floor{
		padding-top: 43px;
	} */
    .footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 6px;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .social-icons {
      margin: 15px 0;
    }
    .footer .social-icons a {
      display: inline-block;
      margin: 0 10px;
      font-size: 20px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      transition: 0.3s;
    }
    .footer .social-icons a:hover {
      background: #fff;
      color: #0044ff;
    }
	.footer .whitelogo img{
		width: 34%;
	}
    .footer-bottom {
      margin-top: 20px;
      font-size: 13px;
      border-top: 1px dashed rgba(255,255,255,0.3);
	   border-bottom: 1px dashed rgba(255,255,255,0.3);
      padding-top: 15px;
    }
	.footer-menu .menu{
		display: flex;
		justify-items: center;
		justify-content: space-between;
		margin-top: 20px;
		font-size: 15px;
	}