/*******************************/
/*******************************/
/******** common  css  *********/
/*******************************/
/*******************************/
*{
	margin: 0px;
	padding: 0px;
}
html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
a,a:hover{
    text-decoration: none !important;
    color: #ffffff;
}
ul{
    list-style: none;
}
/*******************************/
/********* home page** *********/
/*******************************/
.top-section{
	width: 100%;
	background: linear-gradient(90deg, #00c6a7 0%, #1e4d92 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 75%, 0% 100%);
    height: 700px;
}
.top-right-box img{
	width: 100%;
    height: 500px;
    object-fit: contain;
}
.top-heading{
	font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.top-info{
	font-size: 18px;
    font-weight: 400;
    color: #f8f5f5;
    margin-bottom: 30px;
}
.comn-btn{
	background: linear-gradient(90deg, #1d5293 0%, #47f4d9 100%);
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 4px 37px -11px #0072ff;
    transition: 0.5s ease all;
}
.comn-btn:hover{
	background: linear-gradient(90deg, #47f4d9 0%, #1d5293 100%);
}
.comn-section-heading{
    text-align: center;
}
.comn-section-heading h2{
    color: #1d5293;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.comn-section-heading p{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.category-single-box{
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px !important;
    text-align: center;
    background-color: #ffffff;
    padding: 35px 30px;
    margin-bottom: 20px;
    transition: 0.5s ease all;
}
.category-single-box h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.category-single-box p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.category-icon{
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #00c6a7;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
    transition: 0.5s ease all;
    margin: 0 0 15px;
}
.category-single-box:hover{
    transform: translateY(-10px);
}
/*footer-section*/
.footer-section{
    background: linear-gradient(90deg, #1e4d92 0%, #00c6a7 100%);;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}
/*******************************/
/********* media query *********/
/*******************************/
@media (max-width: 1200px) {
   
}
@media (max-width: 992px) {
   
}
@media (max-width: 768px) {
   
}
@media (max-width: 576px) {
   
}