@charset "utf-8";
html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #002b46;
}
body::-webkit-scrollbar {
  width: 13px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
html,
body {
  font-size: 15px;
  color: #002b46;
  font-family: "alqabas", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alqabas", sans-serif, serif;
  color: #002b46;
  margin: 0 0 26px;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
a {
  color: #cf9405;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #222;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #cf9405;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #cf9405;
  text-shadow: none;
  color: #fff;
}
.white-bg {
  background-color: #fff;
}
.primary-bg {
  background: #cf9405;
}
.title-bg {
  background: #002b46;
}
.gray-bg {
  background: #f3f3f3;
}
.transparent-bg {
  background: transparent;
}
.bg7 {
  background-image: url(../images/4444.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.rs-menu-toggle {
  color: #cf9405;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
}
.readon,
.readonRegister {
  background: #cf9405;
  line-height: normal;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-weight: 400;
  padding-right: 50px;
  display: inline-block;
}
.readonBack{
  background: #cf9405;
  line-height: normal;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-weight: 400;
  padding-right: 50px;
  display: inline-block;
}
.readonBack:before{
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  top: 0;
  font-size: 15px;
  font-family: Flaticon;
  display: inline-block;
  font-weight: 400;
  left: 25px;
  right: auto;
  content: "\f134";
}
.readonBack {
  padding: 0 20px;
  padding-left: 50px;
}
.readonRegister {
  background: #002b46 !important;
  color: #ffffff !important;
  margin-top: 25px;
}
.readon:before,
.readonRegister:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 25px;
  opacity: 1;
  top: 0;
  font-size: 15px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: 400;
}
.form-check-input {
  margin-right: -1.25rem !important;
}
.reg-fields,
.reg-select {
  border: 0;
  padding: 25px 1rem;
  border-bottom: 3px solid #ebeef1;
  background-color: #ebeef1;
}
.reg-select {
  height: auto;
  padding: 10px !important;
}
.reg-fields:focus,
.reg-select:focus {
  border-color: #002b46;
  box-shadow: none;
}
.reg-title:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 20px;
  height: 1px;
  background-color: #bbb;
}
.reg-label {
  margin-right: 2px;
}
.form-check {
  margin-left: 0;
  margin-right: 28px;
  padding-left: 0.25rem;
}
.form-check-mr-0 {
  margin-right: 0;
}
.div-p {
  padding: 10px 15px;
}
.form-check-ml-10 {
  margin-left: 10px;
}
.form-check-mr-22 {
  margin-right: 22px;
}
.form-check-input {
  margin-top: 9px;
}
.row-radio {
  padding: 10px 0;
}
#image {
  user-select: none;
  text-decoration: line-through;
  font-style: italic;
  font-size: x-large;
  position: absolute;
  top: 12px;
  right: 30px;
}
.reg-div {
  max-width: 900px;
  position: relative;
  left: 13%;
}
.readon.upper {
  text-transform: uppercase;
}
.readon.large-btn {
  font-size: 17px;
  font-weight: 500;
}
.readon:hover,
.readonBack:hover {
  color: #fff;
}
.readon:hover:before {
  right: 20px;
}

.readonBack:hover:before {
  left: 20px;
}
button.readon {
  border: none;
  outline: none;
}
button.readon:focus,
button.readon:active {
  outline: none;
}
.readon2 {
  color: #cf9405;
  padding-right: 30px;
  position: relative;
}
.readon2:after {
  position: absolute;
  content: "\f133";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #cf9405;
  transition: all 0.3s ease;
}
.readon4:after {
  position: absolute;
  content: "\f064";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #cf9405;
  transition: all 0.3s ease;
}
.readon2:hover {
  color: #fff;
}
.readon3:hover {
  color: #022950;
}
.readon2:hover:after {
  right: 0;
  color: #fff;
}
.readon3:hover:after {
  right: 0;
  color: #022950;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.display-table {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  padding: 0 50px;
  direction: ltr;
}
/* .display-table-cell {
  display: table-cell;
  vertical-align: middle;
} */
table {
  text-align: center;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #002b46 !important;
}
.primary-color {
  color: #cf9405 !important;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #263043;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.sec-title .sub-title {
  margin: 0 0 4px;
  font-size: 30px;
  font-family: "alqabas", sans-serif, serif;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
}
.sec-title .sub-title.primary {
  color: #cf9405;
}
.sec-title .title {
  color: #002b46;
  text-transform: capitalize;
  font-size: 20px;
}
.sec-title .title-desc {
  color: #767676;
}
.sec-title.top-line .sub-title {
  position: relative;
  display: inline-block;
}
.sec-title.top-line .sub-title:before,
.sec-title.top-line .sub-title:after {
  position: absolute;
  content: "";
  top: 13px;
  left: -40px;
  width: 30px;
  height: 1px;
  background: #cf9405;
}
.sec-title.top-line .sub-title:before {
  left: auto;
  right: -40px;
}
.sec-title.top-line .sub-title.primary:after {
  background: #cf9405;
}
.sec-title.top-line .sub-title.white:after {
  background: #fff;
}
.sec-title.right-line .sub-title {
  position: relative;
  display: inline-block;
}
.sec-title.right-line .sub-title:after {
  position: absolute;
  content: "";
  top: 13px;
  right: -70px;
  display: none;
  width: 50px;
  height: 2px;
  background: #cf9405;
}
.sec-title.right-line .sub-title.primary:after {
  background: #cf9405;
}
.sec-title.right-line .sub-title.white:after {
  background: #fff;
}
.full-width-header .toolbar-area .toolbar-contact {
  padding: 15px 0;
}
.full-width-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i {
  font-size: 15px;
  margin-right: 7px;
  color: #cf9405;
}
.full-width-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease;
  color: #fff;
  font-family: "alqabas";
  font-size: 17px;
}
.full-width-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #cf9405;
}
.full-width-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 10px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #cf9405;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #cf9405;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #cf9405;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mzs-transition: 0.4s;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #cf9405;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.get-btn a {
  font-size: 16px;
  padding: 15px 15px;
  line-height: 27px;
  letter-spacing: 1px;
  font-family: "alqabas", sans-serif, serif;
  color: #fff;
  background: #cf9405;
  text-transform: capitalize;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.get-btn a:hover {
  opacity: 0.9;
}
.full-width-header .rs-header {
  z-index: 99;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 90px;
  top: -5px;
  right: 60px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 94px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  height: 90px;
  line-height: 90px;
  padding: 0;
  color: #fff;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #cf9405;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li:last-child
  i {
  margin: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu.onepage-menu
  .active-menu
  a {
  color: #cf9405 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #002b46;
  margin: 0;
  padding: 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin-right: 9px !important;
  float: right;
  border: none;
  width: max-content;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
  color: #fff;
  font-weight: 400;
  padding: 6px 15px !important;
  text-align: left;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  .sub-a {
  padding: 10px 17px 10px 41px !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #cf9405 !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #cf9405 !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0);
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu
  .child-single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu
  .child-single-megamenu
  .sub-menu {
  padding: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #002b46;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu
  .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu:hover
  .sub-menu
  .menu-title {
  color: #cf9405;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a {
  color: #cf9405 !important;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #cf9405;
}
.full-width-header .rs-header .menu-area .appointment-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart {
  text-align: right;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i {
  color: #fff;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i:hover {
  color: #fff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li {
  display: inline-block;
  margin-right: 26px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li .cart-icon {
  position: relative;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #767676;
  top: -13px;
  right: -17px;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a
  i.flaticon-shopping-bag-1:before {
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a:hover {
  color: #fff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 94px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
  display: inherit;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .light {
  display: none;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #494949;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a:hover {
  color: #cf9405;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .appointment-cart
  ul.cart
  li
  i:hover {
  color: #cf9405;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  background: #cf9405;
  color: #fff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #cf9405;
}
.full-width-header.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-transparent .nav-menu {
  text-align: right;
  padding-left: 20px;
  padding-right: 0px;
}
.full-width-header.header-transparent .menu-sticky {
  background: transparent;
}
.full-width-header.header-transparent.modify {
  position: inherit;
}
.full-width-header.header-transparent.modify .toolbar-area {
  background: #002b46;
  display: none;
}
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .logo-area
  .dark {
  display: inline !important;
}
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .logo-area
  .darkp {
  margin: auto;
  margin-top: 20px;
  margin-right: -40px;
  color: #002b46;
}
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu
  > li
  a {
  color: #333;
  font-size: 15px;
}
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu
  > li
  li
  > a {
  color: #fff;
  font-size: 15px;
}
/* .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children2 a{
    border-bottom: 1px solid #fff;
} */
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu
  > li
  li.menu-item-has-children2
  > a {
  border-bottom: 1px solid #fff;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li:hover
  .sub-menus:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 11px;
  color: #fff;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li:hover
  .sub-menus:hover:after {
  color: #d39705;
}
.full-width-header.header-transparent.modify
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a {
  color: #333;
}
.full-width-header.header-transparent2 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-transparent2 .rs-header .menu-area {
  background: transparent;
}
.full-width-header.header-transparent2 .rs-header .menu-area .top-part {
  padding: 20px 0;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address {
  text-align: right;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li {
  display: inline-block;
  text-align: left;
  border-right: 1px solid #263043;
  padding-right: 20px;
  margin-right: 17px;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address
  .icon-part {
  padding-right: 15px;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address
  .icon-part
  i:before {
  font-size: 25px;
  color: #cf9405;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address
  .content-part
  span {
  display: block;
  color: #fff;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address
  .content-part
  a {
  color: #fff;
  opacity: 0.5;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li
  .address
  .content-part
  a:hover {
  color: #cf9405;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .top-part
  .info-address
  li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .menu-part
  .container {
  background: #fff;
  padding: 0 30px;
  border-radius: 5px;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .menu-part
  .container
  .main-menu
  .rs-menu {
  float: none;
  padding: 0;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .menu-part
  .container
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #333;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .menu-part
  .container
  .main-menu
  .rs-menu
  ul.nav-menu
  > li.current-menu-item
  > a {
  color: #cf9405;
}
.full-width-header.header-transparent2
  .rs-header
  .menu-area
  .menu-part
  .container
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  height: 78px;
  line-height: 78px;
}
.full-width-header.header-transparent2 .rs-header .menu-area.sticky .top-part {
  display: none;
}
.full-width-header.header-transparent2
  .rs-header
  .rs-menu-area
  .expand-btn-inner {
  margin-right: 35px;
}
.full-width-header.header-transparent2
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  top: 14px;
  right: -18px;
}
.full-width-header.header-transparent2
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  > a {
  color: #333;
  height: 78px;
  line-height: 78px;
}
.full-width-header.header-transparent2
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #cf9405;
}
.full-width-header.header-transparent3 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-transparent3 .rs-header .menu-area {
  background: transparent;
}
.full-width-header.header-transparent3
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu {
  text-align: right;
  padding-right: 40px;
}
.full-width-header.header-transparent3
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu
  > li
  > a {
  color: #333;
}
.full-width-header.header-transparent3
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .nav-menu
  > li.current-menu-item
  > a {
  color: #cf9405;
}
.full-width-header.header-transparent3
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  top: 14px;
  right: -18px;
  background: #fff;
}
.full-width-header.header-transparent3
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  > a {
  color: #333;
  height: 78px;
  line-height: 78px;
}
.full-width-header.header-transparent3
  .rs-header
  .rs-menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #cf9405;
}
.full-width-header.header-transparent3
  .rs-header
  .sticky
  .expand-btn-inner
  li
  .cart-icon {
  color: #333;
}
.full-width-header.header-transparent3
  .rs-header
  .sticky
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  background: #cf9405;
  color: #fff;
}
.full-width-header.header-transparent4 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.full-width-header.header-transparent4 .nav-menu {
  text-align: right;
  padding-right: 40px;
}
.full-width-header.header-transparent4 .menu-sticky {
  background: transparent;
}
body .modal-backdrop {
  opacity: 0.95 !important;
}
.menu-sticky {
  background: #fff !important;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
  height: 550px;
}
.rs-slider .slick-slide img{
  height: 550px;
}
.rs-slider .sl-wrap {
  padding: 50px 0;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #002b46;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
  background: #cf9405;
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #cf9405;
  border-color: #cf9405;
}
.rs-breadcrumbs {
  padding: 30px 0;
  background-color: #002b46;
}
.rs-breadcrumbs .breadcrumbs-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.rs-breadcrumbs .breadcrumbs-meta li {
  color: #cf9405;
  display: inline-block;
  padding-right: 10px;
}
.rs-breadcrumbs .breadcrumbs-meta li a {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-meta li a:hover {
  color: #cf9405;
}
.rs-breadcrumbs .breadcrumbs-meta li:after {
  content: "\f137";
  color: #fff;
  padding-left: 10px;
  font-family: Flaticon;
  font-size: 12px;
}
.rs-breadcrumbs .breadcrumbs-meta li:last-child {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li:last-child:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a {
    width: auto;
  }
  .rs-services.style1 .service-inner .service-box .text {
    padding: 0 15px 0 0px !important;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children:hover
    ul.sub-menu-first {
    visibility: visible;
    opacity: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    /* transform: translateY(-9px); */
  }
  .rs-services.style1 {
    left: 7px !important;
  }
  .rs-services.style1 .service-inner .service-box .image-part {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  /* .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    width: 90% !important;
  } */
  .rs-services.style1 .service-inner {
    left: 0 !important;
  }
  .change-lang {
    right: 40px !important;
  }
  .rs-team.team-sigle .detail-part .cl-skill-bar h3 ul,
  .rs-team.team-sigle .detail-part cl-skill-bar h4 {
    font-size: 16px !important;
  }
  .rs-menu-toggle i {
    right: 0 !important;
    left: auto !important;
  }
  .nav-menu > .menu-item-has-children > span.rs-menu-parent,
  .nav-menu .rs-mega-menu > span.rs-menu-parent {
    right: 0 !important;
    left: auto !important;
  }
  .nav-menu > .menu-item-has-children > span.rs-menu-parent i {
    position: unset;
    font-size: 15px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    > li
    > a {
    text-align: left !important;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    font-size: 14px !important;
    font-weight: 500;
    max-width: max-content;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 0 !important;
  }
}
.rs-services.style1 {
  position: relative;
  z-index: 11;
  left: 80px;
}
.rs-services.style1.long-gap {
  margin-top: 0;
}
.rs-services.style1 .service-inner {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rs-services.style1 .service-inner .service-box {
  background: #035183;
  padding: 45px;
  transition: 0.2s;
  float: left;
  width: 31.3%;
  overflow: hidden;
}
.rs-services.style1 .service-inner .service-box .image-part {
  float: left;
}
.rs-services.style1 .service-inner .service-box .image-part img {
  width: 60px;
}
.rs-services.style1 .service-inner .service-box .text {
  overflow: hidden;
}
.rs-services.style1 .service-inner .service-box .text .title {
  margin-bottom: 10px;
  line-height: 40px;
}
.rs-services.style1 .service-inner .service-box .text .title a {
  color: #fff;
}
.rs-services.style1 .service-inner .service-box .text .desc {
  color: #d1d1d1;
}
.rs-services.style1 .service-inner .service-box.dark-bg {
  background: #003556;
}
.rs-services.style1 .service-inner .service-box:hover .text .title a {
  color: #cf9405;
}
.rs-about .info .designation {
  font-weight: 700;
  color: #002b46;
  margin: 0;
}
.rs-about .info-number .contact-number a {
  color: #767676;
  font-family: "alqabas", sans-serif, serif;
  border-bottom: 2px solid #cf9405;
  padding-bottom: 2px;
}
.rs-team.team-sigle .detail-part .title-part .title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
}
.rs-team.team-sigle .detail-part .contact-list li {
  display: inline;
  margin-right: 15px;
}
.rs-team.team-sigle .detail-part .contact-list li i {
  color: #cf9405;
  padding-right: 8px;
}
.rs-team.team-sigle .detail-part .contact-list li i:before {
  font-size: 15px;
  position: relative;
}
.rs-team.team-sigle .detail-part .contact-list li a {
  color: #767676;
}
.rs-team.team-sigle .detail-part .contact-list li a:hover {
  color: #cf9405;
}
.rs-team.team-sigle .detail-part .contact-list li:last-child {
  margin: 0;
}
.rs-team.team-sigle .detail-part .social-links li {
  display: inline;
  margin-right: 12px;
}
.rs-team.team-sigle .detail-part .social-links li a {
  color: #cf9405;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rs-team.team-sigle .detail-part .social-links li a:hover {
  color: #fff;
  background: #cf9405;
}
.rs-team.team-sigle .detail-part .social-links li:last-child {
  margin: 0;
}
.rs-team.team-sigle .detail-part .cl-skill-bar .skillbar-title {
  font-size: 15px;
  line-height: 12px;
}
.rs-team.team-sigle .detail-part .cl-skill-bar .skillbar {
  background: #fff;
  height: 8px;
  margin: 3px 0 0;
  position: relative;
  padding: 1px;
  border: 1px solid #cf9405;
  width: 100%;
}
.rs-team.team-sigle .detail-part .cl-skill-bar .skillbar .skillbar-bar {
  background: #cf9405;
  height: 4px;
  line-height: 4px;
  width: 0;
  margin-bottom: 0;
}
.rs-team.team-sigle .detail-part .cl-skill-bar .skillbar .skill-bar-percent {
  position: absolute;
  right: 0;
  top: -23px;
  font-size: 15px;
  line-height: 12px;
}
.rs-team.team-sigle .training-content .trainnig-wrap .title {
  line-height: 28px;
  margin-bottom: 6px;
}
.rs-team.team-sigle .training-content .trainnig-wrap .season {
  margin-bottom: 10px;
  display: block;
}
.rs-team.team-sigle .practice-part ul.list-item li {
  margin-bottom: 15px;
}
.rs-team.team-sigle .practice-part ul.list-item li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #cf9405;
  margin-right: 10px;
}
.rs-team.team-sigle .practice-part ul.list-item li:last-child {
  margin: 0;
}
.rs-team-slider .team-item .team-image {
  position: relative;
}
.rs-team-slider .team-item .team-image .team-social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -43px;
  padding: 8px 25px;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  background: #cf9405;
  transition: all 0.5s ease;
}
.rs-team-slider .team-item .team-image .team-social ul li {
  display: inline-block;
  margin-right: 22px;
}
.rs-team-slider .team-item .team-image .team-social ul li a {
  color: #fff;
}
.rs-team-slider .team-item .team-image .team-social ul li a:hover {
  color: #263043;
}
.rs-team-slider .team-item .team-image .team-social ul li:last-child {
  margin: 0;
}
.rs-team-slider .team-item .team-image:hover .team-social {
  bottom: 0;
  opacity: 1;
}
.rs-team-slider .team-item .text-bottom {
  padding: 24px 25px;
  background: #002b46;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: relative;
  z-index: 1;
}
.rs-team-slider .team-item .text-bottom h4.person-name {
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: capitalize;
  line-height: normal;
}
.rs-team-slider .team-item .text-bottom h4.person-name a {
  color: #fff;
}
.rs-team-slider .team-item .text-bottom h4.person-name a:hover {
  color: #cf9405;
}
.rs-team-slider .team-item .text-bottom span.designation {
  display: block;
  color: #d1d1d1;
  margin: 5px 0 10px;
}
.rs-team-slider .center .team-item .team-image .team-social {
  bottom: 0;
  opacity: 1;
}
.rs-team-slider.modify .team-item .text-bottom {
  padding: 24px 25px;
  border-radius: 0;
}
.rs-team-slider.modify .team-item .text-bottom h4.person-name a {
  color: #fff;
}
.rs-team-slider.modify
  .team-item
  .text-bottom
  h4.person-name
  a:hover {
  color: #cf9405;
}
.rs-team-slider.modify .team-item .text-bottom span.designation {
  display: block;
  color: #fff;
  margin: 5px 0 10px;
}
.rs-testimonia .testimonials-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.rs-testimonia .testimonials-inner .slider-for {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.rs-testimonia .testimonials-inner .slider-for:before {
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 15px;
  opacity: 0.5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  content: "\f14f";
  font-family: Flaticon;
  display: inline-block;
  font-weight: 400;
  color: #cf9405;
}
.rs-testimonia .testimonials-inner .slider-for .item {
  position: relative;
  margin-bottom: 30px;
}
.rs-testimonia .testimonials-inner .slider-for .item .desc {
  color: #d1d1d1;
}
.rs-testimonia .testimonials-inner .slider-for .item .ratings {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.rs-testimonia .testimonials-inner .slider-for .item .ratings li {
  display: inline;
}
.rs-testimonia .testimonials-inner .slider-for .item .ratings li i {
  color: #a58734;
  font-size: 22px;
}
.rs-testimonia .testimonials-inner .slider-for .item .ratings:after {
  bottom: 0;
  height: 2px;
  width: 60px;
  position: absolute;
  content: "";
  transform: translateX(-50%);
  background: #cf9405;
  left: 50%;
}
.rs-testimonia .testimonials-inner .slider-for .item .author-info h4 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #cf9405;
}
.rs-testimonia .testimonials-inner .slider-for .item .author-info .designation {
  font-size: 15px;
  color: #fff;
}
.rs-testimonia .testimonials-inner .slider-nav {
  max-width: 350px;
  margin: 0 auto;
  z-index: 10;
}
.rs-testimonia .testimonials-inner .slider-nav .slick-list {
  padding: 0 !important;
}
.rs-testimonia .testimonials-inner .slider-nav .item {
  padding: 70px 8px 0;
  cursor: pointer;
}
.rs-testimonia .testimonials-inner .slider-nav .item img {
  border: 1px solid rgba(141, 110, 91, 0.2);
  border-radius: 100%;
}
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center {
  position: relative;
}
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center:after,
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center:before {
  position: absolute;
  content: "";
  transform: translateX(-50%);
  background: #cf9405;
  left: 50%;
}
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center:after {
  top: 10px;
  height: 60px;
  width: 2px;
}
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center:before {
  top: 0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.rs-testimonia .testimonials-inner .slider-nav .item.slick-center img {
  border: 1px solid #cf9405;
}
.rs-testimonia.modify2 .testimonials-inner .slider-for .item .desc {
  color: #767676;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.rs-testimonia.modify2 .testimonials-inner .slider-for .item .desc:after {
  bottom: 0;
  height: 2px;
  width: 60px;
  position: absolute;
  content: "";
  transform: translateX(-50%);
  background: #cf9405;
  left: 50%;
}
.rs-testimonia.modify2 .testimonials-inner .slider-for .item .bottom-line {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.rs-testimonia.modify2
  .testimonials-inner
  .slider-for
  .item
  .bottom-line:after {
  bottom: 0;
  height: 2px;
  width: 60px;
  position: absolute;
  content: "";
  transform: translateX(-50%);
  background: #cf9405;
  left: 50%;
}
.rs-testimonia.modify2 .testimonials-inner .slider-for .item .author-info h4 {
  color: #333;
}
.rs-testimonia.modify2
  .testimonials-inner
  .slider-for
  .item
  .author-info
  .designation {
  color: #767676;
}
.rs-testimonia.modify2 .testimonials-inner .slider-nav .item.slick-center img {
  opacity: 0.7 !important;
}
.rs-testimonia .slick-arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  outline: none;
  z-index: 10;
}
.rs-testimonia .slick-arrow:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.rs-testimonia .slick-arrow.slick-next,
.rs-testimonia .slick-arrow.slick-prev {
  color: #cf9405;
  border: transparent;
  background: transparent;
}
.rs-testimonia .slick-arrow.slick-prev {
  left: -26px;
}
.rs-testimonia .slick-arrow.slick-prev:before {
  content: "\f104";
}
.rs-testimonia .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}
.rs-testimonia .slick-arrow.slick-next:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-faq.inner #accordion .panel,
.rs-faq.inner #accordion2 .panel {
  border-radius: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.rs-faq.inner #accordion .panel + .panel,
.rs-faq.inner #accordion2 .panel + .panel {
  margin-top: 20px;
}
.rs-faq.inner #accordion .panel .panel-heading,
.rs-faq.inner #accordion2 .panel .panel-heading {
  border: none;
  border-radius: 0;
  padding: 18px 30px;
  position: relative;
}
.rs-faq.inner #accordion .panel .panel-heading .panel-title,
.rs-faq.inner #accordion2 .panel .panel-heading .panel-title {
  margin: 0;
  line-height: 26px;
  font-weight: 400;
}
.rs-faq.inner #accordion .panel .panel-heading .panel-title a,
.rs-faq.inner #accordion2 .panel .panel-heading .panel-title a {
  color: #002b46;
  position: relative;
  display: block;
}
.rs-faq.inner #accordion .panel .panel-heading .panel-title a:after,
.rs-faq.inner #accordion2 .panel .panel-heading .panel-title a:after {
  color: #cf9405;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.rs-faq.inner #accordion .panel .panel-heading .panel-title a.collapsed:after,
.rs-faq.inner #accordion2 .panel .panel-heading .panel-title a.collapsed:after {
  content: "\f067";
  color: #002b46;
}
.rs-faq.inner #accordion .panel .panel-body,
.rs-faq.inner #accordion2 .panel .panel-body {
  padding: 0 30px 20px 30px;
}
.rs-counter.style1 .counter-wrap {
  border-radius: 3px;
  padding: 70px 0 67px;
}
.rs-counter.style1 .rs-counter-list {
  text-align: center;
}
.rs-counter.style1 .rs-counter-list .icon-part {
  margin-bottom: 20px;
}
.rs-counter.style1 .rs-counter-list .rs-count,
.rs-counter.style1 .rs-counter-list .rs-count1 {
  font-size: 45px;
  font-weight: 400;
  padding: 0;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-family: "alqabas", sans-serif, serif;
  line-height: 1;
}
.rs-counter.style1 .rs-counter-list .rs-count:after {
  content: "\f155";
  font-family: Flaticon;
  right: -25px;
  position: absolute;
  color: #fff;
  top: 54%;
  transform: translateY(-50%) rotate(45deg);
  font-size: 13px;
  font-weight: 300;
}
.rs-counter.style1 .rs-counter-list .title {
  display: block;
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1;
}
.rs-counter.style1 .rs-counter-list .title.modify {
  font-size: 20px;
}
.rs-counter.style1.modify .counter-wrap {
  border-radius: 0;
  padding: 0;
}
.rs-counter.style1.modify .counter-wrap .rs-counter-list {
  background: #263043;
  padding: 30px 20px 41px;
}
.rs-our-practice.style3 .practice-tabs-section .nav {
  margin: 0;
  padding: 0;
  display: block;
}
.rs-our-practice.style3 .practice-tabs-section .row div {
  display: inline-block;
  border: 1px solid #cf9405;
  border-radius: 3px;
  padding: 38px 20px 25px;
  min-width: 210px;
}
.rs-our-practice.style3 .practice-tabs-section .row p div {
  border: none;
  padding: 0;
  display: inline;
}
.rs-our-practice.style3 .practice-tabs-section .row p li:before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: "FontAwesome";
  color: #cf9405;
  font-size: 20px;
  margin-right: 5px;
}
.rs-our-practice.style3 .practice-tabs-section .row div i {
  display: block;
  color: #cf9405;
  margin-bottom: 20px;
  font-size: 50px;
}
.rs-our-practice.style3 .practice-tabs-section .row li i,
.rs-our-practice.style3 .practice-tabs-section .row li i:before {
  font-size: 40px;
}
.rs-our-practice.style3 .practice-tabs-section .row li h4 {
  color: #002b46;
  margin: 0;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-size: 20px;
}
.rs-our-practice.style3 .practice-tabs-section .nav li a.active h4,
.rs-our-practice.style3 .practice-tabs-section .nav li a:hover h4 {
  color: #cf9405;
}
.rs-our-practice.style3 .tab-content {
  margin-top: 47px;
}
.rs-our-practice.style3 .tab-content .rs-vertical-middle .col-lg-6:first-child {
  padding-right: 30px;
}
.rs-our-practice.style3 .tab-content .rs-vertical-middle .col-lg-6:last-child {
  padding-left: 30px;
}
.rs-our-practice.style3 .tab-content .practice-image {
  margin-top: 13px;
}
.rs-our-practice.style3 .tab-content .content-inner {
  color: #002b46;
}
.rs-our-practice.style3 .tab-content ul {
  padding-bottom: 24px;
}
.rs-our-practice.style3 .tab-content ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.rs-our-practice.style3 .tab-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: "FontAwesome";
  color: #cf9405;
  font-size: 20px;
}
.rs-our-practice .practice-inner i {
  color: #cf9405;
  font-size: 40px;
}
.rs-practice-single .mian-content .title-text {
  font-size: 30px;
  line-height: 40px;
}
.rs-practice-single .mian-content .choose-wrap {
  padding: 41px 35px;
}
.rs-practice-single .mian-content .choose-wrap .inner-item {
  padding-left: 15px;
}
.rs-practice-single .mian-content .choose-wrap .inner-item .title-inner {
  color: #cf9405;
  margin-bottom: 7px;
}
.rs-practice-single .mian-content .overview-wrap .accordion {
  border-width: 12px;
}
.rs-practice-single .mian-content .overview-wrap .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
}
.rs-practice-single .mian-content .overview-wrap .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-practice-single .mian-content .overview-wrap .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background-color: transparent;
}
.rs-practice-single
  .mian-content
  .overview-wrap
  .accordion
  .card
  .card-header
  .card-link {
  font-family: "alqabas", sans-serif, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #002b46;
  display: block;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid #f0f0f0;
}
.rs-practice-single .mian-content .overview-wrap .accordion .card .card-body {
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 23px 20px 25px !important;
  border: 1px solid;
  border-color: #f0f0f0;
  border-top: none;
}
.rs-practice-single
  .mian-content
  .overview-wrap
  .accordion
  .card
  .card-header
  .card-link {
  position: relative;
  padding-right: 45px !important;
}
.rs-practice-single
  .mian-content
  .overview-wrap
  .accordion
  .card
  .card-header
  .card-link:after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  color: #cf9405;
}
.rs-practice-single
  .mian-content
  .overview-wrap
  .accordion
  .card
  .card-header
  .card-link.collapsed:after {
  content: "\f067";
}
.main-content-details {
  text-align: center;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  padding: 10px 40px;
}
.rs-practice-single .practice-sidebar .sidebar-common {
  background: #f8f8f8;
  padding: 41px 30px 43px;
}
.rs-practice-single .practice-sidebar .sidebar-title {
  font-size: 22px;
  line-height: 30px;
}
.rs-practice-single .practice-sidebar .consultation-inner {
  padding-bottom: 50px;
}
.rs-practice-single .practice-sidebar .consultation-inner input,
.rs-practice-single .practice-sidebar .consultation-inner textarea,
.rs-practice-single .practice-sidebar .consultation-inner button {
  width: 100%;
  border: none;
  outline: none;
}
.rs-practice-single .practice-sidebar .consultation-inner input,
.rs-practice-single .practice-sidebar .consultation-inner textarea {
  background: #fff;
  padding: 10px 18px;
  color: #767676;
}
.rs-practice-single .practice-sidebar .consultation-inner input {
  height: 45px;
  margin-bottom: 20px;
}
.rs-practice-single .practice-sidebar .consultation-inner textarea {
  height: 150px;
  margin-bottom: 40px;
  display: inherit;
}
.rs-practice-single .practice-sidebar .consultation-inner button {
  padding: 10.5px 35px;
  font-size: 14px;
  color: #fff;
  background: #cf9405;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.rs-practice-single .practice-sidebar .consultation-inner button:hover {
  background: #bfa985;
}
.rs-practice-single .practice-sidebar .practice-area-meta li {
  padding-left: 15px;
  margin-bottom: 6px;
  position: relative;
}
.rs-practice-single .practice-sidebar .practice-area-meta li a {
  color: #767676;
  cursor: pointer;
}
.rs-practice-single .practice-sidebar .practice-area-meta li a:hover {
  color: #cf9405;
}
.rs-practice-single .practice-sidebar .practice-area-meta li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #cf9405;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-practice-single .practice-sidebar .practice-area-meta li:last-child {
  margin: 0;
}
.rs-practice-single .practice-sidebar .certification ul {
  display: inline-flex;
}
.rs-practice-single .practice-sidebar .certification ul li {
  padding: 0 15px;
}
.rs-gallery .gallery-wrap {
  position: relative;
  overflow: hidden;
}
.rs-gallery .gallery-wrap .title,
.rs-gallery .gallery-wrap .fly {
  position: absolute;
  z-index: 1;
}
.rs-gallery .gallery-wrap .title {
  bottom: -70px;
  left: 40%;
  transition: all 0.5s;
  padding: 0 30px 30px 30px;
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.rs-gallery .gallery-wrap .fly {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 41px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  border: 1.5px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.rs-gallery .gallery-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 101%;
  width: 100%;
  height: 100%;
  background: #002b46;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.rs-gallery .gallery-wrap:hover .title {
  bottom: 0;
}
.rs-gallery .gallery-wrap:hover .fly {
  opacity: 1;
  visibility: visible;
}
.rs-gallery .gallery-wrap:hover:after {
  opacity: 0.8;
  visibility: visible;
  top: 0;
}
.rs-case-result.inner-style .case-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.rs-case-result.inner-style .case-bg.case1 {
  background: url(../images/case-result/inner/1.jpg);
}
.rs-case-result.inner-style .case-bg.case2 {
  background: url(../images/case-result/inner/2.jpg);
}
.rs-case-result.inner-style .case-bg.case3 {
  background: url(../images/case-result/inner/3.jpg);
}
.rs-case-result.inner-style .content-part {
  padding: 70px 50px 50px;
}
.rs-case-result.inner-style .content-part .grid-title .sub-title {
  color: #cf9405;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.rs-case-result.inner-style .content-part .grid-title .title {
  font-size: 30px;
  line-height: 40px;
}
.rs-case-result.inner-style .content-part .grid-title .title a {
  color: #fff;
}
.rs-case-result.inner-style .content-part .case-content {
  overflow: hidden;
}
.rs-case-result.inner-style .content-part .case-content h4 {
  float: left;
  width: 140px;
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}
.rs-case-result.inner-style .content-part .case-content .desc {
  overflow: hidden;
}
.content-part .slider-des .sl-title {
  font-size: 43px;
}

.pr20-img-container .overly0-3:before {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  content: "";
}

.readonSlider {
  background-color: transparent !important;
  border: 1px solid #fff;
}
.rs-case-result.inner-style .content-part .case-content .desc p,
.rs-case-result.inner-style .content-part .case-content .desc h3
 {
  color: #ccc;
}
.rs-blog.style1 .blog-item .blog-image {
  position: relative;
}
.rs-blog.style1 .blog-item .blog-image img {
width: 100%;
}
.rs-blog.style1 .blog-item .blog-image .blog-date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 8px 25px;
  border-radius: 5px 5px 0 0;
  opacity: 1;
  background: #cf9405;
  color: #fff;
}
.rs-blog.style1 .blog-item .text-bottom {
  padding: 40px;
  background: #263043;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
}
.rs-blog.style1 .blog-item .text-bottom .title {
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 30px;
}
.rs-blog.style1 .blog-item .text-bottom .title a {
  color: #fff;
}
.rs-blog.style1 .blog-item .text-bottom .title a:hover {
  color: #cf9405;
}
.rs-blog.style1 .blog-item .text-bottom .blog-meta {
  margin-bottom: 16px;
}
.rs-blog.style1 .blog-item .text-bottom .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.style1 .blog-item .text-bottom .blog-meta li a {
  color: #d1d1d1;
}
.rs-blog.style1 .blog-item .text-bottom .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.style1 .blog-item .text-bottom .blog-meta li:after {
  content: ".";
  font-size: 27px;
  color: #d1d1d1;
  position: absolute;
  right: 0;
  line-height: 0;
  top: 7px;
}
.rs-blog.style1
  .blog-item
  .text-bottom
  .blog-meta
  li:last-child:after {
  display: none;
}
.rs-blog.style1 .blog-item .text-bottom .blog-desc {
  color: #d1d1d1;
}
.rs-blog.style1.modify .blog-item .text-bottom {
  background: #f8f8f8;
}
.rs-blog.style1.modify .blog-item .text-bottom .title a {
  color: #333;
}
.rs-blog.style1.modify .blog-item .text-bottom .title a:hover {
  color: #cf9405;
}
.rs-blog.style1.modify .blog-item .text-bottom .blog-meta li a {
  color: #767676;
}
.rs-blog.style1.modify .blog-item .text-bottom .blog-meta li:after {
  color: #767676;
}
.rs-blog.style1.modify .blog-item .text-bottom .blog-desc {
  color: #767676;
  margin-bottom: 3px;
}
.rs-blog.style1.modify2 .text-bottom {
  background: #002b46;
}
.rs-blog.style1.modify2 .blog-item .text-bottom .title a {
  color: #fff;
}
.rs-blog.style1.modify2 .blog-item .text-bottom .title a:hover {
  color: #cf9405;
}
.rs-blog.style1.modify2 .blog-item .text-bottom .blog-meta li a {
  color: #767676;
}
.rs-blog.style1.modify2 .blog-item .text-bottom .blog-meta li:after {
  color: #767676;
}
.rs-blog.style1.modify2 .blog-item .text-bottom .blog-desc {
  color: #767676;
  margin-bottom: 3px;
}
.rs-blog.style2 .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}
.rs-blog.style2 .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 27px 30px 30px;
}
.rs-blog.style2 .blog-item .blog-content .title {
  margin-bottom: 6px;
}
.rs-blog.style2 .blog-item .blog-content .title a {
  color: #fff;
}
.rs-blog.style2 .blog-item .blog-content .title a:hover {
  color: #cf9405;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
  margin-bottom: 16px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li a {
  color: #767676;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li:after {
  content: ".";
  font-size: 27px;
  position: absolute;
  right: 0;
  line-height: 0;
  top: 7px;
  color: #002b46;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child:after {
  display: none;
}
.rs-blog.style2 .blog-item:hover .image-part a img {
  transform: scale(1.07);
}
.rs-blog.style2.modify .blog-item .blog-content {
  background: #002b46;
  height: 100%;
  display: grid;
  align-items: center;
}
.rs-blog.inner1 .blog-item {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-blog.inner1 .blog-item .text-bottom {
  padding: 43px 50px 45px;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
}
.rs-blog.inner1 .blog-item .text-bottom2 {
  background: #002b46;
}
.rs-blog.inner2 .blog-item .text-bottom2 {
  background: #fff;
}
.rs-blog.inner1 .blog-item .text-bottom .title,
.rs-blog.inner2 .blog-item .text-bottom .title
 {
  margin-bottom: 13px;
  font-size: 30px;
  text-transform: capitalize;
  line-height: normal;
  line-height: 40px;
}
.rs-blog.inner1 .blog-item .text-bottom .title a {
  color: #002b46;
}
.rs-blog.inner2 .blog-item .text-bottom .title a {
  color: #002b46;
}
.rs-blog.inner1 .blog-item .text-bottom2 .title a {
  color: #fff !important;
}
.rs-blog.inner2 .blog-item .text-bottom2 .title a {
  color: #fff !important;
}
.rs-blog.inner1 .blog-item .text-bottom .title a:hover {
  color: #cf9405;
}
.rs-blog.inner2 .blog-item .text-bottom .title a:hover {
  color: #cf9405;
}
.rs-blog.inner1 .blog-item .text-bottom .title2,
.rs-blog.inner2 .blog-item .text-bottom .title2
 {
  margin-bottom: 13px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 500;
  line-height: 30px;
}
.rs-blog.inner1 .blog-item .text-bottom .title2 a,
.rs-blog.inner2 .blog-item .text-bottom .title2 a
 {
  color: #002b46;
}
.rs-blog.inner1 .blog-item .text-bottom .title_t
 {
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}
.rs-blog.inner1 .blog-item .text-bottom .blog_btn
 {
  text-align: center;
}
.rs-blog.inner1 .blog-item .text-bottom .title2 a.share {
  position: absolute;
  left: 20px;
}
.readon2_blog:hover,
.readon2_blog:hover:after
{
  color:#002b46
}
.rs-blog.inner1 .blog-item .text-bottom2 .title2 a {
  color: #fff !important;
}
.rs-blog.inner1 .blog-item .text-bottom .title2 a:hover,
.rs-blog.inner2 .blog-item .text-bottom .title2 a:hover
 {
  color: #cf9405;
}
.rs-blog.inner1 .blog-item .text-bottom2 .title2 a:hover {
  color: #cf9405 !important;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta {
  margin-bottom: 23px;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta li a {
  color: #767676;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta li:after {
  content: ".";
  font-size: 27px;
  color: #002b46;
  position: absolute;
  right: 0;
  line-height: 0;
  top: 7px;
}
.rs-blog.inner1 .blog-item .text-bottom .blog-meta li:last-child:after {
  display: none;
}
.rs-blog.inner1.modify .blog-item .blog-image {
  overflow: hidden;
}
.rs-blog.inner1.modify .blog-item .blog-image img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.rs-blog.inner1.modify .blog-item .text-bottom,
.rs-blog.inner2.modify .blog-item .text-bottom
 {
  padding: 30px 16px;
}
.rs-blog.inner2.modify .blog-item .text-bottom
 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.rs-blog.inner1.modify .blog-item .text-bottom .blog-meta,
.rs-blog.inner2.modify .blog-item .text-bottom .blog-meta
 {
  margin-bottom: 20px;
}
.rs-blog.inner1.modify .blog-item:hover .blog-image img {
  transform: scale(1.1);
}
.inner-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #767676;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.inner-shop-part .product-list .image-product {
  position: relative;
}
.inner-shop-part .product-list .image-product img {
  width: 100%;
}
.inner-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.inner-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background: #cf9405;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.inner-shop-part .product-list .content-desc .loop-product-title {
  margin: 0;
  font-size: 20px;
  line-height: 46px;
  color: #002b46;
}
.inner-shop-part
  .product-list-activity
  .content-desc-activity
  .loop-product-title {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
}
.inner-shop-part .product-list .content-desc .loop-product-title a {
  color: #fff;
}
.inner-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #cf9405;
}
.inner-shop-part .product-list .content-desc .price {
  font-size: 20px;
  line-height: 30px;
  color: #cf9405;
  font-weight: 600;
  margin: 0;
}
.inner-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.inner-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
.rs-contact.inner .contact-wrap {
  background: #fff;
  padding: 60px 70px 90px;
}
.rs-contact.inner .contact-inner-page input,
.rs-contact.inner .contact-inner-page textarea {
  background: #f8f8f8;
  padding: 10px 18px 14px;
  color: #767676;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 3px;
}
.rs-contact.inner .contact-inner-page textarea {
  height: 130px;
  margin-bottom: 40px;
  display: inherit;
}
.rs-contact.inner .contact-sidebar {
  background: #fff;
}
.rs-contact.inner .contact-sidebar .content-part {
  padding: 35px 50px 50px;
}
.rs-contact.inner .contact-sidebar .content-part .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}
.rs-contact.inner .contact-sidebar .content-part .address-item {
  overflow: hidden;
}
.rs-contact.inner .contact-sidebar .content-part .address-item .address-icon {
  float: left;
  padding-top: 5px;
  height: 40px;
  line-height: 40px;
}
.rs-contact.inner .contact-sidebar .content-part .address-item .address-icon i {
  font-size: 25px;
}
.rs-contact.inner .contact-sidebar .content-part .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 15px;
}
.rs-contact.inner
  .contact-sidebar
  .content-part
  .address-item
  .address-text
  .contact-title {
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.rs-contact.inner .contact-sidebar .content-part .address-item .address-text a {
  color: #cf9405;
}
.rs-contact.inner
  .contact-sidebar
  .content-part
  .address-item
  .address-text
  a:hover {
  color: #002b46;
}
.rs-contact.inner .g-map {
  padding: 0 5px 5px;
}
.rs-contact.inner .g-map iframe {
  width: 100%;
  height: 460px;
  border: none;
  filter: grayscale(100%);
  display: inherit;
}
.rs-contact.inner .g-map2 iframe {
  height: 270px;
  width: 100%;
  border: 5px solid #d1d1d1;
  display: inherit;
}
.rs-contact.inner.modify .contact-wrap {
  padding: 50px 70px 80px;
}
.rs-contact.inner.modify .contact-sidebar {
  height: 100%;
}
.rs-contact.inner.modify .contact-sidebar .content-part {
  padding: 55px 50px 50px;
}
.rs-contact.inner.modify .contact-sidebar .content-part .title {
  margin-bottom: 35px;
}
.rs-footer {
  background: #002b46;
  color: #fff;
}
.rs-footer .footer-desc .sub-text {
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
.rs-footer .footer-top {
  padding: 105px 0 100px;
  color: #d1d1d1;
}
.rs-footer .footer-top .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  padding-left: 18px;
  font-weight: 600;
}
.rs-footer .footer-top .footer-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background: #cf9405;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 32px;
  margin-top: -6px;
  max-width: 240px;
}
.rs-footer .footer-top .about-widget .footer-desc {
  color: #d1d1d1;
  font-size: 20px;
}
.rs-footer .footer-top .about-widget .social-links {
  margin-top: 40px;
}
.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .footer-top .about-widget .social-links li a {
  color: #002b46;
}
.rs-footer .footer-top .about-widget .social-links li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #d39705;
  text-align: center;
  transition: all 0.3s ease;
  color: #002b46;
}
.rs-footer .footer-top .about-widget .social-links li a i:hover {
  opacity: 0.82;
  background: #031946;
  color: #cf9405;
}
.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}
.rs-footer .footer-top .footer-news .news-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.rs-footer .footer-top .footer-news .news-item .image-part {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-footer .footer-top .footer-news .news-item .image-part img {
  border-radius: 3px;
}
.rs-footer .footer-top .footer-news .news-item .content-part {
  line-height: 22px;
}
.rs-footer .footer-top .footer-news .news-item .content-part a.title {
  color: #fff;
}
.rs-footer .footer-top .footer-news .news-item:hover .content-part a.title {
  color: #cf9405;
}
.rs-footer .footer-top .footer-news .news-item .content-part .date {
  color: #d1d1d1;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.rs-footer .footer-top .footer-news .news-item:last-child {
  margin: 0;
}
.rs-footer .footer-top .footer-address li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.rs-footer .footer-top .footer-address li i {
  color: #cf9405;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.rs-footer .footer-top .footer-address li span {
  overflow: hidden;
}
.rs-footer .footer-top .footer-address li a {
  color: #d1d1d1;
}
.rs-footer .footer-top .footer-address li a:hover {
  color: #cf9405;
}
.rs-footer .footer-top .footer-address li p {
  display: inline;
}
.rs-footer .footer-top .footer-address li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top .footer-newsletter {
  position: relative;
}
.rs-footer .footer-top .footer-newsletter input,
.rs-footer .footer-top .footer-newsletter button {
  border: none;
  outline: none;
}
.rs-footer .footer-top .footer-newsletter input:focus,
.rs-footer .footer-top .footer-newsletter button:focus {
  outline: none;
}
.rs-footer .footer-top .footer-newsletter input {
  width: 100%;
  background: #263043;
  height: 50px;
  padding: 5px 15px;
  padding-left: 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.rs-footer .footer-top .footer-newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  transition: all 0.3s ease;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  padding: 0;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  background: #cf9405;
  color: #fff;
}
.rs-footer .footer-top .footer-newsletter button:hover {
  background: #a28555;
}
.rs-footer .footer-top .footer-newsletter ::placeholder {
  color: #d1d1d1;
}
.rs-footer .footer-top .footer-newsletter :-ms-input-placeholder {
  color: #d1d1d1;
}
.rs-footer .footer-top .footer-newsletter ::-ms-input-placeholder {
  color: #d1d1d1;
}
.footer-side {
  position: fixed;
  left: -8px;
  top: 36%;
  z-index: 99;
  /* background-color: #e8e8e8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; */
  /* padding: 8px; */
}
.footer-side .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-side .social-links a:hover {
  width: 4pc;
}
.footer-side .social-links a:first-child {
  background-color: rgb(59, 89, 152);
}
.footer-side .social-links a:nth-child(2) {
  background-image: linear-gradient(
    #405de6,
    #5b51d8,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f56040,
    #f77737,
    #fcaf45,
    #ffdc80
  );
}
.footer-side .social-links a:nth-child(3),
.footer-side .social-links a:nth-child(4) {
  background-color: #229ed9;
}
.footer-side .social-links a:last-child {
  background-color: #25d366;
}
.footer-side .social-links a {
  color: #fff;
  padding: 6px;
  position: relative;
  display: block;
  width: 3pc;
  margin: 0;
  outline-offset: -1px;
  text-align: center;
  float: left;
  transition: width 0.15s ease-in-out;
  overflow: hidden;
  background: #e8e8e8;
  z-index: 100030;
  cursor: pointer;
  /* background-color: #92278f; */
}
.footer-side .social-links a:nth-child(1) {
  background-color: rgb(59, 89, 152);
}
.footer-side .social-links a i {
  font-size: 30px;
}
.rs-footer .footer-bottom {
  padding: 15px 0;
  background: #d39705;
}
.rs-footer .footer-bottom .copyright  {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #002b46;
  font-weight: 600;
}
.rs-footer .footer-bottom .copyright a {
  color: #002b46;
}
.rs-footer .footer-bottom .copyright a:hover {
  color: #fff;
}
.rs-page-error {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}
.rs-page-error .error-text {
  color: #cf9405;
  text-align: center;
  margin-top: 10%;
}
.rs-page-error .error-text .error-code {
  font-size: 250px;
  line-height: 250px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #002b46;
}
.rs-page-error .error-text .error-code span {
  color: #cf9405;
}
.rs-page-error .error-text h3.error-message {
  color: #002b46;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.rs-page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.rs-page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  outline: none;
  margin-bottom: 30px;
}
.rs-page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.rs-page-error .error-text form button:hover {
  background: #cf9405;
  color: #fff;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #cf9405;
  border-radius: 50%;
  height: 40px;
  padding: 6px 12px 10px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #031946;
}
.ribbon {
  width: 0;
  position: relative;
  float: left;
  margin-bottom: 30px;
  color: #002b46;
  z-index: 6;
}
.ribbon1 {
  position: absolute;
  top: -9.1px;
  left: -3px;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #d39705;
  font-size: 14px;
  line-height: 2;
  padding: 12px 8px 10px;
  border-top-left-radius: 8px;
  width: 130px;
  height: 53px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
  height: 6px;
  width: 6px;
  right: -6px;
  top: 0;
  background: #d39705;
}
.ribbon1 span:after {
  height: 6px;
  width: 8px;
  right: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #916804;
}
#Imgloading {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}
#Imgloading.imagePreloader .loaderImage {
  position: absolute;
  top: 30%;
  left: 43%;
}
#Imgloading.imagePreloader .loaderImage img {
  max-width: 400px;
  position: relative;
  left: -30%;
  transform: translate3d(0, 0, 0);
}
.containerDot {
  position: absolute;
  top: 220px;
  left: 30%;
}
.dot {
  width: 15px;
  height: 15px;
  border: 2px solid #002b46;
  border-radius: 50%;
  float: left;
  margin: 0 15px;
  transform: scale(1);
  animation: fx 1000ms ease infinite 0ms;
}
.dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
  border: 2px solid #d39705;
}
.dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}
@keyframes fx {
  50% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.rotatingText,
.rotatingText1 {
  align-items: center;
  display: flex;
  height: 100vh;
  text-align: center;
  background-color: #0f2b4e;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}
.rotatingText {
  animation: rotate-text-up 1.5s 4s forwards;
}
.rotatingText1 {
  animation: rotate-text-up 1s 2s forwards;
}
.rotatingText-content {
  position: relative;
  width: 100%;
}
.rotatingText-description {
  font-family: "alqabas", serif;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .rotatingText-description {
    font-size: 18px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a {
    width: 338px;
  }
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children:hover
  ul.sub-menu-first {
  /* visibility: hidden; */
  height: auto;
  display: flex;
  flex-direction: column;
  /* transform: translateY(-9px); */
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  a.a-after::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
  float: inherit;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu-first {
  position: absolute;
  top: 50px;
  right: 0;
  border-top: 1px solid #fff;
  visibility: hidden;
  opacity: 1;
  width: max-content;
  background: #003758 !important;
  box-shadow: none;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #0151b0;
  margin-top: 0;
}
@media screen and (min-width: 991px) {
  .full-width-header .rs-header .menu-area .logo-area img {
    max-height: inherit;
    max-width: 160%;
  }
  /* .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children:hover
    ul.sub-menu-first {
  } */
  /* .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover */

  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu-first {
    display: none;
    flex-direction: row;
    /* #035183 */
    flex-wrap: wrap;
    display: none;
    background: #003758 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    /* padding: 20px 30px; */
    position: absolute;
    top: 126px;
    opacity: 0;
    left: -35px;
    height: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 9;
    /* border-top: 1px solid #0151b0; */
    margin-top: 24px;
    width: 100%;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children:hover
    ul.sub-menu-first {
    visibility: visible !important;
    opacity: 1;
    height: auto;
    display: flex;
    flex-direction: row;
    /* transform: translateY(-9px); */
    transform-origin: top center;
    animation: slideUp 500ms  ease-in-out forwards
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu-last {
    visibility: visible;
    opacity: 1;
    position: revert;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 0;
    transform: translateY(0px);
  }
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu-last {
  position: inherit;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  background: transparent !important;
  padding: 0;
  transform: translateY(0px);
}

.rotatingText-adjective,
.rotatingText-adjective1 {
  font-family: "alqabas", sans-serif;
  font-size: 20px;
  left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -100px;
  color: #fff;
}
@media (min-width: 1200px) {
  .rotatingText-adjective,
  .rotatingText-adjective1 {
    font-size: 40px;
  }
}
.rotatingText-adjective:nth-of-type(1) {
  animation: fade-text-in 1.5s 0.5s forwards;
}
.rotatingText-adjective:nth-of-type(2) {
  animation: fade-text-in 1.5s 1.75s forwards;
}
.rotatingText-adjective:nth-of-type(3) {
  animation: fade-text-in 1.5s 2.75s forwards;
}
.rotatingText-adjective:nth-of-type(4) {
  animation: fade-text-in 1.5s 3.75s forwards;
}
.rotatingText-adjective1:nth-of-type(1) {
  animation: fade-text-in 1.5s 0.75s forwards;
}
.rotatingText-adjective1:nth-of-type(2) {
  animation: fade-text-in 1.5s 3s forwards;
}
.rotatingText-adjective1:nth-of-type(3) {
  animation: fade-text-in 2.5s 4.25s forwards;
}
@keyframes rotate-text-up {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -200%);
  }
}
@keyframes fade-text-in {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  50%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
.rs-slider:hover .slick-prev,
.rs-slider:hover .slick-next {
  opacity: 1;
}
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #002b46;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  top: 40%;
}
.slick-prev {
  left: 60px;
  z-index: 1;
}
.slick-next {
  right: 60px;
}
.slick-prev:hover,
.slick-next:hover {
  background: #cf9405;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 15px;
  position: relative;
  top: 4px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.slick-next:before {
  content: "\f054";
}
.slick-prev:before {
  content: "\f053";
}
.mian-content p ul li:before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: "FontAwesome";
  color: #cf9405;
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .section_news_index,
  .newsletter-area::before,
  .newsletter-area::after {
    display: none;
  }
  .rs-footer .footer-bottom .copyright{
    justify-content: center;
    flex-direction: column;
  }
  .rs-slider .slick-slide img{
  height: auto;
}
.rs-slider{
    height:auto;
}
}
.slider-area {
  z-index: 0;
}
.newsletter-area {
  background: #002b46 none repeat scroll 100% 0;
  color: #fff;
  position: relative;
  padding: 3px;
}
.newsletter-form {
  overflow: hidden;
  padding: 7px 0;
}
.newsletter-content h3 {
  font-weight: 700;
  font-size: 30px;
}
.newsletter-content > h3 {
  margin-bottom: 11px;
  font-size: 20px;
}
.newsletter-area:before {
  height: 61px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 9%;
  background: #d39705;
}
.newsletter-area:after {
  -moz-border-bottom-colors: none;
  -moz-border-right-colors: none;
  -moz-border-left-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 24px 10px;
  height: 5px;
  position: absolute;
  left: 43%;
  top: 10px;
  width: 0;
  border-color: rgb(5 211 59 / 0%) #002b46 #002b46 rgb(211 151 5 / 0%);
}
.newsletter-area:after {
  border-width: 30.5px 27px;
  right: 9%;
  left: auto;
  top: -10px;
  z-index: 5;
}
#h__1 {
  color: #002b46;
}
.newsletter-content {
  padding-top: 0;
  z-index: 9;
  position: relative;
  z-index: 5;
  right: -40px;
}
.ticker-left {
  display: inline-block;
  font-weight: 700;
  min-width: 50%;
  margin-top: 0;
  margin-bottom: -1rem !important;
}
.ticker-container .ticker-transition {
  display: inline-block;
  white-space: nowrap;
  padding-right: 300%;
  padding-left: 100%;
  width: 100px;
  box-sizing: content-box;
  animation: animate 40s linear infinite;
}
.ticker-container .ticker-transition:hover {
  animation-play-state: paused;
}
.ticker-container .ticker-item {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
@keyframes animate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
marquee {
  margin-top: 7px;
}
mark {
  background-color: transparent !important;
  color: #eeebda !important;
  font-size: 15px;
}
.marquee span img {
  height: 27px;
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
}
.marquee a {
  color: #fff;
}
.newsletter-area::before {
  z-index: 5 !important;
}
.testimonial-area .container .row {
  flex-direction: column;
}
.about-area {
  position: relative;
  background: #f3f3f3;
}
.about-area:before {
  height: 110px;
  right: 0;
  left: auto;
  top: -20px;
  width: 49.2%;
}
.about-area:after {
  border-width: 55px 30px;
  right: 49.2%;
  top: -20px;
  left: auto;
}
.about-area h3 {
  font-size: 22px;
  position: relative;
  top: -25px;
  left: -273px;
  z-index: 9;
  font-weight: 600;
  width: fit-content;
  background: #cf9405;
  padding: 0px 10px 6px 0px;
}
.about-area p {
  line-height: 26px;
  margin-bottom: 42px;
}
.about-area .button-default {
  padding: 9px 41px;
}
.about-area h3:after {
  border-color: rgb(98 88 62 / 0%) rgb(76 61 23 / 0%) #cf9405 #cf9405;
  right: 0%;
  border-image: none;
  border-style: solid;
  border-width: 20px 14px;
  content: "";
  height: 5px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
}
.overlay-dark-fullwidth {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.overlay-dark-fullwidth::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-21.5deg) scale(1.5);
  transform-origin: 100% bottom 0;
  width: 64%;
  z-index: 2;
  transform: none;
  background: rgba(134, 188, 66, 0.6) none repeat scroll 100% 0;
}
.overlay-dark-fullwidth:after {
  background: rgba(45, 62, 80, 0.4) none repeat scroll 100% 0;
  width: 100%;
}
.c-block-documents_item:not(:last-child) {
  margin-bottom: 1px;
}
.o-hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #002b46;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.o-hover:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.c-block-documents_link_label {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.c-block-documents_link:hover {
  color: #fff;
  z-index: 3;
}
.c-block-documents_link:hover h6 {
  color: #fff;
}
.change-lang {
  position: absolute;
  right: -35px;
  font-family: "alqabas";
  top: 14px;
  background: #d39705;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
}
.change-lang:hover {
  background-color: #002b46;
  color: #fff !important;
}

.slick-dots {
  position: absolute;
  bottom: 10px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
  color: #002b46;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  /* background-color: #002b46; */
  background-color: #d39705;
}
.btn_share {
  cursor: pointer;
  cursor: pointer;
  background: #4267b2;
  width: 6%;
  border-radius: 50%;
  padding: 0px 0px;
  justify-content: center;
  display: flex;
}

@keyframes slideUp {
  0% { 
    opacity: 0;
    transform: translateY(0px);

  }

  100% {
    opacity: 1;
    transform: translateY(-60px)
  }
}
