
 .href {
     display: inline-block;
     font-weight: normal;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: 0.5rem 1.25rem;
     font-size: 16px;
     line-height: 1.25;
     border-radius: 7px;
     transition: all 0.15s ease-in-out;
     text-decoration: none;

 }
 .href:hover{
     text-decoration: none;
 }
 .href-green{
     color: #fff;
     background-color: #209f84;
 }
 .href-green:hover {
     color: #fff;
     border:solid 1px #fff;
 }
 .href-border-fff{
     color: #fff;
     border:solid 1px #fff;
 }
 .href-border-fff:hover {
     color: #fff;
 }
 .href-border-209f84{
     color: #209f84;
     border:solid 1px #209f84;
 }
 .href-border-209f84:hover {
     color: #078B6E;
     border-color: #078B6E;
 }
 .href-border-facebook{
     color: #3a5b98;
     border:solid 1px #3a5b98;
 }
 .href-border-facebook:hover {
     color: #fff;
     border-color: #3a5b98;
     background-color: #3a5b98;
 }
 .href-border-twitter{
     color: #26ccff;
     border:solid 1px #26ccff;
 }
 .href-border-twitter:hover {
     color: #fff;
     border-color: #26ccff;
     background-color: #26ccff;
 }
 .href-border-linkedin{
     color: #3b82aa;
     border:solid 1px #3b82aa;
 }
 .href-border-linkedin:hover {
     color: #fff;
     border-color: #3b82aa;
     background-color: #3b82aa;
 }
 .href-border-instagram{
     color: #a8297d;
     border:solid 1px #a8297d;
 }
 .href-border-instagram:hover {
     color: #fff;
     border-color: #a8297d;
     background-color: #a8297d;
 }
 .link {
     display: inline-block;
     font-weight: normal;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     font-size: 16px;
     line-height: 1.25;
     transition: all 1s ease-in-out;
     text-decoration: underline;
 }
 .link:hover{
     text-decoration: none;
 }
 .link-green, .link-green:hover{
     color:#209f84;
 }
 .tdn{
     text-decoration: none;
 }
 /*Gradient Href*/
 .gradient-href {
     font-size: 16px;
     color: #fff;
     cursor: pointer;
     text-align:center;
     border: none;
     background-size: 300% 100%;
     moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     -webkit-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     border-radius: 15px;
 }

 .gradient-href:hover {
     background-position: 100% 0;
     moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     -webkit-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     color:#fff;
     text-decoration: none;
 }
 .gradient-href.c0fd22b {
     background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #22b6c6, #0fd5ac);
 }
 /*Color*/
 .c-a84{color:#a84683;}
 .c-7f8{color:#7f8ab1;}
 .c-209{color:#209f84;}
 .c-d64{color:#d64b41;}

 /*Sosyal Medya*/
.cfacebook{
    color:#3a5998;
}
.ctwitter{
    color:#00abec;
}
.clinkedin{
    color:#007bb6;
}

