@import url("../fonts/somar-sans-cufonfonts-webfont/style.css");
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Somar Sans Bold", sans-serif;
  font-size: 75%;
  line-height: 24px;
  font-weight: 400;
  background-color: #F8F8F8;
  background-image: url(../img/body.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  color: #000;
  overflow: hidden;
  position: relative;
}
body.post-template-default {
  background-color: #fff;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html[lang=ar] {
  text-align: right;
}
html[lang=ar] body {
  text-align: right;
}

.pngloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pngloader img {
  width: 130px;
  animation: zoom 2s linear infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.preloader,
.ajaxloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff !important;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  left: 0;
  justify-content: center;
  overflow: hidden;
}
.preloader #svgloader,
.ajaxloader #svgloader {
  width: 300px;
  margin: auto;
  transform: scale(1.5);
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .preloader #svgloader,
.ajaxloader #svgloader {
    width: 200px;
  }
}
.preloader .cls-1,
.preloader .cls,
.ajaxloader .cls-1,
.ajaxloader .cls {
  fill: #fff;
  transition: fill 0.8s;
}
.preloader .finished .cls,
.ajaxloader .finished .cls {
  fill: #000;
  transition: fill 0.8s;
}
.preloader .end .cls,
.ajaxloader .end .cls {
  fill: #000;
  transition: fill 0.8s;
}
.preloader.ajax-start,
.ajaxloader.ajax-start {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.ajaxloader {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.15) !important;
  z-index: 1;
  height: 100%;
  min-height: 250px;
}
.ajaxloader.ajax-start {
  display: flex;
}

.lang-and-toggle {
  display: flex;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*--------------------------------------------------------------- */
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #819ed0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #a62a22;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
  margin: 0px;
}

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

b,
strong {
  font-weight: 900;
}

uttonb,
button:hover {
  border: none;
}

button:focus {
  outline: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0px 27px 0 27px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  background: #F8F8F8 !important;
  border: 1px solid #F8F8F8;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=email],
.comment-form-email input[type=email] {
  padding: 12px 22px;
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0;
}

select {
  border: none;
}

input[type=search] {
  width: 250px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #F0F0F0;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.comment-form-email input[type=email]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F8F8F8;
}

textarea {
  width: 100%;
  padding: 11px 18px;
  height: 173px;
}

input[type=checkbox] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #aeaeae;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}

.btn {
  background-image: none;
}

select,
textarea,
input[type=text],
input[type=submit],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0;
}

select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Somar Sans Bold", sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }
}
a {
  text-decoration: none;
}

.Buttons,
.btn-site {
  text-decoration: none;
  color: #fff;
  padding: 15px 15px;
  font-size: 1rem;
  background-color: #819ed0 !important;
  border: 1px solid #819ed0 !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
}
.Buttons:hover,
.btn-site:hover {
  background-color: #fff !important;
  color: #819ed0 !important;
}
.Buttons-2,
.btn-site-2 {
  padding: 10px 3rem;
  height: auto;
  margin: auto;
  display: block;
}
.Buttons-2:hover,
.btn-site-2:hover {
  height: auto;
  background-color: #fff !important;
  color: #819ed0 !important;
}
.Buttons-3,
.btn-site-3 {
  background-color: #819ed0 !important;
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  padding: 10px 15px !important;
}
.Buttons-3:hover, .Buttons-3:focus,
.btn-site-3:hover,
.btn-site-3:focus {
  background-color: #fff !important;
  border: 1px solid #819ed0 !important;
  color: #819ed0 !important;
}

