

    .question-popup{
		width: 100%
 	}
    .topic-title{
      text-align: center;

      margin-bottom: 10px;
      margin-top: 10px;
      font-size: 1.5em;
      font-weight: 700;
    }
	.insight-question-number{
		font-size: 60%;
		color: rgba(0, 0, 0, 0.2);
		display:none;
	}
    .question-popup-header{
        width: 100%;
        display: flex;
        
        padding: 0px 15px;
    }
    .popup-title{
        flex: 1 1 0;
        font-size: 1.5em;
        color: rgb(212, 112, 35);
        font-weight: bold;
        line-height: 40px;
    	margin-bottom: 10px;
    	display: flex;
    }
    @media(max-width:430px){
      .popup-title{
        line-height: 1.6em;
      }
    }
    
    .insight-navigation-area{
		margin-left: auto;
		margin-right:auto;
		display: flex;
		margin-top: 2.5px;
    }
    .insight-navigation-area .mat-icon-button{
		border: 1px solid #c3c3c3;
		border-radius: 50%;
		/*color: #828181;*/
		color:white;
		width: 40px;
		height: 39px;
		flex-shrink: 0;
		line-height: 35px;
		background-color:#666565;
    
    }
    .insight-navigation-diabled,.insight-navigation-diabled:hover{
		border: 1px solid #ece7e7 !important;
		color: #ece7e7 !important;
    		cursor: default;
    		background-color:white !important;
    }
    .insight-navigation-area .insight-navigation-active:hover{
		background-color: #cccccc;
    	color: #ffffff;
    }
    .insight-nav-space{
		margin-right: 20px;
    }
    @media(max-width:530px){
		 .insight-navigation-area{
			margin-left: 28%;
		 }
    }
	@media(max-width:500px){
		 .insight-navigation-area{
			margin-left: 26%;
		 }
    }
	@media(max-width:450px){
		 .insight-navigation-area{
			margin-left: 22%;
		 }
    }
	@media(max-width:430px){
		 .insight-navigation-area{
			margin-left: 20%;
		 }
    }
    
	@media(max-width:414px){
		 .insight-navigation-area{
			margin-left: 19%;
		 }
    }
	@media(max-width:400px){
		 .insight-navigation-area{
			margin-left: 17%;
		 }
    }
	@media(max-width:375px){
		 .insight-navigation-area{
			margin-left: 14%;
		 }
    }
    .question-popup-body{
      margin: 0px; 
     	padding: 0px 0px 6px 0px;
    }
    .question-topic-style{
        font-size: 1.3em;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
        color: rgb(1,54,148);
        font-family:Merriweather,serif;
        line-height:1.5em;
        
        padding: 0px 15px;
    }

    .mat-typography{
        background-color: #ffffff;
        padding-top: 10px;
    }
    
    .mat-dialog-content{
      padding: 0px;
      margin: 0px;
    }
    .image-caption{
        text-align: center;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .external-link{
        text-align: center;
        display: block;
    }
    .description-section{
        margin-top: 10px;
    }
    .more-less-des-button{
      height: 22px !important;
      line-height: 22px !important;
    }
    @media(max-width:428px){
      .more-less-des-button{
        width: 60px !important;
      }
      .more-less-button{
        width: 60px !important;
      }
      .mat-dialog-container{
        padding: 24px 14px 24px 14px;
      }
    }
    .focus-name{
      line-height: 40px;
      font-size: 1.2em;
      color: rgb(212, 112, 35);
      font-weight: 700;
      text-align: center;
    }
    .mat-typography{
    	display: block;
    	overflow: auto;
	}
.insight-popup-logo{
		width: 90px;
		margin: 0 auto;
		vertical-align: sub;
		align-item unverts: center;
                filter: invert();

	}
	.insight-popup-title{
		margin-left: 32%;
		display: inline-block;
		font-size: 1.2rem;
		display:none;
	}
	@media(max-width:540px){
		.insight-popup-title{
			margin-left: 30%;
		}
	}
	@media(max-width:500px){
		.insight-popup-title{
			margin-left: 28%;
		}
	}
	@media(max-width:450px){
		.insight-popup-title{
			margin-left: 26%;
		}
	}
	@media(max-width:428px){
		.insight-popup-title{
			margin-left: 20%;
		}
	}
	
	@media(max-width:414px){
		.insight-popup-title{
			margin-left: 19%;
		}
	}
	
	@media(max-width:375px){
		.insight-popup-title{
			margin-left: 15%;
		}
	}
	


/*Arabic font*/	
@font-face {
	font-family: "me_quran";
	src:url(https://www.islamicity.org/QuranSearch/font/me_quran.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display:swap
}

/*end Arabic font*/	




/*Animation*/
@keyframes animate_rotate
{
	100% {transform: rotate(-360deg);left:0px;}
}




@keyframes animate_slideIn {
  0% {
    transform: translateX(-800px);
  }
  100% {
    transform: translateX(0);
  }
}


@keyframes animate_slideInR {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(0);
  }
}



@keyframes animate_bounceIn {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-250px);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
}



