/*initial*/
body {
	    --siteBkgColor: #cccccc;
    --siteBkgImage: url(../images/sitelook/brpattern.png) repeat;
    --navbar-primaryColor: #DF1E37;
    --navbar-primaryColor-text: #FFF;
    --navbar-secondaryColor: #020508;
    --navbar-secondaryColor-text: #FFF;
    --navbar-thirdColor: #68696B;
    --navbar-thirdColor-text: #FFF;
    --navside-primaryColor: #DF1E37;
    --navside-primaryColor-text: #FFF;
    --navside-secondaryColor: #020508;
    --navside-secondaryColor-text: #FFF;
    --navside-thirdColor: #68696B;
    --navside-thirdColor-text: #FFF;
    --textColor: #666666;
    --primaryColor: #DF1E37;
    --primaryColor-text: #FFF;
    --secondaryColor: #68696B;
    --secondaryColor-text: #FFF;
    --thirdColor: #020508;
    --thirdColor-text: #FFF;
    --siteFont-main: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --siteFont-headings: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --siteFont-nav: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --siteFont-forms: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --defaultText: var(--textColor);
    --navbarColor: var(--navbar-primaryColor);
    --navbarColor-text: var(--navbar-primaryColor-text);
    --navsideColor: var(--navside-primaryColor);
    --navsideColor-text: var(--navside-primaryColor-text);
    --h1Color: var(--primaryColor);
    --h2Color: var(--secondaryColor);
    --h3Color: var(--thirdColor);
    --h4Color: var(--textColor);
    --linkColor: var(--primaryColor);
    --linkHover: var(--secondaryColor);
    --tb-color1: var(--primaryColor);
    --tb-color1-text: var(--primaryColor-text);
    --tb-color2: var(--secondaryColor);
    --tb-color2-text: var(--secondaryColor-text);
    --tb-color3: var(--thirdColor);
    --tb-color3-text: var(--thirdColor-text);
    --custom-button: var(--thirdColor);
    --custom-buttonHover: var(--thirdColor);
    --homepage-section-intro-background: #DB1E37;
    --homepage-section-intro-text: #ffffff;
    --homepage-section-4boxes-background: #ffffff;
    --homepage-section-4boxes-text: #000000;
    --homepage-section-countdown-background: #ffffff;
    --homepage-section-countdown-text: #DF1E37;
}								
a {
	color: var(--secondaryColor);
}

h1{
color: var(--primaryColor);
}

h2{
color: var(--secondaryColor);
}							

h3{
color: var(--thirdColor);
}							
.bar{
	font-size: 37px;
}									
@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1300px;
    }
}								
#footer-section {
background-color: #333333 !important;
}
									
.footer-logo {
	width: 130px;
}										
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li {
        height: auto;
        align-self: stretch;
        margin-left: 2px;
    }
}
#header .header-logo {
    margin: 0;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: var(--primaryColor);
    }
}
#custom-content-summary-section {
    background-color: #DB1E37;
    padding: 8px;
} 
#custom-content-summary-section .summary-text {
    font-size: 16px;
    color: #ffffff;
} 
.custom-button {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
#custom-content-summary-section-2 {
    background-color: #ffffff;
} 
#custom-content-summary-section-2 h1 {
    text-align: center;
}
#custom-content-summary-section-2 .summary-text {
    font-size: 16px;
    color: #000000;
    padding: 10px;
}
#custom-content-summary-section-2 .box-title {
    font-size: 12px;
    color: #DB1E37;
    font-weight: bold;
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
} 
#usitt-home-1 {
    width: 100%;
    height: 500px;
    background: url('../images/sitelook/usitt-home-1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#usitt-home-2 {
    width: 100%;
    height: 500px;
    background: url('../images/sitelook/usitt-home-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#usitt-home-3 {
    width: 100%;
    height: 500px;
    background: url('../images/sitelook/usitt-home-3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#usitt-home-4 {
    width: 100%;
    height: 500px;
    background: url('../images/sitelook/usitt-home-4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#custom-content-summary-section-3 {
    padding: 50px 0px;
}
#custom-content-summary-section-3 h1 {
    text-align: center;
}
#custom-content-summary-section-3 .usitt-fee-box {
    border: 2px solid #DB1E37;
    border-radius: 0px 0px 8px 8px;
}
#custom-content-summary-section-3 .box-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding: 10px 0px;
}
#custom-content-summary-section-3 .box-price {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #DB1E37;
    padding: 5px 0px;
}
#custom-content-summary-section-3 .box-description {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    height: 30px;
    color: #000000;
    padding: 5px 0px;
}
#custom-content-summary-section-3 .box-button {
    text-align: center;
    padding: 15px 0px;
}
#custom-content-summary-section-3 .btn-register, .top-register-btn, .top-register-btn:hover {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 10px;
}
#custom-content-summary-section-3 .summary-text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding: 10px 0px;
}
#custom-content-summary-section-testimonials h1 {
    text-align: center;
}
@media (max-width: 776px) {
    .summary-button {
        padding: 10px;
        text-align: center;
    }
    #custom-content-summary-section-2 .box-title {
        font-size: 12px;
        color: #DB1E37;
        font-weight: bold;
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 98%;
        background: rgba(250,250,250,.8);
        padding: 5px;
    } 
    #usitt-home-1 {
        width: 100%;
        height: 400px;
        background: url('../images/sitelook/usitt-home-1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #usitt-home-2 {
        width: 100%;
        height: 400px;
        background: url('../images/sitelook/usitt-home-2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #usitt-home-3 {
        width: 100%;
        height: 400px;
        background: url('../images/sitelook/usitt-home-3.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #usitt-home-4 {
        width: 100%;
        height: 400px;
        background: url('../images/sitelook/usitt-home-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #custom-content-summary-section-3 .usitt-fee-box {
        margin: 10px 0px;
    }
}
#testimonial-container {
    background-color: #DB1E37;
}
.border-round {
    border-radius: 10px;
}
.footer-container {
    background-color: transparent;
    padding: 1.5rem 0;
}
.fourth-column {
    padding: 1rem 0;
}
.footer-logo {
    max-width: 200px;
    padding: 1rem 0;
    margin: 0 auto;
}
.footer-links-title {
    font-weight: 500;
    color: var(--thirdColor-text);
}
.fourth-column a {
    font-size: 14px;
    color: var(--thirdColor-text);
    font-weight: bold;
}
.footer-text {
    color: var(--thirdColor-text);
    text-align: left;
    padding: 1rem 0;
    font-size: 14px;
}
.footer-links {
    color: var(--textColor);
    text-align: left;
    padding: 1rem 0;
}
.footer-links a {
    color: var(--thirdColor-text);
    text-decoration: none;
}
.hashtag-text {
    font-size: 22px;
    color: var(--thirdColor-text);
    text-align: left;
}

.shadow-effect {
    background: #DDDDDD;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #BAB8B8;
    border-radius: 10px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.5);
    display: ;
    width: 100%;
}
#customers-testimonials .owl-item {
    width: 100%;
    text-align: center;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 19px;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #0B0A0A;
    font-style: italic;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #671722;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom:0px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #DB1D36;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #000000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
