/*

Template Name: Ikar
Author Name: One Theme
Developer: Saiful Islam

Table of Content:

1. Reset.
2. Global.
3. Header.
4. Slider.
5. Post.
6. Sidebar.
7. Editor Slider.
8. Footer.
9. Copyright.
10. Home Two.
11. Home Three.
12. About.
13. Category.
14. Life Style.
15. Contact Page.
16. Single Post Page.
*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #1f1f1f;
  background-color: rgb(252, 247, 255);
}
::-webkit-scrollbar {
  /* This is the magic bit for WebKit */
  display: none;
}
/*    Reset
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Sans TC', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  color: #727272;
  font-size: 16px;
  line-height: 30px;
}

h5 {
  font-weight: 600;
  border: transparent;
}

a,
button {
  outline: none!important;
  text-decoration: none!important;
  color: #6c55f1;
  transition: all 0.4s ease-in-out 0s;
}
a:hover,
button:hover,
a:focus,
button:focus,
a.active,
button.active {
  color: rgb(255, 109, 109);
  outline: none!important;
  text-decoration: none!important;
}
ul {
  padding: 0px;
}
li {
  list-style: none;
}
@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}
/*    Global
-------------------*/
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-40 {
  margin-bottom: 40px!important;
}
.section-padding {
  padding: 160px 0px;
}
.color-green {
  color: #10e5be;
}
.off-white-bg {
  background: #efefef;
}
.black-bg {
  background: #000;
}
.grey-bg {
  background: #727272;
}
.box-padding {
  padding: 100px 0px;
}
.color-white {
  color: #ffffff;
}
.p-relative {
  position: relative;
}
.custom-input {
  box-shadow: none;
  border: none;
}
.custom-input:hover,
.custom-input:focus,
.custom-input.active {
  border: none;
  box-shadow: none;
}
.heading-underline {
  background: #ffffff;
  height: 1px;
  margin: 0 auto;
  max-width: 150px;
  position: relative;
}
.heading-underline:before {
  background: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 75px;
}
.heading-underline:after {
  background: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 75px;
}
.more-btn {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  position: relative;
  transition: all 0.4s ease-in 0s;
}
.more-btn-cards {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #545457;
  position: relative;
  transition: all 0.2 s ease-in 0s;  
  background: none;
  width: 100%;
  padding: 20px ;
  text-align: center;
  border-style: solid;
  border-color: #545457;
  border-width: thin;

}

.centerBlock {
  display: table;
  margin: auto;
}

.more-btn-cards:hover,
.more-btn-cards:focus,
.more-btn-cards.active {
  background: #6c55f1;
  color: #ebebec;
}
.btn-rep:hover,
.btn-rep:focus,
.btn-rep.active {
  background: #6c55f1;
  color: #ebebec;
}

.more-btn::after {
  background: #000 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.load-more-btn,
.submit-btn {
  background: #000;
  border-radius: 0px;
  display: inline-block;
  margin-top: 90px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 70px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in 0s;
}
.load-more-btn:hover,
.submit-btn:hover,
.load-more-btn:focus,
.submit-btn:focus,
.load-more-btn.active,
.submit-btn.active {
  color: #fff;
}
.submit-btn {
  background: #000;
  border-radius: 0px;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 70px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in 0s;
}
.submit-btn:hover,
.submit-btn:focus,
.submit-btn.active {
  color: #fff;
}
.section-title {
  background: #000;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 20px 70px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in 0s;
}
.section-title:hover,
.section-title:focus,
.section-title.active {
  color: #fff;
}

.sidebar-btn {
  background: rgb(255, 109, 109);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 20px 60px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in 0s;
  text-align: center;
}
.sidebar-btn:hover,
.sidebar-btn:focus,
.sidebar-btn.active {
  background: #6c55f1;
  color: #fff;

}

.sidebar-btn-b a{
  /*background: rgb(126, 255, 109);*/
}

.sidebar-btn-b {
  background: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 20px 60px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #353535;
  position: relative;
  transition: all 0.4s ease-in 0s;
  text-align: center;
  border-style: solid;
  border-color: #545457;
  border-width: thin;
}
.sidebar-btn-b:hover,
.sidebar-btn-b:focus,
.sidebar-btn-b.active {
  background: rgb(106, 97, 240);
  color: #ebebec;

}

.btn-line {
  background: #000 none repeat scroll 0 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.section-head {
  position: relative;
}
/*    header
----------------*/
.header {
  position: fixed;
  width: 100%;
  height: 50px;
  background: linear-gradient(to left,#6d0ddaf3 0%,#341785f6 100%); /* W3C */;
  margin-bottom: 25px;
  /*  background:rgb(243, 104, 104) none repeat scroll 0 0;*/
  z-index: 2;
  transition: all 0.4s ease 0s;
}

.header img{
  width: 30px;
  height: auto;
  padding-bottom: 0px;
  transition: all 0.4s ease 0s;

}

.header::after {
  background: #6c55f1 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

#header-menu {
  position: relative;
  margin-bottom: 50px;
}
.header.sticky li a {
  
}
.header.sticky .menizord-brand {
  margin-top: 5px;
}
.menuzord .showhide {
  padding-top: 20px;
}
.menuzord .showhide em {
  background: #10e5be;
}
.ikrar-nav {
  top: 0px;
  width: 100%;

}
.ikrar-nav ul li a {
  overflow: hidden;
  /*padding: 15px 35px;*/
  color: #f0f0f0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}
.menuzord-brand {
  position: absolute;
  margin: 0px 0px 0px 0px;
  z-index: 5;

  
}
.menuzord-brand img {
  margin: 20px 0px 20px 0px;
  width: 25%;
  height: auto; 

}

/*    Slider
----------------*/
#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  display: inline-flexbox;
  overflow: unset ;

}
#slider .item img  {
  display: inline-flexbox;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  
}
#slider .owl-prev {
  position: absolute;
  left: 50px;
  top: 40%;
}
#slider .owl-next {
  position: absolute;
  right: 50px;
  top: 40%;
}
#slider .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  font-size: 45px;
  margin: 5px;
  opacity: 1;
  padding: 3px 10px;
}
.slider-caption {
  left: 0;
  position: absolute;
  top: 30%;
  padding: 0px 20%;
  width: 100%;
  z-index: 1;
  display: inline-block ; 
  width: 80%;
  text-align: left;
}

