@font-face {
    font-family: CG;
    src: url('../fonts/century-gothic/Century Gothic.ttf');
}

@font-face {
    font-family: CG2;
    src: url('../fonts/century-gothic/CenturyGothic.ttf');
}

@font-face {
    font-family: Gothic Regular;
    src: url('../fonts/century-gothic/GOTHIC.TTF');
}

@font-face {
    font-family: Gothic Bold;
    src: url('../fonts/century-gothic/GOTHICB.TTF');
}

@font-face {
    font-family: Gothic Boldd;
    src: url('../fonts/century-gothic/GOTHICB0.TTF');
}

@font-face {
    font-family: Gothic Bold Italic;
    src: url('../fonts/century-gothic/GOTHICBI.TTF');
}

@font-face {
    font-family: Gothic Italic;
    src: url('../fonts/century-gothic/GOTHICI.TTF');
}

header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-family: "Gothic Bold";
}

b {
    font-weight: 700;
}

body {
    font-family: "Gothic Regular";
    /* font-family: 'Open Sans', sans-serif; */
}

.navbar,
nav {
    background: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    height: 80px;
    opacity: 1;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    padding: 8px 20px !important;
    transition: all 0.7s ease-in-out;
    /* max-width: 100%; */
}

.text-black {
    color: #000000 !important;
}

.bread-crumb-prev-link {
    color: #aaa !important;
}

.bread-crumb-prev-link:hover {
    color: #fff !important;
}

.banner-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 40px 60px;
    min-height: 400px;
    position: relative;
    width: 100%;
    background-color: #53555a;
}

.navbar .menu-web {
    float: right;
}

.navbar .logo {
    height: 80px;
    width: 100px;
}

.navbar a {
    opacity: 1 !important;
}

.navbar a:hover {
    color: #fff !important;
}

.text-dropdown {
    color: #53555a !important;
}

.navbar .dropdown-menu.mega-menu a:hover {
    color: #e71615 !important;
}

.navbar.white_header a:hover {
    color: #e71615 !important;
}

.white_header {
    background: #fff !important;
    color: #53555a;
    opacity: 1 !important;
    font-family: "Gothic Bold";
}

.white_header a {
    color: #53555a !important;
}

.white_header a.nav-link.active {
    color: #e71615 !important;
}

.navbar .nav-item {
    margin-right: 20px;
}

.navbar .sub-menu-link {
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Gothic Bold";
    font-size: 11px;
    text-align: center;
}

.navbar .dropdown-menu {
    min-width: 12rem;
    /* left: -125px; */
}

.navbar .sub-menu-link:hover {
    background: #f9f9f9;
    color: #e71615 !important;
}

.white_header .verticalLine {
    border-left: 1.5px solid #53555a;
}

.breadcrumbs_path {
    color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 9;
    font-family: "Gothic Bold";
    font-size: 11px;
    line-height: 42px;
    font-style: normal;
}

.breadcrumbs_path>a,
.breadcrumbs_path span {
    color: #fff;
    transition: all 0.3s ease 0s;
    padding: 0 5px;
}

.navbar,
nav>li {
    float: none;
    margin-right: -4px;
}

.navbar,
nav li a {
    text-transform: uppercase;
    color: #fff !important;
}

.verticalLine {
    border-left: 1.5px solid rgba(255, 255, 255, .5);
    height: 22px;
    line-height: 70px;
    margin-top: 25px;
}

/* arrow up */
div.up-arrow {
    position: relative;
    background: #f9f9f9;
    color: #f9f9f9;
    text-decoration: none;
    /* padding: 20px; */
}

div:hover.up-arrow {
    background: #f9f9f9;
}

div.up-arrow:after {
    content: '';
    display: block;
    position: absolute;
    right: 75%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f9f9f9;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

div.mega-menu.up-arrow:after {
    right: 50% !important;
}

div:hover.up-arrow:after {
    border-bottom-color: #f9f9f9;
}

/* Mega Menu */

.mega-menu {
    background: #f9f9f9;
    text-align: center !important;
    font-size: 18px !important;
    top: 80px;
    left: 36.5% !important;
    width: 50%;
    min-height: 270px;
    margin-top: -20px;
    /* box-shadow: 5px 5px 20px -5px #000;
    -webkit-box-shadow: 5px 5px 20px -5px #000;
    -moz-box-shadow: 5px 5px 20px -5px #000; */
}

.mega-menu .title {
    font-family: Gothic Bold;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #53555a;
    margin-bottom: 3px;
    /* padding-bottom: 5px;
    border-bottom: .5px solid #cac9c9; */
}

.mega-menu .divider-line {
    background: #cac9c9;
    height: 1.5px;
    width: 95%;
    margin-bottom: 7px;
}

.mega-menu a.control-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #575757 !important;
    font-size: 11px;
    font-family: Gothic Bold;
    width: 100%;
    float: left;
    clear: left;
    text-align: left !important;
    margin-bottom: 10px;
}

