@font-face {
    font-family: Gothic Bold;
    src: url('../fonts/centyri gothic/gothicb.ttf') format('truetype');
}

@font-face {
    font-family: Gothic Normal;
    src: url('../fonts/centyri gothic/gothic.ttf') format('truetype');
}

a { 
    color: #FCAC45;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #FCAC45;
}

h1 {
    font-size: 86px;
    font-family: Gothic Bold;
}

h2 {
    font-size: 52px;
    font-family: Gothic Normal;
}

h3 {
    margin: 60px 0px 60px 0px;
    font-family: Gothic Bold;
    color: #555555;
}

h4 {
    text-align: justify;
    font-family: Gothic Bold;
    color: #555555;
}

@media (max-width: 860px){
    h1 { font-size: 64px; }
    h2 { font-size: 27px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
}

@media (max-width: 643px){
    h1 { font-size: 48px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    h4 { font-size: 14px; }
}

@media (max-width: 480px){
    .col-xxs-12 { 
        width: 100%;
        padding: 0px 40px;
    }
    .col-xxs-offset-0 { margin-left: 0%; }
    .col-height { 
        height: auto !important;
        min-height: 300px;
    }
}

h1, h2{
    background: linear-gradient(90deg, #fff830 0%,#fc472f 50%,#f92f9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}

#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

.on {
	background-color: #222222 !important;
	padding: 0 !important;
}

#tf-menu a.navbar-brand {
    height: auto;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}

#tf-home{
	background: url(../images/home_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#tf-home .overlay{
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	height: 672px;
	background-attachment: fixed;
}

.content {
	position: relative;
	padding: 160px 0 0;
}

.button>a {
    font-size: 16px;
}

.button {
    margin: 40px 0px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 1px;
    padding: 20px;
    color: rgba(0, 0, 0, 0.7);
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 60px;
	transition: all 0.5s;
}

a.fa.fa-angle-down:hover {
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
    text-decoration: none;
}

#tf-about {
    background: linear-gradient(90deg, #fff830 0%, #d12727 25%, #711c93 75%, #2041a3 100%);
    padding: 20px 0px 0px 0px;
    text-align: center;
}

#tf-about-second {
    background: url(../images/about_bg.png);
	background-size: cover;
	background-position: center;
    height: 294px;
}

nav#footer {
	background: linear-gradient(90deg, rgba(209, 39, 39, 1) 0%, rgba(137, 28, 147, 1) 60%, rgba(32, 65, 163, 1) 100%);
	color: #ffffff;
	padding: 20px 0 15px 0;
    font-family: Gothic Normal;
}

.about-container {
    background-color: white;
    width: 100%;
}

.finger {
    background-image: url(../images/icons/push-one-finger-and-wait.svg);
}

.circle-left {
    background: linear-gradient(180deg, #fff830 0%,#d12727 50%,#711c93 100%);
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.circle-right {
    background: linear-gradient(90deg, #fff830 0%,#d12727 50%,#711c93 100%);
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.circle {
    padding: 30px;
    background: white;
    border-radius: 50%;
}

.row-text {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: center;
    font-family: Gothic Normal;
    color: #818181;
}

.about-icon {
    width: 50px;
    height: 50px;
}

.row-block {
    margin-bottom: 100px;
}

.about-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(209, 39, 39, 0.95) 0%, rgba(137, 28, 147, 0.9) 60%, rgba(32, 65, 163, 0.95) 100%);
    padding: 1px 0px;
}

.about-gradient>h3 {
    color: white;
    margin-bottom: 10px;
}

.asked-icon {
    width: 70px;
    height: 70px;
    margin: 20px;
}

.col-height {
    height: 300px;
}

.row>div>p {
    text-align: justify;
    font-family: Gothic Normal;
    color: #818181;
}

@media (min-width: 992px) {
    .col-height { padding: 0px 50px; }
}

#tf-services{
    margin-bottom: 100px;
}

.btn-default, .btn-default:hover, .btn-default:visited, .btn-default:active {
    background-color: transparent  !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: 15px;
}

.btn-default:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000000 !important;
}