@import url(../fonts/bahnschrift.ttf);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     transition:all 0.5s ease;
      font-family:'Bahnschrift Condensed';
}
@font-face {
    font-family:'Bahnschrift Condensed';
     src: url('../fonts/bahnschrift.ttf');
    src: url('../fonts/bahnschrift.ttf') format('ttf'),
     url('../fonts/bahnschrift.ttf') format("opentype");
  font-weight: normal;
  font-style: normal;    
}
::-webkit-scrollbar {
  width: 5px;
  background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb ,body ::-webkit-scrollbar-thumb{
  background:rgba(0,0,0,0.6);
  border-radius: 100px;
}
::-webkit-progress-bar,::-moz-progress-bar{
    background: #ea7f11;
}
::selection {
  background-color: #ea7f11;
  color: #fff;
}
body{
    position: relative;
    background: #fff;
}
h1{
    font-weight: 100;
}
a{
    text-decoration: none;
}
.top-menu,
.mid-menu,
.bottom-menu,.mobilenav,.menu-trigger {
  display: none;
}
.loader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 30;
    background: #262a5e;
}
.loader .ti{
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 50px;
    color: #ea7f11;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loader .li{
    position: absolute;
    width:  0%;
    height:5px;
    font-size: 50px;
    background: #ea7f11;
    top: 60%;
    left: 0;
    transform: translateY(-60%);
}
header{
    position: fixed;
    display: flex;
    width: 100%;
    height: 70px;
    z-index: 20;
}
header.active{
  background: #262a5e;
    box-shadow: 0px 1px 0 0px #ea7f11, 0px 2px 10px 3px rgba(0, 0, 0, 0.2);
}
.head_news {
    position: relative;
    display: flex;
    width: 100%;
    height: 70px;
    z-index: 20;
    background: #262a5e;
    box-shadow: 0px 5px 0 0px #ea7f11, 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
header .logo{
    position: relative;
    top: 0px;
    right: 10px;
    margin-left: 20px;
    min-width: 180px;
    min-height: 60px;
}
header .logo a{
    position: absolute;
    top: 0;
    left: 2%;
    width: 80%;
    height: 80%;
}
header .logo a img{
    position: absolute;
   top: 0;
   left: 0;
    width:130px;
    height: 70px;
}
header .menu{
    position: relative;
    width: 60%;
   margin-right: 100px;
   height: 100%;
    display: flex;
    top: 0;
}
header .menu ul{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    list-style: none;
    width: 100%;
    height: 100%;
}
header .menu ul li{
    position: relative;
    width: 120px;
    height: 35px;
    margin: 0 5px;
    font-size: 25px;
}
header.active .menu ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
     transition:all 0.5s ease;
}
header.active .menu ul li:hover::before{
width: 10%;
 background: #ea7e1199;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}
header .menu ul li a{
    position: absolute;
     justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    font-size: 20px;
     color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
header .menu ul li a.active{
    color: #ea7f11;
}
header.active .menu ul li a.active{
     background: #fff;
       transform: translateX(10px);
       color: #262a5e;
}
header .menu ul li:hover a{
color: #ea7f11;
}
header.active .menu ul li:hover a{
    background: #fff;
       transform: translateX(10px);
       color: #262a5e;
}
section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}
.home{
    display: flex;
}
.home .sliders{
    position: relative;
     justify-content: center;
    align-items: center;
    display: flex;
    width: 100vw;
    height: 100vh;
}
.home .sliders .slider{
    position: relative;
    justify-content: center;
    align-items: center;
     display: flex;
     width: 100vw;
    height: 100vh;
}
.home .sliders .slider img{
    position: absolute;
     width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
}
.home .sliders .slider .cover_color{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.home .sliders .slider .data{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
    height: 300px;
    z-index: 1;
}
.home .sliders .slider .data h1{
position: absolute;
justify-content: center;
align-items: center;
display: flex;
color: #ea7f11;
width: 300px;
height: 40px;
background: rgba(255,255,255,0.08);
backdrop-filter: blur(5px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    border-bottom:1px solid #fff ;
}
.home .sliders .slider .data p{
    position: absolute;
    justify-content: center;
align-items: center;
    text-align: justify;
display: flex; 
flex-direction: column;
color: #fff;
width: 100%;
height: 50%;
font-size: 16px;
 top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home .sliders .slider .data p .contact-email {
    text-decoration: none;
    border: none;
    color: #ff9933;
    position: relative;
    width: 100%;
    text-align: center;
}
.home .sliders .slider .data .read-more{
    position: absolute;
justify-content: center;
align-items: center;
display: flex;
color: #fff;
bottom: 0;
text-decoration: none;
width: 200px;
height: 40px;
background: rgba(255,255,255,0.08);
backdrop-filter: blur(5px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    border:2px solid #ea7f11 ;
}

.home .sliders .slider .read-more:hover{
    background-color: #ff9933;
}
.home .sliders .slider .contact-email{
    text-decoration: none;
    color:#ff9933;
    position:fixed;
    display: -ms-inline-flexbox;
    padding-top: 20px;
    align-self: left;

}
.home .sliders .owl-dots{
    position: absolute;
    bottom: 100px;
     left: 50%;
    transform: translateX(-50%);
}
.home .sliders .owl-dots .owl-dot{
    position: relative;
   margin:0 20px;
   width: 50px;
   height: 4px;
   outline: none;
   border: none;
}
.home .sliders .owl-dots .owl-dot span{
    position: absolute;
    top: 0;
    left: 0;
     margin:0 0px;
   width: 100%;
   height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.home .sliders .owl-dots .owl-dot.active span{
    background: #ea7f11;
}
.home .sliders .owl-nav .owl-prev,
.home .sliders .owl-nav .owl-next{
    position: absolute;
    border: none;
    outline: none;
   justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    color: #fff;
    bottom: 300px;
    font-size: 3em;
    transition: all 0.1;
}
.home .sliders .owl-nav .owl-prev:hover,
.home .sliders .owl-nav .owl-next:hover{
background: transparent;
color: #ea7f11;
}
.home .sliders .owl-nav .owl-prev{
    left: 80px;
}
.home .sliders .owl-nav .owl-next{
    right:  80px;
}

.home .side_content{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    right:  0;
    top: 180px;
    width: 25px;
    height: 180px;
    background: #262a5e;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    z-index: 15;
}
.home .side_content a{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 35px;
    height: 35px;
    background: #fff;
    margin: 5px;
    color: #ea7f11;
    transform: translateX(-10px);
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}
.home .side_content a:hover{
    transform: translateX(-15px);
    background: #ea7f11;
    color: #fff;
}
.home .start{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 60px;
    overflow: hidden;
     border-radius: 30px;
     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
     z-index: 15;
}
.home .start a{
     position: absolute;
     text-decoration: none;
     justify-content: center;
     align-items: center;
     display: flex;
     color: #fff;
     font-size: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ea7f11;
    overflow: hidden;
}
.home .start a i{
    animation: go_up 1.5s ease infinite;
}
.about,.services,.experience,.news,.contact{
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    top: -70px;
}

.about .head,.services .head,.experience .head,.news .head,.contact .head{
    position: relative;
    width: 100%;
    height: 70px;
    box-shadow: 0px 2px 0 0px #262a5e, 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
   z-index: 10;
}
.about .head h1,.services .head h1,.experience .head h1,.news .head > h1,.contact .head h1{
position: relative;
justify-content: center;
align-items: center;
display: flex;
width: 250px;
background: #262a5e;
color: #fff;
font-size: 20px;
border-radius: 0px 100px 0 0;
top: 0;
height: 100%;
}
.who_we{
    position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-height: 70vh;
        background: #fff;
        border-bottom: 1px solid #ea7f11;
}
.who_we .p{
position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 700px;
    padding: 100px 10px;
    min-height: 70vh;
}
.who_we .p .h{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 250px;
    height: 70px;
}
.who_we .p .h h1{
    position: relative;
justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    background: #ea7f11;
    color: #fff;
    font-size: 20px;
    height: 40px;
     z-index: 1;
}
.who_we .p .h h3{
    position: relative;
    justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
    background: #262a5e;
    color: #fff;
    font-size: 15px;
     height: 30px;
    font-weight: 100;
}
.who_we .p>p {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: justify;
        text-justify: newspaper;
        word-spacing: -1.5px;
    padding: 10px;
    color: #262a5e;
    line-height: 2em;
    font-size: 15px;
}
.who_we .p .info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    min-height: 10vh;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 5px 0;
}

.who_we .p .info span {
    position: relative;
    top: 10px;
    width: 200px;
    height: 50px;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    font-size: 15px;
    background: #ea7f11;
    color: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.who_we .p .info p {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: justify;
        text-justify: newspaper;
        word-spacing: -1.5px;
    padding: 10px;
    color: #262a5e;
    line-height: 2em;
    font-size: 13px;
}
.who_we .img{
     position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 650px;
     margin: 5px 0;
}
.who_we .img img{
  position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.who_we .img_cv {
    position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 650px;
        margin: 5px 0;
}

.who_we .img_cv img {
    position: relative;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.define{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 50vh;
     box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
     background: #fff;
     z-index: 9;
}
.define .h,.rules .h,.we .h{
    position: relative;
    width: 550px;
     height: 445px;
   border-right: 2px solid #ea7f11;
   z-index: 1;
}
.rules .h{
     border-left: 2px solid #262a5e;
}
.define .h img,.rules .h img,.we .h img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.define .p,.rules .container,.we .container{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 800px;
    min-height: 50vh;
}
.define .p h1,.rules .container h1,.we .container h1{
    position: absolute;
   justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 200px;
    top: 30px;
    left:  0;
    height: 50px;
     font-size: 20px;
   background: linear-gradient(120deg,#262a5e,#ea7f11);
    color: #fff;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    font-weight: 200;
}
.rules .container h1{
    right: 0;
}
.define .p p{
    position: relative;
    text-align: justify;
        text-justify: newspaper;
        word-spacing: -1.5px;
   padding:90px 10px 0px 10px;
     font-size: 15px;
    line-height: 2em;
    color: #262a5e;
}
.define .p p span{
    color: #ea7f11;
    font-size: 20px;
}
.about .msg_vis{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 70vh;
     padding: 100px 5px;
     box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
     z-index: 8;
}
.about .msg_vis .card{
    position: relative;
  margin:10px 50px;
    width: 300px;
    height: 400px;
}
.about .msg_vis .card .p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.about .msg_vis .card .p h1{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #262a5e;
    top: 0;
    width: 100%;
    height:21%;
     font-size: 20px;
   background: #fff;
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.about .msg_vis .card:hover .p h1{
  height:20%;
}
.about .msg_vis .card .p p{
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: justify;
        text-justify:newspaper;
        word-spacing: -3px;
    display: flex;
    padding: 10px;
    width: 100%;
    left: 0;
    height: 78%;
    color: #ea7f11;
    bottom: 0;
     font-size: 15px;
   background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}
.about .msg_vis .card:hover .p p{
    height: 75%;
}
.about .msg_vis .card .h{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
    top: 60px;
    left: 110px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    height:80px;
    background: #262a5e;
}
.about .msg_vis .card:hover .h{
    transform: translateY(5px) rotate(180deg);
    background: #ea7f11;
}
.about .msg_vis .card .h img{
    position: relative;
    width: 65px;
    height: 65px;
}
.rules,.we{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 50vh;
     box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
     z-index: 7;
     background: #fff;
}
.rules .container .cards,.we .container .cards{
    position: relative;
    justify-content: center;
   width: 100%;
    display: flex;
    flex-wrap: wrap;
    bottom: 10px;
    right: 0;
    padding: 90px 10px 0px 10px;
 min-height: 50vh;
}
.rules .container .cards .card{
    position: relative;
    width: 250px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    margin:5px;
}
.rules .container .cards .card .hh{
    position: absolute;
    top: 10px;
    left: 0;
    width: 200px;
    height: 50px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.rules .container .cards .card .hh h1{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
    height: 100%;
     background: #ea7f11;
    box-shadow: none;
}
.rules .container .cards .card .pp{
    position: absolute;
     justify-content: center;
    align-items: center;
    display: flex;
     bottom: 0px;
     left: 0;
    width: 100%;
    height: 80px;
}
.rules .container .cards .card .pp img{
    position: relative;
    width: 70px;
    height: 70px;
}
.we{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 70vh;
     box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
     z-index: 6;
     background: #fff;
}
.we .container .cards .card{
    position: relative;
    width: 300px;
    height: 150px;
    background: #fff;
    margin:6px;
}
.we .container .cards .card .h{
     position: absolute;
     justify-content: center;
     align-items: center;
     display: flex;
    top: 10px;
    left:0;
    width: 100px;
    height: 80px;
    border: none;
    background: #ea7f11;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.we .container .cards .card .h img{
    position: relative;
    width: 70px;
    height: 70px;
}
.we .container .cards .card .p{
    position: absolute;
     justify-content: center;
     align-items: center;
     display: flex;
    top: 0;
    right: 0;
    width:250px ;
    height: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.we .container .cards .card .p p{
    position: relative;
    width: 50%;
    height: 50%;
    color: #262a5e;
    font-size: 15px;
}
.services .services_review{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-width: 100vw;
    min-height: 60vh;
    padding:100px 10px;
}
.services .services_review h1{
    position: absolute;
      justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    top: 30px;
    color: #fff;
      background: linear-gradient(120deg,#262a5e,#ea7f11);
      width: 250px;
      height: 50px;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
      text-align: center;
      font-size: 20px;
}
.services .services_review .card{
    position: relative;
    margin:10px;
     width: 250px;
     height: 150px;
}
.services .services_review .card .h{
    position: absolute;
     justify-content: center;
    align-items: center;
    display: flex;
    top: 12px;
    left: 0;
    width: 80px;
    height: 80px;
    background: #ea7f11;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    z-index: 1;
}
.services .services_review .card .h img{
    position: relative;
    width: 70px;
    height: 70px;
}
.services .services_review .card .p{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    background: #fff;
}
.services .services_review .card .p p{
    position: absolute;
     justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #262a5e;
    width: 85%;
    height: 100%;
}
.services .more_services{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100px;
}
.services .more_services a{
    position: relative;
    text-align: center;
    background: #ea7f11;
    color: #fff;
    text-decoration: none;
    height: 50px;
    padding:10px;
    font-size: 20px;
}
.service_about{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh;
}
.service_about > h1{
    position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        background: #ea7f11;
        color: #fff;
        font-size: 20px;
        height: 40px;
        width: 100%;
        z-index: 1;
        margin: 20px 0;
}
.service_about > h3{
    position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        background: #262a5e;
        color: #fff;
        font-size: 15px;
        height: 50px;
        width: 100%;
        margin: 5px 0;
        font-weight: 100;
}
.service_about .service_card{
    position: relative;
        display: flex;
        flex-direction: column;
        margin: 5px 10px;
        width: 300px;
        height: 450px;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.service_about .service_card .h{
    position: relative;
    width: 100%;
    height: 200px;
}
.service_about .service_card .h img{
    position: relative;
    width: 100%;
    height: 100%;
}
.service_about .service_card .p{
    position: relative;
    align-items: center;
    display: flex;
        flex-direction: column;
        width: 100%;
        height: 250px;
}
.service_about .service_card .p h1{
    position: relative;
    align-items: center;
    justify-content: center;
        display: flex;
    width: 90%;
    background: #ea7f11;
    color: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    height: 50px;
    font-size: 18px;
}
.service_about .service_card .p p{
    position: relative;
    text-align: justify;
   width: 100%;
   height: 85%;
   padding: 5px;
   font-size: 15px;
   line-height: 1.5em;
   color: #262a5e;
   overflow-y: scroll;
}
.services .more{
    position: relative;
        justify-items: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        min-height: 80vh;
        padding: 50px 10px;
    color: #fff;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    z-index: 1;
    background: url(../img/imgs/bf-right-2.jpg) no-repeat center;
   background-size: cover;
   background-attachment: fixed;
}
.services .more .cover_color{
    position: absolute;
    top: 0;left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}
.services .more div{
    position: relative;
    z-index: 1;
    margin: 10px 0;
}
.services .more .up,.services .more .dow{
    justify-content: center;
    align-items: center;
    display: flex;
   padding: 5px;
    width: 100%;
    background: rgba(255,255,255,0.08);
    border-bottom: 1px solid #ea7f11;
    height: 60px;
   box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
   backdrop-filter: blur(5px);
}
.services .more .up p,.services .more .dow p{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    top: 0;
    left: 0;
    font-size: 13px;
    width: 100%;
    height: 100%;
}
.services .more .mid{
    padding: 10px;
    width: 100%;
}
.services .more .mid ul{
    position: relative;
     justify-content: center;
    align-items: center;
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}
.services .more .mid ul li{
    position: relative;
    display: flex;
    margin: 4px;
    width:250px;
    height: 300px;
     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.7);
    font-size: 15px;
}
.services .more .mid ul li i{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    height:300px;
    background: #262a5e;
    color: #fff;
    font-size: 20px;
}
.services .more .mid ul li p{
     position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    width: 200px;
    height: 300px;
    background: rgba(255,255,255,0.08);
 backdrop-filter: blur(5px);
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-size: 15px;
}
.services .level_review,.services_ask,.services .services_man,.services .services_fun{
     position: relative;
   justify-content: center;
align-items: center;
display: flex;
padding: 100px 10px;
    flex-wrap: wrap;
    min-width: 100vw;
    min-height: 80vh;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    z-index: 1;
}
.services .level_review{
    flex-direction: column;
}
.services .services_fun{
    box-shadow: none;
}
.services .level_review h1,.services_ask h1,.services .services_man h1
,.services .services_fun h1{
position: absolute;
justify-content: center;
align-items: center;
display: flex;
top: 0;
left: 50%;
transform: translateX(-50%);
width:300px;
height: 40px;
background: #ea7f11;
color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
 font-size: 20px;
}
.services .services_fun h1{
    width: 450px;
    height: 80px;
    padding: 5px;
    font-size: 20px;
    text-align: center;
}
.services .services_ask .card{
position: relative;
margin:5px 15px;
width: 300px;
height: 350px;
}
.services .level_review .card{
position: relative;
margin:5px 15px;
width: 650px;
height: 100px;
}
.services .services_ask .card h1{
    position: absolute;
    justify-content: center;
align-items: center;
display: flex;
font-size: 20px;
    width: 100%;
    height: 25%;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: #fff;
    color: #262a5e;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .level_review .card h1{
    position: absolute;
    justify-content: center;
align-items: center;
display: flex;
font-size: 20px;
    height: 100%;
    width: 20%;
    padding: 10px;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: #fff;
    color: #262a5e;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_ask .card:hover h1{
height: 20%;
}
.services .services_ask .card .img{
     position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
    top: 70px;
    left: 110px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    height:80px;
    font-size: 20px;
    color: #fff;
    background: #262a5e;
    z-index: 1;
}
.services .level_review .card .n{
     position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
    top: 10px;
    left: 120px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    height:80px;
    font-size: 20px;
    color: #fff;
    background: #262a5e;
    z-index: 1;
}
.services_ask .card .img img{
    position: relative;
    width: 70px;
    height: 70px;
}
.services .services_ask .card:hover .img{
    background: #ea7f11;
    transform: rotate(360deg);
}
.services .services_ask .card:hover p{
    height: 70%;
}
.services .services_ask .card p{
position: absolute;
    justify-content: center;
align-items: center;
display: flex;
font-size: 15px;
    width: 100%;
    height: 73%;
    bottom: 0;
    left: 0;
    font-size: 15px;
    padding: 20px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    background: #fff;
    color: #ea7f11;
}
.services .level_review .card p{
position: absolute;
    justify-content: center;
align-items: center;
display: flex;
font-size: 15px;
    height: 100%;
    width: 70%;
    bottom: 0;
    right: 0;
    font-size: 15px;
    padding: 20px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    background: #fff;
    color: #ea7f11;
}
.services .services_data{
     position: relative;
   justify-content: center;
align-items: center;
display: flex;
    flex-wrap: wrap;
    min-width: 100vw;
    min-height: 80vh;
    padding: 100px 10px;
    color: #fff;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    z-index: 1;
    background: url(../img/imgs/twitter-bg.jpg) no-repeat center;
   background-size: cover;
   background-attachment: fixed;
}
.services .services_data .cover_color{
     position: absolute;
    top: 0;left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
}
.services .services_data div,.services .services_data h1{
    z-index: 1;
}
.services .services_data h1{
    position: absolute;
justify-content: center;
align-items: center;
display: flex;
text-align: center;
top: 0;
left: 50%;
transform: translateX(-50%);
width:350px;
font-size: 18px;
height: 40px;
background: #fff;
color: #262a5e;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_data .card{
    position: relative;
margin:5px 15px;
width: 300px;
height: 50px;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_data .card h1{
    position: absolute;
    justify-content: center;
align-items: center;
display: flex;
color: #fff;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 50px;
    height: 100%;
    background: #262a5e;
    font-size: 20px;
}
.services .services_data .card p{
    position: absolute;
    justify-content: center;
align-items: center;
text-align: center;
display: flex;
font-size: 15px;
    width: 250px;
    height: 100%;
    background: rgba(255,255,255,0.08);
     backdrop-filter: blur(5px);
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #ea7f11;
}
.services .services_man .card{
    position: relative;
    margin:5px 15px;
width: 400px;
height:200px;
 box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_fun .card{
      position: relative;
    margin:5px 15px;
width: 300px;
height:200px;
 box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_man .card h1,
.services .services_fun .card h1{
   position: absolute;
    justify-content: center;
align-items: center;
display: flex;
color: #fff;
    top: 15px;
    width: 70%;
    left:  0;
    transform: translateX(0);
    height: 40px;
    font-size: 17px;
    background: #ea7f11;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.services .services_man .card p,
.services .services_fun .card p{
     position: absolute;
    justify-content: center;
align-items: center;
text-align: left;
padding: 20px;
display: flex;
font-size: 15px;
color: #262a5e;
    width: 100%;
    height: 73%;
    bottom: 0;
    right: 0;
}
.experience .ex,.experience .ex_te{
 position: relative;
 justify-content: center;
 align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 70vh;
    padding: 100px 10px;
    border-bottom:2px solid #ea7f11 ;    
}
.experience .ex h1,.experience .ex_te h1{
 position: absolute;
   justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 350px;
    top: 30px;
    left: 0;
    height: 50px;
     font-size: 20px;
   background: linear-gradient(120deg,#262a5e,#ea7f11);
    color: #fff;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    font-weight: 200;
}
.experience .ex .amount{
    position: relative;
    display: flex;
    width: 450px;
    height: 50px;
    margin: 5px;
}
.experience .ex .amount .n{
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    display: flex;
    width: 50px;
    height: 100%;
   background: #ea7f11;
    color: #fff;
   
}
.experience .ex .amount .per{
    position: relative;
    width: 400px;
    height: 100%;
     background: rgba(0,0,0,0.2);
}
.experience .ex .amount .per .w{
    position: absolute;
    justify-content: center;
    align-items: center;
   display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    color: #262a5e;
    z-index: 1;
}
.experience .ex .amount .per .size{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #262a5e;
}
.experience .ex_re{
position: relative;
 justify-content: center;
 align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 70vh;
    padding: 100px 10px;
    background: rgba(0,0,0,0.8);
}
.experience .ex_re h1{
    position: absolute;
   justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 550px;
    top: 30px;
    left: 0;
    height: 50px;
     font-size: 20px;
   background: #fff;
    color: #262a5e;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    font-weight: 200;
}
.experience .ex_re .card{
    position: relative;
     display: flex;
     background: rgba(255,255,255,0.08);
      backdrop-filter: blur(5px);
     width: 300px;
     height: 50px;
     margin: 5px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.experience .ex_re .card span{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    background: #ea7f11;
    color: #fff;
    height: 100%;
}
.experience .ex_re .card p{
    position: relative;
     justify-content: center;
    align-items: center;
    display: flex;
    width: 250px;
    font-size: 15px;
    color: #ea7f11;
    height: 100%;
    border-bottom: 1px solid #fff;
}
.experience .ex_te .card{
   position: relative;
     display: flex;
     width: 250px;
     height: 250px;
     margin: 10px;
     background: #fff;
}
.experience .ex_te .card img{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100px;
    height: 100px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
     z-index: 1;
}
.experience .ex_te .card .bottom{
     position: absolute;
    top:  0;
    right: 0;
    width: 85%;
    height: 100%;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.experience .ex_te .card .bottom .h{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 30px;
    right: 0;
    width: 70%;
    font-size: 15px;
    background: #ea7f11;
    color: #fff;
    height: 40px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
     z-index: 2;
}
.experience .ex_te .card .bottom .info{
    position: absolute;
     justify-content: center;
    align-items: center;
    text-align: center;
     display: flex;
      flex-direction: column;
    bottom: 0;
left: 0;
width: 100%;
height: 80px;
}
.experience .ex_te .card .bottom .info span{
    position: relative;
     justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
   top: -30px;
    width: 100px;
    margin:10px;
    background: #fff;
    color: #ea7f11;
    height: 50px;
    border-bottom: 1px solid #ea7f11;
}
.news .head .click_me {
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 1;
    border: none;
    outline: none;
    background: #fff;
}

.news .head .form {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 220px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
}

.news .head .form.active {
    top: 20px;
    opacity: 1;
    pointer-events: all;
}

.news .head .form h1 {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 5px;
    right: 0;
    font-size: 20px;
    width: 150px;
    background: #ea7f11;
    color: #fff;
    height: 40px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.news .head .form form {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.news .head .form form .data {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.news .head .form form .data .txt {
    position: relative;
    width: 250px;
    height: 30px;
    padding: 2px;
    border: none;
    outline: none;
    border: 1px solid #ea7f11;
    color: #262a5e;
    font-size: 15px;
}

.news .head .form form .data .txt::placeholder {
    color: #ea7f11;
    opacity: 0.6;
}

.news .head .form form .data .btn {
    position: relative;
    width: 100px;
    height: 30px;
    border: none;
    outline: none;
    background: linear-gradient(120deg, #262a5e, #ea7f11);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    margin: 4px;
    font-weight: 100;
    cursor: pointer;
    z-index: 1;
}

.news .container {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px 0;
}

.news .all_news {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    display: flex;
}

.news .all_news .card {
    position: relative;
    margin: 20px 10px;
    width: 400px;
    height: 400px;
}

.news .all_news .card img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.news .all_news .card h1 {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #262a5e;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 250px;
    height: 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 15px;
    z-index: 1;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.news .all_news .card .read_more {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    bottom: 5px;
    left: 5px;
    width: 150px;
    height: 30px;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(120deg, #262a5e, #ea7f11);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 13px;
}

.news .all_news .card p {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    padding: 40px 5px;
    background: #fff;
    color: #262a5e;
    font-weight: 500;
    font-size: 13px;
    overflow: hidden;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.news .all_news .card p span {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: justify;
        text-justify: newspaper;
        word-spacing: -1.5px;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.news .container .message {
    position: relative;
justify-content: center;
    align-items: center;
    display: flex;
   
    width: 100%;
 height: 100%;
    padding: 10px;
    color: #262a5e;
    font-size: 20px;
}

.news .all_news .owl-dots {
    display: none;
}

.news .all_news .owl-nav .owl-prev,
.news .all_news .owl-nav .owl-next {
    display: none;
}

.news .all_news .owl-nav .owl-prev:hover,
.news .all_news .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.08);
}

.news .all_news .owl-nav .owl-prev {
    right: 10px;
}

.news .all_news .owl-nav .owl-next {
    left: 50px;
}
.contact .container{
   position: relative;
      justify-content: center;
      align-items: center;
      display: flex;
    flex-wrap: wrap;
    width: 100vw;
    min-height: 70vh;
     padding: 40px 10px;
}
.contact .container .info{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 650px;
    height: 500px;
     margin: 10px 5px;
}
.contact .container .info .mid{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
     width: 100%;
    height: 250px;
}
.contact .container .info .mid .detail{
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    margin: 5px 2px;
}
.contact .container .info .mid .detail i{
    position: relative;
     justify-content: center;
      align-items: center;
      display: flex;
   width: 50px;
   height: 50px;
   background: #262a5e;
   color: #fff;
    font-size: 30px;
}
.contact .container .info .mid .detail p{
      position: relative;
      justify-content: center;
      align-items: center;
      display: flex;
       color: #262a5e;
       border-bottom:1px solid #ea7f11;
       background: rgba(0,0,0,0.2);
    width: 590px;
   height: 50px;
   padding: 10px;
    font-size: 15px;
}
.contact .container .info .down{
    position: relative;
     justify-content: center;
      align-items: center;
      display: flex;
    width: 100%;
    height: 80px;
}
.contact .container .info .down .con{
    position: relative;
    margin: 0 20px;
    width: 60px;
    height: 60px;
    filter:grayscale(2.5);
}
.contact .container .info .down .con:hover{
     width: 65px;
    height: 65px;
    transform: translateY(-10px);
     filter:grayscale(0);
}
.contact .container .info .down .con a{
    position: absolute;
    justify-content: center;
      align-items: center;
      display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #ea7f11;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    border: 2px solid #ea7f11;
}
.contact .container .send_info{
   position: relative;
   justify-content: center;
   align-items: center;
    display: flex;
    flex-direction: column;
    width: 650px;
    height: 500px;
     margin: 10px 5px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.contact .container .send_info h1{
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 10px;
    left: 0;
    font-size: 20px;
    width: 200px;
    background: #ea7f11;
    color: #fff;
    height: 40px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
     z-index: 2;
}
.contact .container .send_info form{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.contact .container .send_info form .data{
    position: relative;
     display: flex;
    flex-direction: column;
    margin: 5px;
}
.contact .container .send_info form .data .txt{
    position: relative;
    width: 450px;
    height: 50px;
    padding: 5px;
    border: none;
    outline: none;
    border: 1px solid #ea7f11;
    color: #262a5e;
    font-size: 15px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.contact .container .send_info form .data .txt::placeholder{
    color: #ea7f11;
    opacity: 0.6;
}
.contact .container .send_info form .data .txt_msg{
    height: 150px;
    resize: none;
}
.contact .container .send_info form .data .btn_send{
    position: relative;
    width: 100px;
    height: 40px;
     border: none;
    outline: none;
     background: linear-gradient(120deg,#262a5e,#ea7f11);
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
     color: #fff;
     font-size: 13px;
     font-weight: 100;
}
.contact .container .send_info form .data .show_message {
    position: absolute;
    text-align: center;
    bottom: -40px;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    color: #262a5e;
    background: #ea7f11;
    font-weight: 900;
    display: none;
}
.contact .container .up{
   position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 650px;
     max-height: 350px;
     margin: 5px 0;
}
.contact .container .up img{
       position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
footer{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
    background: #262a5e;
}
footer .comp_info{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    font-weight: 200;
    background: #ea7f11;
    color: #fff;
    height: 50px;
}
footer .comp_info .flag{
    margin: 0 5px;
    color: #262a5e;
}
footer .designer {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    direction: ltr;
    width: 100%;
    font-weight: 200;
    background: #262a5e;
    color: #ea7f11;
    height: 50px;
}

footer .designer a {
    position: relative;
    width: 20px;
    height: 20px;
}

footer .designer a img {
    position: relative;
    width: 20px;
    height: 20px;
}
.go_up{
    position: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 10px;
    left: -50px;
    width: 50px;
    height: 50px;
    background: #262a5e;
    color: #ea7f11;
    font-size: 25px;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
     z-index: 20;
     cursor: pointer;
     animation: go_up 1.5s ease infinite;
}
.go_up:hover{
     background: #ea7f11;
    color: #262a5e;
}
@keyframes go_up{
    0%{
        transform: translateY(-8px);
    }
    25%{
         transform: translateY(2px);
    }
    50%{
         transform: translateY(-8px);
    }
    75%{
         transform: translateY(2px);
    }
    100%{
         transform: translateY(-8px);
    }
}
.head_news .small_menu {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 70px;
    height: 100%;
    display: none;
}

.head_news .small_menu span {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 30px;
}
.head_news .small_menu ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    list-style: none;
    bottom: -60px;
    right: 0;
    width: 120px;
    height: 65px;
    background: #ea7f11;
    opacity: 0;
    pointer-events: none;
}

.head_news .small_menu:hover ul {
    opacity: 1;
    pointer-events: all;
   
}

.head_news .small_menu ul li {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 2px 0;
}

.head_news .small_menu ul li a {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.head_news .small_menu ul li a:hover {
    background: #262a5e;
}

.manage .container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 10px;
}

.manage .container .header {
    position: relative;
    display: flex;
    width: 250px;
    height: 50px;
    background: #fff;
    padding: 2px;
    margin: 20px 0;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #ea7f11;
}

.manage .container .header .sp {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    color: #ea7f11;
    font-size: 25px;
    margin: 0 20px;
}

.manage .container .data_info,
.manage .container .show_details,
.manage .container .forms {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 100%;
    padding: 10px;
}

.manage .container .data_info h1,
.manage .container .show_details h1,
.manage .container .forms h1 {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 300px;
    height: 50px;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0;
    background: linear-gradient(120deg, #262a5e, #ea7f11);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    color: #fff;
}

.manage .container .data_info table,
.manage .container .show_details .details,
.manage .container .forms form {
    position: relative;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.manage .container .show_details .details,
.manage .container .forms form {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    max-width: 750px;
}

.manage .container .data_info table tr {
    position: relative;
    padding: 10px;
}

.manage .container .data_info table tr th {
    background: #ea7f11;
    color: #fff;
}

.manage .container .data_info table tr td {
    border-bottom: 1px solid #262a5e;
    color: #ea7f11;
    background: rgba(0, 0, 0, 0.05);
}

.manage .container .data_info table tr th,
.manage .container .data_info table tr td {
    position: relative;
    text-align: center;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-size: 15px;
    margin: 5px;
}

.manage .container .data_info table tr td form button {
    position: relative;
    border: none;
    outline: none;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    width: 100px;
    height: 30px;
    margin: 2px;
    font-size: 12px;
    color: #fff;
    background: #262a5e;
    cursor: pointer;
}

.manage .container .data_info .btn_add {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    width: 200px;
    height: 30px;
    margin: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    background: #262a5e;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
}

.manage .container .data_info .btn_add:hover {
    background: #FFF;
    color: #262a5e;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.manage .container .data_info .btn_add a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.manage .container .data_info .btn_add:hover a {
    color: #262a5e;
}

.manage .container .add_new {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
}

.manage .container .add_new .add_msg {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px;
    font-size: 20px;
    border-radius: 5px;
    background: linear-gradient(120deg, #262a5e, #ea7f11);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    color: #fff;
    margin: 10px;
}

.manage .container .add_new button {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    right: 0;
    width: 200px;
    height: 30px;
    margin: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    background: #262a5e;
    color: #fff;
    cursor: pointer;
}

.manage .container .add_new button:hover {
    background: #FFF;
    color: #262a5e;
     box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.manage .container .add_new button a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.manage .container .add_new button:hover a {
    color: #262a5e;
}

.manage .container .show_details .details .detail_image {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
}
.manage .container .show_details .details .detail_image img {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #262a5e;
    object-fit: contain;
    object-position: center;
}
.manage .container .show_details .details .more_detail {
    position: relative;
   direction: ltr;
}
.manage .container .show_details .details .more_detail .detail {
    position: relative;
    justify-content: start;
    display: flex;
    flex-direction: column;
    padding: 2px 0;
    margin: 2px 0;
}

.manage .container .show_details .details .more_detail .detail label {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ea7f11;
    font-size: 15px;
    padding: 5px;
    width: 80px;
    margin: 5px 2px;
}

.manage .container .show_details .details .more_detail .detail .d {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #262a5e;
    width: 300px;
    font-size: 15px;
    border: none;
    outline: none;
    font-weight: bolder;
    padding: 15px;
    border-bottom: 1px solid #262a5e;
    background: rgba(0, 0, 0, 0.05);
    margin: 5px;
}

.manage .container .show_details .details .more_detail .detail textarea {
    width: 300px;
    height: 150px;
    resize: none;
}

.manage .container .show_details .details .more_detail .detail form {
    position: relative;
    display: flex;
    justify-content: center;
}

.manage .container .show_details .details .more_detail .detail form button {
    position: relative;
    border: none;
    outline: none;
    width: 100px;
    height: 30px;
    margin: 2px;
    font-size: 12px;
    color: #fff;
    background: #ea7f11;
    cursor: pointer;
}

.manage .container .show_details .details .more_detail .detail form .btn_back a {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.manage .container .forms form .data_img {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
}

.manage .container .forms form .data_img img {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #262a5e;
    object-fit: contain;
    object-position: center;
}

.manage .container .forms form .data_img .sh_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.4);
}

.manage .container .forms form .data_img .fl {
    display: none;
}

.manage .container .forms form .data_img .btn_img {
    position: relative;
    text-align: center;
    line-height: 30px;
    width: 250px;
    margin: 5px 0;
    height: 30px;
    background: #262a5e;
    color: #ea7f11;
}

.manage .container .forms form .more_data {
    position: relative;
}

.manage .container .forms form .more_data .data {
    position: relative;
    justify-content: start;
    display: flex;
    padding: 2px 0;
    margin: 2px 0;
}

.manage .container .forms form .more_data .data .txt {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #262a5e;
    width: 300px;
    font-size: 15px;
    border: none;
    outline: none;
    font-weight: bolder;
    padding: 15px;
    border-bottom: 1px solid #262a5e;
    background: rgba(0, 0, 0, 0.05);
    margin: 5px;
}

.manage .container .forms form .more_data .data .txt_ar {
    width: 300px;
    height: 150px;
    resize: none;
}

.manage .container .forms form .more_data .data button,
.container .forms form .data .btn_submit,
.manage .container .forms form .more_data .data button,
.container .forms form .data .btn_back {
    position: relative;
    border: none;
    outline: none;
    width: 100px;
    height: 30px;
    margin: 2px;
    font-size: 12px;
    color: #fff;
    background: #ea7f11;
    cursor: pointer;
}

.manage .container .forms form .more_data .data .btn_back a {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.manage .container .forms .message {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 100%;
    padding: 10px;
}

.manage .container .forms .message .msg_content {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.manage .container .forms .message .error {
    background: #ff8484;
    color: #990000;
}

.manage .container .forms .message .error strong {
    margin: 0 5px;
}

.manage .container .forms .message .done {
    background: #a9fc90;
    color: #249b00;
}