@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #767676;
    line-height: 1.7;
    --valencia: #d65050;
    --sonicsilver: #767676;
    --white:#fff;
}
html{
    scroll-behavior: smooth;
}
p,li,i,span{
    font-family: 'Source Sans Pro', sans-serif;
}
section{
    padding: 60px 0px;
}
.active{
    color:var(--valencia) !important;
    font-weight:bold !important;
}
.active:hover{
    color:var(--white) !important;
}
.dropdown-content .active{
    background:transparent !important;
}
.header-img img{
    height: 55vh !important;
    width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-weight: 600;
    margin-bottom: 50px;
}
h1,h2,h3{
    color: rgb(68, 63, 63);
}
.ser h1::after, .work h1::after, #about-section h1::after, .caption-cont h1::after, .intro h1::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    width: 50px;
    height: 1px;
    line-height: normal;
    transform: translate(-50%,0);
    background-color: var(--valencia);
}
#nav-head{
    top: 15px;
    position: fixed;
    z-index: 1;
}
#slide-head{
    position: relative;
    top: 0;
}
.header-scrolled{
    background-color: rgba(0,0,0,0.9);
    top: 0px !important;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#nav-head .navbar{
    padding: 0 40px;
}
#nav-head a{
    color: var(--white);
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    padding: 5px 0px;
}
#nav-head a:hover{
    color: var(--valencia);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}
#nav-head li{
    padding: 0 14px;
}
.caption-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    transform: translate(-50%,-50%);
    z-index: 4;
    text-align: center;
}
.caption-cont h1{
    font-size: 57px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.caption-cont p{
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0 50px;
    color: var(--white);
}
.dropbtn {
    color: white;
    outline: none !important;
    cursor: pointer;
    padding: 0px 14px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.dropbtn:hover{
    color: var(--valencia);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    left: 15px;
    position: absolute;
    min-width: 200px;
    border-top: 1px solid var(--valencia);
    background-color: rgba(0,0,0,0.9);
}
.dropdown-content a {
    font-size: 12px !important;
    line-height: 25px;
    border-bottom: 1px solid #252525;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}
.dropdown-content a:hover {
    background-color: var(--valencia);
    color: var(--white) !important;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.dropdown:hover .dropdown-content {
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
.dropdown-item{
    padding: 7px 10px !important;
    white-space: normal;
}
.dropdown-menu{
    top: 175% !important;
    background-color: rgba(0,0,0,0.9);
}
.dropdown-menu a{
    padding: 10px;
    color: var(--white);
    border-bottom: 1px solid var(--valencia);
}
.sss{
    background-color: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
}
.sss i{
    font-size: 20px;
}
.ser h1{
    padding-bottom: 10px;
    font-size: 32px;
}
.caption-cont h1::after{
    width: 200px;
    top: 75px;
}
.service .icon{
    border: 1px solid var(--valencia);
    width: 70px;
    height: 70px;
    line-height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.service .icon i {
    font-size: 26px;
    color: var(--valencia);
}
.service .content h3{
    font-size: 16px;
    font-weight: 500;
    margin: 7px 0 10px;
}
#servic-section .service{
    margin-bottom: 30px;
}
.service .content p {
    margin: 0;
}
#servic-section .servic-btn{
    padding: 12px 35px;
    background-color: var(--valencia);
    border: 1px solid var(--valencia);
    line-height: 24px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    margin: 30px auto 0;
}
.servic-btn:hover{
    background-color: transparent !important;
    color: var(--valencia) !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#paralex-section{
    padding-top: 0px;
}
.paralex{
    background-image: url(../image/paralex.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.paralex::before{
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.paralex-cont{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.paralex-div h5{
    color: var(--white);
    margin-bottom: 14px;
    font-size: 18px;
}
.paralex-div{
    background-color: rgba(0,0,0,0.3);
    padding: 24px 0px;
}
.paralex-div button{
    background-color: transparent;
    border: 1px solid var(--valencia);
    color: var(--valencia);
    margin-top: 20px;
    padding: 12px 35px;
    font-size: 13px;
    font-weight: 700;
}
.paralex-div button:hover{
    background-color: var(--valencia);
    color: var(--white);
}
.count-row{
    background-color: var(--valencia);
    padding: 50px 80px;
    text-align: center;
}
.count-row .count-icon i{
    font-size: 30px;
    margin-bottom: 20px;
}
.count-row .count-content h5{
    font-size: 14px;
    color: var(--white);
    margin-bottom: 15px;
}
.count-row .count-content span{
    font-size: 44px;
    font-family: "Raleway", sans-serif;
    color: var(--white);
    font-weight: 600;
}
#work-section{
    padding-top: 40px;
    padding-bottom: 60px;
}
.work-row{
    margin: 20px 0 50px 0;
}
.work-row button{
    border-radius: 0 !important;
    color: var(--sonicsilver);
    padding: 10px;
    font-size: 13px;
}
.work-row button:hover{
    background-color: var(--valencia);
    color: var(--white);
    border: 1px solid var(--valencia);
}
.work-img .portfolio-item {
    background: var(--valencia);
    overflow: hidden;
    min-height: 200px;
    position: relative;
    margin: 0 0 30px 0;
}
.portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition:all .3s linear;
}
.portfolio-item .portfolio-info h6 {
    font-size: 13px;
    color: var(--white);
}
.portfolio-item:hover img {
    opacity: 0.4;
}
  
.portfolio-item:hover .portfolio-info {
    opacity: 1;
    top: calc(50%);
}
#progress-section .wwa{
    background-color: var(--valencia);
    padding: 30px;
    color: var(--white);
}
#progress-section .wwa h6{
    margin-bottom: 20px;
}
#progress-section .wwa p{
    color: var(--white);
    margin: 0 0 10px;
}
#progress-section .wwa .nav-link,i{
    color: var(--white);
    line-height: 32px;
    padding-bottom: 0;
}
#progress-section .wwa .nav-item{
    margin: 0 0 30px 13px;
}
#progress-section .wwa i{
    padding-right: 30px;
    font-weight: 500;
}
.progress-div{
    padding: 30px 30px 30px 60px;
    background-color: #f5f5f5;
}
.progress-content{
    margin-bottom: 20px;
}
.progress-content .progress{
    height: .8rem !important;
}
.progress-content .progress-bar{
    background-color: var(--valencia) !important;
}
.progress-content label{
    margin-bottom: 0 !important;
}
.learn-more{
    background-color: #252525;
    padding: 50px 40px;
}
.learn-more h2{
    font-size: 18px;
    margin-bottom: 0px;
}
.learn-more .learn-more-btn{
    background-color: transparent;
    border: 1px solid var(--valencia);
    border-radius: 3px;
    color: var(--valencia);
    padding: 12px 35px;
    font-size: 13px;
    font-weight: 600;
}
.learn-more .learn-more-btn:hover{
    background-color: var(--valencia);
    color: var(--white);
}
#about-section h1{
    font-size: 32px;
}
footer{
    background-color: #1c1c1c;
    padding: 20px 0px;
}
.back-to-top {
    position: fixed;
    display: none;
    padding: 8px 13px;
    border-radius: 3px;
    right: 15px;
    bottom: 10px;
    background: var(--valencia);
    border: 1px solid var(--valencia);
    color: var(--white);
    transition:  .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.back-to-top i {
    font-size: 20px;
}
.back-to-top:hover {
    background: transparent;
    border: 1px solid var(--valencia);
}
.back-to-top:hover i{
    color: var(--valencia);
}
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(255,255,255,0.5) url("../image/Fidget-spinner.gif") no-repeat center center;
}
.navbar-toggler {
    border: 1px solid var(--valencia) !important;
    outline: none !important;
}
.navbar-toggler-icon i{
    color: var(--valencia);
    font-size: 20px;
}

