@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

.TabsList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 60vh;
    background-image: url(https://webunwto.s3.eu-west-1.amazonaws.com/s3fs-public/2020-04/covid-19-background_0.jpg);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tabList {
    height: 60vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 60px;*/
    border-right: 1px solid #004f93;
    transition: all 0.8s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabList h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 25px;
}
.tabList h2 a{
    color: #ffffff;
  }
  .tabList:hover {
    cursor: pointer;
    background: rgb(255, 255, 255, 0.7);
    border-top: 8px solid #004f93;
    border-right: 0;
    height: 60vh;
    position: relative;
    /*bottom: 10vh;*/
    box-shadow: 0px 5px 10px #7e7d7d;
}

.tabList:hover .offerHead a{
    color: #004f93 !important;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 800;
}

.offerPara {
    visibility: hidden;
    height: 0;
}

.tabList:hover .offerPara {
    font-family: "brandon-grotesque", sans-serif;
    visibility: visible;
    font-size: 20px;
    margin-top: 20px;
    color: black !important;
    height: auto;
}
/****************** Tab list Cultura COVID-19**************/



#tabsCultura h6.section-title{
    color: #eee;
}

#tabsCultura .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #004F93;
    background-color: transparent;
    border-color: transparent transparent #004F93;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
    font-family: "brandon-grotesque",sans-serif;
}
#tabsCultura .nav-tabs .nav-link {
    font-family: "brandon-grotesque",sans-serif;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #004F93;
    font-size: 20px;
}
/****************** Timeline horizontal *******************/
/* timelineHR */
.timelineHR,
.timelineHR-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timelineHR:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timelineHR .timelineHR-item {
  margin-bottom: 20px;
  position: relative;
}
.timelineHR .timelineHR-item:before,
.timelineHR .timelineHR-item:after {
  content: "";
  display: table;
}
.timelineHR .timelineHR-item:after {
  clear: both;
}
.timelineHR .timelineHR-item .timelineHR-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timelineHR .timelineHR-item .timelineHR-badge i,
.timelineHR .timelineHR-item .timelineHR-badge .fa,
.timelineHR .timelineHR-item .timelineHR-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timelineHR .timelineHR-item .timelineHR-badge.primary {
  background-color: #1f9eba;
}
.timelineHR .timelineHR-item .timelineHR-badge.info {
  background-color: #1f9eba;
}
.timelineHR .timelineHR-item .timelineHR-badge.success {
  background-color: #1f9eba;
}
.timelineHR .timelineHR-item .timelineHR-badge.warning {
  background-color: #1f9eba;
}
.timelineHR .timelineHR-item .timelineHR-badge.danger {
  background-color: #064a9f;
}
.timelineHR .timelineHR-item .timelineHR-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timelineHR .timelineHR-item .timelineHR-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timelineHR .timelineHR-item .timelineHR-panel .timelineHR-title {
  margin-top: 0;
  color: inherit;
}
.timelineHR .timelineHR-item .timelineHR-panel .timelineHR-body > p,
.timelineHR .timelineHR-item .timelineHR-panel .timelineHR-body > ul {
  margin-bottom: 0;
}
.timelineHR .timelineHR-item .timelineHR-panel .timelineHR-body > p + p {
  margin-top: 5px;
}
.timelineHR .timelineHR-item:last-child:nth-child(even) {
  float: right;
}
.timelineHR .timelineHR-item:nth-child(even) .timelineHR-panel {
  float: right;
  left: 16px;
}
.timelineHR .timelineHR-item:nth-child(even) .timelineHR-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timelineHR-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timelineHR-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timelineHR-horizontal .timelineHR-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timelineHR-horizontal .timelineHR-item .timelineHR-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timelineHR-horizontal .timelineHR-item .timelineHR-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timelineHR-horizontal .timelineHR-item:before,
.timelineHR-horizontal .timelineHR-item:after {
  display: none;
}
.timelineHR-horizontal .timelineHR-item .timelineHR-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

/******************Slider news*********************/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  padding-right: 1px;
}
/******************  News Slider Demo-1 *******************/
.post-slide {
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff !important;
}
.post-slide .post-img {
    float: left;
    width: 50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
}
.post-slide .post-date {
    background: #004f93;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all 0.5s ease;
}
.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.post-slide .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #004e96;
}
.post-slide:hover .post-review {
    border-top-color: #004f93;
}
.post-slide .post-title {
    margin: 0 0 10px 0;
}
.post-slide .post-title a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    font-weight: 700;
}
.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before {
    border: 1px solid #004e96;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before {
    border: 1px solid #004f93;
    right: 32%;
}
.post-slide .post-bar li {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
}
.post-slide .post-bar li a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #004f93;
}
.post-slide .post-bar li a:hover {
    color: #004f93;
}
.post-slide .post-bar li i {
    color: #777;
    margin-right: 5px;
}
.post-slide .post-description {
    font-size: 12px;
    line-height: 21px;
    color: #444454;
}
.owl-theme .owl-controls {
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width: 100%;
    }
    .post-slide .post-review {
        width: 100%;
        border-bottom: 4px solid #004f93;
    }
    .post-slide .post-bar:before {
        left: 0;
    }
    .post-slide .post-bar:after {
        left: 25px;
    }
}