.slider-caption span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #f3f3f3;
  letter-spacing: 0.5px;
}
.slider-caption h2 {
  font-size: 5rem;
  font-weight: 800;
  max-width: 700px;
  text-transform: uppercase;
  color: #e8e8eb;

}
.slider-caption h3 {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 700px;
  text-transform: uppercase;
  color: #e8e8eb;

}
.slider-caption p {
  font-size: 1.3rem;
  color: whitesmoke;
  margin-top: 50px;

}
.slider-caption h5 {
  font-size: 1rem;
  color: whitesmoke;
}
.slider-caption h6 {
  font-size: 1.5rem;
  color: whitesmoke;
  margin-top: 50px;
  font-weight: normal;

}
.slider-caption hr {
  border: 1px solid whitesmoke;
  padding-bottom: 3px;
}
.top-card-st {
  left: 0;
  position: absolute;
  top: 30%;
  z-index: 1;
  padding: 5%;
  width: 100%;
}
.top-card-st span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80%;
  color: #f3f3f3;
  letter-spacing: 0.5px;
}
.top-card-st h5 {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8e8eb;
  font-family: 'Roboto', sans-serif;
}
.top-card-st p {
  font-size: 1.3rem;
  color: whitesmoke;
  margin-top: 50px;

}
.top-card-st hr {
  border: 1px solid whitesmoke;
  padding-bottom: 3px;
}
/*    Post
------------------*/
#editor-section .article-post {
  margin-top: 50px;
}
#editor-section .editor-content {
  margin-bottom: 25px;  
}
.article-post {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;

}
.article-post-fut {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  margin-right: 50px;
  border-color: #10e5be;
  border-width: 1px;
  border-radius: 5px;
  background-color: #6c55f1;
  height: auto;
}

.article-post-fut h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(95, 95, 95) !important;
}
.article-post-fut h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(39, 39, 39) !important;
}
.article-post-fut h2 {
  font-size: 0px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}

.article-post-fut p {
  font-size: 14px;
}
.article-post-fut img {
  width: 100%;
}

.article-post-vf {
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}


.article-post-vf h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 25px;
  margin: 0;
  padding: 25px 0 25px 0px;
  color: #020202 !important;
  text-transform: uppercase;
}
.article-post-vf h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 15px;
  padding: 15px 0 25px;
  color: #020202 !important;
  
}
.article-post-vf h2 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 32px;
  margin-top: 15 px;
  margin-bottom: 40px;
  padding-top: 10px;
  color: #020202 !important;
  text-transform: uppercase;
}

.article-post-vf p {
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #020202;
}

.article-post-vf bread {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #303030;
  letter-spacing: 0.5px;
}
/*
.article-post-vf img {
  width: 100%;
  margin-top: 0px;
  border-top-width: thick;
}
*/

.article-post-pro {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  padding-right: 0px;

}
.article-post-pro h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: auto;
  margin-top: 15px;
  padding: 15px 0 25px;
  color: rgb(39, 39, 39) !important;
}
.article-post-pro h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 15 px;
  margin-bottom: 40px;
  padding: 0px;
  color: rgb(58, 58, 58) !important;
}
.article-post-pro h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(27, 27, 27) !important;
}

