/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@font-face {
  font-family: Bahij_Janna-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Bahij_Janna-Bold.ttf) format('truetype')
}

@font-face {
  font-family: Bahij_Janna-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Bahij_Janna-Regular.ttf) format('truetype')
}

* {
  font-family: Bahij_Janna-Regular, Arial !important;
}

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

body,
html {
  overflow-x: hidden !important
}

body {
  font-family: Bahij_Janna-Regular, Arial;
  text-align: left
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bahij_Janna-Regular, Arial
}

h3 {
  margin-top: 0
}

h4 b {
  color: #5c86a0;
  line-height: 24px;
}

a {
  text-decoration: none !important;
  color: #616161
}

* {
  font-size: 18px
}

.btn.btn-primary.btn-sm {
  border-radius: 30px;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 22px;
  background: #5c86a0;
  border-color: #5c86a0;
  margin: 10px 0
}

.btn.btn-primary.btn-sm:hover {
  background: #537990;
  border-color: #537990
}

.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.thumbnail {
  padding: 0;
  border: 0
}

img {
  max-width: 100%
}

summary {
  font-weight: 700;
  margin-bottom: 10px
}

.right-title {
  position: relative;
  color: #5c86a0;
  margin-bottom: 35px;
  text-align: left
}

.right-title::before {
  content: " ";
  height: 17px;
  width: 33px;
  background-image: url(../img/right-border.png);
  position: absolute;
  left: 0;
  bottom: -25px;
  right: auto
}

.right-title::after {
  content: " ";
  height: 1px;
  position: absolute;
  border-bottom: 2px solid #5c86a0;
  width: 8%;
  bottom: -17px;
  left: 44px;
  right: auto
}

.blue-title,
.white-title {
  position: relative;
  margin-bottom: 60px;
  color: #fff
}

.white-title::before {
  content: " ";
  height: 17px;
  width: 90px;
  background-image: url(../img/white-border.png);
  position: absolute;
  left: 50%;
  right: auto;
  top: 32px;
  transform: translate(-50%, 0)
}

.blue-title {
  position: relative;
  margin-bottom: 60px;
  color: #5c86a0
}

.blue-title::before {
  content: " ";
  height: 17px;
  width: 90px;
  background-image: url(../img/blue-border.png);
  position: absolute;
  left: 50%;
  right: auto;
  top: 32px;
  transform: translate(-50%, 0)
}

.owl-dots {
  margin-top: 20px
}

button.owl-dot.active span {
  background: #5c86a0 !important
}

button.owl-dot span {
  margin: 10px 3px !important
}

.top-slider .owl-theme .owl-nav {
  margin-bottom: -10px !important;
  display: block !important
}

.owl-carousel .owl-nav button.owl-next {
  float: left
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  right: auto;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #9da56b;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 1
}

#backToTop:hover {
  background-color: #777d52
}

#backToTop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px
}

.gray-bg {
  background: #f3f3f3
}

#fixed-nav {
  position: relative;
  z-index: 2;
  height: 105px;
  width: 100%;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

  background: 0 0;
  border-radius: 0
}

#fixed-nav.scrolled-nav {
  position: fixed;
    left: 0;
      right: auto;
  height: 80px !important;

  top: 0 !important;
  background: #fff

}

nav .navbar-brand>img {
  height: 80px;
  transition: height .3s
}

#fixed-nav.scrolled-nav img {
  height: 55px !important;
  width: auto
}

#fixed-nav.scrolled-nav .navbar-right li a {
  /* padding-bottom: 26px; */
  color: #767676 !important
}

#fixed-nav .navbar-toggle {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 25px;
  left: 0
}

#fixed-nav.scrolled-nav .navbar-toggle {
  margin: 0;
  right: 40px;
  left: auto
}

#fixed-nav #bs-example-navbar-collapse-1 {
  margin-top: 30px
}

#fixed-nav.scrolled-nav #bs-example-navbar-collapse-1 {
  margin-top: 15px
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: 0 0
}

.navbar-right .dropdown-menu li:hover {
  border-left: 4px solid #9da56b;
  background: #eee
}

.dropdown-menu>li>a:focus,
.navbar-right .dropdown-menu>li>a:hover {
  background: 0 0
}

.navbar-right .dropdown-menu li a {
  color: #5c86a0 !important;
  padding: 10px 20px
}

/* .navbar-right li a {
  color: #fff !important
} */

.navbar-right li a i {
  font-size: 14px
}

.navbar-right li.active a {
  background-color: transparent !important;
  border-bottom: 4px solid #9da56b
}