/******************  News Slider Demo-2 *******************/
.demo {
    background: linear-gradient(to right, #fcc, #d3d3d3);
}
.post-slide2 {
    margin: 0 10px;
    background: #fff;
    margin-bottom: 2em;
}
.post-slide2 .post-img {
    overflow: hidden;
}
.post-slide2 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img {
    transform: scale(1.08);
}
.post-slide2 .post-content {
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a {
    display: inline-block;
    color: grey;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li {
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i {
    margin-right: 5px;
}
.post-slide2 .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: grey;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after {
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after {
    content: "";
}
.post-slide2 .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #004f93;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.post-slide2 .read-more:hover {
    background: #333;
    text-decoration: none;
}

/******************  News Slider Demo-3 *******************/
.post-slide3 {
    margin: 0 10px;
    padding: 0 0px 20px 0px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px;
}
.post-slide3 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.post-slide3:hover .post-icon {
    opacity: 1;
}
.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.post-slide3 .post-bar {
    margin: 15px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}
.post-slide3 .post-bar li:last-child:after {
    content: "";
}
.post-slide3 .post-bar li a {
    color: #004f93;
    transition: all 0.3s ease 0s;
}
.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}
.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}
.post-slide3 .post-bar li a:last-child:after {
    content: "";
}
.post-slide3 .post-title {
    margin: 15px;
    text-transform: capitalize;
}
.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 0.3s linear 0s;
}
.post-slide3 .post-title a:hover {
    color: #004f93;
    text-decoration: none;
}
.post-slide3 .post-description {
    margin: 15px;
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}
.post-slide3 .read-more {
    margin: 15px;
    display: inline-block;
}
.post-slide3 .read-more:hover {
    text-decoration: none;
}
.post-slide3 .read-more i {
    font-size: 19px;
    color: #004e96;
    margin-right: 5px;
    transition: all 0.4s linear 0s;
}
.post-slide3 .read-more span {
    font-size: 16px;
    color: #004e96;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.4s linear 0s;
}
.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all 0.4s linear 0s;
}
.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}
.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
    color: #004f93;
    border-bottom-color: #004f93;
}

/******************  News Slider Demo-4 *******************/
.post-slide4 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide4 .post-info {
    padding: 5px 10px;
    margin: 0;
    list-style: none;
}
.post-slide4 .post-info li {
    display: inline-block;
    margin: 0 5px;
}
.post-slide4 .post-info li i {
    margin-right: 8px;
}
.post-slide4 .post-info li a {
    font-size: 11px;
    font-weight: 700;
    color: #7e828a;
    text-transform: uppercase;
}
.post-slide4 .post-info li a:hover {
    color: #004f93;
    text-decoration: none;
}
.post-slide4 .post-img {
    position: relative;
}
.post-slide4 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(36, 56, 97, 0.6);
    transition: opacity 0.4s linear 0s;
}
.post-slide4:hover .post-img:before {
    opacity: 1;
}
.post-slide4 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide4 .read {
    font-size: 13px;
    color: #004f93;
    display: block;
    text-align: right;
    text-transform: uppercase;
    opacity: 0.8;
    transition: all 0.4s linear 0s;
}
.post-slide4:hover .read {
    opacity: 1;
}
.post-slide4 .read:hover {
    text-decoration: none;
    color: #555;
}
.post-slide4 .post-content {
  padding: 25px 20px;
  background: #fff;
  position: relative;
}
.post-slide4 .post-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border: 4px solid #fff;
}
.post-slide4 .post-author img {
    width: 100%;
    height: auto;
}
.post-slide4 .post-title a{
  display: inline-block;
  font-size: 16px;
  color: #004f93;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
.post-slide4 .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #004e96;
}
.post-slide4 .post-description {
  font-size: 15px;
  color: #555;
  line-height: 26px;
}

/******************  News Slider Demo-5 *******************/
.post-slide5 {
    margin: 0 15px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide5 .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide5 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide5:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}
.post-slide5 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide5 .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #004f93;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.post-slide5:hover .category {
    left: 0;
}
.post-slide5 .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.post-slide5 .post-title {
    margin: 0px 0px 18px 0px;
}
.post-slide5 .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #004f93;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-slide5 .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-slide5 .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #004e96;
}
.post-slide5 .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
.post-review .post-bar {
    margin-top: 20px;
}
.post-bar span {
    display: inline-block;
    font-size: 14px;
}
.post-bar span i {
    margin-right: 5px;
    color: #999;
}
.post-bar span a {
    color: #999;
    text-transform: uppercase;
}
.post-bar span a:hover {
    text-decoration: none;
    color: #004f93;
}
.post-bar span.comments {
    float: right;
}
@media only screen and (max-width: 359px) {
    .post-slide5 .category {
        font-size: 13px;
    }
}