.article-post-pro p {
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #020202;
}
.cards-vf {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  padding: 0px 0px 0px 0px;

}

.sidebar-vf {
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;

}
.sidebar-vf-pro {
  margin-left: 0px;
  padding: 5%;
  background-color: transparent; 
  border: 1px solid ;
  border-color: #949494;
  position: relative;
  display: inline-flexbox;
  width: 100%;
}
.sidebar-vf-pro h1{
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}
.sidebar-vf-pro h2{
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-vf-pro h3{
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-top: 15px;
  line-height: 0.5rem;
}
.sidebar-vf-pro smol{
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-size: 0.8rem;
  display: block;
  font-weight: 800;
}
#sen{
}
.sidebar-vf-pro a{
  color: #6c55f1;
}
#sen::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free"; content: "\f0c1";
  float: left;
  margin: 0 6px 0 0;
}
#carf{
font-style: italic;}

.intro-post {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 0px;

}

.intro-post h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}

.article-post h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(95, 95, 95) !important;
}
.article-post h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(39, 39, 39) !important;
}
.article-post h2 {
  font-size: 0px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}
.home-post-vf {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 50px;
  padding-top: 0px;

}


.article-post p {
  font-size: 14px;
}
.article-post img {
  width: 100%;
}
.meta-tag {
  padding: 0px 0 0px 0px;
}
.category {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  margin-right: 12px;
  text-transform: uppercase;
}
.date {
  color: #727272;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.tags {
  color: #727272;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.usr {
  color: #727272;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.text-post {
  border: 1px solid #000;
  padding: 50px;
}
/*    Side Bar
----------------------
----------------------*/
.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}
.about-content img {
  width: 100%;
  margin-bottom: 17px;
}
.about-content p {
  font-size: 14px;
}

.process-content-vf {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: none;
  height: 200px;
}
.process-content-vf img {
  width: 100%;
  margin-bottom: 17px;
}
.process-content-vf p {
  font-size: 14px;
  font-weight: 500;
}

