
.arg_btn {
	cursor: pointer;
}

/* arg text classes */
.arg_text10 { font-size: 10px; }
.arg_mytext11 { font-size: 11px; }
.arg_mytext12 { font-size: 12px; }
.arg_mytext14 { font-size: 14px; }
.arg_mytext16 { font-size: 16px; }
.arg_mytext18 { font-size: 18px; }
.arg_mytext20 { font-size: 20px; }
.arg_mytext24 { font-size: 24px; }
.arg_mytext28 { font-size: 28px; }

.arg_txt-white { color: #ffffff}
.arg_txt-yellow { color: #ffff00}
.arg_txt-orange { color: #ffff00}
.arg_txt-blue { color: #ffff00}
.arg_txt-red { color: #ff0000}
.arg_txt-black { color: #000000}


.arg_scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 95px;
  left: 10px;
  display: none;
}
.arg_scroll-top i {
  display: inline-block;
  color: #fff;
}

.fixed-bg-img {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:640px) {
  section {
    background-attachment:initial;
  }
}