/******************  News Slider Demo-6 *******************/
.post-slide6 {
    margin: 0 0 0 10px;
    border-left: 1px solid #004f93;
    border-bottom: 1px solid #004f93;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide6 .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide6 .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide6:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}
.post-slide6 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide6 .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #004f93;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.4s ease-in-out 0s;
}
.post-slide6:hover .post-info {
    bottom: 0;
}
.post-slide6 .category {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-slide6 .category li,
.post-slide6 .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-slide6 .category li:after {
    content: " /";
}
.post-slide6 .category li:last-child:after {
    content: "";
}
.post-slide6 .category li a {
    color: #fff;
    transition: all 0.4s linear;
}
.post-slide6 .category li a:hover {
    color: #555;
    text-decoration: none;
}
.post-slide6 .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-slide6 .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}
.post-slide6 .icons img {
    width: 100%;
    height: auto;
}
.post-slide6 .post-title {
    margin: 0 0 25px 0;
}
.post-slide6 .post-title a {
    font-size: 16px;
    font-weight: 700;
    color: #004f93;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-slide6 .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-slide6 .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.post-slide6 .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}
.post-slide6 .read:hover {
    text-decoration: none;
    color: #004f93;
}

/******************  News Slider Demo-6 small (statement SG page) *******************/
.post-slide6sm {
    margin: 0 0 0 10px;
    border-left: 1px solid #004f93;
    border-bottom: 1px solid #004f93;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide6sm .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide6sm .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide6sm:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}
.post-slide6sm .post-img img {
    width: 100%;
    height: auto;
}
.post-slide6sm .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #004f93;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.4s ease-in-out 0s;
}
.post-slide6sm:hover .post-info {
    bottom: 0;
}
.post-slide6sm .category {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-slide6sm .category li,
.post-slide6sm .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-slide6sm .category li:after {
    content: " /";
}
.post-slide6sm .category li:last-child:after {
    content: "";
}
.post-slide6sm .category li a {
    color: #fff;
    transition: all 0.4s linear;
}
.post-slide6sm .category li a:hover {
    color: #555;
    text-decoration: none;
}
.post-slide6sm .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-slide6sm .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}
.post-slide6sm .icons img {
    width: 100%;
    height: auto;
}
.post-slide6sm .post-title {
    margin: 0 0 25px 0;
}
.post-slide6sm .post-title a {
    font-size: 16px;
    font-weight: 700;
    color: #004f93;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-slide6sm .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-slide6sm .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.post-slide6sm .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}
.post-slide6sm .read:hover {
    text-decoration: none;
    color: #004f93;
}

/******************  News Slider Demo-6 2 colum (op-eds SG page) *******************/
.post-slide6sm2colum {
    margin: 0 0 0 10px;
    border-left: 1px solid #004f93;
    border-bottom: 1px solid #004f93;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide6sm2colum .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide6sm2colum .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide6sm2colum:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}
.post-slide6sm2colum .post-img img {
    width: 100%;
    height: auto;
}
.post-slide6sm2colum .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #004f93;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.4s ease-in-out 0s;
}
.post-slide6sm2colum:hover .post-info {
    bottom: 0;
}
.post-slide6sm2colum .category {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-slide6sm2colum .category li,
.post-slide6sm .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-slide6sm2colum .category li:after {
    content: " /";
}
.post-slide6sm2colum .category li:last-child:after {
    content: "";
}
.post-slide6sm2colum .category li a {
    color: #fff;
    transition: all 0.4s linear;
}
.post-slide6sm2colum .category li a:hover {
    color: #555;
    text-decoration: none;
}
.post-slide6sm2colum .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-slide6sm2colum .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}
.post-slide6sm2colum .icons img {
    width: 100%;
    height: auto;
}
.post-slide6sm2colum .post-title {
    margin: 0 0 25px 0;
}
.post-slide6sm2colum .post-title a {
    font-size: 16px;
    font-weight: 700;
    color: #004f93;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-slide6sm2colum .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-slide6sm2colum .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.post-slide6sm2colum .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}
.post-slide6sm2colum .read:hover {
    text-decoration: none;
    color: #004f93;
}

/******************  News Slider recovery *******************/
.post-recovery {
    margin: 0 0 0 8px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-recovery .post-img {
    position: relative;
    overflow: hidden;
}
.post-recovery .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-recovery:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}
.post-recovery .post-img img {
    width: 100%;
    height: auto;
}
.post-recovery .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #004f93;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.4s ease-in-out 0s;
}
.post-recovery:hover .post-info {
    bottom: 0;
}
.post-recovery .category {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-recovery .category li,
.post-recovery .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-recovery .category li:after {
    content: " /";
}
.post-recovery .category li:last-child:after {
    content: "";
}
.post-recovery .category li a {
    color: #fff;
    transition: all 0.4s linear;
}
.post-recovery .category li a:hover {
    color: #555;
    text-decoration: none;
}
.post-recovery .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-recovery .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}
.post-recovery .icons img {
    width: 100%;
    height: auto;
}
.post-recovery .post-title {
    margin: 0 0 25px 0;
}
.post-recovery .post-title a {
    font-size: 16px;
    font-weight: 700;
    color: #004f93;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-recovery .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-recovery .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}
.post-recovery .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase;
}
.post-recovery .read:hover {
    text-decoration: none;
    color: #004f93;
}


/******************  News Slider Demo-7 *******************/
.post-slide7 {
    padding: 0 10px;
    transform: translateY(0);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover {
    transform: translateY(-10px);
}
.post-slide7 .post-img {
    position: relative;
}
.post-slide7 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide7 .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(210, 130, 19, 0.7), rgba(170, 55, 114, 0.7));
    transform: translateY(-100%);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover .post-img:after {
    transform: translateY(0);
}
.post-slide7 .post-img:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50%;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.post-slide7:hover .post-img:before {
    top: 40%;
}
.post-slide7 .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.post-slide7 .icons img {
    width: 100%;
    height: auto;
}
.post-slide7 .post-review {
    border: 1px solid #004f93;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}
.post-slide7 .post-review:after {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    transition: all 0.3s ease 0s;
}
.post-slide7:hover .post-review:after {
    opacity: 1;
    transform: translateY(5px);
}
.post-slide7 .post-bar {
    padding: 0;
    list-style: none;
}
.post-slide7 .post-bar li {
    display: inline-block;
    font-size: 16px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-slide7 .post-bar li i {
    color: #004f93;
    margin-right: 8px;
}
.post-slide7 .post-title {
    margin: 0 0 20px 0;
    color: #555;
    font-weight: 700;
    font-size: 18px;
}
.post-slide7 .post-description {
    font-size: 15px;
    line-height: 21px;
    color: grey;
}
.post-slide7 .read {
    text-transform: capitalize;
    font-size: 15px;
    color: #004f93;
}
.post-slide7 .read i {
    margin-left: 10px;
}
.post-slide7 .read:hover {
    text-decoration: none;
    color: #333;
}

/******************  News Slider Demo-8 *******************/
.post-slide8 {
    margin: 0 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide8 .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide8 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide8 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(36, 56, 97, 0.6);
    transition: all 0.3s ease;
}
.post-slide8:hover .over-layer {
    opacity: 1;
}
.post-slide8 .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}
.post-slide8 .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.post-slide8 .post-link li a {
    color: #fff;
    font-size: 20px;
}
.post-slide8 .post-link li a:hover {
    color: #004f93;
    text-decoration: none;
}
.post-slide8 .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
}
.post-slide8 .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #333;
    float: left;
}
.post-slide8 .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    background: #004f93;
}
.post-slide8 .post-content {
    padding: 30px;
}
.post-slide8 .post-title {
    margin: 0 0 15px 0;
}
.post-slide8 .post-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide8 .post-title a:hover {
    text-decoration: none;
    color: #004f93;
}
.post-slide8 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey;
}
.post-slide8 .read-more {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: color 0.2s linear;
}
.post-slide8 .read-more:hover {
    text-decoration: none;
    color: #004f93;
}
.post-slide8 .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #004f93;
    transition: all 0.3s ease;
}
.post-slide8 .read-more:hover:after {
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .post-slide8 .month {
        font-size: 14px;
    }
    .post-slide8 .date {
        font-size: 14px;
    }
}