.btn-ads {
  background: #77000e !important;
  background: -moz-linear-gradient(top, #77000e 0%, #a60017 45%, #de0023 100%) !important;
  background: -webkit-linear-gradient(top, #77000e 0%, #a60017 45%, #de0023 100%) !important;
  background: linear-gradient(to bottom, #77000e 0%, #a60017 45%, #de0023 100%) !important;
  border: 1px solid #77000e !important;
}
.btn-ads:hover, .btn-ads:focus {
  border: 1px solid #77000e !important;
  color: #77000e !important;
}

.right-0 {
  right: 0 !important;
}

.btn-file {
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 30px 10px;
}
.btn-file div,
.btn-file span {
  width: 100%;
  position: unset;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.site-text-color {
  color: #819ed0 !important;
}

.text-site-box {
  width: 350px;
  margin: auto;
}

.btn-shababeek-load {
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 20px auto !important;
}
.btn-shababeek-load:hover, .btn-shababeek-load:focus {
  color: #819ed0 !important;
}

.text-site,
.site-title {
  color: #819ed0;
  text-transform: uppercase;
  margin: 40px 0;
  padding: 0px !important;
  position: relative;
  font-size: 2rem;
  width: max-content;
  text-align: center;
}
.text-site.text-center,
.site-title.text-center {
  margin: 60px auto;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .text-site,
.site-title {
    font-size: 2rem;
  }
  .text-site::after,
.site-title::after {
    width: 100%;
  }
}

.search-form {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.search-form input[type=search] {
  width: 100% !important;
  padding: 15px 5px 15px 40px !important;
  color: #707070;
  border: 3px solid #E8E8E8;
  border-radius: 14px;
}
.search-form::after {
  position: absolute;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.252' height='21.258' viewBox='0 0 21.252 21.258'%3E%3Cg id='Group_340' data-name='Group 340' transform='translate(5.996 63.787)'%3E%3Cpath id='Path_15794' data-name='Path 15794' d='M10.777-48.7a1.474,1.474,0,0,1,.261.172q1.893,1.884,3.78,3.775a1.254,1.254,0,0,1,.4,1.256,1.246,1.246,0,0,1-2.031.661c-.225-.19-.424-.41-.633-.619L9.085-46.916a.6.6,0,0,0-.067-.047A9.262,9.262,0,0,1,.731-45.449a9.042,9.042,0,0,1-5.18-3.826A9.358,9.358,0,0,1-2.964-61.322,9.351,9.351,0,0,1,9.256-61.7,9.4,9.4,0,0,1,10.777-48.7ZM3.355-47.593a6.814,6.814,0,0,0,6.84-6.811A6.815,6.815,0,0,0,3.369-61.26,6.813,6.813,0,0,0-3.47-54.449,6.813,6.813,0,0,0,3.355-47.593Z' transform='translate(0 0)' fill='%23ddd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.252' height='21.258' viewBox='0 0 21.252 21.258'%3E%3Cg id='Group_340' data-name='Group 340' transform='translate(5.996 63.787)'%3E%3Cpath id='Path_15794' data-name='Path 15794' d='M10.777-48.7a1.474,1.474,0,0,1,.261.172q1.893,1.884,3.78,3.775a1.254,1.254,0,0,1,.4,1.256,1.246,1.246,0,0,1-2.031.661c-.225-.19-.424-.41-.633-.619L9.085-46.916a.6.6,0,0,0-.067-.047A9.262,9.262,0,0,1,.731-45.449a9.042,9.042,0,0,1-5.18-3.826A9.358,9.358,0,0,1-2.964-61.322,9.351,9.351,0,0,1,9.256-61.7,9.4,9.4,0,0,1,10.777-48.7ZM3.355-47.593a6.814,6.814,0,0,0,6.84-6.811A6.815,6.815,0,0,0,3.369-61.26,6.813,6.813,0,0,0-3.47-54.449,6.813,6.813,0,0,0,3.355-47.593Z' transform='translate(0 0)' fill='%23ddd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  background: #ddd;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .search-form {
    width: 90% !important;
  }
}

.lp-archive-courses {
  padding-top: 150px;
}

.gray-background {
  background-color: #F8F8F8;
}

.page-content {
  min-height: 300px;
}

.slick-lightbox {
  z-index: 99999;
}

.breadcrumb {
  background: transparent;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.breadcrumb i,
.breadcrumb svg {
  margin: 0 8px;
}
.breadcrumb * {
  color: #000;
}
.breadcrumb .current {
  font-size: 85%;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #819ed0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .breadcrumb {
    padding-right: 12px;
  }
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: none !important;
}

.label-floating {
  font-size: 16px;
  position: absolute;
  transform-origin: top right;
  transform: translate(0, 16px) scale(1);
  transition: all 0.1s ease-in-out;
  right: 22px;
  margin: 4px;
  z-index: 1;
  color: #707070;
}

.float-container {
  position: relative;
}
.float-container i {
  position: absolute;
  top: 20px;
  left: 0;
  color: #F8F8F8;
  font-size: 26px;
  z-index: 9999;
}
.float-container .input-floating,
.float-container select {
  margin: 10px 0 !important;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C8DEDD;
  border-radius: 6px;
  padding: 14px;
}
.float-container .input-floating.input-0,
.float-container select.input-0 {
  padding: 14px 0 4px 0px !important;
}
.float-container select {
  width: 100%;
  height: auto;
}
.float-container .country-box p,
.float-container .country-box span {
  margin: 0;
  padding: 0;
  width: 100%;
}
.float-container small {
  font-size: 70%;
  font-weight: 400;
  top: -14px;
  position: relative;
}
.float-container.active label:not(.custom-file-label) {
  transform: translate(0, 8px) scale(0.75) !important;
  color: #819ed0;
  font-weight: bold;
}
.float-container.active .input-floating,
.float-container.active select {
  border: 2px solid #819ed0;
}

.d-none-in-contact .wpcf7-form-control {
  display: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}

.wpcf7-spinner {
  float: left;
}

input[type=radio]:checked + * {
  color: #819ed0;
}

input[type=radio]:checked + *::before {
  background: radial-gradient(#819ed0 0%, #819ed0 40%, transparent 50%, transparent);
  border-color: #819ed0;
}

/* basic layout */
input[type=radio] + * {
  display: inline-block;
  padding: 0.5rem 0rem;
}

.site-main {
  margin-top: -22px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .site-main {
    margin: 0;
    padding-top: 290px;
  }
}

.title-with-line {
  font-size: 3rem;
  padding-bottom: 10px;
  position: relative;
  width: max-content;
}
.title-with-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #382e79;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px) {
  .title-with-line {
    font-size: 2rem;
  }
}

.top-header {
  position: relative;
  transition: top 0.2s ease-in-out;
}
.top-header .logo {
  background: transparent url(../img/trapezoid.png) no-repeat 100% 100%/cover;
  padding: 10px 40px 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header .logo {
    flex: 0 0 35%;
    max-width: 35%;
    background: transparent;
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header .logo {
    flex: 0 0 55%;
    max-width: 55%;
    margin-top: 10px;
    order: 1;
  }
}
.top-header .top-social {
  position: absolute;
  top: 0px;
  right: 20px;
}
.top-header .top-social ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
}
.top-header .top-social ul li {
  display: inline-flex;
  margin-left: 10px;
}
.top-header .top-social ul li a {
  border-radius: 50%;
  background: #5c7da4;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  position: relative;
}
.top-header .top-social ul li a i {
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  margin: auto;
  left: 0;
  right: 0;
  color: #364e69;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header .top-social ul li a {
    width: 30px;
    height: 30px;
  }
  .top-header .top-social ul li a i {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header .top-social {
    flex: 0 0 85%;
    max-width: 85%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    margin: 0;
    position: relative;
    order: 0;
    right: 0;
  }
  .top-header .top-social ul {
    margin-right: auto;
  }
}
.top-header .shababeek-main-menu {
  position: relative;
  padding: 0px;
  vertical-align: top;
  width: 100%;
}
.top-header .shababeek-main-menu ul {
  float: right;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 0;
  direction: ltr;
}
.top-header .shababeek-main-menu ul li {
  position: relative;
  margin: 0px 5px;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.top-header .shababeek-main-menu ul li a {
  position: relative;
  padding: 12px 15px;
  z-index: 2;
  color: #929292;
  font-weight: 900;
  font-size: 14px;
}
.top-header .shababeek-main-menu ul li::after {
  content: " ";
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.top-header .shababeek-main-menu ul li.active::after, .top-header .shababeek-main-menu ul li:hover::after, .top-header .shababeek-main-menu ul li:focus::after {
  background: #fff;
}
.top-header .shababeek-main-menu ul li.active a, .top-header .shababeek-main-menu ul li:hover a, .top-header .shababeek-main-menu ul li:focus a {
  color: #819ed0;
}
.top-header .news-bar {
  width: 100%;
  background: #0082c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0082c8 0%, #284289 38%, #172859 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0082c8 0%, #284289 38%, #172859 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0082c8 0%, #284289 38%, #172859 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0082c8", endColorstr="#172859", GradientType=0);
  /* IE6-9 */
  padding: 20px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 45px 5px black;
  -moz-box-shadow: 0px 0px 45px 5px black;
  box-shadow: 0px 0px 45px 5px black;
  position: relative;
  width: 105%;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0px -29px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header .top-social-nav {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .top-header .container {
    max-width: 100%;
  }
  .top-header .row {
    margin: 0;
  }
  .top-header .news-bar {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .top-header.shababeek-fixed-top {
    position: fixed !important;
    background: #fff;
    z-index: 999;
  }
  .top-header.shababeek-fixed-top .row {
    flex-direction: row-reverse;
  }
  .top-header.shababeek-fixed-top .container {
    padding-top: 0 !important;
  }
  .top-header.shababeek-fixed-top .logo {
    flex: 0 0 45%;
    max-width: 45%;
    order: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .top-header.shababeek-fixed-top .top-social-nav {
    width: unset;
  }
  .top-header.shababeek-fixed-top .news-bar,
.top-header.shababeek-fixed-top .top-social {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .top-header {
    position: absolute;
    transition: top 0.2s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

.poll-result-question {
  display: none;
}

.header-title {
  display: none;
}

.nav-cats {
  border: 0;
  justify-content: space-between;
}
.nav-cats li {
  margin-left: 15px;
  margin-right: 0;
  padding: 0;
}
.nav-cats li a.nav-link {
  position: relative;
  padding: 10px 10%;
  font-size: 1.5em;
  color: #9c9c9c;
  font-weight: 900;
  background: #ececec;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  text-align: center;
  border-color: transparent !important;
  border-width: 0px !important;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .nav-cats li a.nav-link {
    font-size: 1rem;
  }
}
.nav-cats li a.nav-link.active {
  color: #fff;
  background: #123b6f;
}
.nav-cats li a.nav-link.active::after {
  content: "";
  width: 100%;
  height: 40px;
  background: #123b6f;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .nav-cats li a.nav-link.active::after {
    display: none;
  }
}

.first-section .scrtabs-tab-scroll-arrow[style*="display: block"],
.second-section .scrtabs-tab-scroll-arrow[style*="display: block"] {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  background: linear-gradient(to bottom, #0082c8 0%, #284289 38%, #172859 68%);
  color: white;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .first-section > .container,
.second-section > .container {
    max-width: 100%;
  }
}

.cats-tab-content > .main-content {
  z-index: 1;
  position: relative;
  border: 15px solid #123b6f;
  border-radius: 10px;
  display: flex;
  background: #123b6f;
  margin: 15px auto;
}
.cats-tab-content.active > .main-content {
  border-top-right-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .cats-tab-content > .main-content {
    border-radius: 10px !important;
  }
}

.cat-main-slider {
  border: 0 !important;
  margin: 0;
}
.cat-main-slider .img-box {
  background-color: #123b6f;
  position: relative;
}
.cat-main-slider .img-box img {
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 448px;
}
.cat-main-slider .img-box .title {
  width: 100%;
  height: 100%;
  max-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box-bottom-slider {
  height: 448px;
  min-height: 448px;
}
.img-box-bottom-slider img {
  height: 100% !important;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .img-box-bottom-slider {
    height: 350px !important;
    min-height: 350px;
  }
}

.cat-nav-slider:not(.flex-control-nav) li {
  position: relative;
  padding: 20px 10px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 8%, #dadada 68%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 8%, #dadada 68%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 8%, #dadada 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dadada", GradientType=0);
  text-align: right;
  color: #666463;
  cursor: pointer;
  height: calc(100%/6);
  font-size: 0.8rem;
}
.cat-nav-slider:not(.flex-control-nav) li a {
  color: #666463 !important;
}
.cat-nav-slider:not(.flex-control-nav) li.flex-active {
  background: #77000e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #77000e 0%, #a60017 45%, #de0023 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #77000e 0%, #a60017 45%, #de0023 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #77000e 0%, #a60017 45%, #de0023 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77000e", endColorstr="#de0023", GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.cat-nav-slider:not(.flex-control-nav) li.flex-active a {
  color: #fff !important;
}
.cat-nav-slider:not(.flex-control-nav) li.flex-active::after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-right: 40px solid #a30016;
  border-bottom: 32px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 1;
}

.flex-control-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  bottom: 0;
}
.flex-control-nav li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #999;
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 3px solid #b5b3b2;
  border-radius: 6px;
  position: relative;
  margin-right: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .flex-control-nav li {
    margin-right: 20px;
  }
}
.flex-control-nav li:not(:last-child)::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #b5b3b2;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.flex-control-nav li.flex-active {
  background: #0082c8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0082c8 0%, #284289 38%, #172859 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0082c8 0%, #284289 38%, #172859 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0082c8 0%, #284289 38%, #172859 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0082c8", endColorstr="#172859", GradientType=0);
}

.facebook-likes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.facebook-likes i {
  color: #819ed0;
  font-size: 3rem;
  margin-left: 30px;
}
.facebook-likes object {
  height: 30px !important;
  width: 180px;
}

.page-title {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

.body-content {
  position: relative;
  padding: 45px 0px;
  background-color: #fff;
}
.body-content .left,
.body-content .right {
  background: #c1c1c1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.body-content .right {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.body-content .main-content {
  z-index: 1;
  position: relative;
  border: 15px solid #123b6f;
  border-radius: 10px;
  background: #123b6f;
  margin: 15px auto;
  padding: 0px 15px;
}
.body-content .main-content .cat-main-slider .img-box img {
  height: auto;
}

.home .body-content {
  padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .single-post-content .row-reverse {
    flex-direction: column-reverse !important;
  }
}
.single-post-content .poll-question {
  display: none;
}

.inner-posts-for {
  direction: ltr;
}
.inner-posts-for .slide-item {
  height: 450px;
}
.inner-posts-for .slide-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.default-slider {
  direction: ltr;
}
.default-slider .slick-prev,
.default-slider .slick-next {
  background-color: transparent !important;
  color: transparent !important;
  z-index: 1;
  left: 0;
}
.default-slider .slick-prev::before,
.default-slider .slick-next::before {
  background-color: transparent !important;
  background-image: url(../img/left.png);
  content: "";
  width: 24px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  left: 4%;
  top: -25px;
}
.default-slider .slick-prev:hover, .default-slider .slick-prev:focus, .default-slider .slick-prev:active,
.default-slider .slick-next:hover,
.default-slider .slick-next:focus,
.default-slider .slick-next:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: transparent !important;
}
.default-slider .slick-prev:hover::before, .default-slider .slick-prev:focus::before, .default-slider .slick-prev:active::before,
.default-slider .slick-next:hover::before,
.default-slider .slick-next:focus::before,
.default-slider .slick-next:active::before {
  background-color: transparent !important;
}
.default-slider .slick-next {
  right: 0;
  left: unset;
}
.default-slider .slick-next::before {
  background-image: url(../img/right.png);
  left: unset;
  right: 4%;
}

.widgets-container {
  margin-left: auto;
  margin-top: 18px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .widgets-container {
    margin: 18px auto;
  }
}

.social-share-container {
  padding: 10px 20px;
  display: flex;
  justify-content: start;
}
.social-share-container a {
  background-color: #819ed0;
  color: #fff;
  border-radius: 50% !important;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  padding: 5px 2px !important;
}
.social-share-container a i {
  color: #fff;
}
.social-share-container a:hover, .social-share-container a:focus {
  background-color: #a62a22;
}

.error-404 {
  text-align: center;
  min-height: 300px;
}

.widget-box {
  background: #fff;
  border-radius: 8px;
  direction: rtl;
  margin: 7px auto;
  height: 100%;
}
.widget-box .title {
  color: #005bab;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 2px solid #b5b3b2;
  margin-bottom: 20px;
  padding: 5px 10px;
  position: relative;
}
.widget-box .title::after {
  content: "";
  width: 39px;
  height: 34px;
  position: absolute;
  bottom: -18px;
  left: 10px;
  display: block;
  background: transparent url(../img/clip.png) no-repeat 100% 100%;
}
.widget-box .widget-body {
  padding: 5px 15px 10px;
  font-size: 16px;
  color: #bebdbd;
  font-weight: 900;
}
.widget-box .widget-body .img-box {
  width: 80%;
  margin: auto;
  height: 220px;
  min-height: 220px;
}
.widget-box .widget-body .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.widget-box.post-item {
  border: 1px solid #b5b3b2;
}
.widget-box.post-item .title {
  border-bottom: 1px solid #b5b3b2;
  padding-left: 30px;
}
.widget-box.post-item .widget-body .img-box {
  width: 100%;
}
.widget-box.post-item .widget-body .details {
  padding: 10px 0;
}
.widget-box.post-item .widget-body .details * {
  color: #bebdbd;
}

.search-form-box {
  position: fixed;
  z-index: 999999;
  width: 50% !important;
  height: auto;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .search-form-box {
    width: 80% !important;
  }
}
.search-form-box.active {
  opacity: 1;
  visibility: visible;
}
.search-form-box .input-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100% !important;
  margin: auto;
  height: 100%;
}
.search-form-box .input-group input[type=search] {
  padding: 15px 5px 15px 40px !important;
  color: #fff;
  background: unset !important;
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  border: 3px solid #E8E8E8;
  border-radius: 14px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  .search-form-box .input-group input[type=search] {
    width: 100% !important;
  }
}
.search-form-box .input-group::after {
  position: absolute;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.252' height='21.258' viewBox='0 0 21.252 21.258'%3E%3Cg id='Group_340' data-name='Group 340' transform='translate(5.996 63.787)'%3E%3Cpath id='Path_15794' data-name='Path 15794' d='M10.777-48.7a1.474,1.474,0,0,1,.261.172q1.893,1.884,3.78,3.775a1.254,1.254,0,0,1,.4,1.256,1.246,1.246,0,0,1-2.031.661c-.225-.19-.424-.41-.633-.619L9.085-46.916a.6.6,0,0,0-.067-.047A9.262,9.262,0,0,1,.731-45.449a9.042,9.042,0,0,1-5.18-3.826A9.358,9.358,0,0,1-2.964-61.322,9.351,9.351,0,0,1,9.256-61.7,9.4,9.4,0,0,1,10.777-48.7ZM3.355-47.593a6.814,6.814,0,0,0,6.84-6.811A6.815,6.815,0,0,0,3.369-61.26,6.813,6.813,0,0,0-3.47-54.449,6.813,6.813,0,0,0,3.355-47.593Z' transform='translate(0 0)' fill='%23ddd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.252' height='21.258' viewBox='0 0 21.252 21.258'%3E%3Cg id='Group_340' data-name='Group 340' transform='translate(5.996 63.787)'%3E%3Cpath id='Path_15794' data-name='Path 15794' d='M10.777-48.7a1.474,1.474,0,0,1,.261.172q1.893,1.884,3.78,3.775a1.254,1.254,0,0,1,.4,1.256,1.246,1.246,0,0,1-2.031.661c-.225-.19-.424-.41-.633-.619L9.085-46.916a.6.6,0,0,0-.067-.047A9.262,9.262,0,0,1,.731-45.449a9.042,9.042,0,0,1-5.18-3.826A9.358,9.358,0,0,1-2.964-61.322,9.351,9.351,0,0,1,9.256-61.7,9.4,9.4,0,0,1,10.777-48.7ZM3.355-47.593a6.814,6.814,0,0,0,6.84-6.811A6.815,6.815,0,0,0,3.369-61.26,6.813,6.813,0,0,0-3.47-54.449,6.813,6.813,0,0,0,3.355-47.593Z' transform='translate(0 0)' fill='%23ddd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  background: #ddd;
  top: 0;
  left: 0;
  width: 34px;
  height: 50px;
}

.related-posts .slick-slide > div {
  margin-left: 18px;
  margin-right: 10px;
}
.related-posts .slick-next {
  right: -4%;
}
.related-posts .slick-prev {
  left: -2%;
}

.category-tabs .nav-tabs {
  display: flex !important;
}
.category-tabs .scrtabs-tab-scroll-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  background-color: #0f6ab0;
  color: white;
}
.category-tabs .nav-item {
  margin: 4px 14px;
}
.category-tabs .nav-link {
  color: #005bab;
  font-size: 16px;
  font-weight: 900;
  border: 0;
  border-bottom: 1px solid #b5b3b2;
  margin-bottom: 20px;
  padding: 5px 10px;
  position: relative;
  min-width: 140px;
}
.category-tabs .nav-link::after {
  content: "";
  width: 14px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent url(../img/clip.png) no-repeat 100% 100%;
}
.category-tabs .nav-link:active, .category-tabs .nav-link:hover, .category-tabs .nav-link:focus, .category-tabs .nav-link.active {
  color: #0b1839;
  border: 0;
  border-bottom: 1px solid #0b1839;
}

.bordered-image {
  position: relative;
  height: 300px;
  padding: 5px;
  box-shadow: 0px 7px 17px #9f9f9f29;
  border: 1px solid #a62a22;
  border-radius: 12px;
}
.bordered-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.main-blog {
  position: relative;
  margin: 10px;
  min-height: 70vh;
}

.modal .modal-header {
  padding: 8px;
}
.modal .modal-header .close {
  margin: 0 !important;
  margin-right: auto !important;
  padding: 0 10px !important;
  background: unset !important;
  border: 0 !important;
  line-height: 0 !important;
  height: 30px;
}
.modal .modal-content {
  box-shadow: 0px 7px 13px #88888829;
  border-radius: 12px;
}

.contact-box {
  width: 80%;
  margin: auto;
}
.contact-box .col-sm-6,
.contact-box .col-sm-12 {
  margin-bottom: 10px;
}

.content-about .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
}

.modal-open .modal {
  z-index: 999999;
}

.nav-social {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.nav-social a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  padding: 7px;
  margin: 2px;
  color: #636755;
  font-size: 1.5rem;
}
.nav-social.footer-social {
  flex-wrap: nowrap;
}
.nav-social.footer-social li {
  margin-right: 2px;
}
.nav-social.footer-social a {
  width: unset;
  height: unset;
  font-size: unset;
  justify-content: unset;
  align-items: center;
}
.nav-social.footer-social a i {
  color: #00230b;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px) {
  .nav-social.footer-social a {
    flex-wrap: wrap;
    text-align: center;
  }
  .nav-social.footer-social a .icon {
    margin: auto;
  }
  .nav-social.footer-social a span:not(.icon) {
    margin: 4px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  color: #382e79;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #F8F8F8;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px;
  border: 1px solid;
  display: flex;
  justify-content: center;
}

footer {
  background: #253d80;
  background: -moz-linear-gradient(top, #253d80 0%, #29448d 55%, #253d80 100%);
  background: -webkit-linear-gradient(top, #253d80 0%, #29448d 55%, #253d80 100%);
  background: linear-gradient(to bottom, #253d80 0%, #29448d 55%, #253d80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253d80", endColorstr="#253d80", GradientType=0);
  padding: 0;
}
footer li a {
  color: #6a6e91;
  color: #fff;
}
footer li.current-menu-item a, footer li.current_page_item a, footer li:hover a, footer li:focus a {
  color: #fff;
  color: #a62a22;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-logo img {
  filter: brightness(0) invert(1);
}
footer .footer-bottom-area {
  background: #0b1839;
  padding: 15px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer .footer-bottom-area * {
  font-size: 12px;
}
footer .footer-bottom-area .footer-copy-right {
  direction: ltr;
}
footer .footer-bottom-area .row {
  flex-direction: row-reverse;
}
footer .footer-bottom-area img {
  width: 80px;
  margin-right: 10px;
}
footer .footer-bottom-area a {
  color: #fff !important;
  text-transform: capitalize;
  padding: 0;
}
footer .footer-bottom-area .footer-menu ul {
  display: flex;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  footer .footer-bottom-area .footer-menu ul {
    justify-content: space-between;
  }
}
footer .footer-bottom-area .footer-menu ul li {
  position: relative;
  margin: 10px;
  padding: 0px 5px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  footer .footer-bottom-area .footer-menu ul li {
    width: 120px;
  }
}
footer .footer-bottom-area .footer-menu ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 4px;
  left: -10px;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  footer .footer-bottom-area .footer-menu ul li::after {
    display: none;
  }
}
footer .footer-bottom-area .footer-menu ul li:last-child::after {
  display: none;
}
footer .footer-bottom-area .footer-menu ul li.current_page_item a, footer .footer-bottom-area .footer-menu ul li:hover a, footer .footer-bottom-area .footer-menu ul li:focus a {
  color: #a60017 !important;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  footer .footer-bottom-area .col-sm {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width : 575px), (min-width: 320px) and (max-width : 475px) {
  footer .footer-item-logo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-item {
    flex: 0 0 50%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  footer .footer-item::after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 0;
  }
  footer .footer-item:nth-child(5)::after, footer .footer-item:nth-child(6)::after {
    display: none;
  }
  footer .footer-logo {
    justify-content: start;
  }
  footer .footer-copy-right {
    padding-top: 10px;
    text-align: center !important;
  }
}