.social-icon {
  margin-top: 25px;
  margin-bottom: 40px;
}
.social-icon ul li {
  display: inline-block;
  padding: 0px 5px;
}
.social-icon ul li a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
  opacity: 0.4;
}
.social-icon ul li a:hover,
.social-icon ul li a:focus,
.social-icon ul li a.active {
  opacity: 1;
}
.ad-banner {
  margin-top: 25px;
  margin-bottom: 42px;
}
.ad-banner img {
  width: 100%;
}
.gallery-img {
  margin-top: 25px;
  margin-bottom: 15px;
}
.gallery-img img {
  margin-bottom: 30px;
}
.latest-post-content {
  margin-bottom: 10px;
  position: relative;
}
.latest-post-content img {
  width: 75px;
  height: 75px;
}
.latest-post-text {
  left: 100px;
  position: absolute;
  top: 0;
}
.latest-post-text p {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.latest-post-text i {
  color: #727272;
  font-size: 12px;
  margin-right: 5px;
}
.latest-post-text span {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.category-list {
  margin-bottom: 40px;
  margin-top: 25px;
}
.category-list a {
  border-bottom: 2px solid #efefef;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 0;
  text-transform: none;
}
.tag-list {
  margin-top: 20px;
}
.tag-list ul li {
  display: inline-block;
}
.tag-list ul li a {
  color: #727272;
  display: block;
  font-size: 13px;
  padding: 7px 15px 0 0;
}
.tag-list ul li a:hover,
.tag-list ul li a:focus,
.tag-list ul li a.active {
  font-weight: 700;
  color: #000;
}
/*    Editor Slider
----------------------*/
.editor-chioce {
  margin-bottom: 60px;
}
.meta-text-content {
  margin-top: 0px;
}
.editor-slider {
  position: relative;
}
.editor-slider h3 {
  margin-top: 10px;
  padding-bottom: 0px;
  min-height: 152px;
}
.editor-slider .article-post {
  margin-right: 15px;
  margin-top: 70px;
}
.editor-slider .owl-buttons {
  left: 240px;
  position: absolute;
  top: -65px;
}
.editor-slider .owl-buttons .owl-prev,
.editor-slider .owl-buttons .owl-next {
  background: transparent none repeat scroll 0 0 !important;
  color: #d2d2d2 !important;
  display: inline-block !important;
  font-size: 24px !important;
  margin: 10px !important;
  opacity: 1 !important;
  padding: 3px 10px;
}
.editor-slider .owl-buttons::before {
  background: #d2d2d2 none repeat scroll 0 0;
  content: "";
  height: 30px;
  left: 45px;
  position: absolute;
  top: 15px;
  width: 2px;
}
/*    Footer
------------------*/
.footer {
  background: #2a2733 none repeat scroll 0 0;
  padding: 10px 0px 10px 0px;
  margin-top: 50px;
  position: sticky;
  width: 100%;
  bottom: 0!important;
}
.footer h3 {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.footer h3:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -20px;
}
.footer p {
  font-size: 12px;
  padding: 30px 0px 20px 0px;
  color: #e0e0e0;
  line-height: 23px;
  margin: 0px;
}
.newsletter .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #000;
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 300;
  height: 50px;
  padding: 0;
  width: 98%;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus,
.newsletter .form-control.active {
  box-shadow: none;
  border-right: 0px;
}
.newsletter-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  padding: 14px 0px 14px;
  -webkit-appearance: none;
  position: absolute;
  border: none;
  top: 0;
  right: 10px;
}
.newsletter-btn:hover,
.newsletter-btn:focus,
.newsletter-btn.active {
  background: none;
}
.footer-list ul {
  margin-top: 25px;
}
.footer-list ul li a {
  color: #727272;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-top: 15px;
}
/*    Copyright
----------------*/
.copyright {
  margin-top: 0px;
}
.copyright p {
  font-size: 12px;
  color: #727272;
  padding: 0px;
  text-align: end;
}
/*    HomePage Two
----------------------*/
.banner {
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.banner-content {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flexbox;
  justify-content: center;
  z-index: 0;
  height: auto;
}
.banner-content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  margin: 0px;
}
.banner-content p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-two-content .article-post {
  margin: 0px;
  min-height: 453px;
}
#home-two-body {
  overflow-x: hidden;
}
.article-img img {
  min-height: 653px;
  width: 100%;
}
.black-bg span,
.grey-bg span {
  color: #fffefe;
}
.black-bg h3,
.grey-bg h3 {
  color: #fff;
}
.black-bg p,
.grey-bg p {
  color: #efefef;
}
.black-bg .more-btn,
.grey-bg .more-btn {
  color: #efefef;
}
.black-bg .more-btn:after,
.grey-bg .more-btn:after {
  background: #efefef;
}
/*    Homepage Three
---------------------------*/
.side-bar {
  background:rgb(63, 24, 233) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding-left: 50px;
  padding-top: 50px;
  position: fixed;
  width: 225px;
  z-index: 999;
}
.side-bar .logo {
  margin-top: 0px;
  max-width: 125px;
  
}
.grid-post {
  margin-left: 225px;
  padding: 50px;
}
.grid-post img {
  width: 100%;
}
.grid-post .filter-item {
  margin-bottom: 80px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
}
.side-bar-menu {
  margin-top: 100px;
}
.side-bar-menu ul li a {
  color: rgb(236, 236, 236);
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 10px;
  

 /* text-transform: uppercase;
  /*cursor: pointer;*/
}
.side-bar-menu ul li a:hover,
.side-bar-menu ul li a:focus,
.side-bar-menu ul li a.active {
  color: rgb(236, 45, 125);
  text-underline-position: above;
  /*font-weight: 600;*/
}
.home-three-menu {
  display: none;
}
.home-three-menu li a {
  font-size: 13px !important;
}
.item-thumb {
  width: 25%;
  float: left;
}
/*    About Pages
---------------------*/
.about-content-desc p {
  color: #727272;
  font-size: 13px;
  line-height: 30px;
}
.about-banner {
  padding: 300px 0px 80px 0px;
}
/*    category Pages
------------------------------------*/
.category-banner {
  padding: 170px 0 0;
}
.categories {
  margin-bottom: 100px;
}
/*    Lifestyle
----------------------*/
.lifestyle {
  padding-top: 150px;
}
.filters {
  text-align: center;
}
.filter-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #727272;
  font-size: 13px;
  margin: 0;
  padding: 30px;
}
.masonary-filter {
  margin-top: 20px;
}
.filter-item-content {
  transition: all 0.4s ease-in-out 0s;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  bottom: 0;
  padding: 30px 40px;
  position: absolute;
  top: 100%;
}
.filter-item-content h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
.filter-item-content .category {
  font-weight: 500;
  margin-right: 5px;
  font-size: 11px;
}
.filter-item-content .date {
  font-weight: 500;
  margin-right: 5px;
  font-size: 11px;
}
.filter-item {
  margin-bottom: 80px;
  overflow: hidden;
}
.filter-item:hover .filter-item-content,
.filter-item:focus .filter-item-content,
.filter-item.active .filter-item-content {
  top: 0;
}
/*    Contact Page
-----------------------------*/
.contact-form {
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgb(58, 58, 58) !important;
  font-family: 'Roboto', sans-serif;

}
.contact-form-container{
  background-color: white;
  border: 1px solid ;
  border-color: #545457;
  margin: 0;
  padding: 3%;
}