/******************  News Slider Demo-9 *******************/
.post-slide9 {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide9 .post-img {
    overflow: hidden;
    position: relative;
}
.post-slide9 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all 0.3s ease 0s;
}
.post-slide9:hover .post-img img {
    transform: scale(1.2, 1.2);
}
.post-slide9 .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64, 0.9);
    transition: all 0.5s linear;
}
.post-slide9:hover .over-layer {
    opacity: 1;
}
.post-slide9 .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%;
}
.post-slide9 .post-link li {
    display: inline-block;
    margin-right: 10px;
}
.post-slide9 .post-link li a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    font-size: 20px;
    transform: scale(1, 1);
    transition: all 0.2s linear;
}
.post-slide9 .post-link li a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
}
.post-slide9 .post-review {
    padding: 15px 0;
    overflow: hidden;
}
.post-slide9 .post-title {
    margin-top: 0;
}
.post-slide9 .post-title a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.post-slide9 .post-title a:hover {
    text-decoration: none;
    color: #1f80bb;
}
.post-slide9 .post-info {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}
.post-slide9 .post-info li {
    display: inline-block;
    margin-right: 13px;
}
.post-slide9 .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.post-slide9 .tag-info li {
    list-style: none;
    display: inline-block;
}
.post-slide9 .tag-info li a {
    color: grey;
    text-transform: capitalize;
}
.post-slide9 .tag-info li a:hover {
    color: #1f80bb;
    text-decoration: none;
}
.post-slide9 .post-description {
    color: #828282;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 25px;
}
.post-slide9 .read-more {
    color: #333;
    float: right;
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize;
}
.post-slide9 .read-more:hover {
    color: #1f80bb;
    text-decoration: none;
}
.owl-theme .owl-buttons div {
    position: relative;
    border-radius: 0;
    background: #807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.5s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    left: -30px;
}
.owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.5s linear;
}
.owl-carousel:hover .owl-buttons .owl-next {
    opacity: 1;
    right: -30px;
}
.owl-next:before,
.owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.owl-next:before {
    content: "\f054";
}
@media only screen and (max-width: 990px) {
    .post-slide9 .post-info li {
        margin-right: 5px;
    }
    .owl-theme .owl-buttons div {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .post-slide9 .post-link li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 13px;
    }
    .post-slide9 .post-title a {
        font-size: 14px;
    }
}

