*{
    padding: 0;
    margin: 0;
}

.bg_top{
    width: auto;
    height: 100vh;
    background-image: url('../img/Xap-back-home.jpg');
    background-size: cover;
    position: relative;
}
.header_zone{
    width: 1300px;

    height: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo_bar{

    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    flex: 1;
    height: 70px;

}
.logos{
    height: 24px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logos>img{
    height: 24px;
    width: 24px;
    margin-left: 20px;
}
.logo>img{
    height: 100%;
    width: auto;
}

.center{
     color: white;
        height: 80px;
    font-weight: bold;
     display: flex;
     flex-wrap: nowrap;
     justify-content: flex-end;
     align-items: center;
}
.menu_item{
    display: inline-block;
    padding: 6px 0;
    width: auto;
    margin-right: 30px;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    border-bottom: 3px solid transparent;
    -o-transition: all 0.2s;
}
.menu_item:hover{
    border-bottom: 3px solid #de482d;
}
.header_content{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding-top: 220px;
}
.slogon{
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
}
.slogon>span{
    color: #de482d;
    text-transform: uppercase;
}
.scroltext{
    color: white;
    font-weight: 900;
    font-size: 40px;
}
.linearr{
    display: flex;
     flex-wrap: nowrap;
     justify-content: flex-start;
    height: auto;
    width: 100%;
    margin-top: 20px;
}
.firstline{
    height: 4px;
    width: 160px;
    background-color: #de482d;
}
.lastline{
    height: 4px;
    width: 160px;
    background-color: white;
}
.btns{
    text-transform: uppercase;
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: white;
    background-color: #de482d;
    font-size: 12px;
    transition: all 0.2s;
    margin: 40px 0 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.btns:hover{
    background-color: rgb(207, 181, 35);
    width: 200px;
}
.boxlifa{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
}
.boxli{
    width: 210px;
    height: 178px;
    margin-right: 40px;
    background: rgba(255,255,255, 0.8);
    color: #2c2c2c;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.boxli:hover{
    background: rgba(222, 72, 45, 0.8);
    color: white;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.icons{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.fontss{
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.growth{
    height: auto;
    padding: 30px 0;
    width: 100%;
}
.esllise{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mawith{
    width: 1300px;
    margin: 0 auto;
}
.mawith>.left{
    flex: 1;
    text-align: right;
}
.mawith>.right{
    flex: 1;

}
.mawith>.right>img{
    width: 100%;
    height: 100%;
}
.o_f{
    font-size: 18px;
color: #666666;
text-transform: inherit;
margin-bottom: 10px;
}
.t_f{
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.tr_f{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    width: 100%;
    margin: 0;
    line-height: 25px;
}
.c_f{
    line-height: 26px;
    margin-top: 20px;
}
.datashow{
    padding-top: 50px !important;
    padding-bottom: 120px !important;
    background-image:  url('../img/videosection.jpg') !important;
    /* background-color: rgba(222, 72, 45, 0.8); */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 150px;
    position: relative;
    clip-path: polygon(0 0,100% 0,100% 70%,0 100%);
}
.datashow::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #311f71ea;
}
.inerdata{
    flex: 1;
    text-align: center;
    color: #ffffff;
    
}
.plus{
    font-size: 25px;
    font-weight: 700;
    padding: 30px 0;
}
.plus::after{
    content: '+';
}
.dics{
    font-size: 14px;
    color: #dddddd;
    text-transform: capitalize;
}
.service_t{
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.service_st{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 25px;
}
.service_box{
    width: 300px;
}
.service_box:hover .iconbos{
    background-color: #de482d;
    color: white;
}
.service_box:hover .iconbos::after{
    border-color: #de482d;
}
.iconbos{
    width: 88px;
    height: 88px;
    background-color: #eff2f7;
    border-radius: 50%;
    color: rgb(110, 110, 110);
    font-size: 26px;
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    margin-bottom: 50px;
    -o-border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.iconbos::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    transition: all 0.2s;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 1px solid #eff2f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.service_punch{
    line-height: 30px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
  
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.service_punch>span{
    color: #de482d;
}
.linsa{
    height: 5px;
    width: 40px;
    background: #de482d;
    margin: 0 auto;
    margin-top: 20px;
}
.ser_conte{
    vertical-align: baseline;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #353434;
    margin-top: 20px;
}
.datashow2{
    padding-top: 200px !important;
    padding-bottom: 120px !important;
    background-image:  url('../img/videosection.jpg') !important;
    /* background-color: rgba(222, 72, 45, 0.8); */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    position: relative;
    clip-path: polygon(0 30%,100% 0,100% 70%,0 100%);
}
.datashow2::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #311f71ea;
}
.bouts{
    color: white;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index:999;
    font-size: 26px;
}
.aboutitem{
    width: 370px;
    padding: 0 0px;
    box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
    margin: 0 15px;
    transition: all 0.2s;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    cursor: pointer;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    height: 480px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.aboutitem:hover{
    border: 1px solid #de482da6;
    box-shadow: 0px 15px 39px 0px rgba(109, 45, 8, 0.2);
}
.aboutitem:hover ._about_p{
    color: #de482d;
}
._about_p{
    width: 110px;
    height: 100px;
    background-image: url('../img/shape-4.png');
    background-position: center;
    text-align: center;
    line-height: 100px;
    transition: all 0.2s;
    background-size: cover;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.aboutitem:hover .abot_t{
    color: #de482d;
}
.abot_t{
    color: #222222;
    margin: 0;
    font-size: 22px;
    transition: all 0.2s;
    font-weight: 600;
    padding: 0 14px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.lines{
    background-color: #de482d;
    height: 3px;
    width: 50px;
    /* margin: 0 14px; */
    margin: 0 14px 30px;
}
.about_con{
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 14px;
    /* margin-bottom: 18px; */
    margin-bottom: 40px;
}
.footer{
    width: 100%;
    padding: 40px 0;
    background-color: #222222;
    color: white;
}