.contact-form .textarea {
  width: 100%;
  height: 150px;
  padding: 0px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

input.form-fixer {
  padding: 1px;
}

.form-horizontal .form-group input, 
.form-horizontal .form-group select,
.form-horizontal .form-group label
{ 
  height: 14px;
  line-height: 14px;
}

.contact-form .form-control:hover,
.contact-form .form-control:focus,
.contact-form .form-control.active {
  box-shadow: none;
  border-right: 0px;
}
/*
          single post page start
--------------------------------------*/
.single-post-banner {
  margin-bottom: 92px;
  text-align: center;
  max-height:200px;
  display: inline;

  
}
.single-post-banner img video{
  width: 100%;
  background-size: cover;
  display: block;
  height: 800px;
  object-fit: cover;

}
.meta-tag-content .branding {
  font-weight: 500;
}
.meta-tag-content span {
  color: #000000;
  font-size: 11.1px;
  text-transform: uppercase;
  margin: 0px 23px;
}
.heading-text h1 {
  font-size: 30px;
  color: #1f1f1f;;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}
.heading-text h4 {
  font-size: 30px;
  color: #1f1f1f;;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}
.single-post-section {
  padding-top: 22px;
  padding-left: 0px;
  padding-right: 150px;
  max-width: 100%;
  margin-left: 10px;
  margin-top: 0px;
 /* margin-right: 100px; */

  background: #ffffff ;

}
.single-post-content {
  padding: 22px 50px;
}
.single-text-content {
  padding-left: 120px;
}
#home-post .article-post {
  margin-right: 0px;
  margin-top: 0px;
}
.single-element {
  overflow-x: hidden;
}
.heading-text .content-heading {
  margin-bottom: 16px;
  margin-top: 43px;
  font-size: 21.02px;
  font-family: 'Roboto', sans-serif;
}
.heading-text p {
  font-size: 15px;
  line-height: 25.02px;
  color: #727272;
}
.heading-text .quote-content {
  font-size: 16px;
  line-height: 25.02px;
  margin-bottom: 15px;
  margin-top: 17px;
  padding-left: 55px;
  text-align: left;
}
.single-post-inner-content {
  padding: 13px 0px;
}
.single-post-inner-content p {
  font-size: 13.01px;
  line-height: 25.02px;
  color: #727272;
}
.single-post-inner-content .single-content {
  display: inline-block;
  padding-top: 22px;
  padding-left: 110px;
  padding-bottom: 56px;
}
.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px;
}
.byline a {
  text-decoration: none;
  color: #d74b4b;
}
.center-post {
  display: inline-block;
}
.center-post img {
  text-align: center;
}

/* 

New shit 
New shit 
New shit 
New shit 

*/

section#home-section .top-block {
  text-align: center;
  padding: 165px 0 0;
  /* background: #333333 /*url('../upload/slide3.jpg')center center fixed*/ ;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
section#home-section .top-block .container {
  position: relative;
  z-index: 2;
  
}
section#home-section .top-block h1 {
  color: #1f1f1f;
  font-size: 60px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;

}
section#home-section .top-block h2 {
  color: #1f1f1f;
    text-align: center;

  margin-bottom: 30px !important;
}
section#home-section .top-block a {
  margin-bottom: 30px;
}
section#home-section .top-block p {
  margin-bottom: 20px;
  color: #fff;
}
section#home-section .top-block p a {
  color: #00b9ff;
  text-decoration: underline;
  text-align: center;

}
section#home-section .top-block img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
section#home-section .top-block:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  -ms-transform: matrix(1, -0.05, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0);
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}

.textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.textarea-vf {
  width: 200px;
  height: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.top-section {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 450px ;
  margin-bottom: 150px;
  margin-right: 0px;
  margin-top: 0px;

 /* margin-right: 100px; */
  background: #f1f1f1 ;
}

.top-section .text {
  margin-top: 50px;
  margin-right: 30px;
  margin-left: 100px;
}

.top-section h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(221, 221, 221) !important;
}

.senial-post {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #f5f5ff;
  resize: none;
  padding: 5%;
  
}

.senial-post h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(39, 39, 39) !important;
}
.senial-post h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}
.senial-post h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  color: rgb(95, 95, 95) !important;
  margin-bottom: 15px;

}
.senial-post p {
  font-size: 16px;
  margin-bottom: 25px;

}
.senial-post img {
  width: 100%;
  padding-bottom: 0px;
}
.senial-post input {
  box-sizing: inherit;
  border-bottom: 1px solid #efefef;
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  background-color: #a7a2a2;
  resize: none;
}
.senial-form {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fbfbff;
  padding: 5%;

}

