/*-------------------------------------------------------*/
/* Table of Content
1. General
2. Typography
3. Reuseable
4. Navigation
5. Publicaton
6. Site Page & Section 
7. Footer
*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
/* font */
/* button color */
/* button */
/* border and box-shadow */

html {
  font-size: 14px; }

@media (max-width: 768px) {
  html {
    font-size: 14px; } }

body {
  font-size: 1.156rem;
  font-family: "Slabo 27px", sans-serif;
  color: #183c55;
  font-weight: 400;
  background-color: #ffffff;
  line-height: 1.788;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Mina", sans-serif;
  line-height: 1.31398;
  font-weight: 700; 
  margin-bottom: 15px;
  color: #183c55;
}
a{
  font-family: "Mina", sans-serif;
}
p{
  margin-bottom: 15px;
}
h2 {
  font-size: 28px; }

.read-more {
  text-decoration: underline; }
select:focus, 
input:focus,
textarea:focus, 
button:focus {
  outline: none;
}

a.sabbi-post-link {
  display: block;
  color: #363846; }
  a.sabbi-post-link:hover {
    text-decoration: none; }
    a.sabbi-post-link:hover .sabbi-post-title {
      text-decoration: underline; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}
.kc-container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site.box-layout{
    overflow: hidden;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: relative;
    box-shadow: -2px 0 40px -3px rgba(0, 0, 0, 0.12);
}
.box-layout-navbar{
  left: inherit;
  right: inherit;
  margin-bottom: 0;
}
.error-404.not-found {
    padding-top: 60px;
}
@media (max-width: 1199px) {
  .box-layout-navbar{
  width: 100%; } }
@media (max-width: 767px) {
  .box-layout-navbar{
  width: 100%; } }
.site-main{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
/* resused */
.solitude-bg {
  background-color: #EDF2F6; }

.solitude-bg__x {
  background-color: #fff; }
.profile-card{
  background-color: #edf2f6;
}

/* -------------------------------- 
Reused Components 
-------------------------------- */
/* align item */
.pos-y_center {
  position: relative;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

/* image */
img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(47%) brightness(44%); }

/* img-layout-style */
.img-bit-round {
  border-radius: 6px; }

/* text */
.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.stage_image, .notice {
  background-repeat: no-repeat;
  background-size: cover; }

.section-push-bottom {
  background: #fff;
  position: relative;
  top: 65px;
  margin-top: -65px; }

.stage_image {
  background-image: url(http://lorempixel.com/people/1200/1000); }

.stage_color {
  background-color: #257ab8; }

/*typo layout rel */
.break-span > span {
  display: table; }
.woocommerce-cart .sciencex-content-area,
.sciencex-content-area.site-padding{
  padding: 55px 0;
}
.single-post .sciencex-content-area.site-padding,
.single-product .sciencex-content-area.site-padding{
  padding-top: 166px;
}
.site-padding-single{
  padding: 0 15px 55px;
}
.section-footer.no-padding{
  padding: 0;
}

body .pt_60 {
  padding-top: 60px; }

body .mt_5 {
  margin-top: 5px; }

body .mt_10 {
  margin-top: 10px; }

body .mt_15 {
  margin-top: 15px; }

body .mt_20 {
  margin-top: 20px; }

body .mt_25 {
  margin-top: 25px; }

body .mt_30 {
  margin-top: 30px; }

body .mt_35 {
  margin-top: 35px; }

body .mt_40 {
  margin-top: 40px; }

body .mt_45 {
  margin-top: 45px; }

body .mt_50 {
  margin-top: 50px; }

body .mt_55 {
  margin-top: 55px; }

body .mt_60 {
  margin-top: 60px; }

body .mt_65 {
  margin-top: 65px; }

body .mt_70 {
  margin-top: 70px; }

body .mt_75 {
  margin-top: 75px; }

body .mt_80 {
  margin-top: 80px; }

body .mt_85 {
  margin-top: 85px; }

body .mt_90 {
  margin-top: 90px; }

body .mt_95 {
  margin-top: 95px; }

body .mt_100 {
  margin-top: 100px; }

body .mb_5 {
  margin-bottom: 5px; }

body .mb_10 {
  margin-bottom: 10px; }

body .mb_15 {
  margin-bottom: 15px; }

body .mb_20 {
  margin-bottom: 20px; }

body .mb_25 {
  margin-bottom: 25px; }

body .mb_30 {
  margin-bottom: 30px; }

body .mb_35 {
  margin-bottom: 35px; }

body .mb_40 {
  margin-bottom: 40px; }

body .mb_45 {
  margin-bottom: 45px; }

body .mb_50 {
  margin-bottom: 50px; }

body .mb_55 {
  margin-bottom: 55px; }

body .mb_60 {
  margin-bottom: 60px; }

body .mb_65 {
  margin-bottom: 65px; }

body .mb_70 {
  margin-bottom: 70px; }

body .mb_75 {
  margin-bottom: 75px; }

body .mb_80 {
  margin-bottom: 80px; }

body .mb_85 {
  margin-bottom: 85px; }

body .mb_90 {
  margin-bottom: 90px; }

body .mb_95 {
  margin-bottom: 95px; }

body .mb_100 {
  margin-bottom: 100px; }
.pt-110 {
  padding-top: 110px;
}
/* padding box */
.card_st_fix {
  margin: 0 25px; }

.break-span > span {
  display: block; }

.bg_mask {
  position: relative; }
  .bg_mask:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #183c55;
    opacity: .72; }
  .bg_mask > div {
    position: relative; }

.arrow-bg {
  position: relative; }
  .arrow-bg:after {
    content: '';
    position: absolute;
    right: -70%;
    width: 86%;
    height: 15px;
    background-image: url(../img/icon/arrow_bg.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }

.arrow-bg-lg {
  position: relative; }
  .arrow-bg-lg:after {
    content: '';
    position: absolute;
    bottom: -9%;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/arrow_bg_lgx.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

.arrow-bg-bottom {
  position: relative; }
  .arrow-bg-bottom:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/arrow_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

.penlam-bg {
  position: relative; }
  .penlam-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/penlam_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

@media (max-width: 767px) {
  .arrow-bg-lg:after {
    bottom: -29px;
    height: 60px; } }

@media (max-width: 550px) {
  .arrow-bg-lg:after {
    opacity: 0; } }

.bgc-white {
  background-color: #fff; }

/* button */
.btn-primary {
  background-color: #36a4de;
  background-image: none;
  border-color: #36a4de; }
  .btn-primary.active {
    background: transparent;
    border-color: #36a4de;
    color: #36a4de;
    box-shadow: none;
    border-width: 2px; }
.btn.btn-primary,
.btn.btn-gules{
 padding: 8px 12px 5px;
}
.btn-unsolemn {
  padding: 0;
  background: transparent; }
  .btn-unsolemn:hover {
    background: transparent;
    color: #36a4de; }

.btn-action {
  margin-top: 10px;
  text-decoration: underline; 
  font-size: 16px;
}

.btn.btn-gules {
  text-decoration: none; 
  width: auto;
}

.btn-gules {
  background-color: #36a4de;
  color: #fff; }
  .btn-gules:hover {
    background-color: #2f94ca;
    border-color: #2f94ca;
    color: #fff; }

.pdf-link:before {
  font-family: FontAwesome;
  content: "\f1c1";
  margin-left: 5px;
  margin-right: 5px; }

/* title style and size*/
.ht-5 {
  font-size: 22px; }

.ht-4 {
  font-size: 16px; }

.fw-mid {
  font-weight: 600; }

.fw-bold {
  font-weight: 800; }
/* admin bar css */
.admin-bar .navbar-fixed-top {
    top: 30px;
}
@media screen and (max-width: 782px) {
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
@media screen and (max-width: 600px){
  .mobile {
      position: fixed !important;
  }
}
/* list style */
.kc_text_block ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style-round_item > li,
.kc_text_block ul li {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.4em; }
  .list-style-round_item > li:before,
  .kc_text_block ul li:before {
    content: '';
    width: .7em;
    height: .7em;
    background: #36a4de;
    position: absolute;
    left: 0;
    top: .49em;
    border-radius: 100%; }
/* preloader css */
.preloader-wrap {
    background-color: #EDF2F6;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}
.preloader-spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    -webkit-animation: zion-rotate 2.0s infinite linear;
    animation: zion-rotate 2.0s infinite linear;
}
.preloader-dot1,
.preloader-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #36a4de;
    border-radius: 100%;
    -webkit-animation: zion-bounce 2.0s infinite ease-in-out;
    animation: zion-bounce 2.0s infinite ease-in-out;
}
.preloader-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes zion-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes zion-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes zion-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes zion-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* orphan style */
.site-hm-button {
  margin-top: 35px; }

.tt_up {
  text-transform: uppercase; }

.big-oslo {
  color: #898a8a;
  font-size: 18px;
  font-size: 1.125rem; }

.title-dix {
  color: #A2A2A2;
  font-size: 24px;
  font-size: 1.5rem; }

.video-play {
  position: relative;
  display: block; }
  .video-play:before {
    content: '';
    background-image: url(../img/icon/vid_play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

/* text */
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right; } }

.page_piky-title .page-title {
  font-size: 28.01px;
  font-size: 2.00071rem; }

@media (max-width: 767px) {
  .page_piky-title .page-title {
    font-size: 22.01px;
    font-size: 1.57214rem; } }

/* various line */
.lil-line {
  margin-top: 0;
  position: relative; }
  .lil-line:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: #36a4de; }

/* breadcrumb */
.auth-breadcrumb-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: transparent; }
.auth-breadcrumb-wrap.banner-breadcrumb{
  margin-top: 110px;
  bottom: inherit;
  padding: 20px 0;
  position: inherit;
  background-color: #3a89c6;
}

/* Process Block */
.process-block {
  display: flex;
  align-items: center;
  justify-content: center; }
  .process-block-item {
    border: 1px solid #004fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px; }
  @media (max-width: 767px) {
    .process-block {
      display: block; }
    .process-block .process-block-item {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; }
      .process-block .process-block-item.arrow-bg:after {
        content: '';
        position: absolute;
        right: 0%;
        width: 100%;
        height: 15px;
        background-image: url(../img/icon/arrow_bg.png);
        background-repeat: no-repeat;
        top: 135%;
        transform: translateY(0%) rotate(90deg); } }

/* sabbi-thumlinepost-card */
.sabbi-thumlinepost-card {
  overflow: hidden;
  border-radius: 4px; }
  .sabbi-thumlinepost-card .entry-title {
    margin-left: 25px;
    margin-right: 25px; }
  .sabbi-thumlinepost-card h3.entry-title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .sabbi-thumlinepost-card .sabbi-thumlinepost-card-meta {
    padding: 50px 30px; }
    h2.info-box-title{
      margin-top: 0;
      color: #183c55;
    }
  .sabbi-thumlinepost-card-meta .info-box-title {
    font-weight: 700; }
  .sabbi-thumlinepost-card .read-more{
      font-size: 16px; 
      font-weight: 700;
      text-transform: uppercase;
  }
  .inner-service{
    text-align: center;
    padding: 50px 30px;
  }
  .inner-service img{
      margin: 0 auto 20px;
  }
  .inner-service .sabbi-thumlinepost-card-meta{
    padding: 0;
  }
  .inner-service .sabbi-thumlinepost-card-meta p{
    margin-bottom: 0;
  }
.card-video {
  position: relative; }
  .card-video > .sabbi-thumlinepost-card-figure > figcaption {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 25px; 
    font-size: 22px;
    font-weight: 700;
  }

.savis-list {
  margin-bottom: 20px;
  margin-top: 20px; }
  .widget .savis-list {
    margin-top: 30px; }

/* butoon */
.btn {
  font-family: 'Mina', sans-serif;
  border-radius: 4px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
 }

.btn-unsolemn {
  font-weight: 700;
  font-size: 16px;
}

.btn-outline {
  background: transparent;
  background-image: none;
  border-color: #257ab8;
  box-shadow: none;
  outline: none; }

.btn-cinnabar {
  background-color: #f15722;
  box-shadow: none;
  color: #fff;
  border-width: 2px; }
  .btn-cinnabar:hover {
    color: #183c55; }
  .btn-cinnabar.active {
    background-color: transparent;
    border-color: #f15722;
    box-shadow: none;
    color: #f15722; }
  .btn-cinnabar.active:hover {
    background-color: #b70012;
    box-shadow: none;
    color: #fff; }
  .btn-cinnabar.btn-outline {
    background-color: transparent; }
    .btn-cinnabar.btn-outline:hover {
      background-color: transparent;
      border-color: #f15722; }

/*  Timeline */
.timeline-laybox {
  margin-top: 10px;
  padding-top: 80px;
  position: relative; }
  .timeline-laybox .timeline-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0px; }
    .timeline-laybox .timeline-title .btn-outline {
      border-color: #257ab8; }
      .timeline-laybox .timeline-title .btn-outline:hover {
        color: #08334f;
        background-color: #257ab8; }
  .timeline-laybox-item {
    display: flex; }
    .timeline-laybox-item.item-right {
      flex-direction: row-reverse; }
    .timeline-laybox-item .laybox-item-title {
      color: #f15722; }
    @media (max-width: 992px) {
      .timeline-laybox-item .laybox-item-title.laybox-item-title.laybox-item-title {
        font-size: 35px;
        font-size: 2.1875rem; } }
    .timeline-laybox-item .timeline-laybox-meta > header, .timeline-laybox-item .timeline-laybox-meta .timeline-laybox-content {
      margin: 0 35px; }
  .timeline-laybox .timeline-laybox-image {
    background-size: cover;
    background-repeat: no-repeat; }

.small-sm {
  font-size: .9em; }

.small-md {
  font-size: .8em; }

.small-lg {
  font-size: .7em; }

.small-lgx {
  font-size: .6em; }

/* -------------------------------- 
 Navigation
-------------------------------- */
.navbar{
  margin-bottom: 0;
}
.navbar-nav {
  font-family: "Mina", sans-serif;
  font-size: 12px; 
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: -1px; }

.navbar-brand {
  height: auto; 
  padding: 19px 15px;
}
.navbar-brand>img{
  height: 73px;
}
@media (max-width: 320px) {
.navbar-brand>img{
  height: 50px;
}
}
.menu-padding {
    padding: 10px 0;
}
@media (max-width: 450px) {
  .navbar-brand {
    max-width: 260px; 
    padding: 0 20px;
  } 
}

.navbar-toggle {
  background: #36a4de;
  margin-top: 25px; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

.navbar-white {
  background: #fff;
  border: none;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3); }

.navbar-kawsa .nav-btn-wrap {
  max-height: 36px;
  margin-top: 21px; }
  .navbar-kawsa .nav-btn-wrap:after {
    content: '';
    display: table;
    width: 100%; }
.sciencex-text-logo {
  padding-top: 35px;
  margin: 0;
}
.sciencex-text-logo.pt-20{
  padding-top: 20px;
}
.sciencex-site-description{
  margin: 0;
}
h1.sciencex-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  h1.sciencex-logo a{
    display: inline-block;
    font-size: 24px;
  }
  .navbar-toggle{
    margin-top: 10px;
  }
  .navbar-white{
    box-shadow: none;
  }
  .navbar.navbar-kawsa{
    padding-bottom: 0;
    min-height: 72px;
    padding: 10px 0 0;
  }
  .navbar-brand {
    max-width: 260px; 
  } 
  .navbar-kawsa .nav-btn-wrap {
    display: none; } }

.navbar-nav-hov_underline .navbar-nav li.active a {
  background: transparent;
  border-bottom: 4px solid #36a4de; }

@media (max-width: 767px) {
  .navbar-nav-hov_underline .navbar-nav li.active a {
    border-bottom-width: 2px; } }

.navbar-nav-hov_underline .navbar-nav li a {
  border-bottom: 4px solid transparent;
  color: #183c55; }
@media (max-width: 767px) {
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    border-color: inherit;
  }

  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu{
    width: 100%;
  }
  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a{
    background: transparent;
    display: block;
  }
  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a:hover, .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a:focus{
    background: transparent;
    border-bottom: 4px solid #36a4de; }
}
  .navbar-nav-hov_underline .navbar-nav li a:hover, .navbar-nav-hov_underline .navbar-nav li a:focus {
    background: transparent;
    border-bottom: 4px solid #36a4de; }
.navbar-nav-hov_underline .navbar-nav .dropdown-menu {
  font-size: inherit;
  border-radius: 0;
  padding: 0;
  border: 0;
  min-width: 210px; }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    width: 100%;
    height: 5px;
    background-color: #36a4de; }
  @media (max-width: 767px) {
    .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before {
      display: none; } }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu li a {
    font-weight: 700;
    padding: 10px 15px;
    border-bottom: 1px solid #eef0f1; }
    .navbar-nav-hov_underline .navbar-nav .dropdown-menu li a:hover {
      color: #36a4de; }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu li.active a {
    color: #36a4de; }

@media (max-width: 767px) {
  .navbar-nav {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.24);
    margin-bottom: 3px; } }

/* slider navigation */
.sec-navigate-wrap {
  font-size: 2.4em;
  color: #fff; }
  .sec-navigate-wrap .seq-next, .sec-navigate-wrap .seq-prev {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #d9e4f2;
    line-height: 1;
    height: 49px;
    width: 49px; }
  .sec-navigate-wrap .seq-next {
    float: right;
    background-image: url(../img/icon/arrow-right.png); }
  .sec-navigate-wrap .seq-prev {
    background-image: url(../img/icon/arrow-left.png);
    float: left;
  }

@media (max-width: 767px) {
  .sec-navigate-wrap.pos-y_center {
    top: 40%; }
  .sec-navigate-wrap .seq-next, .sec-navigate-wrap .seq-prev {
    background-size: 55%;
    padding: 0;
    height: 34px;
    width: 29px; }
  .sec-navigate-wrap .seq-next {
    margin-right: 25px; }
  .sec-navigate-wrap .seq-prev {
    margin-left: 25px; } }

.seq .seq-canvas>:before{
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(135deg, rgba(54, 164, 222, 0.60), rgba(152, 32, 254, 0.70));
  background: -webkit-linear-gradient(135deg, rgba(54, 164, 222, 0.60), rgba(152, 32, 254, 0.70));
  background: -ms-linear-gradient(135deg, rgba(54, 164, 222, 0.60), rgba(152, 32, 254, 0.70));
  background: linear-gradient(135deg, rgba(54, 164, 222, 0.60), rgba(152, 32, 254, 0.70));
}
.seq.seq-active .seq-content {
  background: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  left: 50%;
  top: calc(50% - 91px);
  transform: translateX(-50%);
  width: 95%; }
  @media (max-width: 767px){
    .seq.seq-active .seq-content {
      top: calc(50% - 70px);
    }
  }
  .seq.seq-active .seq-content .btn-link {
    display: inline-block; }
    .seq.seq-active .seq-content .btn-link:hover {
      text-decoration: none; }

.seq--kawsa.seq-active .seq-content {
  padding: 20px 25px; }
  .seq--kawsa.seq-active .seq-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: transparent;
    opacity: .7;
    background-blend-mode: multiply;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .seq--kawsa.seq-active .seq-content .seq-title {
    text-transform: initial;
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Mina"; }
  .seq--kawsa.seq-active .seq-content .seq-meta-text {
    font-size: 18px;
    font-weight: 700; }
  .seq--kawsa.seq-active .seq-content .btn-link {
    margin-top: 20px;
    border: 2px solid #edf2f6;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    transition: 0.5s;
    line-height: 1; }
    .seq--kawsa.seq-active .seq-content .btn-link:hover{
      background-color: #36a4de;
    }
  @media (min-width: 700px) {
    .seq--kawsa.seq-active .seq-content {
      padding: 20px 45px; } }
  @media (max-width: 767px) {
    .seq--kawsa.seq-active .seq-content .seq-title {
      font-size: 20px; }
    .seq--kawsa.seq-active .seq-content .btn-link {
      font-size: 14px; } }

.seq-content .btn-link {
  display: inline-block; }

.auth-theme-rashmore .seq .seq-title, .auth-theme-rashmore .seq .seq-subtitle {
  margin-bottom: 0; }

@media only screen and (min-width: 600px) {
  .seq {
    position: relative;
    height: auto;
    height: 100%;
    max-height: 55vh;
    min-height: 420px; } }

@media only screen and (min-width: 768px) {
  .seq.seq-active .seq-content {
    width: 635px;
    max-width: 100%; } }

/* page header */
.sabbi-page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sabbi-page-header-classic {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 450px;
  text-align: center; }
  .sabbi-page-header-classic .page-header-content.conternt-center {
    position: relative;
    top: 55%;
    transform: translateY(-50%); }
  .sabbi-page-header-classic .page-title {
    font-size: 28px;
    font-size: 2rem;
    margin-top: 0; }
  .sabbi-page-header-classic .page-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 0; }

.sabbi-breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
  background: transparent; }

.ripepage-peak {
  margin-top: 55px;
  margin-bottom: 55px; }

/* page appellation */
.page-appellation {
  margin-top: 50px;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .page-appellation {
    margin-bottom: 30px;
    margin-top: 20px; } }

/* -------------------------------- 
 Publicaton
-------------------------------- */
/*selected publication*/
.pub-item.with-icon {
  margin-bottom: 35px; }

.pub-item.with-icon .content-wrapper, .pub-item.with-thumb .content-wrapper {
  margin-left: 78px; }

.pub-item .content-wrapper {
  position: relative; }

.icon-list .item:before {
  margin-right: 12px;
  font-family: fontawesome;
  content: "\f249"; }

.paper_cut {
  background: #EDF2F6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  min-height: 300px;
  padding: 55px 50px 40px;
  position: relative;
  margin-bottom: 50px;
  width: 90%;
  transition: all .5s; }

@media (max-width: 530px) {
  .paper_cut {
    padding-left: 20px;
    padding-right: 20px; } }

.paper_cut:before, .paper_cut:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all .2s; }

.paper_cut:before {
  background: #EDF2F6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg); }

.paper_cut:hover:before {
  transform: rotate(-2deg); }

.paper_cut:hover:after {
  transform: rotate(2deg); }

.paper_cut:after {
  background: #EDF2F6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(2.5deg); }

.abstract {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px; }

.ol-timeline {
  list-style: none;
  margin-top: 120px;
  padding-left: 157px;
  position: relative; }
  .ol-timeline:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 94%;
    margin-top: -7px;
    top: 5px;
    left: 133px;
    border-radius: 2px;
    background-color: #f5f3f4;
    transition: all .3s ease;
    border: 1px solid transparent;
    transform: scaleY(1.5); }
  .ol-timeline li.tl-item {
    position: relative;
    margin-bottom: 45px; }
    .ol-timeline li.tl-item .item-section:after {
      background-color: #cfcdce; }
  .ol-timeline .tl-item p{
    margin-bottom: 0;
  }
  .ol-timeline .item-section {
    font-size: 14px;
    font-weight: 700;
    font-family: "Mina";
    position: absolute;
    left: -160px;
    top: 0px;
    width: 120px;
    text-align: right; }
    .ol-timeline .item-section:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      top: 50%;
      right: -27px;
      border-radius: 50%;
      background-color: #6fc75b;
      transition: all .3s ease;
      border: 1px solid transparent; }
    .ol-timeline .item-section:before {
      content: '';
      position: absolute;
      width: 9px;
      height: 30px;
      right: -25px;
      top: -3px;
      background-color: #ffffff;
      transition: all .3s ease; }
  .ol-timeline .content-wrapper .title {
    font-size: 16px;
    margin-top: 0;
    font-size: 1.14286rem;
    margin-bottom: 2px; }
  .ol-timeline .content-wrapper .description {
    color: #183c54;
}
.education_timeline_wrap ol {
    list-style: none;
}
@media (max-width: 767px) {
  .ol-timeline {
    margin-bottom: 75px; }
  .education_timeline_wrap {
    text-align: center; }
    .education_timeline_wrap .ol-timeline {
      display: inline-block;
      margin-bottom: 75px;
      text-align: left; } }

.pub-item .elem-wrapper {
  float: left; }

.pub-item .title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700; }

.pub-item.with-icon .elem-wrapper i {
  background-color: #35a6df;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #35a6df;
  line-height: 55px;
  display: block;
  transition: all .25s ease; }

a.link-with-icon i.fa {
  margin-right: 5px; }

.slc_des {
  color: #183c55;
  font-size: 14px;
  margin-bottom: 10px; }

.pub-item .description {
  font-family: "Mina";
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 5px;
  padding-left: 1px; }
  .pub-item .description .link-with-icon {
    color: #35a6df; }
    .pub-item .description .link-with-icon i {
      font-size: 16px;
      font-size: 1.14286rem;
      margin-right: 10px; }

.pub-item .description p {
  line-height: 18px; }

.oli {
  font-family: ol-icon-set !important;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: inherit;
  box-sizing: initial; }

.oli-literature:before {
  content: "\e95e"; }

.oli-user_male_circle:before {
  content: "\e92b"; }

/* -------------------------------- 
 Site Page & Section 
-------------------------------- */
.__fs16 {
  font-size: 16px;
  font-size: 1rem; }

.__fs17 {
  font-size: 17px;
  font-size: 1.0625rem; }

.__fs18 {
  font-size: 18px;
  font-size: 1.125rem; }

.__fs19 {
  font-size: 19px;
  font-size: 1.1875rem; }

/* events Page */
.stage_events_post .site-title-meta {
  color: #141414;
  font-family: "AvenirNext-Medium";
  font-size: 20px;
  font-size: 1.42857rem;
  margin: 28px auto 38px;
  text-align: center;
  width: 95%; }

.events-post .btn-action {
  border-width: 2px;
  border-color: #a5a6a8;
  color: #7e7e7e;
  font-family: "AvenirNext-Medium"; }
  .events-post .btn-action:hover {
    background-color: #e6e6e7; }

.sabbi-post-wrap {
  overflow: hidden; }
  .sabbi-post-wrap .sabbi-post-item {
    float: left;
    width: 50%;
    min-width: 280px;
    padding: 2px;
    margin: 24px auto;
    text-align: center; }
    @media (max-width: 695px) {
      .sabbi-post-wrap .sabbi-post-item {
        float: none;
        width: 95%; } }
  .sabbi-post-wrap .sabbi-post-title {
    color: #183c55;
    font-family: "AvenirNext-Medium";
    font-size: 24px;
    font-size: 1.71429rem; }
  .sabbi-post-wrap .sabbi-post-span {
    color: #183c55406;
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 15px;
    font-size: 1.07143rem;
    opacity: .55;
    text-transform: uppercase; }

/* future member */
.form-future_memb label {
  display: inline-block; }

.form-future_memb .intl-tel-input {
  display: block;
  width: 100%; }

/* video card */
  .sabbi-thumlinepost-card.card-video p {
    padding-bottom: 25px;
    margin-left: 25px; }

.card-video .entry-title a {
  color: #183c55; }
  .card-video .entry-title a:hover {
    color: #36a4de; }

@media (max-width: 767px) {
  .sabbi-thumlinepost-card {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; } }

/* home news */
.news-card {
  min-height: 372px;
  padding: 30px 25px; }
  .news-card .lst_news_item a {
    color: #183c55; }
    .news-card .lst_news_item a:hover {
      color: #36a4de; }
  .news-card .stage-title {
    font-size: 22px;

    margin-top: 0; }
  .news-card .date {
    color: #183c55;
    font-style: italic; }
ul.list-unstyled.lst_news_list {
    margin: 0;
    padding: 0;
}
.lst_news_list .lst_news_item {
  margin-top: 16px; }

.lst_news_list h3.title {
  margin-top: 13px;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1rem; }

/* brand_quickfact-wrap */
/* brand_quickfact */
.brand_quickfact-content{
  border-right: 2px solid #fff;
}
  .brand_quickfact-count_value {
    color: #fff;
    font-size: 27px;
    font-size: 1.92857rem;
    font-family: "Mina";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 15px; }
  .brand_quickfact-label {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Mina";
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px; }

/* selected publication */
.sabbi-section, .section-brand_quickfact {
  margin-top: 25px;
  margin-bottom: 40px; }

.selected_pulication-wrap .stage-title {
  font-size: 16px;
  font-size: 1.14286rem; }

/* Moudle */
.icon-card {
  margin-bottom: 30px; }
  .icon-card .icon-card-limn > i {
    color: #36a4de;
    font-size: 92px;
    font-size: 6.57143rem;
    line-height: 0; }
  .icon-card .card-title {
    font-size: 13px;
    font-size: 0.92857rem; }

/* page section */
/* section style*/
.home-info-block-first .sabbi-thumlinepost-card {
  margin-top: 15px; }

@media (max-width: 991px) {
  .home-info-block-first .sabbi-thumlinepost-card {
    margin-top: 30px; } }

.stage-halfbol {
  background-image: url(../img/section/halfbol.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0; }
  .stage-halfbol .stage-halfbol_content {
    background: #fff;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 45px;
    border-radius: 4px; }

@media (max-width: 767px) {
  .stage-halfbol_content .stage-title {
    font-size: 22px;
    font-size: 1.57143rem; } }

.selected_pulication-wrap {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ebed; }
  .selected_pulication-wrap .entry-meta {
    margin-top: 45px;
    margin-bottom: 65px; }

@media (max-width: 767px) {
  .selected_pulication-wrap {
    margin-top: 0px; }
    .selected_pulication-wrap .entry-meta {
      margin-top: 15px;
      margin-bottom: 65px; } }

.section-meet_the_team {
  margin-top: 55px;
  margin-bottom: 60px; }

.bio__holder {
  margin-top: 55px;
  margin-bottom: 55px; }
  .bio__holder .profile-glimps {
    margin-top: 0; }

.profile-glimps {
  padding: 15px 0 25px 15px;
  margin-top: 15px; }
  .profile-glimps .stage-title {
    font-size: 20px; }
.researcher-profile h3 {
    display: none;
}
.text-foc-md {
  color: #183c55;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  margin-bottom: 0; }

.stage-content-biog {
  margin-top: 30px;
  margin-bottom: 10px; }

/* card design */
.icon-card {
  background-color: #EDF2F6;
  padding: 35px 20px;
  border-radius: 4px; }

/* style profile */
.profile-card {
  padding-bottom: 20px;
  background-color: #EDF2F6;
  border-radius: 4px;
  margin-bottom: 15px;
  word-wrap: break-word; }
  .profile-card img {
    height: auto;
    max-width: 100%;
    display: block;
  }
  .profile-card .profile-card-meta {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 25px; }
  .profile-card > figure figcaption {
    margin-left: 25px;
    margin-right: 25px; }
  .profile-card .img-responsive {
    width: 100%; }
  .profile-card .entry-title {
    font-size: 18px;
  }
  .profile-card .fig-title {
    font-size: 18px;
    margin-bottom: 5px;
 }
  .profile-card h3 > a{
    color: #183c55;
  }
  .profile-card h3 > a:hover{
    color: #2f94ca;
  }
  .profile-card a h3{
     color: #183c55
  }
  .profile-card a:hover h3{
    color: #2f94ca;
  }
  .profile-card .fig-title-des {
    margin-top: -5px;
    color: #183c55;
    font-weight: 400;
}
  .profile-card .fig-meta {
    padding-top: 10px;
    color: #183c55;
    font-size: 14px;
    font-size: 1rem;
}

    .profile-card .fig-meta strong {
      color: #183c55;
      font-weight: 600; }
  .profile-card .fig-cal {
    margin-bottom: 0; }
  .profile-card .pfofile-social {
    margin-bottom: 0; }
    .profile-card .pfofile-social > li {
      padding-right: 5px;
      padding-left: 0; }
      .profile-card .pfofile-social > li a {
        display: inline-block; }
   

  @media (max-width: 1199px) and (min-width: 992px) {
    .profile-card .profile-card-meta, .profile-card > figure figcaption {
      margin-right: 15px;
      margin-left: 15px; } }

.action-wrap.text-right-sm {
    padding-right: 15px;
}
@media (max-width: 767px) {
  .action-wrap.text-right-sm{
    text-align: center; }
  .section-meet_the_team .sabbi-thumlinepost-card .action-wrap {
    text-align: left; }
  .profile-card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    .profile-card .img-responsive {
      width: 100%; } }
  .profile-card-meta_classic{
    margin-bottom: 30px;
  }
@media (max-width: 991px) {
.team-clearfix{
  clear: both;
}
}
/* timeline */
.auth-deff_timeline > li {
  position: relative;
  border-radius: 4px; }
  .auth-deff_timeline > li .time-span {
    background-color: #EDF2F6;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    border: 1px solid #e1e6e9;
    border-bottom: 0;
    text-align: center; }
    .auth-deff_timeline > li .time-span .time-year {
      color: #a5a8ab;
      font-family: "Mina";
      font-size: 28px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
    .auth-deff_timeline > li .time-span .time-month {
      font-size: 16.5px;
      font-size: 1.17857rem;
      color: #183c55;
      font-weight: 700;
      font-family: "Mina";
      margin-top: 0; }
    .auth-deff_timeline > li .time-span .time-year, .auth-deff_timeline > li .time-span .time-month {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .auth-deff_timeline > li .timeline-meta {
    background-color: #fff;
    border: 1px solid #f9f8f9;
    border-left: 0;
    border-right: 1px solid #eceff0;
    border-bottom: 0;
    margin-left: 250px;
    padding: 15px 45px;
    overflow: hidden; }
    .auth-deff_timeline > li .timeline-meta .staff-title {
      color: #36a4de;
      font-size: 16px;
      font-size: 1.14286rem; }
    .auth-deff_timeline > li .timeline-meta h1, .auth-deff_timeline > li .timeline-meta .h1, .auth-deff_timeline > li .timeline-meta h2, .auth-deff_timeline > li .timeline-meta .h2, .auth-deff_timeline > li .timeline-meta h3, .auth-deff_timeline > li .timeline-meta .h3 {
      margin-bottom: 3px; }
  .timeline-meta .__time {
    color: #183c55; }
  .timeline-meta .__loc {
    color: #183c55;
    margin-bottom: 15px; }
    .timeline-meta .__loc > span {
      font-weight: 700; }
  .auth-deff_timeline > li:first-child .timeline-meta {
    border-top: 1px solid #eceff0; }
  .auth-deff_timeline > li:last-child .timeline-meta {
    border-bottom: 1px solid #eceff0; }
  .auth-deff_timeline > li:first-child .time-span {
    border-top-left-radius: 4px; }
  .auth-deff_timeline > li:last-child .time-span {
    border-bottom: 1px solid #e1e6e9;
    border-bottom-left-radius: 4px; }

@media (max-width: 767px) {
  .auth-deff_timeline > li .time-span {
    width: 90px; }
    .auth-deff_timeline > li .time-span .time-year {
      font-size: 18px;
      font-size: 1.28571rem; }
    .auth-deff_timeline > li .time-span .time-month {
      font-size: 13px;
      font-size: 0.92857rem;
      margin-top: 0; }
  .auth-deff_timeline > li .timeline-meta {
    margin-left: 60px; } }

/* stage-future_member */
.stage-future_member {
  margin-top: 55px; }
  .stage-future_member .future_member-text {
    margin-bottom: 45px; }
  .stage-future_member .stage-vrb-title {
    font-size: 28px;
    font-size: 2rem; }
  .stage-future_member .__fm_title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .stage-future_member .future_member-figure {
    margin-bottom: 27px; }

  .addr_future_memb .entry-title {
    margin-top: 0; }
  .addr_future_memb .address-entry {
    margin-bottom: 23px; }
    .addr_future_memb .address-entry > p {
      line-height: 1.4;
      margin-bottom: 10px; }
      .addr_future_memb.contact-info{
        margin-bottom: 20px;
      }
  .addr_future_memb .contact-info .__ci_num {
    margin-bottom: 4px; }
    .addr_future_memb .contact-info .__ci_num strong {
      font-weight: 600; }
    .addr_future_memb .contact-info .__ci_num span {
      font-style: italic; }

/* form-future_memb  */
.form-future_memb .btn {
  margin-top: 15px; 
  float: right;
}

/* page style */
/* page style : Conferences and Talks */
.page-conf_talk .section-brand_quickfact {
  margin-bottom: 55px; }

/* Rashmore journal page */
.section-journal-papers {
  margin-top: 25px;
  margin-bottom: 35px; }
  .journal-papers-mound {
    margin-top: 35px;
    padding-bottom: 5px; }
    .journal-papers-mound:last-of-type {
      border: none; }
  .journal-papers-nav {
    border-bottom: 1px solid #fbfafb;
    margin-top: 15px;
    padding-bottom: 5px; }
    .journal-papers-nav .nav-meta {
      margin-bottom: 15px;
      margin-top: 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-nav .nav-meta {
          text-align: left; } }
    .journal-papers-nav-list {
      margin-top: 35px;
      margin-bottom: 0px;
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-nav-list > li {
          display: block;
          text-align: left; } }
      .journal-papers-nav-list > li a {
        color: #183c55;
        display: inline-block;
        margin-bottom: 15px;
        padding: 10px 15px 6px;
        font-family: "Mina";
        font-weight: 600; }
        .journal-papers-nav-list > li.active a{
          background-color: #36a4de;
          color: #fff;
          text-decoration: none;
        }
        .journal-papers-nav-list > li a.active, .journal-papers-nav-list > li a:hover, .journal-papers-nav-list > li a:focus {
          background-color: #36a4de;
          color: #fff;
          text-decoration: none; }
  .journal-papers-mound-wrap {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .journal-papers-mound-wrap {
        margin-top: 15px; } }
    .journal-papers-mound-wrap .journal-papers-mound-nav {
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-mound-wrap .journal-papers-mound-nav {
          text-align: left; } }
          .journal-papers-list {
            background-color: #edf2f6;
            border-bottom: 1px solid #ffffff;
        }
        .journal-papers-list:nth-of-type(2n){
           background-color: #f9f9f9;
        }
    .journal-papers .jp-name {
      color: #183c55; 
      font-weight: 700;
      border-right: 1px solid #fff;
      margin-bottom: 0;
      padding: 11px 20px;
      font-size: 14px;
    }
    .journal-papers-meta p{
      border-right: 1px solid #fff;
      margin-bottom: 0;
      padding-top: 11px;
      padding-bottom: 36px;
      font-size: 14px;
      color: #183c55; 
    }
.journal-papers-doi {
  padding-top: 10px;
  padding-right: 14px;
}
  .journal-papers-doi a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .journal-papers-doi span {
    display: block;
    font-weight: 700; }

/* Rashmore profile page */
.pull-up-240 {
  position: relative;
  top: -125px;
  margin-bottom: -125px; }

.sp-blank-20 {
  margin-top: 30px; }

/* page-sciencex */
.gimps-title {
  margin-bottom: 15px; }

.appoint-timeline-holder {
  margin-top: 75px; }

.sabbi-page-header {
  margin-top: 75px; }

.page-sciencex .sabbi-page-header {
  background-color: #3a89c6; }

.page-sciencex .profile-glimps {
  padding-left: 0; }

.appoint-timeline {
  margin-bottom: 47px;
  margin-top: 15px; }
  .appoint-timeline > li {
    background-color: #EDF2F6;
    padding-left: 95px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 100px; }
    .appoint-timeline > li .year {
      position: absolute;
      width: 95px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      text-align: right; }
    .appoint-timeline > li .appoint-meta {
      border-left: 1px solid #dcdee0;
      padding-left: 15px;
      padding-right: 18px;
      margin-left: 15px; }
      .appoint-timeline > li .appoint-meta .pex-title {
        margin-bottom: 0;
        margin-top: 0; }

.awards-list > li {
  float: left;
  width: 45%;
  margin-bottom: 25px;
  margin-right: 2%; }
  .awards-list > li .year {
    font-weight: 400;
    font-family: 'Mina', sans-serif; }
  .awards-list > li .awards-title {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px; }

@media (max-width: 500px) {
  .awards-list > li {
    float: none;
    width: 95%; } }

/* page-conf_talk */
.btn_pdf_wrap {
  text-align: right; }

@media (max-width: 767px) {
  .btn_pdf_wrap {
    text-align: left; } }

/* page-events */
.page-events .pagination_wraper {
  text-align: right; }

@media (max-width: 767px) {
  .page-events .pagination_wraper {
    text-align: center; } }

/* stage_events_post */
.stage_events_post {
  margin-top: 45px; 
  margin-bottom: 15px;
}
  .events_post-sagment .sagment-title {
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1.14286rem; }
  .sabbi-events-item {
    margin-bottom: 35px;
    margin-top: 5px; }
    .single-event .sabbi-events-item{
      margin-bottom: 0;
    }
    .single-event .events-item-meta {
      margin-bottom: 15px;
    }
    .sabbi-events-item .sabbi-events-title {
      color: #183c55;
      font-size: 28px;
      font-size: 1.71429rem;
      font-weight: 700; }
    @media (max-width: 767px) {
      .sabbi-events-item .sabbi-events-title {
        font-size: 20px;
        font-size: 1.42857rem; } }
    .sabbi-events-item .events-item-meta {
      color: #183c55;
      overflow: hidden; }
      .sabbi-events-item .events-item-meta .events-loc {
        display: inline-block;
        padding-right: 25px; }
        .sabbi-events-item .events-item-meta .events-loc > i {
          font-size: 16px;
          font-size: 1.14286rem;
          margin-right: 10px; }
      .sabbi-events-item .events-item-meta .events-date {
        min-width: 170px;
        display: inline-block; 
      }
       .sabbi-events-item .events-item-meta p{
        margin-top: 10px;
       }
        .sabbi-events-item .events-item-meta .events-date > i {
          margin-right: 10px;
          font-size: 16px;
          font-size: 1.14286rem; }
  .events-item-media-scoup figure {
    margin-bottom: 30px; }

.events-item-meta-text {
  margin-top: 10px;
  margin-bottom: 25px; }

.events-item-media .sagment-title {
  margin-bottom: 18px; }
.sabbi-events-item .event-video {
    margin: 20px 0;
}
.page-events .pagination_wraper{
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .events_post-sagment .sagment-title {
    text-align: center;
    margin-bottom: 20px; }
  .sabbi-events-item {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }

/* pagination */
ul.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0;
    border-radius: 4px;
}
.page-numbers>li {
    display: inline-block;
}
.page-numbers > li > a,
.page-numbers > li > span {
  font-weight: 700;
  color: #36a4de;
  display: inline-block;
  border: 0;
  border-radius: 5px !important;
  padding: 10px 16px 6px; }
    .page-numbers > li > a.active span {
      color: #fff; }
.page-numbers>li:first-child>a, .page-numbers>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-numbers > li:first-child > a,
.page-numbers > li:last-child > a {
  background-color: #EDF2F6;
  border-radius: 4px; }
  .page-numbers > li:first-child > a span {
    color: #183c55; }
  .page-numbers > li a:hover,
  .page-numbers > li > .current {
    color: #fff;
    background-color: #36a4de; }
/* breadcrumb */
.breadcrumb{
  padding: 0;
  margin: 0;
}
.breadcrumb>li+li:before{
  display: none;
}
.sabbi-breadcrumb span.separator {
  color: #cacaca; 
  padding: 0 5px;
}
.sabbi-breadcrumb > li > span{
  color: #cacaca;
}

.sabbi-breadcrumb a {
  color: #fff; }

.sabbi-breadcrumb .active {
  color: #183c55; }
  .sabbi-breadcrumb .active a {
    color: #183c55; }
.sabbi-breadcrumb a:hover{
  color: #fff;
  opacity: 0.7
}

/* form style */
.form-control {
  height: 45px;
  border-radius: 2px; }
  .form-control:focus {
    border-color: #e6ebef;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef; }

/* -------------------------------- 
 Footer
-------------------------------- */
/* style footer */
.section-footer {
  background-color: #EDF2F6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  margin-top: 0; }
  .section-footer .footer-site-info{
    padding-top: 55px;
    padding-bottom: 55px;
  }
  @media (max-width: 767px) {
    footer.section-footer div.footer-site-info{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    
  }
  .widget_nav_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .section-footer p {
    margin-bottom: 0px; }
  .section-footer .widget{
      margin-bottom: 20px;
  }
  .section-footer .widget_media_image{
    margin-bottom: 25px;
  }
  .section-footer .widget-title {
    margin: 15px 0 10px;
    font-size: 16px;
   }
  .section-footer .widget_text .textwidget p:nth-child(2n){
    margin-bottom: 10px;
  }
  .section-footer .footer-bar {
    background-color: #fff;
    padding: 30px 0px; }
  .section-footer .list-footer-nav a {
    color: #183c55; }
  .section-footer .__ci_num {
    color: #183c55; }
.section-footer .widget ul.event-list{
  margin-top: 12px;
}
.list-footer-nav {
  margin-bottom: 35px; }
  .list-footer-nav > li {
    margin-bottom: 5px; }

.footer-site-info .entry-title {
  font-size: 16px;
  font-size: 1.14286rem; }

.footer-site-info .event-list > li {
  margin-top: 10px; }
.footer-site-info .event-list > li:first-child{
  margin-top: 0;
}
.footer-site-info .event-list .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px; }
  .footer-site-info .event-list .title a {
    color: #183c55; }
    .footer-site-info .event-list .title a:hover {
      color: #2f94ca; }

.footer-site-info .event-list .date {
  color: #183c55;
  font-style: italic; }

.powredby, .copyright {
  font-size: 12px; }
.powredby{
  text-align: right;
}
@media (max-width: 767px){
  .section-footer .footer-bar{
    text-align: center;
  }
  .powredby{
    text-align: inherit;
  }
}
.section-footer .footer-social-links .footer-social-nav{
  margin-top: 20px;
}
.section-footer .footer-social-links .footer-social-nav a{
  margin-right: 5px;
  display: inline-block;
}
.section-footer .footer-social-links .footer-social-nav a i{
  color: #fff;
  border-radius: 50%;
  line-height: 35px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.footer-social-nav a i.ion-social-google{
  background-color: #4d90fe;
}
.footer-social-nav a i.ion-social-facebook{
  background-color: #3b5999;
}
.footer-social-nav a i.ion-social-twitter{
  background-color: #55acee;
}
.footer-social-nav a i.ion-social-linkedin{
  background-color: #0077B5;
}
.footer-social-nav a i.ion-social-youtube{
  background-color: #cd201f;
}
.footer-social-nav a i.ion-social-googleplus{
  background-color: #dd4b39;
}
.footer-social-nav a i.ion-social-instagram{
  background-color: #e4405f;
}
.footer-social-nav a i.ion-social-pinterest{
  background-color: #bd081c;
}
.footer-social-nav a i.ion-social-foursquare{
  background-color: #ff0084;
}
.footer-social-nav a i.ion-social-rss{
  background-color: #FF6600;
}

.footer-widget .widget{
  margin-bottom: 30px;
}
.footer-widget .widget .btn{
  padding: 0;
}
.section-footer .footer-widget .widget table {
  border-bottom: 1px solid #ced1d4;
  border-left: 1px solid #ced1d4;
}
.section-footer .footer-widget .widget table th{
  border-right: 1px solid #ced1d4;
}
.section-footer .footer-widget .widget table tr,
.section-footer .footer-widget .widget table td{
  border-right: 1px solid #ced1d4;
  border-bottom: 1px solid #ced1d4;
  border-top: 1px solid #ced1d4;
}
.footer-widget .widget.widget_nav_menu ul li{
  border-bottom: none;
  padding-bottom: 5px;
}
.footer-widget .widget.widget_nav_menu,
.footer-widget .widget.sciencex_social_widget{
  padding-left: 30px;
}
.footer-widget .widget.widget_nav_menu ul li a{
  padding: 0;
}

/* slider css fix */
.seq .seq-step1{
   background-position: center center;
}
.seq {
    margin: 50px auto 0;
}
@media (max-width: 1200px){
  .seq {
      margin: 105px auto 0;
  }
}
@media (max-width: 767px){

.seq {
    height: 198px;
    margin: 15px auto 0;
}


.seq.seq-active .seq-content{
  width:100%;
  height:100%;
}

.seq--kawsa.seq-active .seq-content .seq-title {
    font-size: 12px;
}

.seq--kawsa.seq-active .seq-content .seq-meta-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
}

.seq--kawsa.seq-active .seq-content .btn-link {
    font-size: 10px;
}

.sec-navigate-wrap.pos-y_center {
    top: 65%;
}
.sec-navigate-wrap .seq-prev{
  margin-left: 0px;
}
.sec-navigate-wrap .seq-next {
    margin-right: 0px;
}

}

/* ---- scroll navbar css ---- */
.scrolly-nav .seq,
.scrolly-nav .sabbi-page-header{
  margin-top: 0;
}

body .scrolly-nav .pt_60{
  padding-top: 0;
}


/********** kc blog post css ***********/

.kc-blog-posts-3 .kc-list-item-3 .content,
.kc-blog-posts-2 .kc-list-item-2 {
  background-color: #EDF2F6;
}
.kc-blog-posts-3 .kc-list-item-3 .content h2 a,
.kc-blog-posts-2 .kc-list-item-2 h2 a{
  font-size: 14px;
  line-height: 20px;
  text-transform: initial;
}
.kc-blog-posts-3 .kc-list-item-3 .content h2 a:hover,
.kc-blog-posts-2 .kc-list-item-2 h2 a:hover{
  color: #36a4de;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta .entry-date, 
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta .kc-post-author,
.kc-blog-posts-2 .kc-list-item-2 .entry-meta .entry-date, 
.kc-blog-posts-2 .kc-list-item-2 .entry-meta .kc-post-author{
  border-right: 1px solid #cecece;
}
.kc-blog-posts-2 .kc-list-item-2 .post_details .post-meta span i{
   color: #183c55;     
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta a,
.kc-blog-posts-2 .kc-list-item-2 .content .entry-meta a{
  color: #183c55;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta a:hover,
.kc-blog-posts-2 .kc-list-item-2 .entry-meta a:hover{
  color: #36a4de;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-excerpt p,
.kc-blog-posts-2 .kc-list-item-2 .entry-excerpt p{
  overflow: inherit;
  line-height: 25.032px;
  font-weight: 400;
  font-style: normal;
  color: #183c55;
  font-size: 14px;
}

.kc-blog-posts .content .kc-post-2-button,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button {
    padding: 0;
    border-radius: 0;
    color: #36a4de;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
}
.kc-blog-posts .content .kc-post-2-button i,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button i{
  color: #36a4de;
}
.kc-blog-posts .content .kc-post-2-button:hover,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover{
    background: transparent;
    color: #36a4de;
}

.single.single-team ol.ol-timeline,
.single.single-team .appoint-timeline-holder{
  margin-top: 50px;
}
.sabbi-thumlinepost-card .btn-action{
  margin-top: 0;
}
.news-card.sabbi-thumlinepost-card .btn-action{
  margin-top: 40px;
}
.__ci_num em{
  display: block;
}

.interests{
  margin-top: 30px;
}
.interests h4{
  margin-bottom: 20px;
}
.interests ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.interests ul li{
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid #3ca6df;
  color: #36a4de;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.interests ul li:hover{
  background-color: #2f94ca; 
  border-color: #2f94ca;
  color: #fff;
}
/*====== contact form css ======*/
.contact-form .ff-el-form-control:focus{
  box-shadow: none;
  outline: none;
}
.contact-form textarea{
  height: 220px;
}
.contact-form .ff-btn-primary{
  background-color: #36a4de;
  border-color: #36a4de;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.contact-form .ff-btn-primary:hover,
.contact-form .ff-btn-primary:focus{
  background-color: #2f94ca;
  border-color: #2f94ca;
  outline: none;
  box-shadow: initial;
}

/*======== Blog Css ========*/
.blog .sciencex-content-area,
.archive .sciencex-content-area,
.search .sciencex-content-area,
.woocommerce .sciencex-content-area,
.single-post .sciencex-content-area {
  background-color: #eef2f5; }

.search article.page,
.search article.post,
.single-post article.page,
.single-post article.post,
.blog article.page,
.blog article.post {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  margin-bottom: 30px; 
  padding-bottom: 50px;}
  @media only screen and (max-width: 767px) {
    .search article.page,
    .search article.post,
    .single-post article.page,
    .single-post article.post,
    .blog article.page,
    .blog article.post {
      padding: 10px; } }
  .search article.page.sticky,
  .search article.post.sticky,
  .single-post article.page.sticky,
  .single-post article.post.sticky,
  .blog article.page.sticky,
  .blog article.post.sticky {
    position: relative;
    border: 1px solid rgba(2, 184, 255, 0.5); }
    .search article.page.sticky:after,
    .search article.post.sticky:after,
    .single-post article.page.sticky:after,
    .single-post article.post.sticky:after,
    .blog article.page.sticky:after,
    .blog article.post.sticky:after {
      position: absolute;
      content: '\f2a6';
      font-family: 'Ionicons';
      background: #36a4de;
      color: #fff;
      top: 115px;
      left: -15px;
      height: 45px;
      width: 45px;
      text-align: center;
      line-height: 50px;
      border-radius: 0 10px 10px 0;
      font-size: 19px;
      z-index: 11; }
      @media only screen and (max-width: 767px) {
        .search article.page.sticky:after,
        .search article.post.sticky:after,
        .single-post article.page.sticky:after,
        .single-post article.post.sticky:after,
        .blog article.page.sticky:after,
        .blog article.post.sticky:after {
          top: 130px; } }
  .search article.page .entry-header h2.entry-title,
  .search article.post .entry-header h2.entry-title,
  .single-post article.page .entry-header h2.entry-title,
  .single-post article.post .entry-header h2.entry-title,
  .blog article.page .entry-header h2.entry-title,
  .blog article.post .entry-header h2.entry-title {
    margin-top: 0;
    margin-bottom: 0; }
  .search article.page .entry-header h1,
  .search article.page .entry-header h2 a,
  .search article.post .entry-header h1,
  .search article.post .entry-header h2 a,
  .single-post article.page .entry-header h1,
  .single-post article.page .entry-header h2 a,
  .single-post article.post .entry-header h1,
  .single-post article.post .entry-header h2 a,
  .blog article.page .entry-header h1,
  .blog article.page .entry-header h2 a,
  .blog article.post .entry-header h1,
  .blog article.post .entry-header h2 a {
    font-size: 23px;
    color: #183c55;
    margin: 40px 0 0;
    display: inline-block;
    overflow: hidden;
    padding: 0 35px; }
    @media only screen and (max-width: 767px) {
      .search article.page .entry-header h1,
      .search article.page .entry-header h2 a,
      .search article.post .entry-header h1,
      .search article.post .entry-header h2 a,
      .single-post article.page .entry-header h1,
      .single-post article.page .entry-header h2 a,
      .single-post article.post .entry-header h1,
      .single-post article.post .entry-header h2 a,
      .blog article.page .entry-header h1,
      .blog article.page .entry-header h2 a,
      .blog article.post .entry-header h1,
      .blog article.post .entry-header h2 a {
        font-size: 21px;
        margin-top: 60px;
        padding: 0 5px; } }
  .search article.page .entry-meta,
  .search article.post .entry-meta,
  .single-post article.page .entry-meta,
  .single-post article.post .entry-meta,
  .blog article.page .entry-meta,
  .blog article.post .entry-meta {
    padding: 40px 35px 0;
    width: 100%;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .search article.page .entry-meta,
      .search article.post .entry-meta,
      .single-post article.page .entry-meta,
      .single-post article.post .entry-meta,
      .blog article.page .entry-meta,
      .blog article.post .entry-meta {
        padding: 0 5px; } }
    .search article.page .entry-meta ul,
    .search article.post .entry-meta ul,
    .single-post article.page .entry-meta ul,
    .single-post article.post .entry-meta ul,
    .blog article.page .entry-meta ul,
    .blog article.post .entry-meta ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
      .search article.page .entry-meta ul li,
      .search article.post .entry-meta ul li,
      .single-post article.page .entry-meta ul li,
      .single-post article.post .entry-meta ul li,
      .blog article.page .entry-meta ul li,
      .blog article.post .entry-meta ul li {
          font-family: "Mina", sans-serif;
      background-color: #fff;
      padding: 10px 20px 8px;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 5px;
      margin-right: 15px;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
      font-size: 14px;
      font-weight: 700;
      border: 1px solid rgba(0, 0, 0, 0.11);
      color: #36a4de; }
        @media only screen and (max-width: 767px) {
          .search article.page .entry-meta ul li,
          .search article.post .entry-meta ul li,
          .single-post article.page .entry-meta ul li,
          .single-post article.post .entry-meta ul li,
          .blog article.page .entry-meta ul li,
          .blog article.post .entry-meta ul li {
            margin-bottom: 10px; } }
        .search article.page .entry-meta ul li i,
        .search article.post .entry-meta ul li i,
        .single-post article.page .entry-meta ul li i,
        .single-post article.post .entry-meta ul li i,
        .blog article.page .entry-meta ul li i,
        .blog article.post .entry-meta ul li i {
          margin-right: 8px;
          font-weight: 700;
          font-size: 16px; }
        .search article.page .entry-meta ul li:last-child,
        .search article.post .entry-meta ul li:last-child,
        .single-post article.page .entry-meta ul li:last-child,
        .single-post article.post .entry-meta ul li:last-child,
        .blog article.page .entry-meta ul li:last-child,
        .blog article.post .entry-meta ul li:last-child {
          margin-right: 0;
          float: right; }
          @media only screen and (max-width: 767px) {
            .search article.page .entry-meta ul li:last-child,
            .search article.post .entry-meta ul li:last-child,
            .single-post article.page .entry-meta ul li:last-child,
            .single-post article.post .entry-meta ul li:last-child,
            .blog article.page .entry-meta ul li:last-child,
            .blog article.post .entry-meta ul li:last-child {
              float: none; } }
        .search article.page .entry-meta ul li a,
        .search article.post .entry-meta ul li a,
        .single-post article.page .entry-meta ul li a,
        .single-post article.post .entry-meta ul li a,
        .blog article.page .entry-meta ul li a,
        .blog article.post .entry-meta ul li a {
          color: #36a4de;
          font-weight: 700;
          font-size: 14px; }
  .search article.page .entry-content,
  .search article.post .entry-content,
  .single-post article.page .entry-content,
  .single-post article.post .entry-content,
  .blog article.page .entry-content,
  .blog article.post .entry-content {
    padding: 0 35px;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .search article.page .entry-content,
      .search article.post .entry-content,
      .single-post article.page .entry-content,
      .single-post article.post .entry-content,
      .blog article.page .entry-content,
      .blog article.post .entry-content {
        padding: 0 5px; } }
    .search article.page .entry-content p,
    .search article.post .entry-content p,
    .single-post article.page .entry-content p,
    .single-post article.post .entry-content p,
    .blog article.page .entry-content p,
    .blog article.post .entry-content p {
      font-size: 16px;
      color: #183c55;
      margin-bottom: 40px; }
      .search article.page .entry-content p a,
      .search article.post .entry-content p a,
      .single-post article.page .entry-content p a,
      .single-post article.post .entry-content p a,
      .blog article.page .entry-content p a,
      .blog article.post .entry-content p a {
        font-weight: 500; }
    .search article.page .entry-content .blog-cat,
    .search article.post .entry-content .blog-cat,
    .single-post article.page .entry-content .blog-cat,
    .single-post article.post .entry-content .blog-cat,
    .blog article.page .entry-content .blog-cat,
    .blog article.post .entry-content .blog-cat {
      font-size: 14px;
      font-family: "Mina", sans-serif;
      font-weight: 700;
      display: inline-block; }
      .search article.page .entry-content .blog-cat i,
      .search article.post .entry-content .blog-cat i,
      .single-post article.page .entry-content .blog-cat i,
      .single-post article.post .entry-content .blog-cat i,
      .blog article.page .entry-content .blog-cat i,
      .blog article.post .entry-content .blog-cat i {
        margin-right: 8px;
        color: #183c55;
        font-size: 16px; }
      .search article.page .entry-content .blog-cat a,
      .search article.post .entry-content .blog-cat a,
      .single-post article.page .entry-content .blog-cat a,
      .single-post article.post .entry-content .blog-cat a,
      .blog article.page .entry-content .blog-cat a,
      .blog article.post .entry-content .blog-cat a {
        color: #183c55; }
    .search article.page .entry-content a.read-more,
    .search article.post .entry-content a.read-more,
    .single-post article.page .entry-content a.read-more,
    .single-post article.post .entry-content a.read-more,
    .blog article.page .entry-content a.read-more,
    .blog article.post .entry-content a.read-more{
      color: #35a6e0;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      float: right;
      display: inline-block;
      border-bottom: 2px solid #cce9f7;
      -webkit-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }

      .search article.page .entry-content a.read-more:hover,
      .search article.post .entry-content a.read-more:hover,
      .single-post article.page .entry-content a.read-more:hover,
      .single-post article.post .entry-content a.read-more:hover,
      .blog article.page .entry-content a.read-more:hover,
      .blog article.post .entry-content a.read-more:hover {
        color: #2f94ca; }

.search article.page.sticky,
.search article.post.has-post-thumbnail.sticky,
.single-post article.page.sticky,
.single-post article.post.has-post-thumbnail.sticky,
.blog article.page.sticky,
.blog article.post.has-post-thumbnail.sticky {
  position: relative;
  border: 1px solid rgba(2, 184, 255, 0.5); }
  .search article.page.sticky:after,
  .search article.post.has-post-thumbnail.sticky:after,
  .single-post article.page.sticky:after,
  .single-post article.post.has-post-thumbnail.sticky:after,
  .blog article.page.sticky:after,
  .blog article.post.has-post-thumbnail.sticky:after {
    position: absolute;
    content: '\f0ea';
    font-family: 'IcoFont';
    background: #36a4de;
    color: #fff;
    top: 30px;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 55px;
    border-radius: 0 10px 10px 0;
    font-size: 19px;
    z-index: 11; }

.search article.page h2 a,
.search article.post.has-post-thumbnail h2 a,
.single-post article.page h2 a,
.single-post article.post.has-post-thumbnail h2 a,
.blog article.page h2 a,
.blog article.post.has-post-thumbnail h2 a {
  margin-top: 60px; }

.search article.page .post-image,
.search article.post.has-post-thumbnail .post-image,
.single-post article.page .post-image,
.single-post article.post.has-post-thumbnail .post-image,
.blog article.page .post-image,
.blog article.post.has-post-thumbnail .post-image {
  position: relative; }
  .search article.page .post-image figure,
  .search article.post.has-post-thumbnail .post-image figure,
  .single-post article.page .post-image figure,
  .single-post article.post.has-post-thumbnail .post-image figure,
  .blog article.page .post-image figure,
  .blog article.post.has-post-thumbnail .post-image figure {
    margin: 0; }
.search article.page .post-image figure img,
  .search article.post.has-post-thumbnail .post-image figure img,
  .single-post article.page .post-image figure img,
  .single-post article.post.has-post-thumbnail .post-image figure img,
  .blog article.page .post-image figure img,
  .blog article.post.has-post-thumbnail .post-image figure img {
    border-radius: 10px 10px 0 0;
  }
  .search article.page .post-image .entry-meta,
  .search article.post.has-post-thumbnail .post-image .entry-meta,
  .single-post article.page .post-image .entry-meta,
  .single-post article.post.has-post-thumbnail .post-image .entry-meta,
  .blog article.page .post-image .entry-meta,
  .blog article.post.has-post-thumbnail .post-image .entry-meta {
    position: absolute;
    bottom: -20px;
    padding: 0 35px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .search article.page .post-image .entry-meta,
      .search article.post.has-post-thumbnail .post-image .entry-meta,
      .single-post article.page .post-image .entry-meta,
      .single-post article.post.has-post-thumbnail .post-image .entry-meta,
      .blog article.page .post-image .entry-meta,
      .blog article.post.has-post-thumbnail .post-image .entry-meta {
        bottom: -55px;
        padding: 0 5px; } }
    .search article.page .post-image .entry-meta ul,
    .search article.post.has-post-thumbnail .post-image .entry-meta ul,
    .single-post article.page .post-image .entry-meta ul,
    .single-post article.post.has-post-thumbnail .post-image .entry-meta ul,
    .blog article.page .post-image .entry-meta ul,
    .blog article.post.has-post-thumbnail .post-image .entry-meta ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
      .search article.page .post-image .entry-meta ul li,
      .search article.post.has-post-thumbnail .post-image .entry-meta ul li,
      .single-post article.page .post-image .entry-meta ul li,
      .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li,
      .blog article.page .post-image .entry-meta ul li,
      .blog article.post.has-post-thumbnail .post-image .entry-meta ul li {
        font-family: "Mina", sans-serif;
        background-color: #fff;
        padding: 10px 20px 8px;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 5px;
        margin-right: 15px;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
        font-size: 14px;
        font-weight: 700;
        border: 1px solid rgba(0, 0, 0, 0.11);
        color: #36a4de; }
        @media only screen and (max-width: 767px) {
          .search article.page .post-image .entry-meta ul li,
          .search article.post.has-post-thumbnail .post-image .entry-meta ul li,
          .single-post article.page .post-image .entry-meta ul li,
          .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li,
          .blog article.page .post-image .entry-meta ul li,
          .blog article.post.has-post-thumbnail .post-image .entry-meta ul li {
            margin-bottom: 10px; } }
        .search article.page .post-image .entry-meta ul li i,
        .search article.post.has-post-thumbnail .post-image .entry-meta ul li i,
        .single-post article.page .post-image .entry-meta ul li i,
        .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li i,
        .blog article.page .post-image .entry-meta ul li i,
        .blog article.post.has-post-thumbnail .post-image .entry-meta ul li i {
          margin-right: 8px;
          font-weight: 700;
          font-size: 16px; }
        .search article.page .post-image .entry-meta ul li:last-child,
        .search article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child,
        .single-post article.page .post-image .entry-meta ul li:last-child,
        .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child,
        .blog article.page .post-image .entry-meta ul li:last-child,
        .blog article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child {
          margin-right: 0;
          float: right; }
          @media only screen and (max-width: 767px) {
            .search article.page .post-image .entry-meta ul li:last-child,
            .search article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child,
            .single-post article.page .post-image .entry-meta ul li:last-child,
            .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child,
            .blog article.page .post-image .entry-meta ul li:last-child,
            .blog article.post.has-post-thumbnail .post-image .entry-meta ul li:last-child {
              float: none; } }
        .search article.page .post-image .entry-meta ul li a,
        .search article.post.has-post-thumbnail .post-image .entry-meta ul li a,
        .single-post article.page .post-image .entry-meta ul li a,
        .single-post article.post.has-post-thumbnail .post-image .entry-meta ul li a,
        .blog article.page .post-image .entry-meta ul li a,
        .blog article.post.has-post-thumbnail .post-image .entry-meta ul li a {
          color: #36a4de;
          font-weight: 700;
          font-size: 14px; }

  @media only screen and (max-width: 991px) {
    .single-post .sciencex-content-area {
      padding-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .single-post .sciencex-content-area {
      padding-top: 100px; } }
  .single-post .sciencex-content-area article.post {
    margin-bottom: 40px; }
    .single-post .sciencex-content-area article.post .entry-header h1 {
      font-size: 23px;
      padding: 0 35px;
      margin: 45px 0 0; }
      @media only screen and (max-width: 767px) {
        .single-post .sciencex-content-area article.post .entry-header h1 {
          font-size: 28px; } }
    .single-post .sciencex-content-area article.post .post-image .entry-meta {
    padding: 40px 35px 0; }
    .single-post .sciencex-content-area article.post .entry-content {
      padding: 0 35px;
      background: #fff;
      margin-bottom: 10px; }
      .single-post .sciencex-content-area article.post .entry-content h1, .single-post .sciencex-content-area article.post .entry-content h2, .single-post .sciencex-content-area article.post .entry-content h3, .single-post .sciencex-content-area article.post .entry-content h4, .single-post .sciencex-content-area article.post .entry-content h5, .single-post .sciencex-content-area article.post .entry-content h6 {
        font-weight: 500; }
      .single-post .sciencex-content-area article.post .entry-content p {
        font-size: 16px;
        color: #183c55;
        margin-bottom: 18px; }
        .single-post .sciencex-content-area article.post .entry-content p a {
          font-weight: 700; }
      .single-post .sciencex-content-area article.post .entry-content ul.v-list-order li {
        margin-bottom: 18px;
        font-size: 16px;
        color: #183c55; }
      .single-post .sciencex-content-area article.post .entry-content blockquote p {
        font-size: 19px;
        color: #000000;
        margin-bottom: 0; }
      .single-post .sciencex-content-area article.post .entry-content .mejs-audio {
        margin-bottom: 30px; }
      .single-post .sciencex-content-area article.post .entry-content .blog-post-video {
        margin: 30px 0 30px; }
      .single-post .sciencex-content-area article.post .entry-content ul.h-list-order {
        margin: 0;
        padding: 0 15px; }
        .single-post .sciencex-content-area article.post .entry-content ul.h-list-order li {
          float: left;
          width: 45%;
          margin-bottom: 18px;
          font-size: 16px;
          color: #183c55; }
          @media only screen and (max-width: 991px) {
            .single-post .sciencex-content-area article.post .entry-content ul.h-list-order li {
              width: 100%; } }
        .single-post .sciencex-content-area article.post .entry-content ul.h-list-order li:nth-child(odd) {
          margin-right: 40px; }
        .single-post .sciencex-content-area article.post .entry-content ul.h-list-order li:last-child {
          margin-bottom: 40px; }
      .single-post .sciencex-content-area article.post .entry-content .blog-tag {
        border-top: 3px solid #36a4de;
        padding-top: 28px;
        clear: both;
        margin-top: 50px; }
        .single-post .sciencex-content-area article.post .entry-content .blog-tag i {
          margin-right: 10px;
          font-size: 16px; }
        .single-post .sciencex-content-area article.post .entry-content .blog-tag strong {
          margin-right: 15px;
          text-transform: uppercase; }
        .single-post .sciencex-content-area article.post .entry-content .blog-tag a {
          border: 1px solid #36a4de;
          padding: 7px 14px;
          color: #36a4de;
          font-size: 14px !important;
          display: inline-block;
          font-weight: 600;
          line-height: 14px;
          margin: 0 10px 10px 0;
          text-transform: capitalize;
          background-color: transparent;
          border-radius: 20px; }
          .single-post .sciencex-content-area article.post .entry-content .blog-tag a:hover {
            background-color: #36a4de;
            color: #fff; }
          .single-post .sciencex-content-area article.post .entry-content .blog-tag a:last-child {
            margin-bottom: 0; }
    .single-post .sciencex-content-area article.post .post-password-form input {
      height: 40px;
      border: 1px solid #36a4de;
      border-radius: 20px; }
    .single-post .sciencex-content-area article.post .post-password-form input[type="submit"] {
      border-radius: 20px;
      border: 1px solid #36a4de;
      background-color: #36a4de;
      padding: 0 15px;
      line-height: initial;
      margin-bottom: 2px; }
      .single-post .sciencex-content-area article.post .post-password-form input[type="submit"]:hover {
        background-color: #049bd6;
        border: 1px solid #049bd6;
        color: #fff; }
  .single-post .sciencex-content-area .navigation {
    padding-bottom: 75px;
    margin: 0; }
    .single-post .sciencex-content-area .navigation .nav-links .nav-previous,
    .single-post .sciencex-content-area .navigation .nav-links .nav-next {
      position: relative;
      color: #fff;
      background-color: #36a4de;
      padding: 8px 20px 4px;
      width: auto;
      font-weight: 700;
      font-size: 14px;
      text-transform: capitalize;
      border-radius: 5px; }
    .single-post .sciencex-content-area .navigation .nav-links .nav-next {
      padding-right: 35px; }
      .single-post .sciencex-content-area .navigation .nav-links .nav-next a {
        color: #fff; 
         text-transform: uppercase;
      }
      .single-post .sciencex-content-area .navigation .nav-links .nav-next:after {
        position: absolute;
        content: "\f3d3";
        font-family: 'Ionicons';
        right: 15px; }
    .single-post .sciencex-content-area .navigation .nav-links .nav-previous {
      padding-left: 35px; }
      .single-post .sciencex-content-area .navigation .nav-links .nav-previous a {
        text-transform: uppercase;
        color: #fff; }
      .single-post .sciencex-content-area .navigation .nav-links .nav-previous:before {
        position: absolute;
        content: "\f3d2";
        font-family: 'Ionicons';
        left: 15px; }

.single-post .sciencex-content-area article.post.has-post-thumbnail .entry-header h1 {
  margin-top: 65px; }

.logged-in-as a {
  font-weight: 700; }

.page-links span {
  background-color: #36a4de;
  color: #fff;
  padding: 6px 10px 3px;
  margin-left: 5px;
  border: 1px solid #36a4de; }

.page-links a {
  display: inline-block;
  color: #183c55; }

.page-links a span {
  background-color: transparent;
  color: #183c55; }

.page-links span:hover {
  color: #fff;
  background-color: #36a4de; }

.page-links {
  display: block; }

.entry-content p a {
  font-weight: 700; }


/* related post css */
.single-blog-related-post {
  margin-bottom: 35px; }

.single-blog-related-post h4 {
  color: #183c55;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 3px solid #36a4de;
  padding-bottom: 10px;
  margin-bottom: 25px; }

.related-post {
  margin-bottom: 40px; }
  .related-post .media-left img {
    max-width: 105px;
    padding-right: 15px; }
  .related-post .media-body .media-heading {
    font-size: 12px;
    color: #183c55;
   }
    .related-post .media-body .media-heading i {
      margin-right: 5px; }
  .related-post .media-body .post-text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700; }
  .related-post .media-body .post-text a {
    color: #183c55;
    font-size: 14px;
    line-height: 1.42;
    display: inline-block; }
  .related-post .media-body .post-text a:hover{
     color: #36a4de;
  }

.related-blog-clearfix {
  clear: both; }
/*========= blog widgets css =========*/
.blog-sidebar .widget {
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09); }
  .blog-sidebar .widget h4.widget-title {
    color: #183c55;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #36a4de;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 0; }
  .blog-sidebar .widget.widget_archive ul li a,
  .blog-sidebar .widget.widget_categories ul li a,
  .blog-sidebar .widget.widget_recent_comments ul li span {
    position: relative;
    padding-left: 15px; }
    .blog-sidebar .widget.widget_archive ul li a:before,
    .blog-sidebar .widget.widget_categories ul li a:before,
    .blog-sidebar .widget.widget_recent_comments ul li span:before {
      position: absolute;
      content: "\f10a";
      left: -5px;
      font-family: 'Ionicons';
      color: #36a4de;
      font-size: 19px;
      line-height: 20px; }
  .blog-sidebar .widget.widget_meta ul li {
    border-bottom: none;
    margin-bottom: 0; }
    .blog-sidebar .widget.widget_meta ul li:last-child {
      padding-bottom: 0; }
  .blog-sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog-sidebar .widget ul li {
      line-height: 1.22;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dbdbdb; }
      .blog-sidebar .widget ul li a {
        color: #183c55;
        font-size: 14px;
        font-weight: 700;
      }
      .blog-sidebar .widget ul li a:hover{
        color: #2f94ca;
      }
        .blog-sidebar .widget ul li a span {
          float: right; }
      }
      .blog-sidebar .widget ul li .rssSummary {
        line-height: 25px; }
      .blog-sidebar .widget ul li cite {
        font-weight: 700; }
      .blog-sidebar .widget ul li span.comment-author-link {
        text-transform: capitalize;
        font-weight: 700; }
      .blog-sidebar .widget ul li:last-child {
        margin-bottom: 0; }
      .blog-sidebar .widget ul li ul.children,
      .blog-sidebar .widget ul li ul.sub-menu {
        padding-left: 10px; }
        .blog-sidebar .widget ul li ul.children li:first-child,
        .blog-sidebar .widget ul li ul.sub-menu li:first-child {
          margin-top: 10px;
          border-top: 1px solid #dbdbdb;
          padding-top: 20px; }
        .blog-sidebar .widget ul li ul.children li:last-child,
        .blog-sidebar .widget ul li ul.sub-menu li:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
      .blog-sidebar .widget ul li ul li.col-md-6,
      .blog-sidebar .widget ul li ul li.col-md-4,
      .blog-sidebar .widget ul li ul li.col-md-3,
      .blog-sidebar .widget ul li ul li.col-sm-6,
      .blog-sidebar .widget ul li ul li.col-sm-4,
      .blog-sidebar .widget ul li ul li.col-sm-3 {
        width: 100%; }
        .blog-sidebar .widget ul li ul li.col-md-6:last-child,
        .blog-sidebar .widget ul li ul li.col-md-4:last-child,
        .blog-sidebar .widget ul li ul li.col-md-3:last-child,
        .blog-sidebar .widget ul li ul li.col-sm-6:last-child,
        .blog-sidebar .widget ul li ul li.col-sm-4:last-child,
        .blog-sidebar .widget ul li ul li.col-sm-3:last-child {
          padding-bottom: 10px;
          border-bottom: 1px solid #dbdbdb;
          margin-bottom: 20px; }
      .blog-sidebar .widget ul li ul li.menu-item-has-children {
        padding-top: 15px;
        margin-bottom: 0; }
  .blog-sidebar .widget .tagcloud a {
    border: 1px solid #36a4de;
    padding: 6px 14px 3px;
    color: #36a4de;
    font-size: 14px !important;
    display: inline-block;
    line-height: 14px;
    margin: 0 5px 15px 0;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 20px;
    font-weight: 600; }
    .blog-sidebar .widget .tagcloud a:hover {
      background-color: #2f94ca;
      color: #fff; }
    .blog-sidebar .widget .tagcloud a:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget select {
    width: 100%;
    height: 40px;
    font-size: 14px; }
  .blog-sidebar .widget.widget_mc4wp_form_widget {
    background-color: #36a4de;
    padding: 50px 30px 40px; }
    .blog-sidebar .widget.widget_mc4wp_form_widget h4.widget-title {
      color: #fff;
      border-color: #fff; }
    .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label {
      position: relative;
      padding: 115px 0 25px;
      text-align: center;
      font-size: 21px;
      line-height: 1.2;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #fff;
      display: block; }
      @media only screen and (max-width: 991px) {
        .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label {
          font-size: 16px; } }
      .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label:before {
        position: absolute;
        content: '';
        background: url(../img/newsletter.png) center center no-repeat;
        background-size: contain;
        width: 100%;
        margin: 0 auto;
        height: 90px;
        display: block;
        bottom: 100px; }
        @media (max-width: 1199px) {
          .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label:before {
            bottom: 130px; } }
        @media only screen and (max-width: 991px) {
          .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label:before {
            bottom: 70px; } }
        @media only screen and (max-width: 767px) {
          .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form label:before {
            bottom: 95px; } }
    .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form .input-group {
      display: block;
      margin: 0; }
      .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form .input-group input {
        border-radius: 0;
        padding: 6px 15px;
        border-radius: 20px; }
      .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form .input-group input[type="submit"] {
        width: 100% !important;
        margin-top: 20px;
        border: 1px solid #fff;
        font-weight: 700;
        color: #fff;
        border-radius: 20px;
        background-color: transparent;
        text-transform: capitalize; }
      .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form .input-group .input-group-btn:last-child > .btn,
      .blog-sidebar .widget.widget_mc4wp_form_widget .subscribe-form .input-group .input-group-btn:last-child > .btn-group {
        margin-left: 0; }
  .blog-sidebar .widget .gallery {
    margin: 0; }
    .blog-sidebar .widget .gallery figure {
      margin: 0; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px; } }

form#searchform {
  position: relative; }

button.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #36a4de;
  color: #fff;
  padding: 10px 15px;
  height: 40px;
  border: none;
  border-radius: 0 5px 5px 0; }
  button.search-submit:hover, button.search-submit:focus, button.search-submit:active {
    background: #2f94ca;
    border: none;
    outline: none; }
button.search-submit i{
  font-size: 19px;
}
input.search-field.form-control {
  height: 40px;
  border-radius: 5px 0 0 5px; 
  padding-left: 20px;
  border-color: transparent;
  background: #e0e0e0;
 }

.recent-posts {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .recent-posts h4.widget-title {
    color: #183c55;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #36a4de;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 0; }

.recent-post .media {
  margin-top: 20px; }
  .recent-post .media p {
    line-height: 20px; }
  .recent-post .media p > a {
    font-weight: 600;
    color: #183c55;
    font-size: 14px;
    line-height: 1.42; }
    .recent-post .media p > a:hover{
      color: #36a4de;
    }
  .recent-post .media .media-left {
    padding-right: 15px; }
    .recent-post .media .media-left img {
      max-width: inherit; }
  .recent-post .media .media-body p.media-heading,
  .recent-post .media .media-body i {
    color: #183c55;
    font-size: 14px; }
  .recent-post .media .media-body p.media-heading i:before {
    margin-right: 5px; }
.widget-newsletter{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  text-align: center;
  border-radius: 10px;
   padding: 50px 30px 35px;
   box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  border-radius: 10px;
  margin-bottom: 30px;
}

.widget-newsletter h4.widget-title{
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  margin: 0;
}
.widget-newsletter h6{
  color: #fff;
  font-size: 21px;
  font-family: "Slabo 27px", sans-serif;
  margin-bottom: 30px;
}
.widget-newsletter .ff-btn-primary{
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fcfcfc;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  padding: 10px 0 4px;
}
.widget-newsletter .ff-btn-primary:hover,
.widget-newsletter .ff-btn-primary:focus{
  background-color: transparent;
  border: 2px solid #fcfcfc;
}
/**** pagination css ****/
ul.page-numbers {
  display: block;
  text-align: right;
  padding: 0;
  margin: 50px 0 0; }

.page-numbers > li {
  display: inline-block;
  margin-right: 5px; }

.page-numbers > li > a,
.page-numbers > li > span {
  color: #183c55;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e6eaed;
  padding: 10px 16px 6px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px; }

.page-numbers > li > a.active span {
  color: #fff; }

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  margin-left: 0; }

.page-numbers > li:first-child > a,
.page-numbers > li:last-child > a {
  background-color: #fff; }

.page-numbers > li:first-child > a i {
  font-size: 15px;
  padding-right: 5px; }

.page-numbers > li:last-child > a i {
  font-size: 15px;
  padding-left: 5px; 
}

.page-numbers > li:first-child > a span {
  color: #183c55; }

.page-numbers > li a:hover,
.page-numbers > li > .current {
  color: #fff;
  background-color: #36a4de; }

/* blog comment css */
.comments-area .comments-title {
  color: #183c55;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 3px solid #36a4de;
  padding-bottom: 10px;
  margin-bottom: 25px; }

.comments-area span.required {
  color: #f10; }

.comment .comment-author.vcard {
  position: relative;
  padding-left: 70px; }

.comment .comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px; }

.comment .comment-metadata {
  font-size: 12px;
  margin-left: 70px; }
  .comment .comment-metadata a {
    color: #183c55;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px; }
  .comment .comment-metadata .edit-link a {
    color: #36a4de;
    font-weight: 700; }

.comment-body a.url {
  font-weight: 600; }

a.comment-edit-link {
  font-weight: 700; }

ol.comment-list,
ol.children {
  list-style: none;
  padding: 0;
  margin: 0; }

ol.comment-list {
  margin-bottom: 55px; }

ol.comment-list li.pingback {
  padding-bottom: 10px; }

ol.comment-list li.comment {
  padding-bottom: 35px; }

ol.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  margin-bottom: 0;
  padding-bottom: 0; }

.comment .comment-content p {
  margin-bottom: 0;
  padding-top: 5px; }
  .comment .comment-content p a {
    font-weight: 700; }

.comment p.comment-awaiting-moderation {
  color: #D30015; }

.comment-author b.fn a,
b.fn {
  font-size: 14px;
  color: #183c55;
  font-weight: 700;
  text-transform: capitalize; }

.comment-author .says {
  display: none; }

a.comment-reply-link {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px 6px;
  background-color: #36a4de;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 5px; }
a.comment-reply-link:hover{
  color: #fff;
  background-color: #2f94ca;
}
.comment-list ol.children {
  padding-left: 30px; }

@media only screen and (max-width: 767px) {
  .comment-list ol.children {
    padding-left: 15px; } }

.comment-list li ol.children {
  margin-top: 35px; }

.comment-form p.comment-notes span#email-notes {
  font-weight: 400;
  color: #183c55; }

.comment-form p.comment-notes spna.required {
  color: #f10; }

.comments-area .comment-form label {
  display: block;
  margin-bottom: 5px; }

.comments-area .comment-form textarea,
.comments-area .comment-form input {
  width: 100%;
  border: none;
  background-color: #e6eaed;
  border: 1px solid #e6eaed;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px 0; }
  .comments-area .comment-form textarea:focus,
  .comments-area .comment-form input:focus {
    border: 1px solid #e6eaed;
    outline: none; }

.comments-area .comment-form textarea {
  margin-bottom: 0;
  padding-top: 10px;
  height: 150px;
  border-radius: 5px; }

.comments-area .comment-form input {
  height: 40px;
  margin-bottom: 30px;
  border-radius: 5px; }

.comments-area .comment-form label {
  font-family: "Mina", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #183c55;
  padding-bottom: 10px; }

.comments-area .comment-form input[type="submit"] {
  width: 100% !important;
  background: #36a4de;
  border: 1px solid #36a4de;
  display: inline-block;
  padding: 12px 20px 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  height: auto;
  margin-bottom: 0;
  border-radius: 5px; }

.comments-area .comment-form input[type="submit"]:hover {
  background: #049bd6;
  border: 1px solid #049bd6; }

.comment-respond {
  padding-top: 20px; }

p.comment-notes {
  margin-bottom: 40px; }

h3.comment-reply-title {
  color: #183c55;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #36a4de;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0; }

p.form-submit {
  margin-top: 10px;
  margin-bottom: 0; }

.mejs-controls .mejs-button button {
  width: 16px !important; }



/* ============ woocommerce css ========== */
.panel{
  background-color: transparent;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin: 0 -15px; }

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
      width: 100%; } }

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%; }
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
      width: 100%; } }
  .woocommerce ul.products.columns-3 li.product a:first-child img, .woocommerce-page ul.products.columns-3 li.product a:first-child img {
    padding: 30px 30px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 25%; 
}
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 100%; } }
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
  width: 16.66%; }
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
      width: 100%; } }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: auto; } }
  .woocommerce ul.products li.product a:first-child, .woocommerce-page ul.products li.product a:first-child {
    display: block;
    border: 5px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .woocommerce ul.products li.product a:first-child:after, .woocommerce-page ul.products li.product a:first-child:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .woocommerce ul.products li.product a:first-child img, .woocommerce-page ul.products li.product a:first-child img {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      margin-top: 5px;
      padding: 30px 65px;
    }
      @media only screen and (max-width: 991px) {
        .woocommerce ul.products li.product a:first-child img, .woocommerce-page ul.products li.product a:first-child img {
          padding: 20px 35px; } }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    padding: 22px 25px;
    color: #183c55; }
  .woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    float: right;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 18px;
    margin-right: 25px; }
    .woocommerce ul.products li.product .star-rating span::before, .woocommerce-page ul.products li.product .star-rating span::before {
      color: #fdb800; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    border-top: 1px solid #e9e9e9;
    margin-left: 25px;
    margin-right: 25px;
    color: #36a4de;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 0; }
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product a.details-btn, .woocommerce-page ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.details-btn {
    opacity: 0;
    position: absolute;
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    color: #ffffff;
    outline: none;
    font-weight: 700;
    border-radius: 5px; }
  .woocommerce ul.products li.product a.added_to_cart, .woocommerce-page ul.products li.product a.added_to_cart {
    display: none; }
  .woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button {
    top: calc(50% - 70px);
    padding: 16px 20px 12px;
    background-color: #36a4de;
    -webkit-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
    margin: 0; }
    .woocommerce ul.products li.product a.button:hover, .woocommerce-page ul.products li.product a.button:hover {
      background-color: #36a4de; }
    @media only screen and (max-width: 991px) {
      .woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button {
        padding: 13px 10px; } }
  .woocommerce ul.products li.product a.details-btn, .woocommerce-page ul.products li.product a.details-btn {
    -webkit-transition: top .5s ease-out, opacity .5s ease;
    -o-transition: top .5s ease-out, opacity .5s ease;
    transition: top .5s ease-out, opacity .5s ease;
    padding: 5px 20px;
    margin-top: 50px;
    background-color: #e23e3e; }
    .woocommerce ul.products li.product a.details-btn:hover, .woocommerce-page ul.products li.product a.details-btn:hover {
      background-color: #e23e3e; }
  .woocommerce ul.products li.product:hover a.details-btn,
  .woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover a.details-btn,
  .woocommerce-page ul.products li.product:hover .button {
    top: calc(50% - 70px);
    opacity: 1; }
  .woocommerce ul.products li.product:hover a:first-child, .woocommerce-page ul.products li.product:hover a:first-child {
    border: 5px solid #36a4de; }
    .woocommerce ul.products li.product:hover a:first-child:after, .woocommerce-page ul.products li.product:hover a:first-child:after {
      opacity: 1; }

.woocommerce .star-rating::before {
  font-size: 14px; }

.woocommerce .star-rating span::before {
  color: #fdb800;
  font-size: 14px; }

.woocommerce .woocommerce-ordering {
  margin-bottom: 22px; }
  .woocommerce .woocommerce-ordering select {
    height: 40px;
    font-size: 16px;
    background: #f9f9f9;
    border-color: #e5e5e5;
    border-radius: 0; }
 @media only screen and (max-width: 767px) {
   .woocommerce .woocommerce-ordering select {
    height: auto; }
 }
.woocommerce .woocommerce-result-count {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px; }

.woocommerce nav.woocommerce-pagination {
  text-align: right;
  margin-top: 20px; }
  .woocommerce nav.woocommerce-pagination ul {
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li {
      border-right: none;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .woocommerce nav.woocommerce-pagination ul li {
          margin-bottom: 10px; } }
      .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        padding: 10px 14px 6px; }
      .woocommerce nav.woocommerce-pagination ul li a {
        border: 1px solid #36a4de;
        font-weight: 700;
        color: #36a4de; }
        .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
          background: #36a4de;
          color: #ffffff; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        border: 1px solid #36a4de;
        font-weight: 700;
        background: #36a4de;
        color: #ffffff; }
      .woocommerce nav.woocommerce-pagination ul li:last-child {
        margin-left: 0; }
.archive.woocommerce .shop-widget-area{
  padding-top: 60px;
}
.woocommerce .shop-widget-area .widget {
  background-color: #fff;
  padding: 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09);
  }
  .woocommerce .shop-widget-area .widget .widget-title {
    font-size: 16px;
    color: #183c55;
    font-weight: 700;
    border-bottom: 3px solid #36a4de;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 0; }
  .woocommerce .shop-widget-area .widget ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 15px;
    width: 62px; }
  .woocommerce .shop-widget-area .widget ul.product_list_widget li .star-rating::before {
    font-size: 14px; }
  .woocommerce .shop-widget-area .widget ul.product_list_widget li .star-rating span::before {
    color: #fdb800;
    font-size: 14px; }
  .woocommerce .shop-widget-area .widget ul.product_list_widget li a span {
    color: #183c55;
    font-size: 14px;
    font-weight: 700; }
  .woocommerce .shop-widget-area .widget ul.product_list_widget li span {
    color: #36a4de;
    font-weight: 700; }
  .woocommerce .shop-widget-area .widget.widget_product_search .woocommerce-product-search input[type="search"] {
    height: 45px;
    padding: 17px;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 81px); }
    .woocommerce .shop-widget-area .widget.widget_product_search .woocommerce-product-search input[type="search"]:focus {
      outline: none; }
  .woocommerce .shop-widget-area .widget.widget_product_search .woocommerce-product-search button {
    background-color: #36a4de;
    color: #ffffff;
    height: 45px;
    padding: 10px 17px;
    margin-left: -5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 0 5px 5px 0; }
  .woocommerce .shop-widget-area .widget.widget_rating_filter ul li a {
    color: #183c55;
    font-size: 14px; }
  .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul, .woocommerce .shop-widget-area .widget.widget_product_categories ul {
    margin: 0;
    padding: 0;
    list-style: none; }
      .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul li,
      .woocommerce .shop-widget-area .widget.widget_product_categories ul li{
        line-height: 1.22;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dbdbdb;
      }
    .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul li a, .woocommerce .shop-widget-area .widget.widget_product_categories ul li a {
      color: #183c55;
      font-size: 14px;
      font-weight: 700;
      display: inline-block; 
      position: relative;
      padding-left: 15px;
    }
    .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul li a:before, .woocommerce .shop-widget-area .widget.widget_product_categories ul li a:before{
      position: absolute;
      content: "\f10a";
      left: -5px;
      font-family: 'Ionicons';
      color: #36a4de;
      font-size: 19px;
      line-height: 20px;
    }
    .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul li ul.children, .woocommerce .shop-widget-area .widget.widget_product_categories ul li ul.children {
      padding-left: 15px; }
    .woocommerce .shop-widget-area .widget.woocommerce-widget-layered-nav ul li span, .woocommerce .shop-widget-area .widget.widget_product_categories ul li span {
      float: right;
      font-size: 14px;
      color: #183c55; }
  .woocommerce .shop-widget-area .widget.widget_price_filter .price_slider_wrapper {
    padding-top: 12px; }
    .woocommerce .shop-widget-area .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
      background-color: rgba(73, 154, 226, 0.39); }
      .woocommerce .shop-widget-area .widget.widget_price_filter .price_slider_wrapper .ui-widget-content.ui-slider .ui-slider-handle,
      .woocommerce .shop-widget-area .widget.widget_price_filter .price_slider_wrapper .ui-widget-content.ui-slider .ui-slider-range {
        background-color: #36a4de; }
  .woocommerce .shop-widget-area .widget.widget_price_filter .button {
    background-color: #36a4de;
    color: #ffffff;
    padding: 10px 17px;
    font-size: 14px; }
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 18px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce button.button.alt {
  padding: 14px 24px 10px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #36a4de;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .woocommerce button.button.alt:hover {
    background-color: #2F94CA;
    color: #183c55; }

/*======= Related Products ========*/
.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
      width: 100%; } }

/*======= single shop =======*/
.single-product.woocommerce div.product .product_title {
  font-size: 28px;
  margin-bottom: 27px; }

.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0; }
  .single-product.woocommerce div.product .woocommerce-product-rating .star-rating {
    margin: 0;
    padding: 0; }
  .single-product.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link {
    margin-top: -6px;
    display: block;
    font-size: 14px;
    color: #36a4de;
    text-transform: capitalize; }

.single-product.woocommerce div.product p.price {
  color: #36a4de;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px; }
.woocommerce span.onsale{
  padding: 0;
}
.woocommerce ul.products li.product .onsale{
  margin: 0;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description p {
  margin-bottom: 45px; }

.single-product.woocommerce div.product .quantity .qty {
  height: 50px;
  border-color: #e9e9e9;
  color: #183c55;
  font-weight: 700;
  border-radius: 0; }

.single-product.woocommerce div.product form.cart {
  margin-bottom: 45px; }
  .single-product.woocommerce div.product form.cart .button {
    background-color: #36a4de;
    padding: 18px 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0; }

.single-product.woocommerce div.product .product_meta .sku_wrapper {
  font-weight: 700;
  font-size: 14px;
  padding-right: 10px; }
  .single-product.woocommerce div.product .product_meta .sku_wrapper .sku {
    font-weight: 400; }

.single-product.woocommerce div.product .product_meta span.posted_in {
  color: #183c55;
  font-weight: 700;
  font-size: 14px; }
  .single-product.woocommerce div.product .product_meta span.posted_in a {
    color: #36a4de; }

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  margin-top: 10px;
  padding: 0 5px; }

.single-product.woocommerce div.product .woocommerce-tabs {
  padding-top: 70px; }
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #ededed;
    padding: 0;
    margin: 0; }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before {
      border-bottom: none; }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
      border: none;
      border-radius: 0;
      background: #ffffff;
      padding: 0 25px; }
      .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        color: #183c55; }
      .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: #ededed; }
  .single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 0;
    margin: 0 0 50px;
    border-bottom: 1px solid #ededed; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
      font-size:22px;
      color: #183c55;
      margin-bottom: 20px; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel p {
      margin-bottom: 0; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
      width: auto;
      padding: 0; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
      margin: 0 0 0 75px;
      border-color: #fff;
      border-radius: 0;
      padding: 40px 30px; }
      .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 14px;
        color: #183c55;
        font-weight: 700; }
        .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
          text-transform: capitalize; }
      .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .description p {
        margin-bottom: 0;
        font-style: italic; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-reply-title {
      font-size: 21px;
      color: #183c55;
      font-weight: 700; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form .comment-form-rating label {
      color: #183c55;
      font-size: 14px;
      font-weight: 600; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form p.stars a::before {
      font-size: 14px;
      color: #183c55; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form .comment-form-comment {
      margin-bottom: 0; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="text"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="email"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="url"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="password"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="search"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="number"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="tel"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="range"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="date"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="month"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="week"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="time"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="datetime"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="datetime-local"],
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input[type="color"], .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form textarea {
      width: 100%;
      height: 50px;
      border: 1px solid #ededed;
      border-radius: 5px;
      padding: 15px; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form textarea {
      height: 160px;
      border: 1px solid #ededed; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form label {
      font-weight: 700;
      font-size: 14px;
      color: #183c55;
      margin-bottom: 0;
      padding-bottom: 10px; }
    .single-product.woocommerce div.product .woocommerce-tabs .panel #reviews #respond .comment-form input#submit {
      padding: 14px 24px 10px;
      border-radius: 5px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      background-color: #36a4de;
      color: #ffffff;
      margin-top: 15px; }

.single-product.woocommerce div.product .related.products h2:first-child {
  font-size: 22px;
  color: #183c55;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 3px solid #36a4de; }

.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #e2e2e2; }
  .woocommerce table.shop_table thead {
    background-color: #f9f9f9; }
  .woocommerce table.shop_table th {
    font-size: 14px;
    border-right: none; }
  .woocommerce table.shop_table tr,
  .woocommerce table.shop_table td {
    padding: 16px 15px;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
    color: #183c55;
    font-size: 14px;
    font-weight: 700; }
    .woocommerce table.shop_table tr:last-child,
    .woocommerce table.shop_table td:last-child {
      border-right: none; }
    .woocommerce table.shop_table tr.product-remove a,
    .woocommerce table.shop_table td.product-remove a {
      font-size: 21px; }
    .woocommerce table.shop_table tr a,
    .woocommerce table.shop_table td a {
      color: #183c55;
      font-size: 14px;
      font-weight: 700; }
    .woocommerce table.shop_table tr .quantity .qty,
    .woocommerce table.shop_table td .quantity .qty {
      height: 50px; }

.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
  height: 50px;
  width: calc(100% - 172px);
  padding: 15px;
  margin: 0;
  border-radius: 0;
  border-color: #e2e2e2;
  border-right: none; }
  @media only screen and (max-width: 767px) {
    .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
      width: calc(100% - 130px); } }

.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
  background-color: #36a4de;
  padding: 18px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  width: 172px; }
  @media only screen and (max-width: 767px) {
    .woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
      width: 130px;
      padding: 18px 10px; } }

.woocommerce-cart .woocommerce table.cart td.actions .button {
  padding: 18px 30px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ebe9eb; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 21px; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr th {
  padding: 16px 15px; }

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background-color: #36a4de;
  color: #ffffff;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  line-height: inherit; }

.woocommerce .woocommerce-info {
  font-size: 14px;
  color: #183c55; }
  .woocommerce .woocommerce-info a {
    color: #36a4de; }

.woocommerce .checkout.woocommerce-checkout .col-1,
.woocommerce .checkout.woocommerce-checkout .col-2 {
  float: inherit;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }

.order-box {
  background: #ebe9eb;
  padding: 20px 30px; }

.order-box h3,
.woocommerce-billing-fields h3,
h3#order_review_heading {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  margin-top: 0; }

h3#order_review_heading {
  margin-bottom: 30px; }

.woocommerce-additional-fields h3 {
  font-weight: 700;
  font-size: 21px;
  margin-top: 40px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 30px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce .woocommerce-checkout #payment.woocommerce-checkout-payment {
  background-color: white; }

.woocommerce .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  color: #e2e2e2;
  margin-left: 10px;
  line-height: 25px; }

.woocommerce .woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields label {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #183c55;
  font-weight: 700; }

.woocommerce .woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea,
.woocommerce .woocommerce-checkout select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  display: block;
  font-size: 14px;
  outline: medium none;
  padding: 15px;
  height: 50px; }

.woocommerce form .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0; }
  .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 10px; }
  .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px; }

.woocommerce form .form-row textarea {
  padding: 15px;
  height: 100px; }

.woocommerce .woocommerce-info {
  font-weight: 700; }

.checkout.woocommerce-checkout {
  margin-top: 30px; }

.woocommerce form .form-row .input-checkbox {
  margin: -7px 9px 0px 0px; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 30px 0 0; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .woocommerce ul.order_details li {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 30px;
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #e2e2e2; } }

.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-customer-details h2 {
  font-size: 21px;
  margin-bottom: 20px;
  border-color: #e2e2e2; }

.woocommerce .woocommerce-order-details address,
.woocommerce .woocommerce-customer-details address {
  border-radius: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    background-color: #36a4de;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      color: #ffffff;
      display: block;
      font-weight: 700; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
      background-color: #2f94ca; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
        color: #183c55; }

.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce-account table.shop_table td a.view {
  color: #ffffff; }
  .woocommerce-account .woocommerce-MyAccount-content a.button:hover,
  .woocommerce-account table.shop_table td a.view:hover {
    color: #183c55; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  margin-top: 20px; }

.woocommerce-account .woocommerce-MyAccount-content .col-1,
.woocommerce-account .woocommerce-MyAccount-content .col-2 {
  width: 100%;
  max-width: 50%; }
  .woocommerce-account .woocommerce-MyAccount-content .col-1 .title h3,
  .woocommerce-account .woocommerce-MyAccount-content .col-2 .title h3 {
    font-size: 21px;
    margin-bottom: 20px; }
  .woocommerce-account .woocommerce-MyAccount-content .col-1 .title .edit,
  .woocommerce-account .woocommerce-MyAccount-content .col-2 .title .edit {
    background-color: #36a4de;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0; }
    .woocommerce-account .woocommerce-MyAccount-content .col-1 .title .edit:hover,
    .woocommerce-account .woocommerce-MyAccount-content .col-2 .title .edit:hover {
      background-color: #cbe4ff;
      color: #183c55; }

.woocommerce-account .woocommerce .col-1 h2 {
  font-size: 31px; }

.woocommerce-account .woocommerce form .form-row label {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 700; }

.woocommerce-account .woocommerce p.lost_password a {
  color: #36a4de; }

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  padding-top: 10px;
  margin-left: 10px; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  max-width: 50%; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0; }
