.image-postion {
    width: 100%;
    z-index: -1;
    position: relative;
    overflow: hidden;
}
.image-postion:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg,#000000a8,#121212e0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .9;
    z-index: 1;
}
.images {
    position: absolute;
    right: 0;
    top: 0;
    filter: blur(4px);
    width: 100%;
    box-shadow: inset 0 0 50px #000;
    height: 100%;
}
.images img{

    
        object-fit: cover;
        height: 100%;
        width: 100%;
   
}
.up-top-titel-kd {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 22px;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
.top-titel-kd {
    position: relative;
    font-size: 18px;
    font-weight: 900;
    color: #f7f7f7;
    text-shadow: 0 2px 3px #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
h1.ti-singel {
    width: 100%;
    margin-bottom: 10px;
}

.breadcrumbs {
    display: block;
    margin: 10px 0;
    z-index: 9;
    font-size: 14px;
    color: #f5f5f5;
    background: #ffffff36;
    padding: 8px;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,20px 0px);
    padding-left: 40px;
}

questions {
    border-radius: 20% 20% 0px 0px;
    background: linear-gradient(rgb(41, 62, 156), rgb(0, 174, 239)) !important;
    padding: 50px;
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container-boxed {
    max-width: 1000px;
    margin: auto;
}
.text-center {
    text-align: center;
}
questions .company-title h2 {
    color: #ffffff;
}

.company-title h2 {
    font-size: 35px;
    color: #293e9c;
}
questions .company-title p {
    color: #e9e9e9;
    font-weight: 500;
    font-size: 25px;
}

.company-title p {
    font-size: 25px;
    margin: 20px 0;
    color: #464646;
}
.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 5px;
  color: #293e9c;
  font-size: 21px;
  padding: 10px;
  margin-bottom: 7px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  transition: .35s ease;
  }
  

  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 28px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  

  
  h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
  }
  
  
  .accordion-item {
    background-color: #fff;
    
  }
  
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height:28px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  
  
  @media (max-width: 767px){
questions {
    border-radius: 1px;
    padding: 10px;
}}




/**/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}



.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px
}

.wrapper:before,.clear:before,.clear:after {
    /* content: ""; */
    /* display: table; */
    /* table-layout: fixed; */
}

.wrapper:after {
    clear: both;
    content: "";
    display: block
}




.site-header {
    background: #006bb7;
    box-shadow: 0 0 10px 5px rgb(0 0 0/10%);
    position: relative
}

.site-header.fixed .menubar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #196ab5
}

.topbar {
    background: #ffffff;
    padding: 9px 0
}

.phone {
    margin: 0 8px;
}

.phone a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 10px;
    text-decoration: none;
    color: #006bb7;
}

.phone span svg {
    transform: rotate(261deg);
    vertical-align: middle
}

.social-follow a {
    margin: 0 1px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    line-height: 35px
}

a.whatsapp {
    background: #34d367
}

a.facebook {
    background: #2c76f0
}

a.twitter {
    background: #32a0f0
}

a.instgram {
    background: #e14162
}

.site-header .wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between
}

.menubar {
    padding: 14px 0
}

.topbar .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/*
.topbar .wrapper:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 100%;
    width: 100vw;
    bottom: -10px;
    background: #236eb4;
    transform: skew(-22deg)
}
*/

.logo-link {
    display: block;
    height: 100%
}

.search-company  {
    display: none
}


a.info-text {
    display: block;
    color: #000
}

.search-company{
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #c8d7e1
}

.search-wrapp {
    flex: 1;
    box-shadow: 0 1px 4px rgb(0 0 0/10%);
    border-radius: 6px;
    margin: 0 17px
}

.search-form {
    display: flex;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d7d7d787
}

.search-inputt {
    padding: 10px;
    background: 0 0;
    flex: 1;
    border: none;
    height: 40px
}

.search-submitt {
    padding: 0 10px;
    width: 60px;
    font-size: 28px;
    height: 40px;
    background: 0 0;
    border-radius: 4px;
    color: #fff
}






