.primary_color{
		color:#5E17EB;
	}
	.secondary_color{
		color:#FF5757;
	}
	.primary_background_color{
		background:#5E17EB;
	}
	.logo{
		width: 20%;
	}
	.navbar-nav li a{
		color:white;
		font-size: 20px;
	}
	.navbar-nav li{
		padding: 0px 5px;
	}
	.menu_style1 .navbar .navbar-collapse .navbar-nav > li > a.active, .menu_style1 .navbar .navbar-collapse .navbar-nav > li:hover > a {
	    background-color: #FF5757;
	    color: #fff !important;
	}
	.left_logo{
		display: none;
	}
	.middle_logo{
		display: all;
	}
	.signature_fonts{
		font-family: 'Charmonman', cursive;
		font-family: 'Great Vibes', cursive;
		font-size:70px;
		font-weight: 400;
	}
	.about_me_section{
		margin-top: -50px;
	}
	.services_section{
		background-color: #5E17EB;
	}
	.services_section img{
		height: 150px;
		padding-bottom:40px;
	}
	.services_section .counter_white{
		margin-top: 20px;
	}
	.about_my_service .box_counter img{
		height: 200px;
		object-fit:contain;
	}
	.client_review{
		background-color: #5E17EB;
	}
	.client_review .team_style1{
		padding: 10px;
	}
	.client_review h5{
		font-weight: 600;
	}
	.client_review .team_img{
		width: 300px;
	}
	.client_review .team_img img{
		height: 300px;
		object-fit: cover;
	}
	.field_form label{
		font-weight: 500;
	}
	.tarottalk_detail p{
		font-size: 20px;
		color:#5E17EB;
	}

	.tarottalk_detail ul{
		margin-left: 30px; 
		font-weight: 600;
		font-size: 20px;
		color:#5E17EB;
	}
	.tarottalk_detail img{
		height:200px;
		object-fit: contain;
	}
	video {
	    width: 100%;
	    height: 500px;
	    object-fit: cover;
	}
	.tarot_service{
		background:#8C52FF;
	}
	.tarot_service .font_20{
		font-size: 20px;
	}
	.tarot_service .blog_content{
		background:#fff;
	}
	.tarot_service .blog_post{
		border-radius: 10px;
	}
	.tarot_service .blog_post img{
		border-radius: 20px; margin-top:-20px;
	}
	.tarot_service .tarot_card_row{
		margin: 20px 0px;
	}
	.tarot_works{
		padding-bottom: 50px;
	}
	.tarot_works p{
		font-size: 20px;
	}
	.know_my_why{
		background-color:#5E17EB;
	}
	.short_description .show_content{
      height: 180px;
      overflow: hidden;
      font-style: italic;
    }
    .list_style_1 li{
    	margin-bottom: 20px;
    	border-radius: 10px;
    }
    .course_description p{
    	color:#000;
    }

    .btn-custom {
        background: #FF5757;
    }
    .btn-custom:hover {
        color: #fff !important;
        background: transparent;
        border-color:#FF5757;
    }
    .btn-orange:hover{
        border-color:#FF5757;
    }
    
    .team_style1 .team_img img {
            border:none;
        }

    /* Time line  */

        /* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #5E17EB;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #5E17EB;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }
}

	@media only screen and (max-width: 768px) {
		.social_hide{
			display: none;
		}
		.free_consultancy{
			display: none;
		}
		.left_logo{
			display: inline-block;
		}
		.middle_logo{
			display: none;
		}
		.about_me_section{
			margin-top: -10px;
		}
        .signature_fonts {
            font-size:40px;
        }
	}
	@media only screen and (max-width: 580px){
            .banner_content2 h2 {
                font-size: 40px;
                margin-bottom:40px;
            }
    }