.navbar-nav>li {
  margin: 0 5px
}

.navbar-collapse {
  position: relative
}

a.dropdown-toggle.language {
  background: #9da56b;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  line-height: 16px;
}

a.dropdown-toggle.language:hover {
  background: #858c59 !important
}

a.dropdown-toggle.language span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.search-field {
  padding: 0 34px 0 0;
  position: relative;
  -webkit-transition: width .4s ease, background .4s ease;
  transition: width .4s ease, background .4s ease
}

.search-form .search-submit {
  display: none
}

.search-form {
  position: relative
}

.search-form label {
  position: relative;
  background: url(../img/search-icon.png);
  background-size: contain;
  width: 25px;
  height: 25px;
  text-indent: 9999px;
  margin-top: 10px;
  background-repeat: no-repeat
}

.scrolled-nav .search-form label {
  background: url(../img/gray-search-icon.png);
  position: relative;
  background-size: contain;
  width: 25px;
  height: 25px;
  text-indent: 9999px;
  margin-top: 10px
}

.search-input {
  transform: translateY(-100%);
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity .25s, transform .25s;
  right: 0;
  left: auto;
  z-index: -1;
  border: 0;
  outline: 0;
  width: 300px
}

.search-input,
.search-label {
  background: #ccc;
  padding: .5em;
  display: inline-block
}

.clicked+.search-input {
  opacity: 1;
  transform: translateY(0);
  z-index: 99999;
  background: #ffff;
  box-shadow: 0 2px 1px 1px #88888821;
  width: 300px;
  margin-top: 9px
}

.sidenav {
  color: #fff;
  position: relative;
  max-width: 400px;
  width: 300px;
  box-shadow: 15 2px 10px 15 rgba(0, 0, 0, .1);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  display: flex;
  flex-direction: column;
  will-change: transform;
  z-index: 99999;
  pointer-events: auto;
  padding-top: 60px;
  background-color: #0b223a;
  overflow-x: hidden;
  height: 100vh
}

.sidenav i {
  padding-left: 7px
}

.sidenav a,
.sidenav label {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s;
  text-align: left;
  font-size: 18px
}

.sidenav a:hover:first-child {
  border: none !important;
  background: 0 0 !important
}

.sidenav a:hover {
  color: #f1f1f1;
  border-left: 4px solid #9da56b;
  background-color: #091b2d
}

.sidenav a.collapsed i {
  font-size: 14px;
  margin-left: 5px
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  left: auto;
  font-size: 24px
}

.sidenav-area {
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150
}

.mySidenav-btn i {
  font-size: 28px;
  color: #fff;
  margin-top: -5px
}

.mySidenav-btn {
  float: left;
  margin-top: 50px;
  z-index: 2;
  position: relative;
  padding-right: 10px
}

#fixed-nav.scrolled-nav .mySidenav-btn {
  margin-top: 36px
}

#fixed-nav.scrolled-nav .mySidenav-btn i {
  color: #767676
}

.sidenav ul.list-unstyled {
  background: #fff !important
}

.sidenav ul.list-unstyled a {
  color: #767676;
  padding-left: 45px;
  border-bottom: 1px solid #ddd
}

.sidenav ul.list-unstyled a:hover {
  background: #eee
}

.sidenav input.form-control {
  border-radius: 0;
  height: 50px;
  margin-left: 20px;
  width: 85%;
  text-align: left
}

.menu--visible {
  pointer-events: auto
}