.senial-form h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(39, 39, 39) !important;
}
.senial-form h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}
.senial-form h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  color: #020202;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;

}
.senial-form p {
  font-size: 16px;
  margin-bottom: 25px;

}
.senial-form img {
  width: 100%;
  padding-bottom: 0px;
}
.senial-form input {
  box-sizing: content-box;
  border-bottom: 1px solid #efefef;
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  background-color: transparent;
  resize: none;
  color: #1f1f1f;  
}

.senial-form textarea   {
  box-sizing: content-box;
  border-bottom: 0px solid #efefef;
  border-left: 0 ;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  background-color: transparent;
  color: #1f1f1f;  
  font-size: 16px;
  outline: none;
}
.senial-form .form-control {
  box-sizing: border-box;
  /*border-bottom: 1px solid #762dec;*/
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  box-shadow: none;
  font-size: 27px;
  font-weight: 700;
  margin-left: 0px;
}

.senial-form .form-control-p {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-left: 0px;

}

.senial-form .form-control h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  color: #1f1f1f; 
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.senial-form .form-control p {
  font-size: 16px;
  margin-bottom: 25px;

}
.contact-form .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  box-shadow: none;
  font-size: 25px;
  font-weight: 800;
  height: 25px;
  color: #1f1f1f;
  width: 100%;
}

.contact-form .form-control-date {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0 none;
  border-radius: 0;
  border-right: 0px;
  border-top: 0 none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  height: 20px;
  color: #1f1f1f;
  width: 100%;
}


.map-section {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 150px;
  max-width: 100%;
  height: 500px ;
 /* margin-right: 100px; */
  background: #ffffff ;
}

.map-section .text {
  margin-top: 50px;
  margin-right: 30px;
  margin-left: 100px;
}

.map-section h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(221, 221, 221) !important;
}

.top-title-section {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 150px;
  max-width: 100%;
 /* margin-right: 100px; */
  background: #ffffff ;
  
}

.container-senial {
  padding-top: 0px;
  padding-left: 150px;
  padding-right: 150px;
  max-width: 100%;
  margin-left: 110px;
  background: #ffffff ;
  
}
.top-title-content {
  padding: 0 100px;
  margin-top: 50px;
  margin-right: 30px;
}


.top-title-section h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 30px 0 13px;
  color: rgb(95, 95, 95) !important;
}
.top-title-section h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 15px;
  color: #1f1f1f; 
  /*text-decoration: underline;*/
}
.top-title-section h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0px 0 25px;
  color: rgb(58, 58, 58) !important;
}

.top-title-section p {
  font-size: 14px;
  line-height: auto;
  margin: 0;
  padding: 0px 0px;
}
.top-title-section img {
  width: 100%;
}

.top-title-section hr {
  padding-left: 100px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.mapatiempo {
  height: 600px;
  background-color: #6c55f1;
}

.card-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid ;
  border-color: #545457;
  border-radius: .25rem;
  height: 280px;
  text-align: center;
  justify-content: center;
  padding: 0px;
  perspective: 1000px;
}

.card-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: transparent;
  border-radius: .25rem;
  height: 100%;
  text-align: center;
  justify-content: center;
  padding: 15px;

}

#cg {
  background-color: #f68e6f;
}

#cl {
  background-color: #5ec9e3;
}

#pov {
  background-color: #ffce40;
}

#obj {
  background-color: #6eb353;
}

#tec {
  background-color: #e8194d;
}

#arq {
  background-color: #8d7b9e;
}
#cgf {
  color: #f68e6f;
}

#clf {
  color: #5ec9e3;
}

#povf {
  color: #ffce40;
}

#objf {
  color: #6eb353;
}

#tecf {
  color: #e8194d;
}

#arqf {
  color: #8d7b9e;
}
/*
#cg :hover{
  background-color: #f68e6f;
}
#cl :hover{
  background-color: #5ec9e3;
}
#pov :hover{
  background-color: #ffce40;
}
#obj :hover{
  background-color: #6eb353;
}
#tec :hover{
  background-color: #e8194d;
}
#arq :hover{
  background-color: #8d7b9e;
}
*/


.flip-card {
  background-color: transparent;
  perspective: 1000px;  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  z-index: 1 ;
  position: absolute;
}