.mega-menu a.control-link.isactive {
    color: #e71615 !important;
    font-weight: 600;
}

.mega-menu .menu-title {
    margin-bottom: 5px;
}

.mega-menu a.reg-link,
.menu-title {
    text-transform: capitalize;
    text-decoration: none;
    text-align: left !important;
}

.mega-menu .menu-title,
a.reg-link p {
    font-weight: 400;
    font-size: 15px;
}

/* text sizes */

.medium-text-size {
    font-size: 14px;
}

/* related links */

.related-links .red-bg-1 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/1.jpg');
}

.related-links .black-bg-2 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/2.jpg');
}

.related-links .red-bg-3 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/3.jpg');
}

.related-links .black-bg-4 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/4.jpg');
}

.related-links .black-bg-5 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/5.jpg');
}

.related-links .red-bg-6 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/6.jpg');
}

.related-links .black-bg-7 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/7.jpg');
}

.related-links .black-bg-8 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/8.jpg');
}

.related-links .red-bg-9 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/9.jpg');
}

.related-links .red-bg-10 {
    text-decoration: none;
    color: #fff;
    background-image: url('../../assets/imgs/related-links/10.jpg');
}

.marginalize-content {
    margin: 0px 4% !important;
}

.padd-content {
    padding: 0px 4% !important;
}



.testimonials .content {
    padding: 0px 80px;
    background: no-repeat center center scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* max-height: 180px; */
    background-image: url(../../assets/imgs/Background.jpg);
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}

.testimonials .content p {
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
}

.testimonials .content .comment {
    font-family: Gothic Regular;
    margin-bottom: 5px;
    line-height: 21px;
}

.testimonials .content .sender {
    font-family: Gothic Bold;
    font-weight: 400;
    font-size: 14.5px;
    color: #dbdbe3;
    margin-top: 1px;
    margin-bottom: 5px;
}

.discussions {
    background-color: #242424;
    min-height: 100px;
    padding: 20px 60px;
    padding-top: 30px;
}

.discussions .content .title {
    font-family: Gothic Bold;
    font-weight: 500;
    font-size: 24px;
}

.discussions .content .detail {
    font-size: 20px;
}

.discussions .content {
    color: #fff;
}

.discussions .content a {
    font-family: Gothic Italic;
    color: #ffffff !important;
    text-decoration: none;
}

.discussions .contact-btn {
    background: #fff;
    background-color: white;
    border: none;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    margin-top: 7%;
    border-radius: 4px;
}

.discussions a.contact-btn {
    color: #53555a !important;
}

.discussions a.contact-btn:hover {
    color: #fff !important;
}

#accordion iframe, #accordion div {
    width: 100%;
}