@media only screen and (max-width: 600px) {
   

    .social-follow a {
        width: 30px;
        height: 30px;
        line-height: 25px;
        text-align: center;
    }

    .social-follow a svg {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 1023px) {
    

    .search-wrapp {
        display: none
    }

    .search-wrapp.open {
        display: block
    }

    .search-wrapp {
        position: absolute;
        bottom: -131px;
        left: 0;
        right: 0;
        margin: 0
    }

 

    .search-company {
        background: #fff
    }

    
  
}

@media only screen and (min-width: 982px) {
    .wrapper {
        max-width:1480px
    }

    .search-company.open .close {
        display: block
    }

    .search-company {
        display: none
    }

    .search-wrapp.open {
        background-color: #fff;
        display: block;
        position: absolute;
        left: -30px;
        top: 59px;
        z-index: 9999;
        box-shadow: 0 0 9px 1px rgb(100 100 100/30%);
        padding: 15px;
        width: 100%
    }

    
    .search-company,.menu-items a {
        border: 0
    }

   
}

@media only screen and (min-width: 1480px) {
    .wrapper {
        max-width:1480px
    }
}



html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,::after,::before {
    box-sizing: inherit;
    padding: 0;
}

body {
    
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #414753;
    background-color: #fff;
    margin: 0
}
a{

    text-decoration: none;
}

.btn {
    background: #fff;
    text-decoration: none;
    border: 3px solid #000;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 25px;
    transition: all .2s ease-in-out;
}
.load-more{
    color: #fff;
    font-size: 20px;
    background-color: #000000;
    border-color:#000;
}
.load-more:hover,
.btn:hover{
    color: #000000;
    background-color: #e7b732;
    border-color:#e7b732;
    transition: all .2s ease-in-out;
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 0
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.screen-reader {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader:active,.screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

header {
    display: block;
    background-color:#2a3f9b!important;
}

header.sticky .menubar-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0
}

.topbar-section {
    padding: 15px;
    background-color: #083262!important;
}

.site-branding {
    text-align: center
}

.site-logo {
    display: inline-flex;
    line-height: 1.2;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-decoration: none;
    color: #2f2c2c
}

.site-title-inner {
    margin-right: 10px;
    line-height: 1.3
}

.site-title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none
}

.site-description {
    font-size: 14px;
    padding-top: 5px;
    color: #fff
}

.topbar-inner {
    width: 100%
}

.search-wrap {
    padding: 5px 0
}

.search-form {
    position: relative;
    width: 100%
}

.search-field {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 40px;
    box-shadow: 0 4px 8px rgb(213 162 71 / 10%);
    border: 0;
    font-weight: bold;
}

.search-submit {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: 0 0;
    color: #fff;
    outline: 0;
    margin: 0;
    padding: 0 10px;
    z-index: 2
}

.menubar-section {
    z-index: 9999;
    width: 100%;
    margin: auto;
    border-radius: 3px;
    /* box-shadow: 0 0 10px 0 #2a2727; */
    position: relative;
    background: #293e9a;
  

    padding: 15px 5px;
   
    position: relative;
    z-index: 9999;
    width: 100%;
    margin: auto;
    border-radius: 3px
}

.sidebar-close,.sidebar-open {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px
}

.main-navigation ul {
    list-style: none;
    margin: 0
}

.menubar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.menu-items li {
    position: relative
}

.menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 300;
    font-size: 19px;
    box-shadow: rgb(213 162 71 / 21%) 0 1px 2px 0,rgb(213 162 71 / 15%) 0 1px 3px 1px;
    margin: 6px 0
}

.icon-dropdown {
    border: solid #d5a247;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: .8s;
    transition: transform .3s,-webkit-transform .3s
}

.submenu-toggle {
    display: block;
    left: 0;
    padding: 18px 16px;
    position: absolute;
    top: 0;
    background: #fffaf2
}

.sub-menu {
    display: none
}

.sub-menu.active {
    display: block
}

.submenu-toggle.active .icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.book-now a {
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    color: #563a7a;
    margin-left: 8px
}

.book-now a span {
    margin-right: 10px
}

.bar-align {
    display: flex;
    justify-content:flex-start;
    align-items: center
}

footer {
    background-color: #1f1f1f;
    color: #fff;
    padding-top: 22px;
}
footer a{
   text-decoration:none;
	color:#fff
}

.wave {
    width: 120%;
    height: 50px;
    background: #ecf3ff;
    margin-left: -10%
}

footer h3 {
    box-shadow: 0 2px 0 0 #ebd67a;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px
}

.follow-us {
    margin-bottom: 15px
}

.contact-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid#185d91 !important;
    padding: 15px 0;
    border-top: 1px solid #185d91 !important;
    margin-bottom: 25px
}

.contact-menu a {
    color: #fff;
    text-decoration: none
}

.contact-menu li {
    width: 50%;
    position: relative;
    margin-bottom: 18px;
    text-align: right
}

.contact-menu li::before {
    content: " ";
    display: inline-block;
    border: 6px solid transparent;
    border-right-color: #ebd67a;
    width: 0;
    height: 0;
    margin-left: 15px
}

