@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');

body {
    overflow-x: hidden;
    font-family: Cairo,sans-serif;
    font-weight: 600;
    background: #f8f8f8;
    color: #444444;
    word-break:break-word;
}
.el-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
}
a:hover,a:focus{
    text-decoration: none !important;
}
button:focus{
    outline: unset;
}
.display-block {
    display:block !important;
}
.header-box {
    padding: 10px 0;
    position: relative;
z-index: 2;
}
.header-box .header-deopdowns {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: right;
}
ul.header-deopdowns > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
ul.header-deopdowns > li:before {
    content: "";
    width: 2px;
    height: 16px;
    background: gray;
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
li.lang-list a {
    color: #333333;
}
.lang-list a:after {
    border-top-color: #333 !important
}
.login-box a {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #3A6995;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1.5px solid #3A6995
}
.login-box a:hover {
    background: #3a69954f;
    color: #222;
    text-decoration: none;
}
.register-box a {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #61BB5A;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1.5px solid #61BB5A
}
a.login-btn:hover {
    background: #61bb5a52;
    color: #222;
    text-decoration: none;
}
ul.header-deopdowns > li > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
}
ul.header-deopdowns > li > a:hover,.head-category h5:hover {
    color: #3a6994 !important;
}
ul.header-deopdowns > li.sign-in a,ul.header-deopdowns > li.register a {
    padding-right: 0;
}
ul.header-deopdowns > li > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}
li.blue-list >  a {
    color: #337ab7;
}
ul.header-deopdowns > .blue-list >  a:after {
    border-top-color: #337ab7
}
li.green-list  a {
    color: #3c763d;
}
ul.header-deopdowns > .green-list >  a:after {
    border-top-color: #3c763d
}
ul.header-deopdowns > li:first-child:before {
    display: none;
}
ul.header-deopdowns > li ul {
    position: absolute;
    height: auto;
    padding: 0;
    list-style: none;
    padding: 0px 10px;
    left: -25px;
    font-weight: normal;
    opacity: 1;
    visibility: hidden;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
ul.header-deopdowns > li ul li {
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: normal;
}
ul.header-deopdowns > li ul li a {
    font-size: 14px;
    font-weight: bold;
}
ul.header-deopdowns > li ul li a:hover {
    color:gray !important;
}
a {
    color: #377b31;
}
a:hover{
    color: gray;
}
ul.header-deopdowns > li:hover ul {
    visibility: visible;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    max-height: 60px;
    width: 300px;
    margin-left: -60px;
}
.top-bar {
    padding: 20px 0;
    background: #F8F8F8;
    box-shadow: 0 9px 7px rgb(0 0 0 / 12%);
    line-height: 50px;
    font-size: 25px;
    position: relative;
}
a.full-btn.blue-btn {
    background: #337ab7;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-block;
    float: right;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    float: right;
    width: 80%;
    text-align: center;
    text-decoration: none;
}
a.full-btn.blue-btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.top-bar .categories a {
    color: #5b5b5b;
}
.top-bar .btn-box span {
    float: left;
    width: 20%;
    text-align: center;
}
.btn-box {
    padding-left: 0;
}
form.search-form {
    position: relative;
    width: 100%;
    display: block;
    font-size: 17px;
}
form.search-form input ,form.search-form select{
    border: 0;
    padding: 0;
}
form.search-form button {
    position: absolute;
    width: 65px;
    height: 100%;
    border: 0;
    background: #61bb5a;
    right: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
}
form.search-form button:hover {
    background: #4d9747;
}
form.search-form input {
    width: 65%;
    padding: 0 20px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    height: 50px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
form.search-form select {
    width: calc(100% - 64% - 72px);
    border-left: 0;
    padding-left: 20px;
    border: 1px solid #ccc;
    height: 50px;
    margin-left: -4px;
}
input:focus,select:focus{
    outline: unset;
}
form.search-form button span {
    background-image: url(../images/icons/search.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}
form.search-form input:hover,form.search-form select:hover,form.search-form input:focus,form.search-form select:focus {
    border-color: #66afe9;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
li.breadcrumb-item a {
    color: #61bb5a;
}
li.breadcrumb-item {
    font-size: 20px;
}
.top-breadcrumbs {
    background: #fff;
}
.breadcrumb-item.active a {
    color: #6c757d;
}
li.breadcrumb-item a.active {
    color: #61bb5a;
    padding-right: 0.5rem;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: .75rem 0;
}

.footer-menu {
    background: #61bb5a;
    padding: 8px 0;
}
.footer-menu .navbar-nav li a {
    color: #fff;
    transition: all 0.3s;
}
.footer-menu .navbar-nav li a:hover {
    color: #555;
    text-decoration: none;
}
.footer-menu .navbar-nav li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    border-right: 1px solid #3a6994;
}
.footer-menu .navbar-nav li:last-child{
    border-right: 0;
}
.menu-footer-menu-container {
    margin: 0 auto;
}
.footer-bottom {
    background: #3a6994;
    padding: 20px 0 10px 0;
}
.footer-logos {
    padding-top: 40px;
}
.copyright-text p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.footer-social ul li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px 10px 0;
}
.footer-social ul li svg {
    width: 100%;
    height: 100%;
    fill:#fff;
    transition: all 0.3s;
}
.footer-social ul li:hover svg {
    fill:#61bb5a
}
.footer-logos ul li img {
    max-width: 100px;
    opacity: 0.8;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    height: 83px;
    margin: 4px;
}
.footer-logos ul li:hover img {
    opacity: 1;
}
.footer-logos ul li {
    float: left;
    margin-right: 4px;
}
.footer-logos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a.footer-logo img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
.head-category h5 {
    line-height: 50px;
    padding-right: 25px;
    position: relative;
    color: #5b5b5b;
    cursor: pointer;
}
.head-category h5:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #5b5b5b;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}
.head-category ul {
  margin: 0;
  padding: 0;
}
.head-category .head-nav > li {
  display: inherit;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  position: relative;
  font-size: 14px;
}
.head-category .head-nav > li .head-nav-son {
  padding: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: 39px;
  width: 290px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: 2px solid #1c70c9;
  border-right: 3px;
  box-shadow: 0 0 5px #dadada;
    transform: translateY(-20px);
    transition: all 0.3s;
}
.head-category .head-nav > li .head-nav-son > li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding-left: 10px;
  display: inherit;
}
.head-category .head-nav > li .head-nav-son > li > a {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson {
  z-index: 99;
  display: none;
  position: absolute;
  left: 289px;
  top: 0;
  width: 912px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li {
  line-height: 22px;
  width: 25%;
  height: 175px;
  overflow: hidden;
  float: left;
  padding-left: 10px;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li h4 {
  font-size: 14px;
  line-height: 30px;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li h4 a {
  transition: all .2s;
  color: #1c70c9;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li h4:hover {
  font-weight: 600;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.link {
  font-size: 12px;
  line-height: 20px;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.link a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.link a:hover {
  color: #ff780a;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.more {
  font-size: 12px;
  line-height: 20px;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.more a {
  color: #bdbdbd;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > li > div.more:hover a {
  color: #333;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson li:hover {
  background-color: #fafafa;
}
.head-category .head-nav > li .head-nav-son > li .head-nav-grandson > div {
  font-size: 12px;
  padding-left: 45px;
  text-align: right;
  clear: both;
  color: #7a7a7a;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
}
.head-category .head-nav > li .head-nav-son > li img {
position: absolute;
    right: auto;
    top: 8px;
    left: 0;
    height: 24px;
}
.head-category .head-nav > li .head-nav-son > li .img2 {
  display: inline-block;
}
.head-category .head-nav > li .head-nav-son > li .img1 {
  display: none;
}
.head-category .head-nav > li .head-nav-son > li:hover {
  border-right: 2px solid #1c70c9;
  padding-right: 8px;
  background-color: #e4e4e4;
}
.head-category .head-nav > li .head-nav-son > li:hover .head-nav-grandson {
  display: block;
  animation: navSonMove linear .2s;
}
.head-category .head-nav > li .head-nav-son > li:hover > a {
  color: #1c70c9;
}
.head-category .head-nav > li .head-nav-son > li:hover .img1 {
  display: inline-block;
}
.head-category .head-nav > li .head-nav-son > li:hover .img2 {
  display: none;
}
.head-category .head-nav > li .head-nav-son > div {
  text-align: right;
  font-size: 12px;
}
.head-category .head-nav > li .head-nav-son > div a {
  color: #7a7a7a;
}
.head-category .head-nav > li .head-nav-son.long {
  width: 350px;
}
.head-category .head-nav > li .head-nav-son.long a {
  color: #333;
}
.head-category .head-nav > li .icon-gb {
  position: absolute;
  right: -25px;
  top: -2px;
}
.head-category .head-nav > li > a,
.head-category .head-nav > li > span {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.head-category .head-nav > li > a img,
.head-category .head-nav > li > span img {
  position: absolute;
  right: 20px;
  top: 16px;
}
.head-category .head-nav > li:nth-child(1) {
  border-radius: 3px;
  padding: 0 23px;
}
.head-category .head-nav > li:nth-child(1) a .nav-menu {
  position: static;
  margin-right: 8px;
  margin-top: -2px;
}
.head-category .head-nav > li:last-child {
  margin-right: 0;
}
.head-category .head-nav > li.active > a,
.head-category .head-nav > li.active > span {
  color: #1c70c9;
}
.head-category .head-nav > li:hover > a,
.head-category .head-nav > li:hover > span {
  color: #1c70c9;
}
.head-category .head-nav > li:hover .head-nav-son {
  visibility: visible;
    opacity: 1;
  transform: translateY(10px)
}
ul.slick-dots button {
    font-size: 0;
    width: 30px;
    height: 5px;
    border: 1px solid #444444;
    background: #fff;
    border-radius: 4px;
}
ul.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
ul.slick-dots li.slick-active button {
    border-color: #3a6995;
    background: #3a6995;
}
.slider-list .slick-arrow {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #fafafa;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    z-index: 9;
}
.slider-list .slick-arrow:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../images/icons/next.svg);
    background-size: cover;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slider-list .slick-prev {
    right: auto;
    left: 10px;
}
.slider-list .slick-prev:before {
    transform: rotate(180deg);
    left: 0;
}
.slider-item {
    position: relative;
}
.slider-overly h2 {
    text-transform: capitalize;
    font-size: 26px;
    padding-right: 10%;
    margin-bottom: 10px;
}
.slider-list .slick-arrow:hover {
    background: #ccc;
}
.slider-overly {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    background-image: url(../images/slide-bg.svg);
    background-size: cover;
    background-position: right center;
    color: #fff;
}
.slider-overly p {
    padding-right: 20%;
    font-weight: 500;
    font-size: 17px;
}
.slider-overly a {
    background: #337ab7;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.slider-overly a:hover {
    background-color: #286090;
}
.filter-box .container .row {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 20px 0;
    padding: 20px 0;
    border-radius: 0px 0px 5px 5px;
}
.filter-box input, .filter-box select {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    padding: 0 10px;
}
.filter-box .container .row .col {
    padding-left: 9px;
    padding-right: 8px;
}
.post-list {
    position: relative;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff90;
    z-index: 9;
    display: none;
}
.post-item {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 0.2s;
    position: relative;
    min-height: 340px;
}
.post-item a {
    color: #444;
}
.post-item:hover {
    z-index: 99;
    background: #eaeaea;
}
.post-item .image-box {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 5px 5px 0px 0px
}
.post-item .title-box {
    position: relative;
    padding: 10px 40px 0px 20px;
}
.post-item .title-box h2 {
    color: #3a6994;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}
button.share-post {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 40px;
    border: 0;
    bottom: 0;
    margin: auto;
    background-color: #70ad47;
    -webkit-mask: url(../images/icons/share-btn.svg) no-repeat center;
    mask: url(../images/icons/share-btn.svg) no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.home button.share-post {
    top:55px;
}
button.share-post:hover {
    background-color:#3a6994
}
.post-item .content {
    padding: 10px 20px;
    font-weight: 500;
}
.more-posts {
    border: 1px solid #3a6995;
    font-size: 26px;
    margin: 10px auto 30px;
    display: block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #3a6995;
    position: relative;
}
.more-posts.hide {
    display:none;
    cursor: not-allowed;
    pointer-events: none;
}
.more-posts:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-image: url(../images/loader.svg);
    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
    z-index: -9;
    opacity: 0;
}
.more-posts.active:before {
    z-index: 9;
    opacity: 1;
}
.more-posts:hover {
    background: #3a6995;
    color: #fff;
}
.more-posts:disabled {
    opacity: 0.6;
    cursor: no-drop;
}

.autocomplete-suggestion {
    margin-bottom: 10px;
}

/****** Single Blog ********/
.top-post {
    margin: 10px 0 10px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 15px;
    position:relative;
}
.top-post h1 {
    font-size: 32px;
    color: #444444;
    font-weight: 600;
    margin: 5px 0 15px 0;
}

.meta {
    display: block;
    overflow: hidden;
}
.meta .meta-list {
    float: left;
    font-size: 14px;
    margin-top: 10px;
}
.meta .author {
    float: left;
}
.meta .meta-list > div .icon,.post-item .time .icon,.post-item .location .icon,.post-item-small .post-content .location .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.meta .meta-list > .time .icon,.post-item .time .icon {
    background-image: url(../images/icons/calendar.svg);
}
.meta .meta-list > .comments .icon {
    background-image: url(../images/icons/comment.svg);
}
.meta .meta-list > .views .icon {
    background-image: url(../images/icons/eye.svg);
}
.meta .meta-list > .location .icon,.post-item .location .icon,.post-item-small .post-content .location .icon {
    background-image: url(../images/icons/location.svg);
    background-size: 11px;
}
.meta .meta-list > div,.post-item .time,.post-item .location  {
    display: inline-block;
    float: left;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.article-number {
    padding-left: 0 !important;
}

.inline-related-post {
    background: #f6f7f9;
    border-radius: 4px;
    display: block;
    font-size: 0;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 18px;
    clear: both;
}

.post-content img {
    height: auto;
    margin: 20px 0 30px !important;
    max-width: 95%;
}

.inline-related-post span {
    color: #46484d;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    width: calc(100% - 70px);
}

.inline-related-post span {
    font-size: 16px;
    font-weight: 400;
}

.post-item .time,.post-item .location,.post-item-small .post-content .location {
    display: block;
    clear: both;
    float:unset;
    color:#989797;
        margin-left: 0;
    font-size: 14px;
}
.image-box img {
    max-width: 100%;
    height: auto;
}
.post-text {
    margin: 0px 0 20px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 15px;
}
.image-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.post-ratings-text {
    display: none !important;
}
.rating-box {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #3a6995;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.print-btn {
    float: right;
}
.print-btn button {
    background: transparent;
    border: 0;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.print-btn button:after {
    content: "";
    width: 17px;
    height: 14px;
    position: absolute;
    background-image: url(../images/icons/print.svg);
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.rating-box  .post-ratings {
    width: auto;
    float: left;
}
.tags a {
    background-color: #989797;
    color: #fff;
    float: left;
    padding: 0px 10px;
    border-radius: 2px;
    line-height: 30px;
    margin: 0 5px 5px 0;
}
.tags a:hover {
    background: #5f5f5f;
}
.tags {
    overflow: hidden;
    width: 100%;
}
.meta .author .avatar span {
    float: left;
    line-height: 42px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 17px;
    color: #3a6995;
}
.meta .author .avatar img {
    border-radius: 50%;
    float: left;
}
/**** Tabs ****/
.tab {
  overflow: hidden;
}
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 14px 14px 0px;
  color: #3a6995;
  background: transparent;
  font-weight: 600;
  transition: all .2s ease-in-out;
}
.tab button:hover,.tab button.active {
  font-weight: bold
}
.tab button:first-child {
    position: relative;
    padding-right: 26px;
}
.tab button:first-child:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #444444;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tabcontent {
  display: none;
  padding:6px 25px;
  border-top: none;
}
/**** Commets ****/
.comments-list ul > li {
    border-bottom: 1px solid #3a6995;
    margin-bottom: 20px;
}
.comments-list ul > li:last-child {
    border-bottom:0;
}
.comments-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-list ul > ul.children li {
    margin: 0 0 20px 60px;
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #3a6995;
}
.comment-info span.author-name {
    float: left;
    line-height: 64px;
    color: #000000;
    font-size: 25px;
    padding-left: 10px;
}
.comment-info img {
    border-radius: 50%;
    float: left;
    clear: both;
}
.comment-info .date {
    float: right;
    line-height: 64px;
}
.comment-text {
    padding-left: 74px;
}
.comment-respond input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}
.comment-respond textarea {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    height: 150px;
    max-height:300px;
}
.title-box h2 {
    float: left;
    color: #3a6995;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tags {
    border-bottom: 1px solid #3a6995;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
h3.t-2 {
    float: left;
    color: #3a6995;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
}
/**** related ****/
.post-item-box .image-box {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.post-item-box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
}
.post-item-box .time {
    color: #989797;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}

.post-item-box .time .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/calendar.svg);
}

.owl-nav {
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owl-nav button {
    position: absolute;
    width: 25px;
    height: 100px;
    line-height: 100px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 30px;
    top: 50px;
}
.owl-nav button:hover {
    background: #ccc !important;
}

button.owl-prev {
    left: -32px;
}
button.owl-next {
    right: -32px;
}
.owl-nav button:after {
    content: "";
    width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
button.owl-prev:after {
    border-left: 0;
    border-right: 8px solid #000;
}
.related-posts-slider .item a {
    display: block;
    position: relative;
    z-index: 999;
    transition: all 0.3s;
}
.related-posts-slider .item a:hover {
    transform: translateY(-10px);
}
.owl-carousel.owl-drag .owl-item {
    padding-top: 10px;
}

.related-posts {
    border-bottom: 1px solid #3a6995;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #3a6995;
    margin-top: 20px;
}
.comments-area input#submit {
    width: 170px;
    border: 0;
    background: #3a6995;
    color: #fff;
}
.comments-area input#submit:hover,.comments-area input#submit:focus {
    background: #304a64;
}
/**** Sidebar ****/
button.copy-link {
    float: right;
    border: 1px solid #3a6995;
    color: #3a6995;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 3px;
    background: #fff;
    font-weight: 600;
}
button.copy-link:hover {
    color: #fff;
    background: #3a6995;
}
.widget-item {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
}
.widget-item .title {
    position: relative;
}
.widget-item .title h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-left: 25px;
    float: left;
}
.widget-item .title .icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    background-image: url(../images/icons/share.svg);
    background-size: cover;
}
.widget-item form.search-form {
    border: solid 1.5px #61bb5a;
    background-color: #ffffff;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    width: calc(100% + 20px);
    display: block;
    font-size: 17px;
    margin-left: -10px;
    margin-top: -9px;
}
.widget-item form.search-form input {
    width: 100%;
    padding: 0 20px 0 45px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 0;
    height: 100%;
}
.widget-item form.search-form button {
    width: 27px;
    border-radius: 0;
    left: 7px;
    background-color: transparent;
    background-image: url(../images/icons/search-green.svg);
    background-size: cover;
    background-position: center;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}
.widget-item .tabcontent {
    padding: 6px 0;
}
.share-post ul {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0;
}

.share-post ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.share-post ul li a {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #3a6995;
    border-radius: 3px;
    position: relative;
}
.share-post ul li a svg {
    width: 60%;
    height: 60%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.share-post ul li a:hover {
    background: #3a6995;
}
.share-post ul li a:hover svg,.share-post ul li a:hover svg path {
    fill: #fff !important;
}
.share-post ul li a:hover svg path.hover-blue {
    fill:#3a6995 !important
}
.post-time {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-left: 20px;
    margin: 10px 0 0;
    position: relative;
}
.post-time .icon {
    position: absolute;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/icons/hourglass.svg);
    background-size: cover;
}
.cat {
    background: #989797;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.cat a {
    color: #fff;
}
.p-item {
    border-bottom: 1px solid #989797;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tab-posts .p-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/**** ad box ****/
.ad-box {
    width: 100%;
    height: 230px;
    background-image: url(../images/ad-bg.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}
.ad-box:before {
    content: "";
    background-image: linear-gradient(135deg, #1000ff 0%, #07006c 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}
.over {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.over h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 15px;
    padding:0 20px;
}
.over .icon {
    width: 90px;
    height: 94px;
    display: block;
    margin: 0 auto;
    background-image: url(../images/vip.png);
}
.over a {
    background: #61bb5a;
    display: inline-block;
    margin: 5px 0 0;
    padding: 7px 15px;
    color: #fff;
    border-radius: 4px;
}
.over a:hover {
    background: #40893b;
}

.post-item-small {
    position: relative;
    margin-bottom: 10px;
overflow: hidden;
    transition: all 0.2s;
}
.post-item-small:hover {
    transform: scale(1.05,1.05);
    background: #f5f5f5;
    box-shadow: 0 0 5px #b4b4b4;
}
.post-item-small .post-image {
    width: 100px;
    height: 80px;
    border-radius: 4px;
    float: left;
    background-position: center;
    background-size: cover;
}
.post-item-small .post-content {
    float: right;
    width: calc(100% - 110px);
    padding-top: 7px;
}
.post-item-small .post-content h2 {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}
.post-item-small .post-content .time {
    font-size: 14px;
    font-weight: 600;
    color: #989797;
    position: relative;
    padding-left: 25px;
}
.post-item-small .post-content .time .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/calendar.svg);
}
.recent-posts > h3 {
    color: #3a6995;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
}
.recent-posts {
    border-top: 1px solid #3a6995;
    padding-top: 20px;
}
.gallery-box {
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
}
.gallery-box h4 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #989797;
    padding-bottom: 15px;
}
.gallery-imgs a {
    width: 90px;
    height: 80px;
    display: inline-block;
    float: left;
    box-shadow: 0 0 5px #ccc;
    padding: 3px;
    border-radius: 5px;
    margin-right: 10px;
}
.gallery-imgs a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.expired {
    position: relative;
    background-color: #ff0000;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px 0px 5px 5px;
    float: right;
    margin-right: 20px;
}
.trade-active {
    position: relative;
    background-color: #ffc800;
    color: #000;
    padding: 10px 10px;
    border-radius: 0px 0px 5px 5px;
    float: right;
    margin-right: 20px;
}

.post-cat {
    position: relative;
    background-color: #61BB5A;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px 0px 5px 5px;
    float: left;
    margin-left: 20px;
}
.visited-page h2,.visited-page .content,.visited-page .image-box,.visited-page .post-image {
opacity:0.7;
}
.visited-page .share-box {
opacity:1;
}

/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #000;
}
a.liked span.sl-count,
.sl-count {
	color: #000;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.like-box {
    float: left;
    margin-right: 20px;
}
.sl-count {
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    padding-left: 10px;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}


.news-letter input {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 100px 0 10px;
    border-radius: 4px;
}
.news-letter h4 {
    color: #fff;
    font-size: 19px;
}
.news-letter {
    margin-top: 50px;
}
form.newsletter-form {
    position: relative;
    display: block;
}
.news-letter button {
    position: absolute;
    right: 0;
    height: 100%;
    border: 0;
    border-radius: 0px 4px 4px 0px;
    padding: 0 15px;
    background: #61bb5a;
    color: #fff;
}
.resp {
    color: #fff;
}
.share-box {
    position: absolute;
    width: 150px;
    height: auto;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 3px;
    bottom:-100px;
    right: 0;
    z-index: 99;
    display: none;
    border: 1px solid rgba(0,0,0,.15);
    padding:8px 0;
}
.share-box .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    background-size: cover;
}
.share-box .linkedin .icon {
    background-image:url('../images/icons/ico-linkedin.svg');
}
.share-box .telegram .icon {
    background-image:url('../images/icons/ico-telegram.svg');
}
.share-box .whatsapp .icon {
    background-image:url('../images/icons/ico-whatsapp.svg');
}
.share-box .facebook .icon {
    background-image:url('../images/icons/ico-facebook.svg');
}
.share-box .twitter .icon {
    background-image:url('../images/icons/ico-twitter.svg');
}
.share-box .instagram .icon {
    background-image:url('../images/icons/ico-instagram.svg');
}
.share-box ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    text-align: center;
}
.share-box ul li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    position: relative;
    float: right;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
}
.share-box ul li a {
    color: #222;
}
.share-box ul li:hover {
    background:#f5f5f5;
}
.share-box svg {
    width: 80%;
    height: 80%;
}
.popup-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008f;
    z-index: 99;
    display:none;
}
.popup-box {
    width: 800px;
    height: 400px;
    background: #0f75bc;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
}
.popup-box:before {
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/popup-left.jpg);
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 0px 20px;
    background-size: cover;
}
.popup-box li svg {
    width: 30px;
    height: 30px;
}
button.close-pop {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    background-color: #bc0f81;
    border: 2px solid #fff;
    z-index:99;
}
button.close-pop:hover {
    background-color:#950865;
}
.popup-box .content {
    text-align: center;
}
.popup-box .content h3 {
    margin-top: 40px;
    font-size: 40px;
}
.popup-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.popup-box ul li {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 44px;
    margin: 5px 5px 0;
}
.popup-box .newsletter-form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    font-size: 23px;
    box-shadow: 0 0px 20px #224965;
    margin-bottom: 10px;
}
.popup-box .newsletter-form button {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    border: 0;
    border-radius: 5px;
    background: #54c04c;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    box-shadow: 0 0px 20px #224965;
}
.popup-box .newsletter-form button:hover {
    background:#3d9f36;
}
.popup-box .content img {
    max-width: 90%;
    margin-top: 50px;
}
.popup-box .row {
    margin-right: 0;
    margin-left: 0;
}

.popup-box form.newsletter-form {
    width: 96%;
    float: right;
    margin-top: 20px;
}

.popup-box ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.popup-box ul li:hover {
    background:#54c04c;
}
.popup-box ul li:hover svg,.popup-box ul li:hover svg path {
    fill:#fff !important;
}
#progressBar {
  width: 100%;
  margin: 5px auto;
  height: 3px;
  background-color: #fff;
}

