@CHARSET "ISO-8859-1";

body {
    font-family: "Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/*  This class is for Dark Theme*/
.change_color {
	background-color: #030303 !important; /* Black Back Ground */
	color: #ffff02 !important; /* yellow Font */
}

.headingForBlue{
	font-weight: bold;
	color: #f3ffca;
	letter-spacing: 1px;
}
.headingForWhite{
	color: #827979;
	font-weight: bold;
	letter-spacing: 1px;
}

#tutorials .modelName{
	color: gray;
	font-weight: bold;
	letter-spacing: 1px;
}

#threeD_Printing .modelName{
	color: gray;
	font-weight: bold;
	letter-spacing: 1px;
}

#faqs .answer{
	color: #673ab7;
}

#faqs .question{
	font-weight: bold;
	letter-spacing: 1px;
}

#news .list-group-item a{
	font-weight: bold;
	color: #3f51b5;
	text-decoration: none;
}

#features .nav-link{
	font-weight: bold;
	letter-spacing: 1px;
}

#news .list-group-item i{
	font-size: 14px;
	color: #303082;
	}

.colouredHeading{
	font-weight: bold;
	color: #9c27b0;
}

.steps{
	font-weight: bold;
	color: #673ab7;
}

.specialInformation{
	color: blue;
	font-weight: bold;
	letter-spacing: 1px;
}

.versionInfo{
	font-weight: bold;
	color: #6f6868;
}

#openDomain table tbody a:hover{
	color: #e6cc68;
}

#openDomain table tbody a{
	color: #fbf1ca;
	text-decoration: none;
}

.subHeading{
	color: #3f51b5;
	font-weight: bold;
}
#collabcadAdvantagesPage li{
	list-style: none;
	margin-bottom: 4%;
}
#atlInfo a, #cbseinfo a{
	text-decoration: none;
}

@media (max-width: 768px) { 
 .headingForWhite,.headingForBlue{
 	font-size: 1.5rem;
 	letter-spacing: 0px;
 }

}

.pfdDownloadLink{
	text-decoration: none !important;
	color: #e37b0c;
}

.muzDownloadLink{
	text-decoration: none !important;
	font-weight: bold;
}

#threeD_Printing img:hover,#tutorials img:hover{
	opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

.blink {
      animation: blinker 0.6s linear infinite;
      color: red;
      font-weight: bold;
      font-family: sans-serif;
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }

.headingOfStep{
	font-weight:bold; 
	letter-spacing: 1px;
}

@media (min-width: 768px) { 
 #uninstallationStepsDiv img{
 	width:70%;
 }
}

.socilMediaHeading
{
	font-size: 20px;
	font-weight: bolder;
	color: #0c82e8;
}

.socilMediaSubHeading
{
	font-weight: bold;
	color: #9C27B0;
	font-size: 16px;
}

.socilMediaLinks
{
	text-decoration: none !important;
	color: #2946de;
	font-size: 14px;
	font-weight: normal;
	
}

.textJustify{
	text-align: justify;
}