/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

.card > .card-header button {
	color: #fedf00;
	font-weight: 700;
	text-decoration: none;
}

.card > .card-header button.collapsed {
	color: black;
	font-weight: 700;
	text-decoration: none;
}

.collapsed > i {
	transform: rotate(180deg);
}

.overflow-handle > p {
	display: -webkit-box;
   	-webkit-box-orient: vertical;

   	/* to specify the number of lines you want the text to run through... */
   	-webkit-line-clamp: 6;
   	/* hide the overflowing text, i.e, texts that did not fit in to the box */
   	overflow: hidden;
}

.overflow-handle-cases > p {
	display: -webkit-box;
   	-webkit-box-orient: vertical;

   	/* to specify the number of lines you want the text to run through... */
   	-webkit-line-clamp: 4;
   	/* hide the overflowing text, i.e, texts that did not fit in to the box */
   	overflow: hidden;
}

.blog-title {
      display: -webkit-box;
      -webkit-box-orient: vertical;

      /* to specify the number of lines you want the text to run through... */
      -webkit-line-clamp: 2;
      /* hide the overflowing text, i.e, texts that did not fit in to the box */
      overflow: hidden;
}

.arrow {
   position: absolute;
   top: 30px;
   width: 33%;
   right: 0px;
   transform: translateX(50%);
   z-index: 1;
}

.arrow > img {
   width: 100%;
   height: 100%;
}

@media (max-width: 991px){
   .arrow {
      display: none;
   }
}
