.container>.content-part{
  text-align: center;
}
.content-part>.slider-des{
  text-align: center;
}

.content-part>.slider-des .sl-desc{
  font-size: 20px !important;
  color: #fff;
  padding-bottom: 20px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
  content: "" !important;
}
.rs-blog.style1 .blog-wrap .content-part .title {
  margin: 6px 0 15px;
  height: 100px;
}
.btn-100{
  width: 100% !important;
}
.document_table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.document_table tr:nth-child(even) {
  background-color: #dddddd;
}

.rs-breadcrumbs .content-part {
  padding: 90px 0 !important;
}

.rs-breadcrumbs .content-part .breadcrumbs-title1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 !important;
}

.rs-breadcrumbs .content-part .breadcrumbs-title2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  margin: 160px 0 0 0 !important;
}

.rs-breadcrumbs .content-part .breadcrumbs-title3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  margin: 160px 0 0 0 !important;
}

.rs-services.style11 .service-wraping .top-part {
  position: relative;
  border-bottom: 1px dashed #d83030 !important;
}

.rs-about.style4 .sec-title.custom-law {
  position: relative;
  border-bottom: 1px dashed #d83030 !important;
  padding-bottom: 15px !important;
  margin-bottom: 19px;
}

body.home-eleven .full-width-header .toolbar-area {
  background: #09187a !important;
  position: relative;
  overflow: hidden;
}

body.home-eleven {
  color: #000833 !important;
}

.blue-bg{
  background: #09187a !important;
}

.red-color{
  color: #d83030 !important;
}

.rs-services.style12 .service-wrap {
  padding: 50px 35px;
  background-image: linear-gradient(130deg, #09187a 0%, #495c8b 100%) !important;
  transition: all 0.3s ease;
  text-align: center;
}

.footer-social li {
  display: inline;
  margin-right: 5px;
}

.footer-social li a {
  display: inline-block;
  font-size: 15px;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  background: #d83030;
  color: #ffffff;
  text-align: center;
}

#scrollUp i {
  background: #081250 !important;
  border-radius: 100% !important;
  height: 40px;
  font-size: 24px;
  border: #d83030 solid 1px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 33px !important;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: -19px 0 0 -21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #081250;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}