*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Montserrat', sans-serif;}
a , a:hover{text-decoration: none;color: inherit;}
.container {
    max-width: 1180px;
    margin: 0 auto;
}
ul,li,ol,li{list-style: none;margin: 0;padding: 0;}
h1{font-size: 50px;line-height: 60px;font-weight: 900;}
h2{font-size: 40px;line-height: 50px;font-weight: 900;}
h3{font-size: 30px;line-height: 40px;font-weight: 900;}
p{font-size: 18px;line-height: 28px;font-weight: 400;color: #575757;}
.bodywrapper {
    overflow: hidden;
}
/*Header*/
.topbar {
    background: #120600;
    padding: 12px 0;
}
.add p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.add img {
    width: 28px;
    margin-right: 6px;
}
.social ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 8px;
}
.social ul {
    display: flex;
}
.topbarin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbottom {
    background: #fff;
}
.footerbottomin {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.logo {
    width: 18%;
    padding: 30px 0;
}
.logo img {
    width: 100%;
}
.fbottop ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fbottop ul li {
    display: flex;
    align-items: center;
    margin-left: 20px;
}	
.fbottop ul li img {
    width: 24px;
    margin-right: 10px;
}
.fbotbotom {
    background: #ad0909;
    padding: 15px 30px;
    position: relative;
    margin-bottom: -30px;
    z-index: 11;
}
.fbottop {
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.fbottop {
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.fbotbotom ul li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 18px;
    display: inline-block;
}
.bannerin {
    text-align: center;
    padding: 270px 0 70px;
    max-width: 1000px;
    margin: 0 auto;
}

.bannerin h1 {
    color: #fff;
    text-transform: uppercase;
}
.bannerin p {
    color: #fff;
    margin: 10px auto;
    max-width: 785px;
}
.bannerin a , .aboutcon a , .subform button {
    display: inline-block;
    background: #ad0909;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    padding: 10px 20px;
    line-height: 22px;
    margin-top: 20px;
    font-size: 18px;
    position: relative;
}
.bannerin a::before , .aboutcon a::before{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
}
.bannerin a::after , .aboutcon a::after{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    right: 0;
}
.fbotin {
    width: 70%;
}
.fbotbotom ul {
    display: flex;
    flex-wrap: wrap;
}

.fbotbotom::after {
    content: "";
    background: #ad0909;
    position: absolute;
    width: 1000%;
    top: 0;
    left: 100%;
    height: 100%;
}
.fbotbotom::before {
    content: "";
    background: #ad0909;
    position: absolute;
    width: 40px;
    top: 0;
    left: -20px;
    height: 100%;
    transform: skewX(-20deg);
}
.fbotbotom ul li {
    border-right: 1px solid rgba(255,255,255,0.2);
}
.fbotbotom ul li:last-child{
	border-right: none;
}
.fbottop ul li a {
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 500;
}
.banner .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 20%;
    right: 20px;
    transform: rotate(90deg);
}
.banner .owl-nav button, .banner .owl-nav button:hover {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
}
.banner .owl-nav button.owl-prev {
    transform: rotate(-90deg);
}
.banner .owl-nav button.owl-next {
    transform: rotate(-90deg);
}
.commonhead {
    text-align: center;
}
section.aboutus {
    padding: 60px 0;
}
.commonhead h1 , .commonhead h2 {
    display: inline-block;
    text-transform: uppercase;
    color: #ad0909;
    position: relative;
}
.commonhead {
    text-align: center;
    margin-bottom: 30px;
}
.commonhead h1::before , .commonhead h2::before{
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.commonhead h1::after , .commonhead h2::after{
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
}
.aboutusin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutimg {
    width: 35%;
}
.aboutcon {
    width: 62%;
}
.aboutimg img {
    width: 100%;
    border-radius: 15px;
}
.aboutcon p {
    margin-bottom: 20px;
}
.aboutconfct ul li span {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #17599d;
    line-height: 40px;
}
.aboutconfct ul li p {
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-style: italic;
}
.aboutconfct ul {
    display: flex;
}
.aboutconfct ul li {
    padding: 0 30px;
}
.aboutconfct ul li:first-child {
    padding-left: 0;
    border-right: 2px solid #ababab;
}
.aboutconfct ul li:last-child span {
    color: #ad0909;
}
.aboutconfct {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aboutcon a::before, .aboutcon a::after {
    background: #ad0909;
}
.aboutcon a {
    background: #000;
}
section.aboutus {
    padding: 60px 0;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
section.product {
    padding: 60px 0 0;
    background: #f2f2f2;
}
.product .commonhead h2 {
    color: #000;
}
.product .commonhead h2::before, .product .commonhead h2::after {
    background: #ad0909;
}
.productin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productcol {
    width: 31%;
    position: relative;
}
.productcolcon {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.productcol {
    width: 32%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.producticon {
    background: #137e1d;
    width: 22%;
    padding: 15px;
}
.producticontxt {
    width: 65%;
    background: #f6f6f6;
    padding: 12px;
}
.producticon {
    background: #137e1d;
    width: 90px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    margin-right: 10px;
}
.productcolcon .producticon img {
    max-width: 100%;
        width: auto;
}
.producticontxt h5 {
    font-size: 18px;
    line-height: 22px;
    color: #120600;
}
.productcol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productcol:nth-child(2) .producticon {
    background: #ad0909;
}
.productcol:nth-child(3) .producticon {
    background: #17599d;
}
.productin {
    margin-bottom: -60px;
}
.product.inqurysec {
    background-color: #fff;
    padding: 120px 0 60px;
}
.product.inqurysec {
    background-color: #fff;
    padding: 120px 0 60px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top center;
}
.formmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formgroup {
    width: 32%;
        margin-bottom: 10px;
}
.formmain label {
    color: #000000;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 28px;
}
.formgroup input[type="text"], .formgroup input[type="email"] , .fullwid textarea , .form-group input[type="text"], .form-group textarea, .form-group input[type="email"]{
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 2px solid #e2e5e9;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
}
.fullwid {
    width: 100%;
        margin-bottom: 20px;
}
.fullwid textarea {
    height: 100px;
}
.subform button {
    border: none;
    display: inline-block;
    position: relative;
}

.subform button::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -6px;
    left: 0;
}
.subform button::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -6px;
    right: 0;
}
.subform {
    text-align: center;
    width: 100%;
}
.footertopin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footertop {
    padding: 60px 0;
}
.footercol {
    width: 25%;
}
.footercol2 {
    width: 73%;
}
.footercol p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footercol img {
    margin-bottom: 20px;
    width: 180px;
}
.footerlink {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footerlink ul {
    display: flex;
}
.footerlink ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0px 20px;
}
.footcontact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        padding-top: 30px;
}
.footcontactcol {
    width: 32%;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.footcontactcol {
    display: flex;
    flex-wrap: wrap;
}
.footcontactcol span.icon {
    display: inline-block;
    width: 13%;
        padding-top: 8px;

}
.footcontactcol p {
    width: 80%;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.footcontactcol p a {
    display: inline-block;
}
.footcontactcol:last-child {
    border: none;
}
.copyright .copyin {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copyin p {
    color: #fff;
    font-size: 14px;
}
footer {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*menu*/
.burger {
    position: relative;
    width: 22px;
    height: 14px;
    cursor: pointer;
        background: transparent;
    border: none;
}
.burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition: all 0.2s, background 0s;
    background: #ad0909;
}
.burger span:nth-child(2) {
    top: 6px;
}
.burger span:last-child {
    top: 12px;
}
.nav-open .mobilemenu span:first-child {
    transform: rotate(45deg);
}
.nav-open .mobilemenu span:first-child, .nav-open .mobilemenu span:last-child {
    top: 8px;
}
.nav-open .mobilemenu span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.nav-open .mobilemenu span:last-child {
    transform: rotate(-45deg);
}
.nav-open .mobilemenu span:first-child, .nav-open .mobilemenu span:last-child {
    top: 8px;
}
.mobilemenu {
    display: none;
}
.banner .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
/*About us*/
section.innerbanner {
    padding: 80px 0;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
}
.innertitle h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.innertitle ul {
    display: flex;
    align-items: center;
}
.innertitle ul li, .innertitle ul li a {
    color: #fff;
}
.innertitle ul li {
    margin-right: 8px;
}
.aboutcon h2 {
    margin-bottom: 20px;
}
.whychoosemainnercon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        margin-bottom: 30px;

}
.whychooseicon {
    width: 10%;
    margin-right: 30px;
}
.whychooseicon img {
    width: 100%;
}
.whycoosecon {
    width: 85%;
}
.whycoosecon h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.whycoosecon p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
section.contactus {
    padding: 80px 0;
}
.contactusin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactdet {
    width: 35%;
}

.contactform {
    width: 65%;
}

.contactdet h4 ,.contactform h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.conbox {
    display: flex;
    flex-wrap: wrap;
}

.conicon {
    width: 15%;
}

.conbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin-bottom: 30px;

}
.conicon {
    width: 12%;
}
.contxt {
    width: 87%;
}
.conicon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
        margin-top: 5px;
}
.contxt p {
    font-size: 18px;
    line-height: 28px;
}
.contactform .form-group {
    width: 100%;
    margin-bottom: 15px;
}
section.product.productpage {
    padding-bottom: 60px;
}
section.product.productpage .productin {
    margin: 0;
}
.aboutcon h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.aboutcon ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #575757;
    list-style: circle;
    list-style-position: inside;
    margin-bottom: 8px;
}
.productcon table, .productcon table tr, .productcon table tr td {
    border: 1px solid #191d33;
    border-collapse: collapse;
}
.productcon table tr td {
    padding: 7px;
}
.productcon table tr:nth-child(odd) {
    width: 100%;
    background: #eaf5ff;
}
.productcon table {
    width: 100%;
}
section.whychoosemain.productcon .whycoosecon {
    width: 100%;
}