.copyright {
    padding: 15px 0;
    background: #1B1B1B;
    color:#fff;
    font-weight: 700
}

.follow-us a:not(:last-child) {
    background: #fff;
    margin: 11px 0 11px 11px;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    box-shadow: -1px 0 0 0 #c0b9db;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%)
}

.contact-info {
    display: flex;
    flex-wrap: wrap
}

.contact-section {
    text-align: center;
    width: 100%;
    margin-bottom: 15px
}

.contact-txt span {
    display: block
}

.contact-icon {
    margin-bottom: 10px
}

.scrollUp {
    display: none;
    position: fixed;
    right: 7px;
    bottom: 8px;
    background: #185d91 !important;
    padding: 15px 15px;
    border-radius: 33px 74px 12px 80px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 43%);
    z-index: 8;
}

.scrollUp.active {
    display: block
}

.ms-call-btn,.ms-whats-btn {
    display: flex;
    position: fixed;
    bottom: 4.5em;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

.ms-whats-btn {
    left: 15px;
    bottom: 60px
}

.ms-call-btn {
    left: 15px;
    bottom: 160px
}

.ms-call-icon,.ms-whats-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 64px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0 rgb(68 68 68 / 71%);
    -moz-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, .705);
    box-shadow: 1px 1px 6px 0 rgb(68 68 68 / 71%);
}


.ms-call-icon {
    border: 1px solid #2d6ac7;
    background-color: #ffffff;
    animation: 2s ease-in-out infinite call-rotate
}

.ms-whats-icon {
    background-color: #ffffff;
    animation: 2s ease-in-out infinite call-rotate
}