.menu--visible .sidenav {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.menu--animatable .sidenav {
  transition: all 130ms ease-in
}

.menu--visible.menu--animatable .sidenav {
  transition: all 330ms ease-out
}

.top-slider,
.top-slider .item,
.top-slider .owl-carousel {
  position: relative;
  height: 85vh;
  overflow: hidden;
  min-height: 650px
}

col-xs-12 col-sm-6 col-lg-4::before {
  background-color: rgba(0, 0, 0, .2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block
}

.top-slider .slider-shape {
  background-color: rgba(14, 42, 71, .55);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 70%;
  -moz-clip-path: polygon(0 0, 44% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 44% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 44% 0, 100% 100%, 0 100%);
  z-index: 1
}

.top-slider .owl-carousel .item {
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center
}

.top-slider .caption {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 99999;
  margin: 0 auto
}

.top-slider .caption h1 b {
  font-size: 44px;
  color: #fff
}

.top-slider .caption p {
  font-size: 22px;
  color: #fff;
  line-height: 34px
}

.top-slider .owl-nav .owl-next,
.top-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.top-slider .owl-nav .owl-prev {
  left: 50px;
  right: auto
}

.top-slider .owl-nav .owl-next {
  right: 50px;
  left: auto
}

.top-slider .owl-nav i {
  color: #fff;
  font-size: 30px;
  transform: rotateY(180deg)
}

.top-slider .owl-item.active .caption .btn-primary,
.top-slider .owl-item.active .caption h1,
.top-slider .owl-item.active .caption p {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-30px);
    transform: translatey(-30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

.scroll-down {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 45px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  z-index: 1
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(.5, .5, .5);
  animation: move 3s ease-out infinite
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite
}

.chevron:after,
.chevron:before {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff
}

.chevron:before {
  right: 0;
  left: auto;
  transform: skew(0deg, -30deg)
}

.chevron:after {
  left: 0;
  right: auto;
  width: 50%;
  transform: skew(0deg, 30deg)
}

@keyframes move {
  25% {
    opacity: 1
  }

  33% {
    opacity: 1;
    transform: translateY(30px)
  }

  67% {
    opacity: 1;
    transform: translateY(40px)
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(.5, .5, .5)
  }
}

@keyframes pulse {
  to {
    opacity: 1
  }
}

.announcements-container {
  width: 100%;
  background: #f5f5f5;
  height: 60px;
  line-height: 40px;
  padding: 10px 0
}

.green-label {
  text-align: left;
  color: #fff;
  background: url(../img/green-label-ltr.png) no-repeat;
  background-position: left
}

.announcements-container ul.announcements {
  float: left;
  height: 40px;
  overflow: hidden;
  padding-left: 10px;
  list-style: none
}

.announcements-container ul.announcements li div {
  width: calc(100% - 79px) !important;
  display: inline-block
}

.announcements-container ul.announcements li a {
  float: right;
  margin: 0 !important;
  margin-top: 5px !important
}

.frame {
  padding: 0 70px 0 0;
  position: relative
}

.frame:before {
  content: '';
  position: absolute;
  right: 30px;
  left: auto;
  top: -27px;
  width: 485px;
  height: 367px;
  border: 9px solid;
  z-index: -1;
  border-color: #5c86a0
}

.videos-bg {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat !important;
  background-size: contain
}

.videos.padding {
  padding-top: 0
}

/* .grid:after {
  content: '';
  display: block;
  clear: both
}

.grid-item,
.grid-sizer {
  width: 25%
}

.grid-item {
  height: 250px;
  float: right;
  background-color: #f4f3f4;
  border: 4px solid #fff;
  transform: translateZ(0);
  background-size: cover;
  background-position: center center;
  transition: all .35s ease-in-out
}

.grid-item:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0) blur(0)
}

.grid-alpha {
  display: none;
  position: absolute;
  background-color: #f4f3f4;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: auto;
  text-align: center
}

.grid-alpha:hover {
  cursor: zoom-out
}

.grid-item.item-opened {
  width: 80%;
  height: 80vw;
  border: 3px solid #e8e8e8;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0)
}

.grid-item--width2 {
  width: 50%
}

.grid-item--height2 {
  height: 500px
} */

.events.left-arrows .owl-nav,
.news.left-arrows .owl-nav {
  color: #5c86a0;
  margin-right: 25px
}

.events.left-arrows .owl-nav i,
.news.left-arrows .owl-nav i {
  border: 1px solid #5c86a0
}

.left-arrows .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
  left: auto;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px
}

.left-arrows .owl-nav i {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center
}

.event-list-left,
.event-list-right {
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.events .content {
  display: block;
  padding: 20px 0px 20px 20px;
}
.rtl .events .content {
  display: block;
  padding: 20px 20px 20px 0px;
}

.event-list-left .content .date,
.event-list-right .content .date {
  position: relative;
  display: block;
  background: url(../img/green-label-ltr.png) no-repeat;
  color: #fff;
  padding: 5px 35px;
  margin: 0 0 10px;
  background-position: left
}

.event-list-left .content h4,
.event-list-right .content h4 {
  padding: 0;
  display: block;
  margin: 0 0 10px
}

.event-list-left .content ul,
.event-list-right .content ul {
  display: block;
  margin: 0 0 10px
}

.event-list-left .content ul li,
.event-list-right .content ul li {
  margin-left: 0;
  font-size: 16px;
}

.event-list-left .content ul li i,
.event-list-right .content ul li i {
  color: #5c86a0;
  margin-right: 10px;
  float: left
}

.event-img figure img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 460px;
  Object-fit: cover
}

.news.left-arrows .owl-nav {
  margin-right: 0
}

.news .caption {
  border: 5px solid #f5f5f5;
  border-top: none;
  padding: 10px;
  display: flex
}

.news .caption .date {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%)
}

.news .caption .date span {
  display: flex;
  background: #98a16a;
  color: #fff;
  padding: 2px 14px;
  text-align: center;
  border-radius: 3px
}

.news .caption .date span strong {
  font-size: 16px
}

.news .caption .date span em {
  font-weight: 700;
  display: block;
  font-size: 16px;
  font-style: normal;
  padding-right: 5px;
  padding-left: 5px
}

.news .caption h4 {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  height: 80px;
  overflow: hidden
}

.news img {
  height: 315px;
  object-fit: cover;
  width: 100%;
  border: 5px solid #f5f5f5
}

.inner-page .news img {
  height: 160px;
}
.inner-page.news .news img {
  height: 280px !important;
}
.footer .row,
.footer ul {
  margin: 0;
  padding: 0
}

.footer .row:first-child {
  padding: 30px 0;
  background: #0b223a
}

.footer .row:first-child ul li {
  margin: 10px 20px
}

.footer .row:first-child ul li a,
.footer .row:last-child ul li a {
  color: #fff
}

.footer .row:first-child ul li a:hover {
  color: #9da56b
}

.footer .row:last-child {
  padding: 15px 0;
  background: #09192b
}

.footer .row:last-child p {
  color: #fff;
  margin: 0
}

.footer .row:last-child .text-right a {
  color: #4d7590
}

.footer .row:last-child ul li {
  margin: 0 10px
}

.footer .row:last-child ul li.dropdown {
  background: #4d7590;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.footer .row:last-child ul li:first-child {
  background: #4d7590;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.footer .text-right {
  text-align: left
}

.footer .text-left {
  text-align: right
}

.Subscribe .padding.col-md-3 {
  padding: 15px 45px
}

.inner-page {
  min-height: 70vh
}

.breadcrumb-area {
  background-image: url(../img/breadcrumb-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  height: 375px;
  padding-top: 155px;
  padding-bottom: 0;
  position: relative
}

.breadcrumb-area h1 {
  color: #fff;
  font-weight: 700
}

.breadcrumb-area .breadcrumb {
  background: 0 0;
  padding-right: 0
}

.breadcrumb-area li {
  color: #fff;
  font-size: 18px
}

.breadcrumb-area li.active a {
  color: #5c86a0
}

.jumbotron h3 {
  font-weight: 700;
  color: #5c86a0
}

form .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(221, 221, 221, .7215686274509804);
  box-shadow: 0 0 8px rgba(221, 221, 221, .7215686274509804);
  border-bottom: 2px solid #5c86a0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #4d7590 !important;
  border-color: #4d7590 !important
}

.about-us .frame {
  padding: 0 40px 0 0
}

.about-us .frame:before {
  width: 415px;
  right: 0;
  left: auto
}

.about-us .blue-title {
  margin-bottom: 35px
}

.about-us li {
  margin-bottom: 5px
}

.video-area {
  margin-top: 7%;
  float: right;
  width: 40%
}

.partners .caption {
  background: #fff;
  position: relative;
  top: -20px;
  width: 90%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .03)
}