#progressBar div {
  height: 100%;
  text-align: right;
  width: 0;
  background-color: #3a6995;
  box-sizing: border-box;
  font-size:0;
}
.space-40 {
    display:block;
    overflow:hidden;
    height:40px;
}
.post-time strong {
    font-weight:600;
}
tr td.ui-state-disabled {
    background: #254970;
    opacity:1 !important;
}
.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    color: #0e76bc;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #fff;
    text-align:center;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover,.ui-state-default, .ui-widget-content .ui-state-active {
    background: #5cb85c;
    color: #fff;
}
.ui-widget-content {
    border: 0;
    background: #0e76bc;
    margin: 0 !important;
    color: #fff;
    padding: 0;
}
.ui-widget-header {
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: bold;
}
.ui-widget {
    font-family: Cairo;
}
.ui-widget.ui-widget-content {
    border: 1px solid #0e76bc;
}

.daterangepicker {
    background-color: #0e76bc;
    border: 1px solid #0e76bc;
}
.daterangepicker .calendar-table {
    border: 0;
    background-color: transparent;
}
table.table-condensed tbody tr {
    background: #254970;
}
.daterangepicker .calendar-table td {
    color:#fff;
}
.daterangepicker .calendar-table td th {
    color:#fff;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #254970;
    color: #fff;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #3c6189;
    border-color: transparent;
}
.daterangepicker td.active, .daterangepicker td.active:hover,.daterangepicker td.in-range {
    background-color: #5cb85c;
}
.btn-primary {
    color: #fff;
    background-color: #254970;
    border-color: #254970;
}
.daterangepicker .drp-buttons .btn,.daterangepicker .calendar-table th {
    color: #fff;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border-color: #fff;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #5cb85c;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border:0;
    border-radius:0;
}
input:focus,select:focus,textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.ui-datepicker .ui-datepicker-buttonpane button {
    color: #fff;
    opacity: 1;
}
.page-content {
    margin: 30px 0;
}
.files h2 {
    color: #3a6995;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.files ul li {
    float: left;
    margin-right: 20px;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px 5px;
}
.files ul li a:before {
    content: "";
    width: 90px;
    height: 100px;
    background-image: url(../images/icons/file.svg);
    margin: 0 auto 10px;
    background-size: cover;
    display: block;
    background-color: #4caf5082;
    background-position: center;
    border-radius: 5px;
    opacity: 0.5;
}
.files ul li a:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-mask: url(../images/icons/download.svg) no-repeat center;
    mask: url(../images/icons/download.svg) no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}
