
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{ font-family: 'Poppins', sans-serif;line-height: normal;}
html{scroll-behavior: smooth}
*{margin: 0;padding: 0;box-sizing:border-box;}
a{text-decoration:none;font-size: 18px;}
p{font-size: 17px;line-height:1.9;margin-bottom:10px}
img{width: 100%;height: auto}
h2{font-size:25px;margin-bottom:15px}
ul li{list-style: none}
.ryu-flx-50{flex: 50%}

.ryu-flx{display: flex}.ryu-al{align-items: center}.ryu-jus{justify-content: space-between}.pd{padding:50px 0} a{text-decoration: none;color: #000} ul li{list-style: none;}.gp{gap:20px}.txt-cen{text-align: center}
.ryu-wrap{max-width: 1140px;margin: auto}
header{padding: 15px 0}
.nav-item{padding: 5px}
.home{background-image: url(../images/slide1.webp);background-size: cover;background-repeat: no-repeat;padding: 80px 0;background-position: center;}
.home-con h2 {text-transform: uppercase;font-size: 40px;font-weight: 500
   
}
.home-btn {
    background: #9A65A5;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    max-width:30%;
    text-align: center;
    
   border-radius: 5px;
    padding: 15px 10px;
    cursor: pointer
}
.nav-link {
    font-size: 16px;
}



/* your CSS goes here*/
.title {color: #ff9a36;margin-bottom: 30px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #18406b;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #18406b;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
}
 /* features */
.features {
    padding:40px;
  position: relative;
}





.features .feat .num
 {
   width: 60px;
   height: 60px;
   background-color: #18406b;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.features .feat h4 {color: #168d0e;}
.features .feat p {color: #000;}
.features .feat hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}.ryu-abs{flex: 33.3%}.ryu-abs12{flex: 35%}.ryu-abs13{flex: 65%}
.blog-box {
    flex: 40%;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 30px;
    gap: 30px;
    background:#f4eef5;border-radius: 10px
}
.blog-box11{flex: 60%}

.blog-info h4{color: #000;font-size: 20px;
    margin-bottom: 10px;}
.blog-info a {
    color: #9A65A5;
    font-size: 18px;
    font-weight: 600;
    
}
.bg:hover{border: 2px solid #168d0e;border-radius: 10px}
.footer-list {
    padding-left: 0; font-size: 17px;
}
.footer-bg {
    background-color:#9A65A5 ;
  color: #fff
} 
.footer-title h3 {
    margin-bottom: 15px;font-size: 22px
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-bottom{margin-top: 20px}
.footer-bottom-inner p {
    margin: 0;
   
}
.footer-info{flex: 33.3%}
ul.footer-list a{color: #fff;font-size: 17px;margin-bottom: 10px}
.pg-cl{font-size: 30px }

		.heading-section {
			text-align: center;
		}
		
		.heading-section h2 {
            color:#ff9a36 ;
			font-size: 28px;
		    font-weight: 600;
		    padding-top: 10px;
		    padding-bottom: 15px;
		}
		.testimonial-box {
		    display: block;
		    position: relative;
		    padding: 30px 20px;
		    background: #fff;
		    border: 1px solid rgba(0,0,0,.03);
		    border-radius: 5px;
		    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
		}
		.user-img {
		    width: 80px;
		    height: 80px;
		    border-radius: 50%;
		    position: relative;
			min-width: 80px;
			background-size: 100%;
		}

.test-inf i {
    font-size: 27px;
}.hdrSec{ box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; padding: 20px}
.ryu-adv-hdfg{max-width: 800px;margin: 20px auto 0}
.ryu-adv-hdfg h1{font-size: 45px;font-weight: 600;margin-bottom: 10px;color: #9A65A5;}
.banns-bt {
    background: #168d0e;
    max-width: 60%;
    padding: 20px 0;
    margin: 30px auto;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}
.ryu-scod-foot {
    display: flex;
    justify-content: center;
    gap: 10px;   margin-bottom: 15px

   
}.ryu-scod-foot li a{
   font-size: 15px
   
}
input[type=text], select, textarea {
  width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
}
input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
input[type=submit]:hover {background-color: #45a049;}
.heading-section p {
    margin: 0;
}
.panel {
    min-height: calc(100vh - 156px);
}
/*--------------------------*/
@media (max-width: 767px){.footer-list {flex-direction:column;
}.ryu-adv-hdfg h1{font-size: 28px !important}.ryu-adv{padding: 20px}.banns-bt{max-width: 100%;font-size: 18px}.home{padding: 40px 20px;text-align: center}.flx{flex-direction: column}
    .blog-box img{width: 100%;height: auto}.mv-hd{display: none}.pd{padding: 30px}.blogs{padding: 30px}.blog-box{text-align: center}.home-btn{max-width: 100%}.home-con h2{font-size: 25px !important}.features{text-align: center}
}
@media (max-width: 992px){.fb-icon{display: none}}
@media only screen and (min-width: 767px){.home-con{max-width:45%}}