.ms-call-txt,.ms-whats-txt {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 32px;
    border-radius: 10px;
    height: 35px;
    margin-top: 15px;
    width: 100px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.ms-call-txt {
    background-color: #2d6ac7;
    color: #fff
}

.ms-whats-txt {
    background-color:rgb(42,181,64);
    color:#ffffff
}

.ms-left {
    padding: 0 20px 0 8px;
    margin-right: -15px;
    order: 1
}

@keyframes call-rotate {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}
.not-found {
    padding: 80px 0;
    text-align: center
}

.not-found h1 span {
    display: block
}

.not-found .number {
    background: #fff;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    text-shadow: 2px -1px 0 #000,4px -2px 0 #0a0a0a,6px -3px 0 #0f0f0f,8px -4px 0 #141414,10px -5px 0 #1a1a1a,12px -6px 0 #1f1f1f,14px -7px 0 #242424,16px -8px 0 #292929;
    display: block
}

.not-found .number::before {
    background-color: #694695;
    background-image: radial-gradient(closest-side at 50% 50%,#e91e63 100%,rgba(0,0,0,0)),radial-gradient(closest-side at 50% 50%,#ebd67a 100%,rgba(0,0,0,0));
    background-repeat: repeat-x;
    background-size: 40vmin 40vmin;
    background-position: -100vmin 0,100vmin -25vmin;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    -webkit-animation: moving 10s linear infinite both;
    animation: moving 10s linear infinite both;
    display: block;
    position: absolute;
    content: ""
}

@-webkit-keyframes moving {
    to {
        background-position: 100vmin 20vmin,-100vmin -25vmin
    }
}

@keyframes moving {
    to {
        background-position: 100vmin 20vmin,-100vmin -25vmin
    }
}

@keyframes animate-waggle {
    0% {
        transform: none
    }

    10% {
        transform: rotateZ(-20deg) scale(1.2)
    }

    13% {
        transform: rotateZ(25deg) scale(1.2)
    }

    15% {
        transform: rotateZ(-15deg) scale(1.2)
    }

    17% {
        transform: rotateZ(15deg) scale(1.2)
    }

    20% {
        transform: rotateZ(-12deg) scale(1.2)
    }

    22% {
        transform: rotateZ(0) scale(1.2)
    }

    100%,24% {
        transform: rotateZ(0) scale(1)
    }
}

.footer-main .col-md-6 {
    overflow: hidden
}

@media (max-width: 991px) {
    .main-nav {
        background:#293E9A;
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999
    }
    .bar-align{

        justify-content: space-between;
    }

    .menu-items {
        padding: 25px
    }

    .sidebar-close {
        background: #d5a247;
        position: absolute;
        top: 9px;
        left: 15px;
        padding: 4px 7px;
        z-index: 9999
    }

    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1
    }

    .sidebar-open {
        background:#185d91 !important;
        border: 0;
        margin-right: 13px
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
    
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }

    .sidebar-close,.sidebar-open,.submenu-toggle {
        display: none
    }

    .menu-items>li {
        display: inline-block
    }

    .menu-items li a {
        box-shadow: none;
        padding: 0 17px
    }

    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        right: 7px
    }

    .menu-items .sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .menu-items .sub-menu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 250px;
        width: max-content;
        min-width: 235px;
        padding: 0;
        margin-top: 1px;
        border-radius: 2px;
        box-shadow: 0 9px 20px 0 rgb(0 0 0 / 13%);
        z-index: 9999;
        transform: rotateX(-90deg);
        transition: .5s;
        visibility: hidden;
    }
    @media (min-width: 992px){
.sub-menu li a {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #4646462b;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #3b76cb;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}}
@media (min-width: 992px){
.menu-items li a:hover {
    color: #008cef;
}}
@media (min-width: 992px){
.sub-menu li a:hover {
    background: #f1faff;
}}

    .menu-items .sub-menu .has-children .sub-menu {
        right: 100%;
        top: 0
    }

    .menu-items .has-children:hover>.sub-menu {
        display: block;
    visibility: visible;
    transform: translateY(0);
    }


    .topbar-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .search-wrap {
        width: 375px;
    display: none;
    }

    .site-branding {
        margin-left: 35px;
        filter: brightness(20);
    }

    .col-md-6 {
        width: 100%;
        margin-bottom: 31px
    }

    .contact-menu li {
        width: 33.3333%
    }

    .contact-section {
        width: 33.3333%;
        display: flex;
        text-align: right
    }

    .contact-icon {
        margin-left: 17px
    }

    .footer-main {
        padding: 20px 0
    }
	footer a{
		text-decoration:none;
		color:#fff
		
	}

    .site-title-inner {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
		footer a{
		text-decoration:none;
		color:#fff
		
	}
}

.up-ask {
    padding: 10px;
    background: #1f1f1f;
  }
  .container {
    margin: 0 auto;
    
  }
   .flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  li.ksmh {
    border-radius: 15px;
    background: #383737a6;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(173, 181, 189, 0.3) !important;
    text-align: center;
    flex: 1;
    transform: scale(.99);
    list-style: none;
  
  }
   .tital {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer-contacts .info-icons {
    
    color: #ffffff;
    margin-left: 15px;
  }
   
   .tital > div {
    font-size: 19px;
    color: #fff;
  }
  
   .footer-contacts .flex-1 {
    font-size: 16px;
    color: rgb(228 228 228);
    max-height: 70px;
  }
  
   .flex-1 {
    flex: 1 1 0%;
  }
  
  @media (max-width: 500px){
   .up-ask .footer-contacts {
      display: block;
  }
   li.ksmh {
    margin-bottom: 10px;
  }
  }
  @media (max-width: 1023px){
    .container {
      max-width: 100%;
  }
  }
  
  @media (max-width: 450px){
    .col-xs-12 {
      width: 100%;
      min-width: 100%;
  }
  }
  
  /**/
  @media only screen and (min-width: 738px){
.col-8 {
    width: 80%;
}
.col-4, .col-5, .col-8, .col-2 {
    float: left;
    min-height: 0.125rem;
}
}

.top-banner {
    text-align: right;
}
.container {
    max-width: 1480px;
    margin: 0px auto;
    padding: 0px 10px;
}

aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    overflow: hidden;
    z-index: 9999;
    height: 100%;
    background-color: #293e9b;
    box-shadow: 0 0 8px #0000004a;
    align-items: center;
}
.list-unstyled {
    list-style: none;
}

aside ul {
    width: 100%;
}
aside ul li {
    position: relative;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #dddddd26;
}
aside ul li label {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
aside ul li i {
    font-size: 30px;
    color: #ffffff;
}
aside ul li span {
    position: absolute;
    white-space: nowrap;
    right: 103px;
    padding: 10px 20px;
    line-height: 29px;
    border-radius: 10px 0 0 10px;
    background: #fff;
    color: #293e9c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    top: 26px;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1199px){
aside {
    position: static;
    width: 100%;
    height: auto;
    display: block!important;
    text-align: center;
}}
@media (max-width: 767px){
aside ul li {
    width: 100%;
    text-align: right;
    padding: 10px;
}}
@media (max-width: 1199px){
aside li {
    display: inline-block;
}}
@media (max-width: 1199px){
aside ul li label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 4px;
    vertical-align: top;
}}
@media (max-width: 1199px){
aside ul li span {
    visibility: visible;
    position: static;
    opacity: 1;
    background: 0 0;
    color: #fff280;
    padding: 0 10px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: initial;
}}
@media (max-width: 1199px){
aside ul li i {
    font-size: 20px;
    vertical-align: super;
}}