.files ul li:hover a:after {
    background-color:#132cdb;
}
.files ul li:hover a {
    color:#132cdb;
}
.files ul li a {
    color:#222;
    margin-top:10px;
    position:relative;
    font-size: 14px;
    display:block;
}
.files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.files {
    margin: 0px 0 20px 0;
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #3a6995;
}
.comment-pagination {
    display: block;
    overflow: hidden;
    background: #ececec;
    padding: 10px;
    text-align: center;
}
.comment-pagination a,.comment-pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.comment-pagination span.page-numbers.current,.comment-pagination a:hover {
    background: #3A6994;
    color: #fff;
}
.newsletter-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004a;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.newsletter-pop > div {
    position: absolute;
    width: 500px;
    height: 200px;
    background: #0f75bc;
    display: block;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: none;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    padding-top: 50px;
}
.newsletter-pop > div:before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #61bb5a;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../images/icons/envelope.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.image-box.post-image-single {
    text-align: center;
}
.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    width: auto !important;
    margin: 0 auto;
}
.location span:after {
    content: ",";
    padding: 0 2px 0 0;
}
.location span:last-child:after {
    display: none;
}
.post-item .location, .post-item-small .post-content .location {
    color: #444;
}
.gallery-imgs {
    padding: 0 50px;
}
.gallery-imgs .slick-arrow {
    position: absolute;
    bottom: 0px;
    top: 0;
    width: 40px;
    height: 40px;
    left: 0;
    font-size: 0;
    background: transparent;
    margin: auto;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px #d9d9d9;
}
.gallery-imgs button.slick-prev.slick-arrow {
    left: auto;
    right: 0;
}
.gallery-imgs .slick-arrow:before {
    content:"";
    position: absolute;
    bottom: 0px;
    top:0;
    width: 15px;
    height: 15px;
    left: 6px;
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: transparent;
    margin: auto;
    right: 0px;
}
.gallery-imgs .slick-arrow:hover {
    background: #61bb5a;
}
.gallery-imgs .slick-arrow:hover:before {
    border-color:#fff;
}
.gallery-imgs .slick-prev.slick-arrow:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left:-6px;
}
.gallery-imgs .slick-arrow:hover {
    border-color: #70ad47;
}