.partners .caption h4 {
  color: #4d7590;
  font-weight: 700
}

.partners img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 270px;
  Object-fit: cover
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative
}

.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 25px;
  right: auto;
  margin-right: -1.5px
}

.timeline>li {
  margin-bottom: 20px;
  position: relative
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  width: 90%;
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  right: auto;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  right: auto;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "
}

.timeline>li>.timeline-badge {
  color: #3a76a0;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0;
  right: auto;
  margin-right: -25px;
  background-color: #fff;
  font-weight: 700;
  z-index: 1
}

.timeline-title {
  margin-top: 0;
  color: inherit
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0
}

.timeline-body>p+p {
  margin-top: 5px
}

.inner-page.events .event-img figure img {
  height: 290px
}

.articles .col-xs-4 {
  height: 115px;
  width: 115px;
  padding-right: 0;
  padding-left: 0;
  object-fit: cover;
  /* margin-bottom: 20px */
}

.articles .col-xs-8 {
  /* vertical-align: middle;
  background: #fff;
  top: 5px;
  position: relative;
  left: -9px;
  right: auto; */
  height: 110px;
  max-height: 110px;
  width: calc(100% - 130px);
  /* padding: 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .03); */
}

.articles img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}

.rtl .articles .col-xs-8 {
  /* right: -9px;
  left: auto; */
}