.flip-card-back {
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

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

.back-card {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;  
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: transparent;
  border-radius: .25rem;
  height: 100%;
  text-align: left;
  padding: 0px 0 0 0px;
  perspective: 1000px;
  justify-content: left;
}
.back-card i{
  display: inline;
  color: #020202;
  cursor: pointer;
}

.back-card h5{
  color: #020202;
  padding: 5px 10px 0 10px;
  font-size: 16px;
}

.back-card h7{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
    position: relative;
    transition: all 0.4s ease-in 0s;
  text-align: end;
}

.back-card small{
  padding: 10px 0px 0 10px;
  font-size: 70%;
  font-weight: 800;
  margin-bottom: -5px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  position: relative;
  transition: all 0.4s ease-in 0s;
}

.card-footer-cg{
  background-color: #f68e6f;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;
}
.card-footer-cl{
  background-color: #5ec9e3;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;
}
.card-footer-pov{
  background-color: #ffce40;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;

}
.card-footer-obj{
  background-color: #6eb353;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;

}
.card-footer-tec{
  background-color: #e8194d;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;

}
.card-footer-arq{
  background-color: #8d7b9e;
  color: #fafafa;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
  text-align: right;

}

.contact-form h8{
  font-size: 80%;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: rgb(63, 24, 233);
  position: relative;
}
/* REPARTIR CARTAS */

#card-vf {
  width: 200px;
  height: 125px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #ddd;
  -webkit-transform: translateY(-125%);
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -o-transform: translateY(-125%);
  transform: translateY(-125%);
  transition: transform 0.5s cubic-bezier(0.25, 0, 0.28, 1.43);
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card-table {
  background: transparent;
  width: 100%;
  padding: 10px;
  margin-top: 0px;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.card {
  width: 200px;
  height: auto;
  background: transparent;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  -webkit-transform: translateY(-125%);
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -o-transform: translateY(-125%);
  transform: translateY(-650%);
  transition: transform 0.5s cubic-bezier(0.25, 0, 0.28, 1.43);
}

.card:nth-child(1) {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0s;
}

.card:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0s;
}

.card:nth-child(3) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0s;
}

.card:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0s;
}
.card:nth-child(5) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0s;
}
.card:nth-child(6) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0s;
}