#accordion .card-body {
    width: 100%;
    overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
    footer.py-5 {
        padding: 0px !important;
    }

    footer .column-1 {
        padding: 25px 20px !important;
    }

    footer .column-1 .title {
        font-size: 20px !important;
    }

    footer .column-1 li a,
    footer .column-1 span {
        font-size: 15px;
    }

    footer .column-1 .menu {
        max-width: 50% !important;
        text-align: left !important;
        flex: 0 0 50%;
    }

    footer .column-1 .menu.full_width {
        max-width: 100% !important;
        flex: 0 0 100%;
        width: 100% !important;
    }

    footer .column-2 {
        padding: 5px 20px !important;
    }

    input.email-text {
        width: 100% !important;
    }

    .navbar,
    nav {
        height: 60px;
    }

    .banner-img.img-static {
        min-height: 400px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .navbar,
    nav {
        height: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .single-banner-caption>h1 {
        font-size: 25px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-banner-caption>p {
        width: 100% !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-align: left;
    }

    .banner-img.img-static {
        padding: 180px 30px 30px;
    }
}

@media only screen and (max-width: 600px) {
    footer .column-1 .title {
        font-size: 18px !important;
        text-transform: capitalize !important;
    }
}

.r-link-title {
    font-family: "Gothic Regular";
}

footer {
    border-top: 1px solid #eaeaea;
    color: #5b5b5b !important;
    background-color: #ededed;
    padding-bottom: 5px;
}


footer .column-1 {
    padding: 6px 90px;
}

footer .twitter-feed {
    margin-top: -5px;
    padding: 0px 20px;
}

footer .column-1 .title {
    color: #9a9a9a;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 12px;
}

footer .column-1 li {
    margin-bottom: 2px;
}

footer .column-1 li p {
    color: #9a9a9a;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
}

footer .column-1 li a,
footer .column-1 span {
    color: #98999c;
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    text-transform: capitalize;
}

footer .column-1 .menu {
    text-align: left;
}

footer .column-2 {
    margin-top: 15px;
    border-top: 1px solid #f2f2f2;
    min-height: 1px !important;
    padding: 6px 90px;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #98999c;
}

footer .icons {
    text-align: center;
}

footer .icon {
    color: #2b2b2b !important;
    margin: 0px 10px !important;
    font-size: 14px !important;
}

footer .icon.youtube:hover {
    color: #e71615 !important;
}

footer .icon.facebook:hover {
    color: #e71615 !important;
}

footer .icon.linkedin:hover {
    color: #e71615 !important;
}

footer .icon.twitter:hover {
    color: #e71615 !important;
}

.no-padding {
    padding: 0px 0px !important;
}

.no-margin {
    margin: 0px 0px !important;
}

.dropdown-divider {
    opacity: 1;
    color: #cac9c9;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    border: 0px solid #53555a;
    outline: none;
    background-color: #e71615;
    color: #fafafa;
    cursor: pointer;
    padding: 11px 15px;
    border-radius: 50%;
}

@media only screen and (max-width: 1123px) {
    header .carousel-indicators>li {
        margin-right: 0px;
        height: 15px !important;
        width: 15px !important;
    }

    header .carousel-indicators .active {
        margin-right: 0px;
        height: 16px !important;
        width: 16px !important;
    }

    footer .column-1 {
        padding: 50px 60px;
    }
}

.mobile-menu-toggle-container {
    display: none;
    background: transparent;
    font-size: 35px;
    color: #000;
    border: transparent;
    outline: none !important;
    cursor: pointer;
}

.mobile-menu-close-toggle {
    display: block !important;
    background: transparent;
    font-size: 35px;
    color: #ffffff;
    border: transparent;
    outline: none !important;
}

.mobile-menu {
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    overflow: scroll;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    padding: 30px;
    transition: all 0.7s ease-in-out;
}

.show-nav {
    display: block;
}

.hide-nav {
    display: none;
}

.mobile-menu p.menu {
    border-bottom: 0.5px solid #eaeaea;
    padding-bottom: 25px;
}

.mobile-menu a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-menu a .icon {
    float: right;
    margin-top: 5px;
}

.mobile-menu a:hover,
a:active,
a:focus {
    color: #e71615;
    font-weight: 700;
    text-decoration: none;
    outline: none;
}

.mobile-menu .sub-menu {
    display: inherit;
    padding-bottom: 25px;
    font-size: 12px;
    border-bottom: 0.5px solid #eaeaea;
}

.mobile-menu .third-level-menu a {
    font-size: 12px;
    display: inherit;
    margin: 8px 0px;
}

form.newsletter-form {
    /* float: left; */
    /* margin-right: 20px; */
    text-align: center;
}

input.email-text {
    height: 41px;
    width: 300px;
    padding: 10px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}

input.email-text,
input.email-text ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px !important;
}

input.email-text,
input.email-text ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}

input.email-text,
input.email-text :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}

input.email-text,
input.email-text :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}

.news-letter-title {
    text-transform: uppercase;
    top: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: -20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.caption-button.standard.accent.default {
    margin-top: 20px;
}

.caption-button.accent {
    background-color: #e71615;
    border-color: #e71615;
    /* border: 2px solid #e71615; */
    color: #fff !important;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 9px 30px;
    font-weight: 600;
    border-radius: 4px;
}

.caption-button.accent.bg-whitee {
    background-color: #fff;
    border-color: #fff;
    /* border: 2px solid #fff; */
    color: #e71615 !important;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 9px 30px;
    font-weight: 600;
    border-radius: 4px;
}

.caption-button.accent.bg-whiteee {
    background-color: #fff;
    border-color: #fff;
    /* border: 2px solid #fff; */
    color: #53555a !important;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 9px 30px;
    font-weight: 600;
    border-radius: 4px;
}

a.caption-button {
    font-size: 12px;
    padding: 12px 35px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 10px 20px 0;
    position: relative;
    outline: 0;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
}

.caption-button,
.button_slide {
    color: #FFF;
    border: 0px;
    border-radius: 0px;
    padding: 18px 36px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #53555a;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
}

.caption-button:hover {
    background: #53555a;
    box-shadow: inset 400px 0 0 0 #53555a;
    border: 0px;
}

.caption-button.bg-whitee:hover {
    background: #53555a;
    box-shadow: inset 400px 0 0 0 #53555a;
    border: 0px;
    color: #fff !important;
}

.social-footer-icons {
    text-align: center;
    padding-top: 15px;
}

#formModal label {
    margin-bottom: 1px !important;
    font-weight: 600;
    font-size: 13px;
    color: #53555a;
}

