body {
    font-family: 'Poppins', sans-serif;
    font-size:15px;
    text-align: justify;
}
.margin-top-10 {
    height:10px;
}
.margin-top-20 {
    height:20px;
}
.margin-top-40 {
    height:40px;
}
.margin-top-50 {
    height:50px;
}
.margin-top-60 {
    height:60px;
}
.margin-top-80 {
    height:80px;
}
.margin-top-100 {
    height:100px;
}

/***** Global Slide *****/
.slide-right, .slide-left, .slide-top {
    width: 100%;
}

/***** Slide Right *****/
.slide-right {
    animation: 3s slide-right;
}
@keyframes slide-right {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0%;
    }
}

/***** Slide Left *****/
.slide-left {
    animation: 3s slide-left;
}
@keyframes slide-left {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}
/***** Slide Left *****/
.slide-top {
    animation: 3s slide-top;
}
@keyframes slide-top {
    from {
        margin-top: 100%;
    }
    to {
        margin-top: 0%;
    }
}
.header-top {
    height:45px;
    background:#fff;
    padding:8.5px 10px;
}
.header-form {
    float:right;
    background:rgb(184,184,184);
    height:25px;
    width:280px;
    border-radius:20px;
    border:1pt solid rgb(184,184,184);
    font-size:10px;
}
.header-form input {
    background:rgb(184,184,184);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width:225px;
    height:23px;
    border:none;
    float:left;
    font-size:11px;
    padding-left:7px;
    padding-right:5px;
}
.header-form button {
    float:right;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background:rgb(255,255,255);
    width:23px;
    height:23px;
    border:none;
    font-size:10px;
}
.section {
    padding-top:50px;
    padding-bottom:50px;
}
.heading-main {
    text-align: center;
    font-size:30px;
    font-weight:bold;
    color:#222;
    letter-spacing:1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.navbar-custom {
    background-color: rgba(0,0,0,1);
    padding: 0px;
}

.navbar-custom .navbar-nav .nav-link {
    color:#fff;
}
.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom .navbar-toggler {
    border-color: #ec1f28;
    margin-right: 40px;
}
.navbar-custom {
    text-align: center;
}
.navbar-custom .navbar-nav .nav-item{
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav .nav-item a{
    color: #fff;
}
.navbar-custom .navbar-nav .nav-item a:hover, .navbar-custom .navbar-nav .nav-item a:active{
    color: #f00;
}
.navbar-custom .dropdown-menu {
    background:rgba(0,0,0,.9);
}
.navbar-custom .dropdown-menu .dropdown-item:hover {
    background:rgba(0,0,0,1);
}
.navbar-custom .dropdown-menu .dropdown-item {
    color:#fff;
    text-align: center;
    padding:10px;
}

.video-container{
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.video-container video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;
}
.video-container .video-content {
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.video-container .video-content>ul{
    list-style-type: none;
    font-size:50px;
}

@media screen and (max-width: 960px) {
    .video-container .video-content>ul{
        flex-direction: column;
        height: auto;
    }
    .video-container .video-content>ul>li{
        width: 85%;
        padding: 30px 0;
    }
    .video-container .video-content>ul>li:nth-child(2) {
        border: 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
}
@media screen and (min-width: 960px) {
    .video-container .video-content a {
        font-size: 40px;
    }
    .video-container .video-content>ul {
        height: 300px;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .video-container .video-content>ul>li {
        width: 33%;
        text-align: center;
        text-transform: uppercase;
    }
    .video-container .video-content>ul>li:nth-child(2) {
        position: relative;
    }

    .video-container .video-content>ul>li:nth-child(2):before {
        content: '';
        height: 70%;
        width: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #000000;
    }
    .video-container .video-content>ul>li:nth-child(2):after {
        content: '';
        height: 70%;
        width: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #000000;
    }
    /*
    .video-container .video-content>ul>li:nth-child(2) {
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
    }
    */
    .video-container .video-content>ul>li {
        width: 33%;
        text-align: center;
        padding: 150px 0;
        text-transform: uppercase;
    }
}

.container-custom {
    padding-left: 10%;
    padding-right: 10%;
}

.shadow {
    position: relative;
}
.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #555;
    -webkit-box-shadow: 0 35px 20px #555;
    -moz-box-shadow: 0 35px 20px #555;
    box-shadow: 0 35px 20px #555;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.shadow:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/* angled div */
.slanted-div {
    position: relative;
    background: #fff;
    overflow: visible;
    z-index: 1;
}

/* where the magic happens */
/*.slanted-div:before, .slanted-div:after {*/
.slanted-div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg);
    border-bottom:10px solid #ec1f28;
}

.slanted-div:after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
}
.footer-section {
    background: #151414;
    position: relative;
    padding-top: 60px;
    font-size:16px;
}
.footer-section ul {
    padding:0px;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ec1f28;
    font-size: 30px;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.cta-text span a {
    color: #ec1f28;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    /*font-size: 14px;*/
    color: #7e7e7e;
    line-height: 28px;
    text-align: left;
}
.social-menu ul li {
    list-style: none;
    display:inline-block;
    margin-right:3px;
    margin-bottom:5px;
}

.social-menu ul li .fab{
    font-size: 20px;
    line-height: 40px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
    color:#fff;
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: #3B5998;
}
.social-menu ul li:nth-child(2) a:hover{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #DD4B39;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(5) a:hover{
    background-color: #000;
}
.social-menu ul li:nth-child(6) a:hover{
    background-color: #E60023;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ec1f28;
}
.footer-widget ul.footer-services li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: #ec1f28;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.copyright-area{
    background: #202020;
    padding: 25px 0 5px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: #ec1f28;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #ec1f28;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.link-red {
    color:#ec1f28;
}

.whatsapp-fixed {
    position:fixed;
    bottom:20px;
    right:20px;
    height:50px;
    width:50px;
    padding:10px 10px 10px 12px;
    border-radius: 50%;
    background:#25d366;
    z-index:9999;
}

.whatsapp-fixed i {
    font-size:30px;
    color:#fff;
}