/******************  News Slider Demo-10 *******************/
.post-slide10 {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide10 img {
    width: 100%;
    height: auto;
}
.post-slide10 .post-date {
    position: absolute;
    top: 2%;
    left: 8%;
    padding: 3% 5%;
    background: #e74c3c;
}
.post-slide10 .month {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.post-slide10 .month:after {
    content: "";
    display: block;
    border: 1px solid #fff;
}
.post-slide10 .date {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
}
.post-slide10 .post-title {
    margin: 25px 0 15px 0;
}
.post-slide10 .post-title a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide10 .post-title a:hover {
    text-decoration: none;
    color: #e74c3c;
}
.post-slide10 .post-description {
    font-size: 14px;
    line-height: 24px;
    color: grey;
    padding: 0 15px;
}
.post-slide10 .read-more {
    color: #333;
    padding: 0 15px;
    text-transform: capitalize;
    transition: color 0.2s linear;
}
.post-slide10 .read-more i {
    margin-left: 10px;
    font-size: 10px;
}
.post-slide10 .read-more:hover {
    text-decoration: none;
    color: #e74c3c;
}
.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}
.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background 0.5s ease;
}
.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background: #333;
    transition: background 0.5s ease;
}
.owl-controls .owl-next:after,
.owl-controls .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size: 16px;
}
.owl-controls .owl-next:after {
    content: "\f105";
}
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background: #e74c3c;
}
@media only screen and (max-width: 990px) {
    .post-slide10 {
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }
    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}
@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0;
        bottom: 260px;
    }
    .owl-controls .owl-buttons .owl-next {
        right: 0;
        bottom: 260px;
    }
}

/******************  News Slider Demo-11 *******************/
.post-slide11 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide11 .post-img {
    position: relative;
}
.post-slide11 .over-layer {
    background: rgba(36, 56, 97, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.post-slide11:hover .over-layer {
    opacity: 1;
}
.post-slide11 .over-layer:after {
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left: 42%;
}
.post-slide11 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide11 .post-title {
    margin: 25px 0 15px 0;
    padding: 0 15px;
}
.post-slide11 .post-title:before {
    content: "";
    border: 2px solid #e67e22;
    width: 18%;
    display: block;
    margin-bottom: 15px;
}
.post-slide11 .post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide11 .post-title a:hover {
    text-decoration: none;
    color: #e67e22;
}
.post-slide11 .post-date {
    text-transform: capitalize;
    padding: 0 15px;
    color: #e67e22;
    font-size: 13px;
}
.post-slide11 .post-date:before {
    margin-right: 7px;
    color: #e67e22;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e67e22;
}

/******************  News Slider Demo-12 *******************/
.post-slide12 {
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-slide12 strong{
  color: #135885;
}
.post-slide12 .post-img {
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    border-right: solid #0a4c90;
}
.post-slide12 .over-layer {
    background: rgba(36, 56, 97, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease 0s;
}
.post-slide12 .over-layer:after {
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left: 42%;
}
.post-slide12 .post-img:hover .over-layer {
    opacity: 1;
}
.post-slide12 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide12 .post-review {
    float: left;
    padding: 1px 20px;
    width: 100%;
    border-left: solid #0a4c90;
}
.post-slide12 .post-title {
    margin: 0 0 5px 0;
}
.post-slide12 .post-title a {
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition: color 0.3s ease;
}
.post-title > a:hover {
    text-decoration: none;
    color: #333;
}
.post-slide12 .post-date {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
}
.post-description {
    color: #222;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.owl-pagination {
    margin-top: 8px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3498db;
}
@media only screen and (max-width: 990px) {
    .post-slide12 .over-layer:after {
        top: 39%;
        left: 45%;
    }
}
@media only screen and (max-width: 640px) {
    .post-slide12 .post-img {
        width: 100%;
    }
    .post-slide12 .post-review {
        width: 100%;
        padding: 10px;
    }
}

/******************  News Slider Demo-13 *******************/
.post-slide13 {
    padding: 0 15px;
}
.post-slide13 .post-img {
    position: relative;
}
.post-slide13 .post-img > a {
    display: block;
}
.post-slide13 .post-img img {
    width: 100%;
    height: auto;
}
.post-slide13 .post-img:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 0, 90, 0.6);
}
.post-slide13 .post-img:after {
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 17px;
    right: 20px;
    color: #fff;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s linear 0s;
}
.post-slide13 .post-img:hover:after {
    opacity: 1;
    transform: scale(1);
}
.post-slide13 .post-title {
    margin-top: 20px;
}
.post-slide13 .post-title > a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-slide13 .post-title > a:hover {
    text-decoration: none;
    color: #09F;
}
.post-slide13 .post-bar {
    padding: 0;
    list-style: none;
}
.post-slide13 .post-bar > li {
    display: inline-block;
}
.post-slide13 .author,
.post-slide13 .author > a,
.post-slide13 .post-date {
    color: #8f8f8f;
    font-size: 12px;
    margin-right: 16px;
    text-transform: uppercase;
    font-style: italic;
}
.post-slide13 .author > i,
.post-slide13 .post-date > i {
    margin-right: 5px;
}
.post-slide13 .author > a:hover {
    color: #09F;
}
.post-slide13 .post-description {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}
.post-slide13 .post-description:before {
    content: "";
    display: block;
    border-top: 4px solid #09F;
    padding-bottom: 12px;
    width: 50px;
}
.owl-theme .owl-controls .owl-page span {
    width: 52px;
    height: 5px;
    border-radius: 0;
    opacity: 0.5;
    margin-bottom: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #09F;
    opacity: 1;
}

/******************  News Slider Demo-14 *******************/
.post-slide14 {
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #e67e22 #f0f0f0 #f0f0f0;
    border-radius: 5px;
    margin: 0 10px;
}
.post-slide14 .post-category {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.post-slide14 .post-category > a {
    text-transform: uppercase;
    color: #e67e22;
    transition: all 0.2s ease 0s;
}
.post-slide14 .post-category > a:hover {
    color: #373a3f;
}
.post-slide14 .post-review {
    overflow: hidden;
    padding: 10px;
}
.post-slide14 .post-bar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e67e22;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}
.post-slide14 .post-bar > .month {
    display: block;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
}
.post-slide14 .post-bar > .date {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 12px;
}
.post-slide14 .post-title {
    line-height: 20px;
    margin: 10px 0 0 0;
}
.post-slide14 .post-title > a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
    color: #333;
    transition: all 0.2s ease 0s;
}
.post-slide14 .post-title > a:hover {
    color: #e67e22;
}
.post-slide14 .post-img {
    filter: grayscale(0);
    transition: all 0.3s ease 0s;
}
.post-slide14 .post-img > img {
    width: 100%;
    height: auto;
}
.post-slide14:hover .post-img {
    filter: grayscale(1);
}
.post-slide14 .post-description {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 35px;
}


/****************** Cuadros fijos ******************/
.post-cuadrotxt {
    margin: 0 5px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
}
.post-cuadrotxt .post-img {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}
/*.post-cuadrotxt .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}*/
.post-cuadrotxt .post-content {
  padding: 25px 20px;
  background: #fff;
  position: relative;
}
/*.post-cuadrotxt:hover .post-img:before {
    background: rgba(36, 56, 97, 0.6);
}*/
.post-cuadrotxt .post-img img:hover{
  -webkit-filter: brightness(50%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
    /*width: 100%;
    height: auto;*/
}
.post-cuadrotxt .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #004f93;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.post-cuadrotxt:hover .category {
    left: 0;
}
.post-cuadrotxt .post-review {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.post-cuadrotxt .post-title {
    margin: 0px 0px 18px 0px;
}
.post-cuadrotxt .post-title a {
    display: inline-block;
    font-size: 16px;
    color: #004f93;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
}
.post-cuadrotxt .post-title a:hover {
    text-decoration: none;
    color: #555;
}
.post-cuadrotxt .post-title:after {
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #004e96;
}
.post-cuadrotxt .post-description {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
@media only screen and (max-width: 359px) {
    .post-cuadrotxt .category {
        font-size: 13px;
    }
}

/******************  Acordeon *******************/

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 10px 0;
  background-color: #069edb;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

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

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}
/*CALENDAR*/

.fc {
	direction: ltr;
	text-align: left;
	}

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

html .fc,
.fc table {
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica;

	}

.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	padding: 15px 10px 0px;
}

.fc-header-left {
	width: 25%;
	text-align: left;
}

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

.fc-header-right {
	width: 25%;
	text-align: right;
	}

.fc-header-title {
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
}

.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 32px;
    font-weight: 100;
    margin-bottom: 10px;
}