@keyframes animate_scaleIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}



@keyframes animate_swirlIn {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(0);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}



@keyframes animate_kenburns {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 84%;
  }

  100% {
    transform: scale(1.25) translate(20px, 15px);
    transform-origin: right bottom;
  }
}
/* End Animation*/



/*Youtube,vimeo iframe responsive design*/
.youtube1{
	width:99%;
	margin: 0 auto;
	height:340px;
}
@media(max-width:500px){
	.youtube1{
		height:250px;
	}
}
@media(max-width:450px){
	.youtube1{
		height:220px;
	}
}
@media(max-width:400px){
	.youtube1{
		height:200px;
	}
}

.vimeo1{
	width:99%;
	margin: 0 auto;
	height: 215px;
}
@media(max-width:600px){
	.vimeo1{
		height: 200px;
	}
}
@media(max-width:528px){
	.vimeo1{
		height: 198px;
	}
}
@media(max-width:523px){
	.vimeo1{
		height: 195px;
	}
}
@media(max-width:500px){
	.vimeo1{
		height: 187px;
	}
}
@media(max-width:490px){
	.vimeo1{
		height: 183px;
	}
}
@media(max-width:450px){
	.vimeo1{
		height: 166px;
	}
}
@media(max-width:428px){
	.vimeo1{
		height: 156px;
	}
}
@media(max-width:414px){
	.vimeo1{
		height: 150px;
	}
}
@media(max-width:375px){
	.vimeo1{
		height: 133px;
	}
}


/*End Your tube iframe responsive design*/




.question-description{
	font-size: 1.3em;
	line-height:1.5em;
}

.question-external-links a{

}

.question-external-links {
	font-size: 1.2em;
	line-height:2em;
	color:#d61010;
}

.question-external-links a {
	font-size: 1.2em;
	color:#d61010;
}



.topic-title {
color:green !important;
}






/*TimeLine CSS*/

* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timelinecontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timelinecontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timelineleft {
  left: 0;
}

/* Place the container to the right */
.timelineright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timelineleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  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) */
.timelineright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  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 */
.timelineright::after {
  left: -16px;
}

/* The actual content */
.timelinecontent {
  /*padding: 20px 30px;*/
  padding: 4px 10px 4px 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  font-size: 0.8em;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timelinecontainer {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timelinecontainer::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 */
  .timelineleft::after, .timelineright::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .timelineright {
  left: 0%;
  }
}
/*End TimeLine CSS*/





/* Accordion CSS */
.myaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.3em;
  transition: 0.4s;
  margin-bottom:0px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  font-weight:600;
  font-family:Merriweather, serif;
}

.active, .myaccordion:hover {
  background-color: #ccc;
}

.myaccordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size:1.3em;
}

.active:after {
  content: "\2212";
}

.mypanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* End Accordion CSS */



/* parallax CSS */
.parallaxeffect {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@supports (-webkit-overflow-scrolling: touch) {
  .parallaxeffect {
  background-attachment: scroll;
  }
}

.parallaxeffectbottom {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@supports (-webkit-overflow-scrolling: touch) {
  .parallaxeffectbottom {
  background-attachment: scroll;
  display:none;
  }
}

/* End parallax CSS */





/* Start 2 column CSS */

* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: 100%; /* Should be removed. Only for demonstration */
}

.leftcolumn {
  width: 25%;
}

.rightcolumn {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* End 2 column CSS */


