@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: beasigne;
    src: url(../webfonts/beasigne.otf);
}
body{
    background-color: #000;
    font-family: "Lato", sans-serif;
}
img{
    max-width: 100%;
}
.mb-50{
    margin-bottom: 50px;
}
header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
header .socialList{
    padding: 0;
    margin: 0;
    list-style: none;
}
header .socialList li{
    display: inline-block;
    padding: 0 10px;
    font-size: 24px;
}
header .socialList li a{
    color: #fff;
    transition: all .3s;
}
header .socialList li a:hover{
    color: #eb2632;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.navbar .custom-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.ptb_80{
    padding: 80px 0;
}

.active{
    color:#eb2632 !important;
}

.nav-link{
    color: #fff;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #eb2632;
}
.nav-link:focus, .nav-link:hover {
    color: #eb2632;
}
.navbar .nav-item{
    border-right: solid 1px #eb2632;
}
.navbar .nav-item .nav-link{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
}
.mb-0{
    margin-bottom: 0;
}

.bannerSec{
    height: 100vh;
}
.bannerSec img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.introSec{
    padding: 50px 0;
    color: #fff;
    position: relative;
    margin-top: -390px;
}
.introSec h4{
    color: #eb2632;
    font-weight: 300;
    margin-bottom: 15px;
}
.introSec h1{
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    max-width: 400px;
    font-size: 42px;
}
.introSec h1 span{
    color: #eb2632;
}
.introSec h3{
    color: #eb2632;
    font-weight: 300;
    font-style: italic;
    position: relative;
    display: table;
    margin-bottom: 40px;
}
.introSec h3:after{
    content: '';
    width: 20%;
    height: 2px;
    background-color: #eb2632;
    position: absolute;
    left: 0;
    bottom: -15px;
    transition: all 2s ease-out;
}
.introSec h3:hover::after{
    width: 100%;
}
.aboutSec{
    padding: 50px 0;
    color: #fff;
}
.myHeader{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.myHeader span{
    color: #eb2632;
}
.myHeader:before{
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(0,-50%) rotate(0deg);
    border: dashed 2px #eb2632;
    z-index: -1;
}
    
.myHeader:after{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0,-50%) rotate(0deg);
    background-color: #000;
    z-index: -1;
}
.myHeader:hover::before{
    top: -25%;
    animation: spin 4s linear infinite;
}
@keyframes spin {
    from{transform: translate(0,-50%) rotate(0deg)}
    to{transform: translate(0,-50%) rotate(360deg)}
}
.aboutSec p span{
    color: #eb2632;
}
.aboutSec p mark{
    color: #c3ff49;
    background-color: transparent;
}
footer{
    padding: 20px 0;
    /* border-top: solid 1px #eb2632; */
    background: url(../images/v.png) repeat;
    position: relative;
    z-index: 0;
}
footer:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
footer .socialList{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
footer .socialList li{
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
}
footer .socialList li a{
    color: #fff;
    transition: all .3s;
}
footer .socialList li a:hover{
    color: #eb2632;
}
.footerLogo{
    max-width: 200px;
}
.copyrightSec{
    padding: 10px 0 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.companySec{
    padding: 50px 0;
    color: #fff;
}
.companyDataList{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    text-transform: uppercase;
}
.companyDataList li{
    min-width: 200px;    
}
.companyDataList li:first-child{
    color: #eb2632;
}
.companyDataList li:last-child{
    display: flex;
}
.companyDataList li:last-child span{
    margin-left: 20px;
}
.companySec .companyDataList:last-child{
    margin-bottom: 0;
}
.contactSec{
    padding: 50px 0;
    color: #fff;
    /*text-transform: uppercase;*/
}
.contactDataList{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    /*text-transform: uppercase;*/
}
.contactDataList li{
    min-width: 200px;    
}

.contactDataList li:last-child{
    display: flex;
}
.contactDataList li:last-child span{
    margin-left: 20px;
}
.mybtn{
    background-color: #eb2632;
    color: #fff;
    border-radius: 999px;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.mybtn:hover{
    background-color: #fff;
    color: #eb2632;
}

/* wp form css start */

.wpcf7-submit{
    background-color: #eb2632;
    color: #fff;
    border-radius: 999px;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: #eb2632;
}
.wpcf7-textarea,.wpcf7-email,.wpcf7-text{
    width: 100%;
}
.wpcf7-textarea{
    resize: none;
    height: 60px;
}
.wpcf7-form p{
    margin-bottom: 0;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler-icon{
    background-image:url(../images/menu.svg);
}

/* wp form css end */

/* contact page css start */

.contactBanner{
    padding: 200px 0 100px;
    color: #eb2632;
    text-align: center;
    text-transform: uppercase;
}
.contactBanner h1{
    font-family: beasigne;
    font-size: 50px;
    position: relative;
    display: table;
    margin: 0 auto 40px;
}
/*.contactBanner h1::before,.contactBanner h1::after{
    content: '+';
    font-family: "Lato", sans-serif;
    color: #eb2632;
    font-size: 70px;
    position: absolute;    
}
.contactBanner h1::before{    
    left: -80px;
    top: -80px;
}
.contactBanner h1::after{
    right: -80px;
    top: -80px;
}*/
.contactBanner p{
    display: table;
    max-width: 500px;
    margin: auto;
    margin-bottom: 0;
}
.gun_man_sec{
    font-size: 28px;
    color: #eb2632;
    text-transform: uppercase;
    text-align: center;
    font-family: beasigne;
}
.gun_man_sec h3{
    margin: 20px 0;
}
.subscribeSec{
    padding: 50px 0;
    color: #eb2632;
}

/* contact page css end */

@media screen and (max-width:991px) {
    .contactBanner h1{
        font-size: 42px;
    }
    .navbar-collapse{
        background-color: rgba(0, 0, 0, 0.9);
        padding: 10px;
    }
    .navbar .nav-item {
        border-right: none;
    }
}

@media screen and (max-width:767px) {
    footer .socialList{
        text-align: center;
        margin-top: 20px;
    }
    
    .contactBanner h1{
        font-size: 20px;
    }
    .contactBanner h1::before,.contactBanner h1::after{
        content: '+';
        font-family: "Lato", sans-serif;
        color: #eb2632;
        font-size: 40px;
        position: absolute;    
    }
    .contactBanner h1::before{    
        left: -30px;
        top: -50px;
    }
    .contactBanner h1::after{
        right: -30px;
        top: -50px;
    }
}
@media screen and (max-width:575px) {
    .companyDataList{
        flex-wrap: wrap;
    }
    .contactDataList{
        flex-wrap: wrap;
    }
    .navbar .navbar-toggler{
        position: absolute;
        right: 10px;
        top: 26px;
    }
}
@media screen and (max-width:425px){
    .introSec{
        margin-top: -300px;
    }
    .introSec h1{
        font-size: 32px;
    }
}
@media screen and (max-width:400px){
    .introSec{
        margin-top: -356px;
    }
}