.articles .details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.articles h4 {
  color: #4d7590;
  font-weight: 700;
  margin-top: 0
}

.articles p {
  margin-bottom: 0
}

.img-wrapper {
  position: relative;
  margin-top: 15px
}

.img-wrapper img {
  width: 100%;
  height: 360px;
  object-fit: cover
}

.image-overlay {
  background: rgba(11, 34, 58, .72);
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 44% 0, 83% 100%, 0 100%);
  clip-path: polygon(0 0, 44% 0, 83% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  opacity: 0;
  margin: 0 0 15px 15px;
}

.image-overlay i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 30%;
  right: auto;
  top: 50%;
  transform: translateX(-50%)
}

#overlay {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
  height: 90vh
}

#nextButton,
#prevButton {
  color: #fff;
  transition: opacity .8s
}

#exitButton:hover,
#nextButton:hover,
#prevButton:hover {
  opacity: .7
}

#exitButton {
  color: #fff;
  transition: opacity .8s;
  position: absolute;
  top: 50px;
  right: 50px;
  left: auto
}

.basic-charter label,
.contact-us label {
  color: #4d7590
}

.basic-charter input,
.contact-us input {
  height: 40px
}

.news-img img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px
}

.news-img {
  padding: 0
}

.details-n .share {
  float: none;
}

.details-n .date i,
.details-n .place i {
  color: #4d7590
}

.details-n .date span,
.details-n .place span {
  font-size: 16px
}

.details-n h3 {
  color: #4d7590;
  margin-bottom: 10px
}

.details-n .list-inline {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-n .img-circle {
  margin-right: 5px;
  margin-bottom: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px
}

.news-t {
  margin-left: 15px;
}

.news-details .padding.gray-bg {
  padding: 45px 20px
}

.news-details .padding.gray-bg .caption {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
}

.news-details .caption {
  padding: 0
}

.news-details .sidebar .caption {
  border: 0 solid #f5f5f5;
  background: #f5f5f5
}

.hashtag li {
  border-right: solid 1px #cdcdcd;
  padding: 0 10px
}

.hashtag li:last-child {
  border-right: solid 0 #cdcdcd
}

.basic-charter .text-center strong {
  color: #3f6f8d;
  font-weight: 700;
  font-size: 36px
}

.basic-charter h1 srtong {
  font-size: 36px !important
}

.basic-charter h4 {
  font-size: 24px;
  font-weight: 700
}

.basic-charter h5 {
  font-size: 20px
}

.search-results img {
  max-width: 200px;
  height: 100px;
  object-fit: cover
}

.search-results span.category {
  background: #9da56b;
  color: #fff;
  padding: 0 10px
}

.search-results h3 {
  font-weight: 700
}

.search-results h3 a {
  color: #4d7590
}

.highlight {
  background-color: #ecec11;
  padding: 0 5px;
  border-radius: 5px;
  color: #4c4c4c
}

.search-results .media {
  border-bottom: 1px solid #eee
}

.search-results .media:last-child {
  border-bottom: 0 solid #eee
}

@media only screen and (max-width:425px) {
  .details-n .share {
    float: none;
    width: 100%;
    margin-top: 0
  }

  .details-n .list-inline {
    border-bottom: 0;
    margin-top: 10px
  }

  .top-slider .owl-nav .owl-prev {
    left: 30px;
    right: auto
  }

  .rtl .top-slider .owl-nav .owl-prev {
    right: 30px
  }

  .top-slider .owl-nav .owl-next {
    right: 30px;
    left: auto
  }

  .rtl .top-slider .owl-nav .owl-next {
    left: 30px
  }

  .members .col-xs-6.col-sm-4.col-md-3,
  .partners .col-xs-6.col-sm-4.col-md-3 {
    width: 100%
  }

  .articles img {
    height: 90px
  }

  .articles .col-xs-4 {
    height: 90px;
    width: 90px
  }

  .articles .col-xs-8 {
    height: 75px;
    max-height: 75px
  }

  .search-results .media-left {
    display: block;
    margin-bottom: 10px
  }
}

/* @media only screen and (max-width:580px) {
  .grid-item {
    width: 100%
  }

  .grid-item--width2 {
    width: 100%
  }
} */

@media screen and (min-width:768px) {
  #overlay img {
    width: 60%
  }
}

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

  .top-slider,
  .top-slider .item,
  .top-slider .owl-carousel {
    height: 100vh !important
  }

  .rtl .articles .col-xs-4 {
    /* margin-right: 15px;
    margin-left: 0 */
  }

  .articles .col-xs-4 {
    /* margin-left: 15px;
    margin-right: 0 */
  }

  .footer .row:last-child .text-left,
  .footer .row:last-child .text-right {
    text-align: center !important
  }

  .footer .row:last-child .text-right {
    margin-bottom: 10px
  }

  .announcements-container {
    height: auto
  }

  .green-label {
    margin-left: 10px
  }

  .rtl .green-label {
    margin-right: 10px
  }

  .about-us .frame {
    padding: 0
  }

  .breadcrumb-area {
    height: 250px;
    padding-top: 90px
  }

  .inner-page.events .content {
    padding: 15px 10px
  }

  .timeline:before {
    left: 10px;
    right: auto
  }

  .rtl .timeline:before {
    right: 10px !important
  }

  .timeline>li>.timeline-badge {
    left: -14px;
    right: auto;
    font-size: 14px
  }

  .rtl .timeline>li>.timeline-badge {
    right: -14px !important
  }

  .news-t {
    display: block
  }
}