.fc .fc-header-space {
	padding-left: 10px;
	}

.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}

/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}

.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}

.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}



/* Content
------------------------------------------------------------------------*/

.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}

.fc-view {
	width: 100%;
	overflow: hidden;
	}



/* Cell Styles
------------------------------------------------------------------------*/

    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #e5e5e5;
	}
.fc-widget-header{
    border-bottom: 1px solid #EEE;
}
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	/* background: #fcf8e3; */
}

.fc-state-highlight > div > div.fc-day-number{
    background-color: #004f93;
    color: #FFFFFF;
    /*border-radius: 50%;*/
    margin: 4px;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}

.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .4em;
	font-size: 2em;
	line-height: 23px;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}

/* icon (for jquery ui) */

.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}

.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}


.fc-state-default {
	border-color: #004f93;
	color: #004f93;
}
.fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default{
    min-width: 67px;
	text-align: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #98aec4;
	}

.fc-state-hover {
	color: #004f93;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #004f93;
	background-image: none;
	outline: 0;
	color: #FFFFFF;
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	background-color: #98aec4;
	filter: alpha(opacity=65);
	box-shadow: none;
	border:1px solid #98aec4;
	color: #004f93;
	}



/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}

.fc-event {
	border: 1px solid #FFF; /* default BORDER color */
	background-color: #71bdff; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: 12px;
	cursor: default;
  padding: 4px;
}
.fc-event.chill{
    background-color: #f3dcf8;
}
.fc-event.info{
    background-color: #c6ebfe;
}
.fc-event.important{
    background-color: #004f93;
}
.fc-event.success{
    background-color: #3695e7;
}
.fc-event:hover{
    opacity: 0.7;
}
a.fc-event {
	text-decoration: none;
	}

a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}

.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 15px;
	}

.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}

.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}



/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	/*
border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
*/
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	/*
border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
*/
	}

