.head-logo {
    width: 30%;
}
.icon-block-index {
    border: 4px solid #d13034;
    padding: 15px 0px;
    background: #ef6b6e75;
    color: black;
    border-radius: 10px;
    transition:0.5s;
}

.icon-block:hover 
{
    box-shadow: 3px 3px 4px 1px rgb(0 0 0 / 25%);
    transition: 0.5s;
    background: none;
    border: none;
}
.why-box {
    background: #d13034;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
}
.why-box h3 {
    color: white;    
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
    transition:0.5s;
}
.why-icon
{
    color: white !important;
    text-align: center;
    font-size: 70px;
}
.why-icon i
{
    color: white !important;
}
.why-box:hover
{
	box-shadow: 3px 3px 4px 1px rgb(0 0 0 / 25%);
    transition: 0.5s;
    background: none;
    color: black;
}
.why-box:hover h3 
{
	color:black;
}
.navbar--style-2 .navbar-nav .nav-link {
    color: white !important;
    font-size: 15px;
    margin-left: 50px;
    font-weight: 500 !important;
}
.ft-logo {
    width: 30%;
}
.service-set 
{
	text-align:center;
}

/*slider*/
    .rslides1_nav.prev, .rslides1_nav.next{
    position: absolute;
    top: 0;
    font-size: 25px;
    z-index: 9;
    top: 55%;
    background: #d13034;
    padding: 1px 10px;
    border-radius: 3px;
    font-weight: 600;
    color: white;
}
.rslides 
{
	margin-top: 103px !important;
}

.rslides1_nav.next
{
    right:20px;
}
.rslides1_nav.prev 
{
  left: 20px;
}
/*slider*/

.abt-img img 
{
	width: 100%;
}
.ft-lg 
{
	text-align:center;
}
.tp-space 
{
    margin-top:8%;
}
.space 
{
    padding:80px 0px;
}
.reg-head h2 
{
    color:white;
}
.reg-content p {
    font-size: 15px;
    text-align: justify;
    color: white;
}
.registration {
    background: #d13034;
    background-image: url(img/bg-2.png);
}
.reg-form {
    background: #ffeaea;
    padding: 50px 25px;
    border-radius: 6px;
}
.reg-button a {
    background: #d13034;
    padding: 8px 60px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    transition: 0.5s;
}
.reg-form input {
    height: 50px;
}
.reg-price {
    text-align: center;
}
.reg-price p {
    color: black;
    font-size: 13px;
}
.reg-price span {
    font-size: 30px;
    font-weight: 700;
    color: black;
}
.reg-price span small 
{
    font-size:15px;
}
.reg-sat p {
    color: black;
    text-align: center;
    font-size: 14px;
}
.reg-button a:hover {
    background: black;
    transition: 0.5s;
}

.nav-set .nav-link {
    border-radius: .25rem;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 0px;
    line-height: 1;
    background-color: #dc3545;
    font-weight: 400;
    color: white;
    margin: 1px 0px;
}
.fe-set {
    background: #dc3545 !important;
    color: white !important;
}
.card-header a {
    color: black;
}
.direction {
    background: #dc354554;
    border: 1px solid #dc354554;
    border-radius: 10px;
    padding: 47px 40px 42px;
    margin-top: 100px;
}

.banner-user-registration .banner-inner {
    background: #fff;
    border: 1px solid #dc3545;
   padding: 15px 10px;
}
.sb-btn {
    background-color: #4339f2;
    border: 1px solid #dc3545;
}
h2.banner-title {
    font-size: 20px;
}
.btn-base-1 {
    color: #FFF;
    background-color: #3452ff;
    border: 1px solid #dc3545;

}
.bl-color {
    background: #dc3545 !important;
    color: white !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* background-color: yellow; */
    /* padding: 50px; */
    font-size: 20px;
    margin-top: 10px;
}
.btn-container {
    text-align: center;
}
.btn-container a {
    background: #dc3545;
    color: white;
}
.reg-button 
{
    text-align:center;
    margin-bottom:10px;
}
.abt-head, .cnt-space
{
    margin-top: 100px;
}
.abt-content p
{
    text-align: justify;
}
.cn-info p a {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
}
.cn-info p i {
    font-size: 20px;
    color: white;
    margin-right: 15px;
}
.cn-head {
    margin-bottom: 25px;
}
.main-contact 
{
    background: #d13034;
    padding: 15px 15px;
}
.cn-head h2 {
    color: white;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
    left: -600px !important;
    right: 0px !important;
}








































































































@media (max-width: 768px)
{
	.rslides img 
	{
		margin-top:30px;
	}
}