@media only screen and (max-width:992px) {
  .news img {
    height: auto
  }

  .top-slider .caption {
    width: 100%;
    padding: 0 5px 55px 5px;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .56) 74%, rgba(0, 0, 0, .56) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .56) 74%, rgba(0, 0, 0, .56) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .56) 74%, rgba(0, 0, 0, .56) 100%)
  }

  .navbar-nav.navbar-right {
    display: none
  }

  .videos-bg {
    background-size: cover
  }

  nav .navbar-brand>img {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0)
  }

  .slider-shape {
    display: none
  }

  #fixed-nav {
    background-color: rgba(14, 42, 71, .55)
  }

  .top-slider .caption h1 b {
    font-size: 22px
  }

  .top-slider .caption p {
    font-size: 16px;
    color: #fff;
    line-height: 24px
  }

  #fixed-nav {
    height: 85px
  }

  .mySidenav-btn {
    margin-top: 38px
  }

  nav .navbar-brand>img {
    height: 63px
  }

  .top-slider .owl-theme .owl-nav {
    opacity: 0
  }

  .video-area {
    width: 100%;
    padding-top: 0;
    margin-top: 0
  }
}

@media only screen and (min-width:993px) {

  .mySidenav-btn,
  .sidenav-area {
    display: none
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .nav>li>a {
    padding: 10px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .nav>li>a {
    padding: 10px 5px
  }
}

@media screen and (min-width:1200px) {
  #overlay img {
    width: 50%
  }
}

@media (max-width:1200px) {
  .frame {
    padding: 0 !important
  }

  .frame:before {
    border: none
  }
  .events .content {
    padding: 20px;
}
}

.rtl {
  direction: rtl;
  text-align: right
}

.rtl .right-title {
  text-align: right
}

.rtl .right-title::before {
  right: 0
}

.rtl .right-title::after {
  right: 44px
}

.rtl .sidenav {
  -webkit-transform: translateX(300px);
  transform: translateX(300px)
}

.rtl .top-slider .owl-nav i {
  transform: rotateY(0)
}

.rtl #backToTop {
  right: 30px
}

.rtl #fixed-nav {
  right: 0
}

.rtl #fixed-nav.scrolled-nav {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  z-index: 2
}

.rtl #fixed-nav .navbar-toggle {
  left: 25px
}

.rtl #fixed-nav.scrolled-nav .navbar-toggle {
  left: 40px
}

.rtl .navbar-right .dropdown-menu li:hover {
  border-right: 4px solid #9da56b;
  border-left: 0
}

.rtl .search-field {
  padding: 0 0 0 34px
}

.rtl .search-input {
  left: 0;
  right: auto
}

.rtl .green-label {
  background: url(../img/green-label.png) no-repeat;
  background-position: right;
  text-align: right
}

.rtl .clicked+.search-input {
  box-shadow: 0 2px 1px 1px #88888821
}

.rtl .sidenav {
  box-shadow: 15 2px 10px 15 rgba(0, 0, 0, .1)
}

.rtl .sidenav i {
  padding-right: 7px
}

.rtl .sidenav a,
.rtl .sidenav label {
  text-align: right;
  padding: 8px 32px 8px 8px
}

.rtl .sidenav a:hover {
  border-right: 4px solid #9da56b;
  border-left: 0
}

.rtl .sidenav a.collapsed i {
  margin-right: 5px
}