.load-cards {
  width: 100%;
  float: left;
  padding: 20px ;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #545457;
  position: relative;
  transition: all 0.4s ease-in 0s;
  background: none;
  width: 100%;
  padding: 20px ;
  text-align: center;
  border-style: solid;
  border-color: #545457;
  border-width: thin;
}
.load-cards:hover {
  background: #6c55f1;
  color: #ebebec;
}
.change-cards {
  width: 100%;
  float: left;
  padding: 20px ;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #545457;
  position: relative;
  transition: all 0.4s ease-in 0s;
  background: none;
  width: 100%;
  padding: 20px ;
  text-align: center;
  border-style: solid;
  border-color: #545457;
  border-width: thin;
}
.change-cards:hover {
  background: #6c55f1;
  color: #ebebec;
}
.btn-rep {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #545457;
  position: relative;
  transition: all 0.2 s ease-in 0s;  
  background: none;
  width: 100%;
  padding: 20px ;
  text-align: center;
  border-style: solid;
  border-color: #545457;
  border-width: thin;
}
.btn-rep:hover,
.btn-rep:focus,
.btn-rep.active {
  background: #6c55f1;
  color: #ebebec;
}
.animated .card {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, -1.42, 0.28, 1.43);
}
.animated .card:nth-child(1) {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.animated .card:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.animated .card:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animated .card:nth-child(4) {
  -webkit-transition-delay: 0.07s;
  -moz-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
.animated .card:nth-child(5) {
  -webkit-transition-delay: 0.22s;
  -moz-transition-delay: 0.22s;
  transition-delay: 0.22s;
}
.animated .card:nth-child(6) {
  -webkit-transition-delay: 0.37s;
  -moz-transition-delay: 0.37s;
  transition-delay: 0.37s;
}
.cardvf {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid rgb(168, 168, 168);
  border-radius: 5px;
  background-color: transparent;
  resize: none;
  padding: 0;
  width: 350px;
  word-break: keep-all;

}
.leer{
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #6c55f1;
}

.cardvf .card-img-top {
  max-width:100%;
  height: 300px;
  object-fit: cover; 
}
.cardvf p{
  font-size: 1rem;
}
.img-gradient{
  position:relative;
  display:inline-block;
}
.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#c3ec52 0%,#0ba29d 100%); /* IE10+ */
  background: linear-gradient(to bottom,#6d0dda7c 0%,#341785d5 100%); /* W3C */
/*  background: linear-gradient(to bottom, rgba(44, 47, 224, 0.5) 0%,rgba(107, 37, 220, 0.5) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
}
.card-footer-vf{
  background-color:transparent;
  color: #fafafa;
  position: relative;
  bottom: 0;
  width: auto;
  margin-top: 30px;
  align-self: flex-end;
}
.img-gradient-header{
  position:relative;
  display:inline-block;
  width: 100%;
  height: 100vh;
}
.img-gradient-head{
  position:relative;
  display:inline-block;
  width: 100%;
}
.img-gradient-header:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#c3ec52 0%,#0ba29d 100%); /* IE10+ */
  background: linear-gradient(to bottom,#1f063bd7 0%,#4513ced5 100%); /* W3C */
/*  background: linear-gradient(to bottom, rgba(44, 47, 224, 0.5) 0%,rgba(107, 37, 220, 0.5) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient-header img{
  display:block;
  position: relative;
}
.img-gradient-head:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,#c3ec52 0%,#0ba29d 100%); /* IE10+ */
  background: linear-gradient(to bottom,#1f063bd7 0%,#4513ced5 100%); /* W3C */
/*  background: linear-gradient(to bottom, rgba(44, 47, 224, 0.5) 0%,rgba(107, 37, 220, 0.5) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient-head img{
  display:block;
  position: relative;
}
#myVideo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.viewport-header {
  position: relative;
  display: flexbox;
  z-index: 0;
  height: 100vh;
}
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px;
  background: linear-gradient(to right,#1f063b 0%,#e2d8fd 100%); /* W3C */
  border-radius: 10px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-style: solid;
  border-width: 3px;
  border-color: #838383;
  border-radius: 50%;
  cursor: pointer;
}
.modal-header{
display: inline;  
text-align: left;
}
.modal-header small{
  text-transform: uppercase;
  font-weight: 800;
}
.modal-header h5{
  color: #020202;
  font-size: 1.3rem;
  text-align: left;
}
.senial-card {
  margin-left: 0px;
  background-color: transparent; 
  border: 1px solid ;
  border-color: #949494;
  position: relative;
  display: inline-flexbox;
  width: 100%;
  justify-content: center;

  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgb(168, 168, 168);
  border-radius: 5px;
  background-color: transparent;
  resize: none;
  padding: 0;
}
.senial-card-body{
  padding: 3%;
}
.senial-card h1{
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px 0 0px 0;
  margin-bottom: 20px;
  margin-top: 0px;
}
.senial-card h2{
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0 0px 0;
  margin-top: 20px;
  margin-bottom: 0px;
}
.senial-card h3{
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-top: 15px;
  line-height: 0.5rem;
}
.senial-card p{
  font-size: 1rem;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.senial-card img{
width: 100%;
display: block;
background-size: cover;
object-fit: cover;
}
.senial-card a{
  color: #6c55f1;
}
.card-footer small{
  text-transform: uppercase;
}
.card-footer span{
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  color: #616161;
}
.modal-header-senial{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
background-color: #6c55f1;
color: #f3f3f3;
}

/*TIMELINE SHIT*/

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
  
  
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #6c55f1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #6c55f1;
  border-color: #8774f0;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #6c55f1;
  border-color: #8774f0;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #6c55f1;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/svg/arrow-right-solid.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #6c55f1;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  height: auto!important;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
/* Título */
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #020202;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 1.8rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@media screen and (max-width: 667px) {
  .slider-caption {
    width: calc(100%);
  }
  .slider-caption h2 {
    font-size: 2.8rem;
  }
  .slider-caption h3 {
    font-size: 1.4rem;

  }
  .slider-caption p {
    font-size: 1rem;

  }
  .cardvf {
    width: calc(100%);

  }
}

.login-form {
  padding-top: 55px;
  width: 340px;
  margin: 30px auto;
  font-size: 15px;
}
.login-form form {
  margin-bottom: 15px;
  padding: 30px;
}
.login-form h2 {
  margin: 0 0 15px;
}
.login-form .hint-text {
  color: #303030;
  padding-bottom: 15px;
  text-align: center;
  font-size: 13px; 
}
.form-control, .btn {
  min-height: 38px;
  border-radius: 2px;
}
.login-btn {        
  font-size: 15px;
  font-weight: bold;
}
.or-seperator {
  margin: 20px 0 10px;
  text-align: center;
  border-top: 1px solid #6c55f1;
}
.or-seperator i {
  padding: 0 10px;
  background: #f7f7f7;
  position: relative;
  top: -11px;
  z-index: 1;
}
.social-btn .btn {
  margin: 10px 0;
  font-size: 15px;
  text-align: left; 
  line-height: 24px;       
}
.social-btn .btn i {
  float: left;
  margin: 4px 15px  0 5px;
  min-width: 15px;
}
.input-group-addon .fa{
  font-size: 18px;
}
.btn-success1 {
  color: #545457;
  font-style: normal;
  font-weight: normal;
  background-color: none!important;
  border-color:#545457;
}
.btn-success1:hover {
  color: #fff;
  background-color:  #6c55f1;
  border-color: #545457;
}

.text-success {
  color: #6c55f1 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #543ed4 !important;
}