*,::after,::before{padding:0;margin:0;box-sizing:border-box}@font-face{font-family:'Lora';src:url(../webfonts/Lora/Lora-Regular.ttf);font-weight:400}@font-face{font-family:'Lora';src:url(../webfonts/Lora/Lora-Medium.ttf);font-weight:500}@font-face{font-family:'Lora';src:url(../webfonts/Lora/Lora-SemiBold.ttf);font-weight:600}@font-face{font-family:'Lora';src:url(../webfonts/Lora/Lora-Bold.ttf);font-weight:700}h1,h2,h3,h4{font-family:'Lora'}a{text-decoration:none;display:inline-block}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-Thin.ttf);font-weight:100}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-ExtraLight.ttf);font-weight:200}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-Regular.ttf);font-weight:400}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-SemiBold.ttf);font-weight:600}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-Bold.ttf);font-weight:700}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-ExtraBold.ttf);font-weight:800}
@font-face{font-family:'Poppins';src:url(../webfonts/Poppins/Poppins-Black.ttf);font-weight:900}
body{
    font-family: 'Poppins';
}
:root{
    --primaryColor:#CB2D2D;
    --secondaryColor:#444444;
 }
 :focus{
     outline: none;
     border: none;
 }
.content_title h3{
    font-size: 28px;
    color: var(--secondaryColor);
}
.content_title p{
    margin-top: 20px;
    color: black;
    text-align: justify;
    font-size: 16px;
}
ul.listType{
    color: var(--primaryColor);
    font-size: 20px;
    line-height: 30px;
}
header,section,main,footer,.footer_bottom,.banner_header,.header_inner{
    width: 100%;
    float: left;
}
header ul.navbar-nav{
    gap: 30px;
}
.header_inner{
    background-image: url(../image/banenre-bg.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #803737;
    display: flex;
    align-items: center;
}
header.headerWrap{
    background-color:#fff;
    position: absolute;
    top: 20px;
    left: 120px;
 	right:0;
    z-index: 70;
    width: 80%;
    padding: 15px 10px;
}
header.headerWrap .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
}
header.headerWrap .navbar-expand-lg ul.navbar-nav li.nav-item a{
    color: var(--secondaryColor);
    font-size: 19px;
    text-transform: capitalize;
    padding: 10px 0;
    font-weight: 500;
}
header.headerWrap .navbar-expand-lg ul.navbar-nav li.nav-item a:hover{
    color: var(--primaryColor);
}
.header_inner .content_box h1{
    color: #fff;
    text-transform: capitalize;
    font-size: 55px;
}
.header_inner .content_box a.contactbtn{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(75, 201, 232);
    padding: 10px 35px;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
header.headerWrap ul.navbar-nav li.dropdown:hover ul.dropdown-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}
header.headerWrap ul.navbar-nav li.dropdown ul.dropdown-menu{
    opacity:0;
    top:calc(100% + 20px);
    left:0;
    visibility:hidden;
    transition:.5s ease;
    display:inherit
}
.header_inner .imageFinal{
  margin-top:20px;
}
.header_inner .imageFinal img{
  height: 450px;
}
header.headerWrap ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover{
    background-color:var(--primaryColor);
    color: #fff;
}
header.headerWrap ul.navbar-nav li.dropdown ul.dropdown-menu {
    padding: 0;
}
header.headerWrap ul.navbar-nav li.dropdown ul.dropdown-menu {
    background-color: #ffff;
}
header.headerWrap ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    margin: 0;
    color: var(--secondaryColor);
    font-weight: 400;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 15px;
}
section.ourSolution .countImage{
    background-color: #ffff;
    padding: 40px 20px;
    text-align: center;
    margin-top: -54px;
    border: 1px solid #e4ecee;
    cursor: pointer;
}
section.ourSolution .countImage:hover{
    background-color: #d5eef4;
}
section.ourSolution .countImage .content h2{
    color: #222;
    font-size: 21px;
    font-family: 'poppins';
    font-weight: 500;
    margin-top: 10px;
}
section.ourSolution .countImage .content p{
    font-size: 13px;
    color: #000;
}
section.ourSolution .countImage .content a.readmore{
    color: var(--primaryColor);
}
section.aboutTech{
    padding: 90px 0;
}
section.aboutTech .imagehome img{
    height: 400px;
    object-fit: contain;
}
section.aboutTech a.btn{
    color: #656B6F;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid var(--primaryColor);
}
section.testimonial_wrapper{
    background-image: url(../image/Testimonial-Background.jpg);
    padding: 60px 0 20px 0;
    background-position: center;
}
section.testimonial_wrapper .inner-box h2{
    color: var(--primaryColor);
    font-size: 35px;
}
section.testimonial_wrapper .testimonial_box{
    background: rgba(0,0,0,0.02);
    padding: 35px 40px 30px;
    margin-top: 20px;
}
section.testimonial_wrapper .testimonial_box .inner-box p{
    font-family: 'Lora';
    font-size: 17px;
    line-height: 30px;
}
section.testimonial_wrapper .owl-theme .owl-dots .owl-dot span{
    background-color: var(--primaryColor);
}
section.logo_wrap{
    background-color: rgb(140 58 58 / 0%);
    padding: 60px 0;
}
section.logo_wrap h2.product{
    font-size: 35px;
    color: var(--secondaryColor);
    margin-bottom: 30px;
    position: relative;
    font-family: 'poppins';
}
section.logo_wrap h2.product::after{
    content: '\f0d9';
    position: absolute;
    left: 337px;
    bottom: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primaryColor);
}
section.logo_wrap h2.product::before{
    content: '\f0da';
    position: absolute;
    right: 338px;
    bottom: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primaryColor);
}
footer{
    background-color: #000;
}
footer .footer_inner{
    padding: 80px 0;
}
footer .footer_inner .footer_widgets h2{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
footer .footer_inner .footer_widgets p,footer .footer_inner .footer_widgets ul.List li a{
    color: gray;
    font-size: 15px;
}
.footer_inner .footer_widgets ul.List,.footer_inner .footer_widgets ul.icon{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer_inner .footer_widgets ul.icon{
    display: flex;
    gap: 6px;
}
footer .footer_inner .footer_widgets ul.icon li i{
    background-color: #fff;
    color: gray;
    height: 28px;
    width: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
footer .footer_inner .footer_widgets ul.icon li i:hover{
    background-color: var(--primaryColor);
    color: #fff;
}
footer .footer_inner .footer_widgets a.link{
    color: var(--primaryColor);
    margin-left: 10px;
}
footer .footer_inner .footer_bottom{
    border-top: 1px solid #202020;
    padding: 20px 0;
}
footer .footer_inner .footer_bottom p{
    color: #cccccc;
}
footer .footer_inner .footer_bottom span a{
    color: var(--primaryColor);
    margin: 0 7px;
}
.banner_header{
    background-image: url(../image/banenre-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #803737;
    position: relative;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_header .subtitle{
    margin-top: 50px;
}
.banner_header .subtitle h2{
    color: #fff;
    font-family: 'poppins';
    font-size: 24px;
}
section.aboutSolution,section.hardware_wrap{
    padding: 70px 0;
}
section.aboutSolution h2.about{
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--secondaryColor);
}
section.securityWrap,section.productList{
    padding: 30px 0;
}
section.contactForm form.form_box{
    background: #eee;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
}
section.contactForm,section.contact_us{
    padding: 40px 0;
}
section.contactForm form.form_box input,textarea {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: none;
    resize: none;
}
section.contactForm form.form_box input,textarea::placeholder{  
    font-size: 14px;
}
section.contactForm form.form_box .buttonsend{
    background-color: var(--primaryColor);
    border: none;
    color: #fff;
    padding: 10px 40px 10px 20px;
    text-align: center;
    font-size: 15px;
}
section.contact_us .direction {
    border: 1px solid #dfdfdf;
    display: flex;
    padding: 10px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
section.contact_us .direction i{
    color: var(--primaryColor);
    font-size: 40px;
}
section.contact_us .direction h4{
    font-size: 19px;
    color: var(--secondaryColor);
    font-weight: 600;
}
section.contact_us .direction p a,.contact_us .direction p{
    color: #000;
    font-size: 17px;
}
section.productList .content_product{
    border: 1px solid #dfdfdf;
    height: 100%;
    padding: 20px 20px;
}
section.productList .content_product h3{
    font-size: 26px;
    color: var(--secondaryColor);
    font-family: 'poppins';
    margin-top: 30px;
}
section.productList .content_product p{
    line-height: 0.7;
    color: #2609f2;
    font-size: 16px;
    margin-top: 20px;
}
section.hardware_wrap h2.product{
    font-size: 35px;
    font-weight: 600;
    font-family: 'poppins';
}
.header_inner .content_box{
    margin-top: 100px;
}
section.testimonial_wrapper .testimonial_box .inner-box span{
    border: 1px solid rgba(0,0,0,0.02);
    padding: 10px;
    color: var(--primaryColor);
    font-weight: 600;
}
section.logo_wrap ul.imagelogo{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
section.logo_wrap ul.imagelogo li{
    padding: 20px;
    text-align: center;
}
section.logo_wrap ul.imagelogo img{
    height: 80px;
}
section.hardware_wrap .image img{
    height: 280px;
    object-fit: contain;
    object-position: center;
}
section.productList .content h3{
    font-size: 35px;
    font-family: 'poppins';
    color: #000;
}