#countdown-container {
    height: auto;
    padding: 50px 0px 30px 0px;
    background-color: var(--homepage-section-countdown-background);
}
#countdown-container h1 {
    text-align: center;
}

#countdown-container .countdown-area { 
    margin-top:10px; padding-bottom: 4rem;
}		
#countdown-container .countdown-date {
    font-size: 4.25rem;
    font-weight: bold;
    text-align: center;
    color: var(--homepage-section-countdown-text);
}
#countdown-container ul#count-down-col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center; 
}
#countdown-container ul#count-down-col li { 
    display: inline-block; 
    line-height: 70px;
    padding: 0px 20px;
}
.countdown-text {
    font-size: 4.25rem;
    font-weight: bold;
    text-align: center;
    color: var(--homepage-section-countdown-text);
    line-height: 50px;
}
ul#count-down-col li.seperator {
    color: var(--homepage-section-countdown-text);
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.5rem;
    vertical-align: top;
    padding: 1rem 0.35rem;
}
ul#count-down-col li p {
    color: var(--homepage-section-countdown-text);
    font-size: .9rem;
    line-height: 1.5rem;
    font-weight: normal;
}
#homepage-section-content {
    background-color: var(--homepage-section-intro-background);
    color: var(--homepage-section-intro-text);
}
#homepage-section-content h1, #homepage-section-content h2, #homepage-section-content p {
    color: var(--homepage-section-intro-text);
}
#homepage-section-content p {
    font-size: 18px;
}

.pageTitle, h1, h1 span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 44px !important;
    line-height: 50px;
    letter-spacing:3px;
}
.btn-call-to-action-box-shadow {
    background-color: #000000;
    border: 0px;
    color: var(--homepage-section-intro-text);
    font-size: 35px;
    border-radius: 22px;
    padding: 20px 50px;
}
.homepage-photo {
    max-width: 400px;
    margin: 20px;
}
#homepage-section-4boxes {
    background-color: var(--homepage-section-4boxes-background);
    color: var(--homepage-section-4boxes-text);
    padding: 50px 0px;
}
#homepage-section-4boxes h1 {
    text-align: center;
}
#homepage-section-4boxes p {
    margin: 70px 0px 0px 0px;
    font-size: 18px;
    color: var(--homepage-section-4boxes-text);
}
@media (max-width: 776px) {
    .btn-call-to-action-box-shadow {
        background-color: #000000;
        border: 0px;
        color: var(--homepage-section-intro-text);
        font-size: 25px;
        border-radius: 22px;
        padding: 20px 50px;
    }
    #homepage-section-4boxes {
        padding: 0px 0px;
    }
    #countdown-container {
        height: auto;
    }
    .countdown-area { 
        margin-top:10px; padding-bottom: 4rem;
    }		
    .countdown-date {
        font-size: 4.25rem;
        font-weight: bold;
        text-align: center;
    }
    ul#count-down-col {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        text-align: center; 
    }
    ul#count-down-col li { 
        display: inline-block; 
        line-height: 70px;
        padding: 0px 0px !important;
    }
    .countdown-text {
        font-size: 2.7rem;
        font-weight: bold;
        text-align: center;
        line-height: 50px;
    }
    ul#count-down-col li.seperator {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5rem;
        vertical-align: top;
        padding: 1rem 0.35rem;
    }
    ul#count-down-col li p {
        font-size: .9rem;
        line-height: 1.5rem;
        font-weight: normal;
    }
}
.card-tabs{
	font-size: 30px !important;
}
#header .header-nav.header-nav-divisor nav > ul > li {
	margin-bottom: 5px;
}
.scroll-to-top.visible {
	display: none !important;
	}
