/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}





/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {

}

/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
	background: #252525;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ebcb6a;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #806619;
}
/* ===================new @z============== */

/* ---- tsparticles container ---- */

.logocan {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -50px;
  opacity: 0;
}
.bottom-footer p{
  color:#000;
}
.insright{
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 -1px 3px 0 rgb(0 0 0 / 8%);
  padding: 18px 6px;
  border-radius: 4px;
}
.insright:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.0);
  background: gold;
  color:#fff;
}
.insright:hover i{
  transition: all 0.5s ease;
  background: #fff;
  color: #ffb426;
  transform: rotate(
360deg);
}
.picon i{
  color:#fff;
}
.picon{
  position: absolute;
  width: 48px;
  height: 48px;
  background: gold;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: -42px;
  border-radius: 50%;
  line-height: 52px;
}
.insright:hover .picon{
  background:#fff;
}