.rtl .sidenav .closebtn {
  left: 15px;
  right: auto
}

.rtl .sidenav-area {
  right: 0;
  left: auto
}

.rtl .mySidenav-btn {
  float: right;
  padding-left: 10px
}

.rtl .sidenav ul.list-unstyled a {
  padding-right: 45px
}

.rtl .sidenav input.form-control {
  margin-right: 20px;
  text-align: right
}

.rtl .top-slider .slider-shape {
  right: 0;
  -moz-clip-path: polygon(66% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(66% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%)
}

.rtl .top-slider .owl-nav .owl-prev {
  right: 50px;
  left: auto
}

.rtl .top-slider .owl-nav .owl-next {
  left: 50px;
  right: auto
}

.rtl .scroll-down {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0)
}

.rtl .chevron:before {
  left: 0;
  right: auto;
  transform: skew(0deg, 30deg)
}

.rtl .chevron:after {
  right: 0;
  left: auto;
  transform: skew(0deg, -30deg)
}

.rtl .announcements-container ul.announcements {
  float: right;
  padding-right: 10px
}

.rtl .announcements-container ul.announcements li a {
  float: left
}

.rtl .frame {
  padding: 0 0 0 70px
}

.rtl .frame:before {
  left: 30px
}

/* .rtl .grid-item {
  float: left
}

.rtl .grid-alpha {
  left: 0
} */

.rtl .event-list-left .content ul li i,
.rtl .event-list-right .content ul li i {
  float: none
}

.rtl .event-list-left .content .date,
.rtl .event-list-right .content .date {
  background: url(../img/green-label.png) no-repeat;
  background-position: left
}

.rtl .events.left-arrows .owl-nav,
.rtl .news.left-arrows .owl-nav {
  margin-left: 25px
}

.rtl .left-arrows .owl-nav {
  left: 0;
  right: auto
}

.rtl .event-list-left,
.rtl .event-list-right {
  text-align: right
}

.rtl .event-list-left .content .date,
.rtl .event-list-right .content .date {
  background-position: right
}

/* .rtl .event-list-left .content h4,
.rtl .event-list-right .content h4 {
  margin: 0 0 15px
} */

/* .rtl .event-list-left .content ul,
.rtl .event-list-right .content ul {
  margin: 0 0 26px
} */

.rtl .event-list-left .content ul li,
.rtl .event-list-right .content ul li {
  margin-right: 0
}

.rtl .event-list-left .content ul li i,
.rtl .event-list-right .content ul li i {
  margin-left: 0px;
  margin-right: auto;
}

.rtl .news.left-arrows .owl-nav {
  margin-left: 0
}

.rtl .news .caption .date {
  text-align: right
}

.rtl .breadcrumb-area .breadcrumb {
  padding-right: 0
}

.rtl form .form-control:focus {
  -webkit-box-shadow: 0 0 8px rgba(221, 221, 221, .7215686274509804);
  box-shadow: 0 0 8px rgba(221, 221, 221, .7215686274509804)
}

.rtl .pagination>li:first-child>a,
.rtl .pagination>li:first-child>span {
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.rtl .pagination>li:last-child>a,
.rtl .pagination>li:last-child>span {
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rtl .footer .text-left {
  text-align: left
}

.rtl .footer .text-right {
  text-align: right
}

.rtl .about-us .frame {
  padding: 0 0 0 40px
}

.rtl .about-us .frame:before {
  width: 415px;
  left: 0;
  right: auto
}

.rtl .video-area {
  float: left
}

.rtl .timeline {
  padding: 20px 0 20px
}

.rtl .timeline:before {
  right: 25px;
  margin-left: -1.5px
}

.rtl .timeline>li>.timeline-panel {
  float: left;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .175)
}

.rtl .timeline>li>.timeline-panel:before {
  right: -15px;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  left: auto
}

.rtl .timeline>li>.timeline-panel:after {
  right: -14px;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  left: auto
}

.rtl .timeline>li>.timeline-badge {
  right: 0;
  margin-left: 0;
  margin-right: 0;
  left: auto
}

.rtl .image-overlay {
  -webkit-clip-path: polygon(56% 0, 100% 0, 100% 100%, 19% 100%);
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 19% 100%);
  left: 0;
  margin: 0 15px 0 0;
}

.rtl .image-overlay i {
  right: 30%
}

.rtl #overlay {
  left: 0
}

.rtl #exitButton {
  left: 50px
}

.rtl .details-n .share {
  float: left
}

