@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/centurygothic-webfont.eot');
    src: url('../fonts/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/centurygothic-webfont.woff') format('woff'),
    url('../fonts/centurygothic-webfont.ttf') format('truetype'),
    url('../fonts/centurygothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/centurygothicbold-webfont.eot');
    src: url('../fonts/centurygothicbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/centurygothicbold-webfont.woff') format('woff'),
    url('../fonts/centurygothicbold-webfont.ttf') format('truetype'),
    url('../fonts/centurygothicbold-webfont.svg#CenturyGothicBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica-webfont.woff') format('woff'),
    url('../fonts/helvetica-webfont.ttf') format('truetype'),
    url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helveticabold-webfont.eot');
    src: url('../fonts/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticabold-webfont.woff') format('woff'),
    url('../fonts/helveticabold-webfont.ttf') format('truetype'),
    url('../fonts/helveticabold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
    background: #fcfcfc;
    font-family: 'helveticaregular';
    background-image: url("../img/mobile-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
p {
    color: #777777;
    font-weight: 600;
    font-family: 'CenturyGothic';
}
.my-btn {
    font-family: 'CenturyGothic';
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29);
    background-image: linear-gradient(to right, #0092d5, #00b8c4);
    border-color: #0094d4;
}
.separator {
    display: block;
    width: 50%;
    height: 3px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #45c6fb, #62e9bb);
}

.heading, .heading-left {
    position: relative;
    text-transform: capitalize;
    text-align: center;
    margin: 1rem 0 3rem 0;
    color: #2b2c2c;
}
.heading::before{
    content: '';
    width: 20%;
    bottom: -10px;
    height: 6px;
    left: 40%;
    background-image: linear-gradient(to right, #45c6fb, #62e9bb);
    position: absolute;
}
.heading-left::before{
    content: '';
    width: 30%;
    height: 6px;
    top: -9px;
    background-image: linear-gradient(to right, #45c6fb, #62e9bb);
    position: absolute;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #45c6fb, #62e9bb);
}
.follow-us {
    color: #908e8f;
    font-family: 'helveticaregular';
    font-weight: bold;
    font-size: 1.3rem;
}
.social-links {
    padding-left: 0;
}
.social-links li {
    display: inline-block;
}
.social-links li:last-child {
    margin-left: 10px;
}
.social-links li img {
    width: 50px;
    height: 50px;
}

.footer p {
    color: #aba3a3;
}
.footer ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.footer ul li a {
    text-decoration: none;
    color: #aba3a3;
}
.footer {
    position: relative;
    z-index: 1;
    padding: 2rem 0 1rem 0;
    color: #aba3a3;
    background: #2e2e2e;
}
.footer-graphics {
    position: absolute;
    z-index: 2;
    top: -24%;
    left: -12%;
    height: 187px;
}
.footer .middle {
    padding-top: 2rem;
}
.footer .content {
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(0, 183, 196, 0.3411764705882353);
}