/* About us */
.header-img{
    width: 100%;
}
.header-img img{
    position: relative;
    top: 0;
    object-fit: cover;
}
.aboutpage h2{
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px !important;
}
.intro{
    padding-top: 100px;
}
.intro h1{
    margin-bottom: 50px;
    font-size: 32px !important;
}
.pis-content h2{
    margin-bottom: 20px;
}
.aboutpage ul li{
    margin: 20px 35px 40px 35px;
}
.aboutpage p{
    margin: 24px 0px;
}
.aboutpage .bpow{
    margin: 20px 5px 15px 38px !important;
}
.aboutpage .bpow span , .bpow-1 span{
    text-decoration: underline;
}
.aboutpage .order-list li{
    margin: 5px 0px 5px 65px;
}
.aboutpage .bpow-1{
    margin: 20px 10px 15px 38px !important;
}
.aboutpage .roman{
    list-style-type: none;
}
.aboutpage .roman li{
    margin: 15px 0px 15px 70px;
}
.aboutpage .bpow-2{
    margin: 5px 5px 5px 170px !important;
}
.aside{
    padding: 0 6px 0 0;
}
.aside h3{
    color: var(--sonicsilver);
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 0;
}
.aside i{
    color: var(--valencia);
    padding-right: 8px;
}
.aside a{
    text-decoration: none;
}
.aside span{
    line-height: 1.7;
}
.aside>div{
    margin-bottom: 60px;
}

/* Services Page */

.servic-content h4{
    color: rgb(68, 63, 63);
    font-size: 25px;
    margin: 10px 0 24px;
}
.servic-content p{
    margin: 0 0 10px;
    color: var(--sonicsilver);
}
.servic-content ul{
    margin: 20px 0px;
}
.servic-content ul li{
    margin: 5px 0px 5px 40px;
}

/* Service inner */
.pis-content{
    padding-right: 28px;
}
#pis h1{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#pis p,label{
    color: var(--sonicsilver);
}
#pis p a{
    color: var(--valencia);
}
#pis .sendbtn{
    background-color: var(--valencia);
    border: 1px solid var(--valencia);
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: var(--white);
    border-radius: 0;
    text-transform: uppercase;
}
#pis .sendbtn:hover{
    background-color: transparent;
    color: var(--valencia);
}
#pis .form-control{
    background-color: #fafafa !important;
    padding: 4px 20px;
}
.pis-content-1 form input, textarea{
    color: var(--sonicsilver);
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0 !important;
}

/* Registration */
.pis-content table td{
    vertical-align: middle !important;
    border: 1px solid #333;
}
/* Contact */
.pis-content form input{
    color: var(--sonicsilver);
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
}

/* guns and howitzers */

.guns{
    margin-right: 18px;
}
.guns span{
    vertical-align: middle;
    padding-left: 10px;
}
.guns a{
    vertical-align: middle;
    color: var(--sonicsilver) !important;
}
.guns i{
    color: var(--sonicsilver);
}
.project-links a{
    color: var(--valencia);
    text-decoration: none;
    padding-left: 5px;
}