/* resizable */

.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}

.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}

.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}



/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}

.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}


.fc-border-separate tr.fc-last td {

}
.fc-border-separate .fc-week .fc-first{
    border-left: 0;
}
.fc-border-separate .fc-week .fc-last{
    border-right: 0;
}
.fc-border-separate tr.fc-last th{
    border-bottom-width: 1px;
    border-color: #cdcdcd;
    font-size: 16px;
    font-weight: 300;
	line-height: 30px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}

.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}

.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}

.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}

/* event styles */

.fc-grid .fc-event-time {
	font-weight: bold;
	}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}

.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}



/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}

.fc-agenda-days th {
	text-align: center;
	}

.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}

.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}

.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}

/* all-day area */

.fc-agenda-allday th {
	border-width: 0 1px;
	}

.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}

.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}

/* slot rows */

.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}

.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}

.fc-agenda-slots td div {
	height: 20px;
	}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}



/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}

/* resizable */

.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}

thead tr.fc-first{
    background-color: #f7f7f7;
}
table.fc-header{
    background-color: #FFFFFF;
    border-radius: 6px 6px 0 0;
}

.fc-week .fc-day > div .fc-day-number{
    font-size: 15px;
    margin: 2px;
    min-width: 19px;
    padding: 6px;
    text-align: center;
}
.fc-sun, .fc-sat{
    color: #b8b8b8;
}