.rtl .details-n .img-circle {
  margin-left: 5px
}

.rtl .hashtag li {
  border-left: solid 1px #cdcdcd;
  border-right: solid 0 #cdcdcd
}

.rtl .hashtag li:last-child {
  border-left: solid 0 #cdcdcd;
  border-right: 0
}

.details-header {
  display: inline-flex
}

.details-img {
  height: 150px;
  width: 120px;
  margin: 0 0 10px 10px;
}

.details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.details-img {
  flex: none;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.news-details p,
.news-details span {
  font-size: 18px !important;
  line-height: 26px !important;
}

.rtl .ads img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.rtl li.download {
  background: darkred;
  padding: 10px;
  border-radius: 9px;
}

.rtl li.download a {
  color: #fff
}

.rtl li.download a i {
  font-size: 20px;
  padding-right: 7px;
}

.rtl .pdf-ul li.share {
  float: left;
}

.pdf-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-details .thumbnail {
  background: transparent;
  margin: 0;
}

.news-details .col-sm-12.col-md-12:last-child .caption {
  border-bottom: 0;
}

.image-overlay p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  margin: 0 15px;
  width: 47%;
  left: 0;
  right: auto;
}

#gallery .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  margin-top: 15px;
}

#gallery .col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

#gallery .col-lg-4.col-md-6.col-sm-6.col-xs-12:hover .image-overlay {
  opacity: 1;
}

.rtl .image-overlay p {
  left: auto;
  right: 0;
}

.rtl .image-overlay {
  right: 0;
  left: auto;
}

.top-slider .caption {
  bottom: calc(50% - 70px);
  top: auto;
}

.top-slider .owl-item.active .caption h1,
.top-slider .owl-item.active .caption p {
  text-shadow: 2px 2px 4px #000000a3;
}

@media (max-width: 1400px) and (min-width: 992px) {
  .top-slider .caption {
    bottom: calc(50% - 50px);
    transform: translate(-50%, 0%);
    width: 85%;
  }
}
/*---------------- news----------- */
/* header {
  height: 100px;
} */
.topNews {
  height: 500px;
      margin: 20px 0px 20px 0;
}
.item-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
  overflow: hidden;
}
.article-info {
  position: absolute;
  bottom: 0px;
  left: 15px;
  z-index: 2;
  margin-left: 0;
  margin-right: auto;
  transition: all 0.4s ease 0s;
  right: 30px;
  max-width: calc(100% - 45px);
  max-width: -webkit-calc(100% - 45px);
  width: 100%;
}
.rtl .article-info {
right: 15px;
left: 30px;
margin-right: 0;
margin-left: auto;
}

.article-info h2 a {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.item-header.col-sm-5 {
  margin-left: 4px;
  margin-right: auto;
  margin-bottom: 2px;
  height: 250px;
  max-width: calc(41.66666667% - 4px);
  max-width: -webkit-calc(41.66666667% - 4px);
  width: 41.66666667%;
}
.rtl .item-header.col-sm-5 {  margin-right: 4px; margin-left: auto;}
.item-header .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topNews img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
 .news-details .sidebar .thumbnail {

    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 10px;
}

 .inner-page .sidebar .news img {
    height: 100px;
    flex: none;
    overflow: hidden;
    width: auto;
    max-width: 100%;
}

.news-details .sidebar .caption {

    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    padding: 0 0.5rem !important;
}
.articles .col-xs-12.col-sm-6.col-lg-6 .row {
    border: 1px solid #dcdcdc5c;
    padding: 10px;
    margin: 5px -10px;
}
@media screen and (max-width: 1200px) {
  .topNews {
    height: 400px;
  }
  .item-header.col-sm-5 {
    margin-left: 4px;
    margin-bottom: 2px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .topNews {
    height: 185px;
  }
  .item-header.col-xs-12 {
    margin-bottom: 4px;
  }
  .item-header.col-xs-6 {
      max-width: calc(50% - 4px);
      max-width: -webkit-calc(50% - 4px);
      width: 50%;
      height: 100px;
      margin-left: 0;
      margin-right: 4px;
      margin-bottom: 20px;
    }
    .item-header.col-xs-6:first-child {
        margin-right: 0px;

  }
    .item-header.col-xs-6:last-child{margin-right: 0!important;}
   .article-info h2 {line-height: 16px;}
  .article-info h2 a {font-size: 16px;}
}
@media (min-width:425px) and (max-width:767px) {
  .topNews {
    height: 250px;
  }
  .item-header.col-xs-6 {
    height: 150px;
  }

}