#formModal input,
#formModal select {
    font-size: 15px;
    outline: none;
}

#formModal input:focus,
#formModal select:focus {
    outline: none;
}

#formModal button.form-modal-submit {
    background-color: #e71615;
    border-color: #e71615;
    font-size: 15px;
    padding: 8px 30px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}

#formModal button.form-modal-submit:hover {
    background: #53555a;
    border-color: #53555a;
}

#formModal #form-modal-lga-container {
    display: none;
}

.mobile-menu-toggle {
    width: 25px;
    height: 1.5px;
    background-color: #ffffff;
    margin: 6px 0;
}

@media only screen and (max-width: 993px) {
    footer .twitter-feed {
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-web {
        display: none;
    }

    .mobile-menu-toggle-container {
        display: block;
        color: #fff;
    }

    .navbar .logo {
        height: 60px;
        width: 80px;
    }

    .related-links .r-link-title {
        margin-top: 20%;
    }

    .footnote {
        padding: 80px 30px 3px !important;
    }

    .footnote .bread-crumb {
        text-align: left !important;
        margin-top: 0% !important;
        margin-right: 0% !important;
    }


    .testimonials .cols {
        width: 100%;
        text-align: center;
        padding: 10px 5px 5px !important;
    }

    .banner1 .cols {
        width: 100%;
        text-align: center;
        padding: 10px 5px 5px !important;
    }
    .banner2 .cols {
        width: 100%;
        text-align: center;
        padding: 10px 5px 5px !important;
    }

}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .testimonials .content {
        padding: 40px !important;
    }
    .banner1 .content {
        padding: 40px !important;
    }
    .banner2 .content {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 600px) {
    .hidden-mobile {
        display: none;
    }

    .testimonials .content {
        padding-left: 10px;
        padding-right: 10px;
        /* padding: 10px !important; */
    }
    .banner1 .content {
        padding-left: 10px;
        padding-right: 10px;
        /* padding: 10px !important; */
    }
    .banner2 .content {
        padding-left: 10px;
        padding-right: 10px;
        /* padding: 10px !important; */
    }

    .xs-block-display {
        display: block !important;
    }

    .xs-width-200 {
        width: 210px !important;
    }

    .xs-top-10 {
        margin-top: 10px !important;
    }

    .xs-top-20 {
        margin-top: 20px !important;
    }

    .xs-padd-5 {
        padding: 5px 5px !important;
    }

    .xs-padd-3 {
        padding: 3px 3px !important;
    }

    .section-2 .column-2 {
        padding-left: 0px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 350px) {
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (max-width: 710px) {
    form.newsletter-form {
        float: none;
        margin-right: 0px;
    }

    .news-letter-title {
        /* text-align: center; */
        margin-bottom: 5px;
    }

    .testimonials .content {
        font-size: 15px;
    }

    .testimonials .content p {
        font-size: 15px;
    }

    .banner1 .content {
        font-size: 15px;
    }

    .banner1 .content p {
        font-size: 15px;
    }
    .banner2 .content {
        font-size: 15px;
    }

    .banner2 .content p {
        font-size: 15px;
    }

    .discussions .content .title {
        font-size: 20px;
    }

    .discussions {
        padding: 30px;
    }
}

/* blockquotes */

.testimonials blockquote {
    display: block;
    padding: 1px 25px 0px 35px;
    position: relative;

}

.testimonials blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;

    /*Positioning*/
    position: absolute;
    left: 15px;
    top: -15px;

}

.testimonials blockquote.single::before {
    left: 240px;
}

.testimonials blockquote.closer::before {
    left: 25px;
}

.testimonials blockquote.closee::before {
    left: 20px;
}

.testimonials blockquote::after {
    /*Reset to make sure*/
    content: "";
}

.testimonials blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.testimonials blockquote a:hover {
    color: #666;
}

.testimonials blockquote em {
    font-style: italic;
}

.form-loader-container {
    display: none;
}

.form-loader {
    color: #e71615;
    border: 2px solid;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 25%;
    margin-left: 43%;
    border-top-color: #53555a;
    border-bottom-color: #53555a;
    -webkit-animation: spin 1s ease infinite;
    -moz-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite;
}

.form-loader-overlay {
    position: absolute;
    width: 95%;
    height: 95%;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    opacity: 0.7;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width: 500px) {
    .xs-font-15 {
        font-size: 15px !important;
    }

    .xs-font-20 {
        font-size: 20px !important;
    }
}