.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1220px;
    position: relative;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Swear Display";
    src: url("../fonts/Swear-Display-Bold-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Intensa";
    src: url("../fonts/intensa-poster.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Black.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    color: #7c001f;
}

.content-back-text-box {
    height: 251px;
    overflow-y: scroll;
}

section {
    position: relative;
    padding: 80px 0;
    overflow-x: hidden !important;
}

@media screen and (max-width: 991px) {
    section {
        overflow-x: hidden;
        padding: 60px 0;
    }
}

@media screen and (max-width: 595px) {
    section {
        padding: 40px 0;
    }
}

body {
    overflow-x: hidden;
}

img {
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 88px;
    font-family: "Swear Display";
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 80px;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 70px;
    }
}

/*Buttons*/
.btn-transparent,
.btn-default,
.red-btn {
    font-size: 16px;
    padding: 12px 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
    letter-spacing: 0.19em;
    background: #ffffff1f;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 595px) {
    .btn-transparent,
    .btn-default,
    .red-btn {
        padding: 12px 20px;
    }
}

.btn-default {
    background: #c4ac47;
    border: none;
}

.btn-default:hover {
    background: #c4ac47a1;
}

.download-btn,
.expand-btn {
    position: relative;
    padding-right: 20px;
    color: #7c001f;
    font-family: "Poppins";
    font-weight: 500;
    cursor: pointer;
}

.download-btn:after {
    content: "";
    position: absolute;
    top: -9px;
    right: -19px;
    background: url(/new-trojan/images/icon/download.png) no-repeat;
    height: 35px;
    width: 35px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 595px) {
    .download-btn:after {
        top: auto;
    }

    .download-btn,
    .expand-btn {
        display: inline-block;
    }
}

.expand-btn:after {
    content: "+";
    position: absolute;
    top: 11px;
    right: -4px;
    /*background: url(/new-trojan/images/icon/download.png) no-repeat;*/
    height: 35px;
    width: 35px;
    background-size: cover;
    background-position: center;
    font-size: 28px;
}

.red-btn {
    border: 1px solid #7c001f;
    color: #7c001f;
}

.red-btn:hover {
    background: #7c001f;
    color: #fff;
}

.red-bar {
    background: #7c001f;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 40px;
}

.red-bar h4,
.red-bar h3 {
    margin-bottom: 0;
    letter-spacing: 0.06em;
}

/*.exclamation:before {
    content: "";
    position: absolute;
    bottom: 75px;
    right: -50px;
    height: 130px;
    width: 50px;
    color: #7C001F;
    background: url(/new-trojan/images/icon/exclamation.png) no-repeat;
    font-style: italic;
    background-size: contain;
}*/
@media screen and (max-width: 595px) {
    .exclamation:before {
        height: 90px;
    }
}

/*.question:before {
    content: "";
    position: absolute;
    bottom: 75px;
    right: -50px;
    height: 180px;
    width: 50px;
    color: #7C001F;
    background: url(/new-trojan/images/icon/question.png) no-repeat;
    font-style: italic;
    background-size: contain;
    background-position: bottom;
}*/

.heading {
    margin: 0 auto 20px;
    position: relative;
    color: #c3ab50;
    font: italic normal bold 58px/90px Swear Display;
}

.heading span {
    color: #7c001f;
    font: normal bold 88px/117px Intensa;
    margin-bottom: 40px;
    line-height: 0.9;
    position: relative;
    font-weight: 300;
}

@media screen and (max-width: 595px) {
    .heading {
        font: italic normal bold 40px/40px Swear Display;
    }

    .heading span {
        font: normal bold 50px/75px Intensa;
    }

    .heading {
        overflow-wrap: break-word;
    }
}

.location,
.email,
.phone {
    position: relative;
    padding-left: 40px;
}

.location:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/new-trojan/images/icon/location.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
}

.email:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: url(/new-trojan/images/icon/email.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
}

.phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/new-trojan/images/icon/phone.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
}

.bg-red {
    background: #7c001f;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #fff;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #c3ab50;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #c3ab50;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 900px) {
    .header-area {
        padding-top: 91px !important;
    }

    .section--center-widgets {
        position: fixed;
        width: 100%;
        margin-bottom: 20px;
        margin-top: -176px !important;
        z-index: 10000;
    }
}