.fc-week .fc-day:hover .fc-day-number{
    background-color: #B8B8B8;
    /*border-radius: 50%;*/
    color: #FFFFFF;
    transition: background-color 0.2s;
}
.fc-week .fc-day.fc-state-highlight:hover .fc-day-number{
    background-color:  #004F93;
}
.fc-button-today{
    border: 1px solid rgba(255,255,255,.0);
}
.fc-view-agendaDay thead tr.fc-first .fc-widget-header{
    text-align: right;
    padding-right: 10px;
}
/************************************************CARD WEBINAR *********************************************************/
.webinarcard {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.webinarcard.hovercard {
  position: relative;
  width: 300px;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  max-width: 100%;
}

.webinarcard.hovercard img {
  width: 300px;
  height: 200px;
  max-width: 100%;
}

.webinarcard.hovercard .avatar {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}

.webinarcard.hovercard .avatar img {
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
          border: white solid;
}

.webinarcard.hovercard .info {
  padding: 20px 8px 10px;
}

.webinarcard.hovercard .info .title {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.webinarcard.hovercard .info .desc {
  overflow: hidden;
  font-size: 1.2em;
  line-height: 25px;
  color: #737373;
  text-overflow: ellipsis;
}

.webinarcard.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.webinarcard.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.timelinesdg1  {border-top: 3px solid #d91c68; padding: 20px;}
.timelinesdg2  {border-top: 3px solid #0d6999; padding: 20px;}
.timelinesdg3  {border-top: 3px solid #e2b443; padding: 20px;}
.timelinesdg4  {border-top: 3px solid #33bbde; padding: 20px;}
.btninfostartup {
    font-size: 15px;
    font-weight: 500;
    border-bottom: solid 2px;
    text-transform: uppercase;
    color: #00adee;
 }
 .startupdiv{
  padding-left: 10px;
    border-left: solid #004f93;
    margin-left: 10px;
    margin-bottom: 30px;
}

/* WTD
------------------------------------------------------------------------*/
.m-t-wtdheader {
    padding-top: 70px;
}
.navbarwtd {
  background-color: #004F93;
  padding: 15px 10px 15px 20px;
  color: #fff;
  font-size: 1.25rem;
  margin: 40px 0px;
}
.navbarwtd span{
  float: left;
  padding-left: 40px;
  margin-top: -25px;
}
.navbarwtd-nav {
  list-style: none;
  padding-top: 10px;
  margin: 0px;
  padding-top: 0px;
}
.navbarwtd-nav a{
  color: #fff;
  font-size: 16px;
}
.navbarwtd-toggle {
    width: 400px;
    height: 25px;
    cursor: pointer;
}
.navbarwtd-toggle i {
    background: #FFF;
    border-radius: 2px;
    width: 30px;
    height: 4px;
    content: "";
    display: block;
}
.navbarwtd-toggle i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbarwtd-toggle i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbarwtd-toggle i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbarwtd-toggle.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}
.navbarwtd-toggle.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}
.navbarwtd-toggle.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
.navbarwtd-toggler {
    padding: 0;
    border-radius: 0;
    background-color: none;
    border: none;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/*************************  WTD  h1 ********************************/

.wtdh1{
  font-size: 2.1rem;
  color: #29235c;
  margin-bottom: 3px;
  font-weight: 500;
  padding-top: 40px;
}
.wtdh1 span{
  color: #35a8e0;
}


.wtd2020with{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

/************************************* TIME LINE ************************************************/
/* The actual timeline-2-colums (the vertical ruler) */
.timeline-2-colums {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline-2-colums (the vertical ruler) */
.timeline-2-colums::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #004f93;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 1px;
}

/* Container around content */
.timeline-2-colums-container {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline-2-colums */
.timeline-2-colums-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #004f93;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timeline-2-colums-container to the left */
.timeline-2-colums-left {
  left: 0;
}

/* Place the timeline-2-colums-container to the right */
.timeline-2-colums-right {
  left: 50%;
}

/* Add arrows to the left timeline-2-colums-container (pointing right) */
.timeline-2-colums-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f4f4f4;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f4f4f4;
}

/* Add arrows to the right timeline-2-colums-container (pointing left) */
.timeline-2-colums-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f4f4f4;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f4f4f4 transparent transparent;
}

/* Fix the circle for timeline-2-colums-containers on the right side */
.timeline-2-colums-right::after {
  left: -9px;
}

/* The actual content */
.timeline-2-colums-content {
  padding: 20px 30px;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline-2-colums on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline-2-colums::after {
  left: 31px;
  }

  /* Full-width timeline-2-colums-containers */
  .timeline-2-colums-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2-colums-container::before {
  left: 60px;
  border: medium solid #004f93;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline-2-colums-left::after, .timeline-2-colums-right::after {
  left: 22px;
  }

  /* Make all right timeline-2-colums-containers behave like the left ones */
  .timeline-2-colums-right {
  left: 0%;
  }
}


/**/
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ffffff !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}
    /************************************* TIME LINE ************************************************/

.timeline-col-2 {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline-col-2:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
    content: " ";
background: #d4d9df;
display: inline-block;
position: absolute;
left: 50%;
width: 2px;
height: 100%;
z-index: 400;
}
.timeline-col-2 > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline-col-2 > li:before, .timeline-col-2 > li:after {
    content:" ";
    display: table;
}
.timeline-col-2 > li:after {
    clear: both;
}
.timeline-col-2 > li:before, .timeline-col-2 > li:after {
    content:" ";
    display: table;
}
.timeline-col-2 > li:after {
    clear: both;
}
.timeline-col-2 > li > .timeline-col-2-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline-col-2 > li > .timeline-col-2-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline-col-2 > li > .timeline-col-2-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline-col-2 > li > .timeline-col-2-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline-col-2 > li.timeline-col-2-inverted > .timeline-col-2-panel {
    float: right;
}
.timeline-col-2 > li.timeline-col-2-inverted > .timeline-col-2-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline-col-2 > li.timeline-col-2-inverted > .timeline-col-2-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-col-2-badge > a {
    color: #ffffff !important;
}
.timeline-col-2-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-col-2-title {
    margin-top: 0;
    color: inherit;
}
.timeline-col-2-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-col-2-body > p, .timeline-col-2-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-col-2-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-col-2-footer p { margin-bottom: 0; }
.timeline-col-2-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline-col-2 > li.timeline-col-2-inverted {
    float: right;
    clear: right;
}
.timeline-col-2 > li:nth-child(2) {
    margin-top: 20px;
}
.timeline-col-2 > li.timeline-col-2-inverted > .timeline-col-2-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
.timeline-col-2 img{
  padding-top: 30px;
}
@media (max-width: 767px) {
    ul.timeline-col-2:before {
        left: 40px;
        content: " ";
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        width: 2px;
        height: 100%;
        z-index: 400;
    }
    ul.timeline-col-2 > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline-col-2 > li > .timeline-col-2-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline-col-2 > li > .timeline-col-2-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline-col-2 > li > .timeline-col-2-panel {
        float: right;
    }
    ul.timeline-col-2 > li > .timeline-col-2-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline-col-2 > li > .timeline-col-2-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline-col-2 > li.timeline-col-2-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline-col-2 > li.timeline-col-2-inverted > .timeline-col-2-badge {
        left: 28px;
    }
}

.subhomesection{
  padding-top: 100px;
}

/*icon-line list*/
ul.iconlist {
    list-style-type: none;
    position: relative;
}
ul.iconlist:before {
  content: ' ';
  background: #004F93;
  display: inline-block;
  position: absolute;
  left: 60px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.iconlist > li {
  margin: 20px 0;
  padding-left: 80px;
  min-height: 60px;
}
ul.iconlist > li h3{
  padding: 10px 0;
}
ul.iconlist > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #004F93;
  left: 35px;
  width: 50px;
  height: 50px;
  z-index: 400;
}


ul.iconlist > li:nth-child(1)::before {
 background-image: url(https://webunwto.s3-eu-west-1.amazonaws.com/2020-12/ico01.png);
 background-repeat: no-repeat;
 background-position: center;
}
ul.iconlist > li:nth-child(2)::before {
 background-image: url(https://webunwto.s3-eu-west-1.amazonaws.com/2020-12/ico02.png);
 background-repeat: no-repeat;
 background-position: center;
}
ul.iconlist > li:nth-child(3)::before {
 background-image: url(https://webunwto.s3-eu-west-1.amazonaws.com/2020-12/ico03.png);
 background-repeat: no-repeat;
 background-position: center;
}
ul.iconlist > li:nth-child(4)::before {
 background-image: url(https://webunwto.s3-eu-west-1.amazonaws.com/2020-12/ico04.png);
 background-repeat: no-repeat;
 background-position: center;
}
ul.iconlist > li:nth-child(5)::before {
 background-image: url(https://webunwto.s3-eu-west-1.amazonaws.com/2020-12/ico05.png);
 background-repeat: no-repeat;
 background-position: center;
}