.gallery-imgs .slick-slide {
    margin:5px 0;
}
.no-post h2 {
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.no-post {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
}
.ui-datepicker-today {
    background: #61BB5A;
}
.meta.bottom-meta {
    display: inline-block;
    float: left;
}
.bottom-meta  .meta-list {
    font-size: 15px;
    margin-top: 2px;
}
.meta.bottom-meta .meta-list > div {
    margin-right: 0;
    margin-left: 20px;
}
.rate-box em,.meta-list em {
    font-style: normal;
}
.single-arrow {
    width: 39px;
    height: 40px;
    display: block;
    -webkit-mask: url(../images/icons/comment-single-arrow.svg) no-repeat center;
    mask: url(../images/icons/comment-single-arrow.svg) no-repeat center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    background-color:#000;
    transform: rotate(180deg);
}
.single-arrow.right {
transform:rotate(0deg);
}
.single-arrow:hover {
    background-color:#fff;
}

.double-arrow {
    width: 39px;
    height: 40px;
    display: block;
    -webkit-mask: url(../images/icons/comment-double-arrow.svg) no-repeat center;
    mask: url(../images/icons/comment-double-arrow.svg) no-repeat center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    background-color:#000;
    transform: rotate(180deg);
}
.double-arrow.right {
transform:rotate(0deg);
}
.double-arrow:hover {
    background-color:#fff;
}
.no-padd,a.next.page-numbers, a.prev.page-numbers {
    padding:0 !important;
}
.page-404 {
    background-image: url(../images/404-en-l.jpg);
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.page-404 .text-primary {
    color: #337ab7 !important;
}
.comments-area .col {
    margin-bottom:15px;
}
.comments-area .col label {
    position: relative;
    line-height: initial;
    background: #fff;
}
.comments-area .col label em {
    color:#B2242A;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
}

.loader,
.loader:before,
.loader:after {
  background: #3A6994;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #3A6994;
  text-indent: -9999em;
  font-size: 20px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.pdp-default .days {
    background-color: #264971;
    border-left: 3px solid #0e76bd;
    border-right: 3px solid #0e76bd;
}
.pdp-default .day {
    width: 28px !important;
    color: #0e76bd;
}
.pdp-default .today,.pdp-default .day:hover {
    color: #fff !important;
}
.head-category .head-nav>li .head-nav-son>li>a {
    font-weight: 300;
}
.text-success {
    color: #3c763d !important;
}
.head-category .head-nav>li .head-nav-son>li:last-child>a {
    padding-left:10px;
}
.mobile-menu {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
    background: #000000ad;
    transition: all 0.5s;
    opacity: 0;
}
.mobile-menu.active {
    width: 100%;
    z-index: 999999;
    opacity: 1;
}
.mobile-menu .header-deopdowns {
    padding:0;
}
.mobile-menu .content-box {
    padding:50px 10px;
    width:100%;
    height:100%;
    background:#fff;
}
button.close-modal {
    position: absolute;
    border: 0;
    background: #61bb5a;
    border: 1px solid #61bb5a;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    right: 20px;
    top: 5px;
}
button.close-modal svg {
    width: 22px;
    height: 30px;
    fill: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner {
    text-align: center;
}
.footer-menu .navbar-nav li a {
    transition: all 0.3s;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    font-weight:400;
}
.footer-menu .navbar-nav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #000;
    height: 1px;
    transition: all 0.5s;
}
.footer-menu .navbar-nav li a:hover:after {
    width:100%;
}

@media (min-width: 1200px) {
.footer-menu .container {
    max-width: 1360px;
}
}

/**** Logo Loading *****/
.logo-loading {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.logo-loading .center {
    width: 25px;
    margin: 0 -2px;
    position: relative;
}

.logo-loading .center .color {
    height: 25px;
    width: 100%;
    background-color: #1b75bc;
}

.logo-loading .center .color::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -25px;
    height: 25px;
    width: 15px;
    border-top-right-radius: 10px;
    box-shadow: 0 -25px 0 0 #1b75bc;
    right: 0;
}

.logo-loading .center .color::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 25px;
    height: 25px;
    width: 14px;
    border-top-left-radius: 10px;
    box-shadow: 0 -25px 0 0 #1b75bc;
    transform: scaleY(-1);
}

.logo-loading .bar {
    background-color: #1b75bc;
    width: 25px;
    height: 100%;
    border-radius: 13px;

}

.logo-loading .bar-2 {
    background-color: transparent;
}

.logo-loading .bar-2 .color {
    position: relative;
    bottom: -37.2%;
    width: 100%;
    height: 33px;
    background-color: #1b75bc;
    border-radius: 0 0 0 13px;
}

.logo-loading .bar-2 .color::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180%;
    top: -58px;
    background-color: #1b75bc;
    border-radius: 13px 13px 0 0;
    -webkit-animation: logo-loading-anim 1s infinite ease-in-out;
    animation: logo-loading-anim 1s infinite ease-in-out;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.logo-loading[data-speed="fast"] .bar-2 .color::before{
    -webkit-animation: logo-loading-anim 0.75s infinite ease-in-out;
    animation: logo-loading-anim 0.75s infinite ease-in-out;
    -webkit-animation-delay: 0.20s;
    animation-delay: 0.20s;
}

.logo-loading[data-speed="slow"] .bar-2 .color::before{
    -webkit-animation: logo-loading-anim 1.5s infinite ease-in-out;
    animation: logo-loading-anim 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0.40s;
    animation-delay: 0.40s;
}



.logo-loading .bar-2 .color::after {
    content: "";
    position: absolute;
    bottom: -205%;
    width: 100%;
    height: 149%;
    background-color: #1b75bc;
    border-radius: 13px;
    -webkit-animation: logo-loading-anim 1s infinite ease-in-out;
    animation: logo-loading-anim 1s infinite ease-in-out;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.logo-loading[data-speed="fast"] .bar-2 .color::after{
    -webkit-animation: logo-loading-anim 0.75s infinite ease-in-out;
    animation: logo-loading-anim 0.75s infinite ease-in-out;
    -webkit-animation-delay: 0.20s;
    animation-delay: 0.20s;
}

.logo-loading[data-speed="slow"] .bar-2 .color::after{
    -webkit-animation: logo-loading-anim 1.5s infinite ease-in-out;
    animation: logo-loading-anim 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0.40s;
    animation-delay: 0.40s;
}


.logo-loading .bar-3 {
    background-color: transparent;
}

.logo-loading .bar-3 .color {
    position: relative;
    bottom: -42.2%;
    width: 100%;
    height: 33px;
    background-color: #1b75bc;
    border-radius: 0 13px 0 0;
}

.logo-loading .bar-3 .color::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 185%;
    bottom: -60px;
    background-color: #1b75bc;
    border-radius: 0 0 13px 13px;
    -webkit-animation: logo-loading-anim 1s infinite ease-in-out;
    animation: logo-loading-anim 1s infinite ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.logo-loading[data-speed="fast"] .bar-3 .color::before{
    -webkit-animation: logo-loading-anim 0.75s infinite ease-in-out;
    animation: logo-loading-anim 0.75s infinite ease-in-out;
    -webkit-animation-delay: 0.40s;
    animation-delay: 0.40s;
}

.logo-loading[data-speed="slow"] .bar-3 .color::before{
    -webkit-animation: logo-loading-anim 1.5s infinite ease-in-out;
    animation: logo-loading-anim 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0.80s;
    animation-delay: 0.80s;
}



.logo-loading .bar-3 .color::after {
    content: "";
    position: absolute;
    top: -205%;
    width: 100%;
    height: 149%;
    background-color: #1b75bc;
    border-radius: 13px;
    -webkit-animation: logo-loading-anim 1s infinite ease-in-out;
    animation: logo-loading-anim 1s infinite ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.logo-loading[data-speed="fast"] .bar-3 .color::after{
    -webkit-animation: logo-loading-anim 0.75s infinite ease-in-out;
    animation: logo-loading-anim 0.75s infinite ease-in-out;
    -webkit-animation-delay: 0.40s;
    animation-delay: 0.40s;
}

.logo-loading[data-speed="slow"] .bar-3 .color::after{
    -webkit-animation: logo-loading-anim 1.5s infinite ease-in-out;
    animation: logo-loading-anim 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0.80s;
    animation-delay: 0.80s;
}
.logo-loading .bar-1,
.logo-loading .bar-4 {
    margin: 0 25px;
    height: 70%;
    -webkit-animation: logo-loading-anim2 1s infinite ease-in-out;
    animation: logo-loading-anim2 1s infinite ease-in-out;
}

.logo-loading[data-speed="fast"] .bar-1,
.logo-loading[data-speed="fast"] .bar-4 {

    -webkit-animation: logo-loading-anim2 0.75s infinite ease-in-out;
    animation: logo-loading-anim2 0.75s infinite ease-in-out;
}
.logo-loading[data-speed="slow"] .bar-1,
.logo-loading[data-speed="slow"] .bar-4 {

    -webkit-animation: logo-loading-anim2 1.5s infinite ease-in-out;
    animation: logo-loading-anim2 1.5s infinite ease-in-out;
}

.logo-loading .bar-4 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.logo-loading[data-speed="fast"] .bar-4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.logo-loading[data-speed="slow"] .bar-4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@keyframes logo-loading-anim {
    0%,
    80%,
    100% {
        transform: scaleY(1);
    }

    40% {
        transform: scaleY(1.5);
    }
}

@keyframes logo-loading-anim2 {

    0%,
    80%,
    100% {
        transform: scaleY(1);
    }

    40% {
        transform: scaleY(1.2);
    }
}
