@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700|Roboto:300,400,700');
html,
body {

    height: 100%;
}
img {
    max-width: 100%;
}
p {
    margin: 0 0 15px;
}
p:last-child {
    margin: 0;
   
}
h1,
h2,
h3,
h5,
h6 {
    margin: 0 0 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
a {
    color: #444;
}
a:hover {
    font-weight: bold;
    color: #ff7366;
    text-decoration: none;
}
a,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input,
textarea {
    outline: none;
}
textarea {
    resize: vertical;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
    color: #86878b;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.primary-bg {
    background: #e18d0f;
}
.gray-bg {
    background: #fff;
}
.white-bg {

    background: #fff;
}
.vertical--middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.vertical--middle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.area-padding {
    padding: 70px 0;
}
.area-padding-btm {
    padding-bottom: 90px;
}
.mb-0 {
    margin-bottom: 0px !important;
}


.header-top-area {
    background-color: #0fbbd4;
    min-height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}

.header-top-area span {
    font-weight: 400;
}
.header-top-area ul {
    position: relative;
}


.header-top-area i,
.header-top-area a:hover,
.nav > li.active > a,
.logo h1 a span,
.address-right a:hover {
    font-weight: bold;
}
.header-top-area,
.header-top-area a {
    
}
.header-top-area i,
.header-top-area span {
    margin-right: 0 px;
}
.header-top-area li,
#navigation li {
    display: inline-block;
}
.header-top-area li a i {
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.header-top-area li a:hover i {
    color: #ff7366;
}
.header-menu-area {
    background-color: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.navbar-brand {
    margin-left: 0px !important;
    display: inline-block;
    font-size: 18px;
    color: #222;
    border-radius: 1px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
}

.navbar-brand:hover {
    color: #222;
}

.navbar-brand span {
    color: #e18d0f;
}
.main-menu {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  
  .main-menu li {
    display: inline-block;
    position: relative;
    padding: 25px 0px;
  }
  
  .main-menu li a {
    display: inline-block;
    color: #fff;
    padding: 0px 20px;
  }
  
  .main-menu li a.active {
    background-color: #e18d0f;
  }
  
  .main-menu li a.active:hover {
    color: #e18d0f;
    opacity: .9;
  }
  
  .main-menu li > .sub-menu {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 210px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out;
    z-index: 333;
  }
  
  .main-menu li > .sub-menu li {
    display: block;
    padding: 0px 0;
  }
  
  .main-menu li > .sub-menu li a {
    display: block;
    color: #adb5bd;
    padding: 5px 20px;
    text-align: left;
  }
  
  .main-menu li > .sub-menu li:hover > a {
    color: #e18d0f;
  }
  .main-menu li > .sub-menu li > .sub-menu {
    left: 100%;
    top: 0;
  }

  .main-menu li.dropdown-left > .sub-menu {
      left: auto;
      right: 0;
  }
  .main-menu li.dropdown-left > .sub-menu a {
      text-align: right;
  }
  .main-menu li.dropdown-left > .sub-menu a i {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%)
  }
  .main-menu li.dropdown-left > .sub-menu li > .sub-menu {
    left: auto;
    right: 100%;
}

  .main-menu li:hover > a {
    color: #ff7366;
    background-color: #fff; 
  }
  
  .main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .slicknav_btn {
    border: 1px solid;
    border-color: #fff;
    background: transparent;
    margin-bottom: 15px;
  }
  
  .slicknav_menu {
    background: transparent;
  }
  
  .slicknav_menu .slicknav_icon-bar {
    background: #fff;
  }
  
  .slicknav_nav {
    background-color: #fff;
    color: #9e0f0f;
    padding: 10px;
    text-align: left;
  }
  
  .slicknav_nav a {
    font-weight: bold;
    color: black;
  }
  .slicknav_nav a:hover {
    background: #0fbbd4;
    color: #fff;
    border-radius: 0px;
    outline: none;
  }
  
  .slicknav_nav .slicknav_arrow {
    width: 35px;
    background: #e91e63;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 18px;
  }
  
  .slicknav_nav .slicknav_row:hover {
    background: transparent;
  }
  
  .navbar-toggler {
    display: none;
  }
  
  .mobile-menu {
    display: none;
  }
  
  .slicknav_menu {
    display: none;
  }
  
  @media (max-width: 991.98px) {
    .navbar-brand {
      position: absolute;
      top: 10px;
      left: 7px;
    }
    .navbar-brand img {
      width: 75%;
    }
    .slicknav_menu {
      display: block;
    }
    .main-menu {
      display: none;
    }
    .slicknav_btn {
        margin-top: 15px;
      margin-bottom: 25px;
    }
    .slicknav_nav a .fa {
        display: none;
      }
  }
  
  @media (max-width: 767.98px) {
    .navbarheader {
      width: 100%;
    }
    .navbar-brand {
      position: absolute;
      margin-top: 0;
    }
    .navbar-brand img {
      width: 60%;
    }
    .slicknav_btn {
      margin-bottom: 25px;
    }
    .slicknav_menu {
      display: block;
    }
    .slicknav_nav .active a {
      background: #e91e63;
      color: #fff;
    }
   
      .slicknav_nav a:hover {
      background: #e91e63;
      border-radius: 0px;
      outline: none;
    }
    .slicknav_nav a .fa {
      display: none;
    }
    .slicknav_nav .slicknav_arrow {
      background: #3498db;
      color: #fff;
    }
    .slicknav_nav .dropdown li a.active {
      background: #f8f9fa;
      color: #3498db;
    }
    .slicknav_nav .dropdown li a :focus {
      outline: 0;
    }
  }

/*===================================
    slider area start
=====================================*/
.slider-area {
    position: relative;
    overflow: hidden;
}
.slider-area .single-slide {
    position: relative;
}
.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #413e3e;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.p-relative {
    position: relative;
}
.caption {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caption h2 {
    font-size: 56px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
}
.caption h2 span {
    color: #e18d0f;
    display: block;
}
.caption p {
    font-size: 18px;
    color: #fff;
}
.btn-1 {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 28px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    background: #e18d0f;
    color: #fff;
    text-transform: uppercase;
    z-index: 11;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
}
.btn-1:hover {
    color: #fff;
}
.btn-1:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.btn-1:hover:before {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0,0,0,0.3);
}
.btn-1 i {
    margin-left: 5px;
}
.slider-area.owl-carousel .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.slider-area.owl-carousel .owl-nav div:hover {
    background: #ffe745;
    color: #fff;
}
.slider-area.owl-carousel .owl-nav div.owl-next {
    left: inherit;
    right: 0;
}

/*===================================
    section title area start
=====================================*/
.section-title {
    position: relative;
    margin-bottom: 30px;
}
.section-title h2 {
    margin: 0;
    font-size: 35px;
    color: #212121;
}
.section-title .star {
    height: 10px;
    width: 10px;
    background-color: #e18d0f;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.section-title.white-title h2 {
    color: #fff;
}
.section-title.white-title .star {
    background-color: #fff;
}
.section-title.bradcam-title {
    margin-bottom: 0px;
}



/*===================================
    about area start
=====================================*/
.about-content {margin-top: 80px;}

.primary-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    background: #e18d0f;
    color: #fff;
    padding: 15px 0;
    width: 145px;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
 }

.primary-btn:after {
    content: "";
    position: absolute;
    left: -42px;
    top: -5px;
    width: 110%;
    height: 100%;
    background: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: -1;
}
.primary-btn:hover:after {
    left: 0;
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.content-img {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin-right: -17px;
}
.content-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 85%;
    border: 10px solid #9e0f0f;
    border: 10px solid #fff;
    z-index: -1;
}

/*===================================
    funfact area start
=====================================*/
.funfact-area, .testimonial-area {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
}
.funfact-area:after, .testimonial-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}
.funfact-area {
    background: url("../img/funfact-bg.jpg") no-repeat fixed center center / cover;
}
.single-counter {
    position: relative;
    z-index: 999;
}
.counter-icon i {
    border: 2px solid #e18d0f;
    border-radius: 50%;
    color: #e18d0f;
    font-size: 23px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    width: 65px;
}
.counter-text {
    margin-top: 16px;
}
.counter-text h2 {
    color: #fff;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.counter-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}

#particles-js canvas {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/*===================================
    teacher list area start
=====================================*/

.our-teacher-area {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.teacher-list3 {
    position: relative;
    margin-bottom: 30px;
   
    overflow: hidden;
}

.teacher-list3 {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}
.teacher-list3 .teacher__thumb {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.teacher-list3 .teacher__social {
background: rgb(155,255,248);
background: linear-gradient(90deg, rgba(155,255,248,1) 0%, rgba(216,166,203,1) 28%, rgba(222,222,175,1) 64%, rgba(226,143,183,1) 100%);
    position: absolute;
    bottom: -10%;
    width:  100%;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    opacity: 0;
    transition: all .4s ease 0s;
}
.teacher-list3:hover .teacher__social {
    bottom: 0;
    opacity: 1;
}
.teacher-list3 .teacher__social a {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    transition: all .4s ease 0s;
}
.teacher-list3 .teacher__social a:hover {
    background-color: #fff;
    color: #ff7366;
}

.teacher-list3 .teacher__body {
    padding-top: 30px; 
    padding-bottom: 30px;
}
.teacher-list3 .teacher__body h2 {
    color: #444;
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.teacher-list3 .teacher__body h2 span {
    display: block;
    font-size: 70%;
    font-weight: 400;
    margin-top: 5px;
}





.teacher-list2 {
    position: relative;
    margin-bottom: 30px;
    background: rgb(255,255,255);
    background: rgb(255,192,120);
    background: linear-gradient(90deg, rgba(255,192,120,1) 0%, rgba(216,216,166,1) 28%, rgba(175,222,192,1) 64%, rgba(127,209,219,1) 100%);
    overflow: hidden;
}

.teacher-list2 {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.teacher-list2 .teacher__thumb {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.teacher-list2 .teacher__social {
background: rgb(155,255,248);
background: linear-gradient(90deg, rgba(155,255,248,1) 0%, rgba(216,166,203,1) 28%, rgba(222,222,175,1) 64%, rgba(226,143,183,1) 100%);
    position: absolute;
    bottom: -10%;
    width:  100%;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    opacity: 0;
    transition: all .4s ease 0s;
}
.teacher-list2:hover .teacher__social {
    bottom: 0;
    opacity: 1;
}
.teacher-list2 .teacher__social a {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    transition: all .4s ease 0s;
}
.teacher-list2 .teacher__social a:hover {
    background-color: #fff;
    color: #ff7366;
}

.teacher-list2 .teacher__body {
    padding-top: 30px; 
    padding-bottom: 30px;
}
.teacher-list2 .teacher__body h2 {
    color: #444;
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.teacher-list2 .teacher__body h2 span {
    display: block;
    font-size: 70%;
    font-weight: 400;
    margin-top: 5px;
}




.our-teacher-area {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.teacher-list {
    position: relative;
    margin-bottom: 30px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 40%, rgba(230,241,255,1) 100%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.teacher-list {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.teacher-list .teacher__thumb {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.teacher-list .teacher__social {
    background: rgba(238, 164, 18,0.9);
    position: absolute;
    bottom: -10%;
    width:  100%;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    opacity: 0;
    transition: all .4s ease 0s;
}
.teacher-list:hover .teacher__social {
    bottom: 0;
    opacity: 1;
}
.teacher-list .teacher__social a {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    transition: all .4s ease 0s;
}
.teacher-list .teacher__social a:hover {
    background-color: #fff;
    color: #ff7366;
}

.teacher-list .teacher__body {
    padding-top: 30px; 
    padding-bottom: 30px;
}
.teacher-list .teacher__body h2 {
    color: #444;
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.teacher-list .teacher__body h2 span {
    display: block;
    font-size: 70%;
    font-weight: 400;
    margin-top: 5px;
}

/*===================================
    event schedule area start
=====================================*/
.ssingle-event-list {
    position: relative;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
     background: url("../img/padem.jpg") no-repeat  center center / cover;
    
}
.ssingle-event-list:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.sssingle-event-list {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
     background: url("../img/jsl.jpg") no-repeat  center center;
    
}
.sssingle-event-list:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.ssssingle-event-list {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
     background: url("../img/jardines.png") no-repeat  center center / cover;
    
}
.ssssingle-event-list:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.single-event-list {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;

}
.single-event-list:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
}
.event-date {
    position: absolute;
    left: 0px;
    top: 20px;
    color: #fff;
    width: 70px;
    height: 85px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.event-date:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e18d0f;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}
.event-date.second-date {
    left: inherit;
    right: 0;
}
.event-carousel .owl-stage-outer {
    padding: 10px 0;
}

.event-content {
    padding: 20px 30px;
}
.event-info {
    margin-bottom: 15px;
}
.event-info h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.event-title {
    font-weight: 700;
    color: #333;
    margin-right: 5px;
}

.primary-btn.style--two:after {
    bottom: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.primary-btn.style--two:hover:after {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}


/*===================================
    gallery area start
=====================================*/
.gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.single-gallery {
    width: calc(100% / 4);
    position: relative;
    overflow: hidden;
}
.single-gallery:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e18d0f;
    z-index: 11;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.single-gallery:hover:after {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.single-gallery a {
    display: block;
}
.single-gallery img {
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(4.5);
            transform: translate(-50%,-50%) scale(4.5);
    z-index: 22;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.overlay a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #e18d0f;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff;
}

.overlay a:after {
    border-radius: 50%;
    bottom: -4px;
    content: "";
    left: -4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -4px;
    top: -4px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}
.overlay a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}

.single-gallery:hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%,-50%) scale(1.2);
            transform: translate(-50%,-50%) scale(1.2);
}

/*===================================
    notice area start
=====================================*/
.notice-area {
    border-top: 1px solid #eee;
}
.single-notice {
    text-align: center;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    border: 1px solid #ddd;
    background: linear-gradient(to bottom, #abc557 0%, #809442 100%); height: 300px; margin-top: 58px;
}
.single-notice:hover {
    box-shadow: 0 0 25px 3px rgba(0,0,0,.2);
    background: linear-gradient(to right, #ce434e 0%, #eda846 100%);
}
.notice-content h3 {
    margin-bottom: 15px;
}
.notice-meta {
    color: #fff;
    margin-bottom: 10px;
}
.notice-meta span {
    margin-right: 10px;
}
.notice-meta span i {
    margin-right: 5px;
}
.notice-meta span a {
    color: #86878b;
}
.notice-meta span a:hover {
    color: #e18d0f;
}

.notice-content .read-more-btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: black;
}
.notice-content .read-more-btn:hover {
    font-weight: bold;
    color: #fff;}
.notice-content .read-more-btn i {
    -webkit-transition: margin-left .4s ease 0s;
    transition: margin-left .4s ease 0s;
}
.notice-content .read-more-btn:hover i{
    margin-left: 5px;
}

.notice-carousel.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}
.notice-carousel.owl-carousel .owl-nav div {
    position: absolute;
    left: 49%;
    bottom: -30px;
    border: 1px solid #e1e1e1;
    width: 55px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.notice-carousel.owl-carousel .owl-nav div:hover {
    border-color: #e18d0f;
    background: #e18d0f;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.notice-carousel.owl-carousel .owl-nav div.owl-next {
    left: 54%;
}

/*===================================
    contact form area start
=====================================*/
.our-contact-us-area .container.white-bg {
    padding-top: 50px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, .2);
}
.company-info {
    border: 1px solid #86878b;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-align: center;
}
.company-info:hover {
    background: #dac661;
    color: #fff;
    border-color: #fff;
}
.info-icon i {
    border: 1px solid #86878b;
    border-radius: 5px;
    font-size: 25px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 45px;
    -webkit-transition: .5s;
    transition: .5s;
}
.company-info:hover .info-icon i {
    border-color: #fff;
    color: #fff;
}
.info-text {
    margin-top: 10px;
}

.input-box:nth-of-type(-n+2) {
    width: 49%;
    margin-right: 2%;
}
.input-box:nth-of-type(2) {
    margin-right: 0;
}
.input-box {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    text-align: right;
}
.input-box input, .input-box textarea {
    background: transparent;
    border: 1px solid #86878b;
    border-radius: 5px;
    height: 54px;
    line-height: 25px;
    margin: 0 0 10px;
    outline: medium none;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.input-box input:focus, .input-box textarea:focus {
    border-color: #9e0f0f;
}
.input-box textarea {
    height: 188px;
    padding-top: 13px;
    margin: 0;
}
.input-box h5 {
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
}
.send-btn {
    border: 2px solid #86878b;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px 12px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #dec55e;
    background: linear-gradient(to right, #dec55e 0%, #4cb5bf 100%);
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}
button.send-btn:hover {
    background: black;
    border-color: black;
    color: #fff;
}

/*===================================
    footer area start
=====================================*/
.footer-top-area {
   background: linear-gradient(70deg, #004C79, #262626);
}
.footer-widget {
    color:#fff;
}
.footer-widget .logo.footer-logo {
    margin: 0 0 25px;
}

.footer-widget .logo.footer-logo h1 {
    border-color: #fff;
}

.footer-widget .logo.footer-logo a {color: #fff;}
.footer-widget .footer-social{
    margin-top: 25px;
}
.footer-widget .footer-social li {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.footer-widget .footer-social li a {
    color:#ff7366;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-widget .footer-social li a:hover {
    border-radius: 3px;
}



.footer-widget .logo.footer-logo a {color: #fff;}
.footer-widget .footer-socials{
    margin-top: 15px;
}
.footer-widget .footer-socials li {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.footer-widget .footer-socials li a {
   
    width: 99px;
    height: 95px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 32px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-widget .footer-socials li a:hover {
    border-radius: 20px;
}


.footer-widget h2 {
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}

.footer-widget h2:after, .footer-widget h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.footer-widget h2:before {
    background: #e18d0f;
}

.footer-widget h2:after {
    background: #D9504E;
    width: 30%;
}

.footer-widget > ul > li {
    display: block;
    border-bottom: 1px dashed #ddd;
}
.footer-widget > ul > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0;
    -webkit-transition: all .6 ease 0s;
    transition: all .6 ease 0s;
    position: relative;
    z-index: 1;
}

.footer-widget > ul > li > a:hover {
    margin-left: 10px;
    color: #fff;
     font-weight: bold;
}

.footer-area {
    background-color: #860F0F;
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
}
.copyright {
    margin-top: 12px;
}
.copyright a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.copyright a:hover {
    color: #e18d0f
}
.footer-social-icons ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-social-icons ul li a {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-left: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-social-icons ul li a:hover {
    background: #e18d0f;
    border-color: #e18d0f;
}











.footer-top-area {
   background: linear-gradient(70deg, #004C79, #262626);
}
.footer-widget2 {
    color:#fff;
}
.footer-widget2 .logo.footer-logo {
    margin: 0 0 25px;
}

.footer-widget2 .logo.footer-logo h1 {
    border-color: #fff;
}

.footer-widget2 .logo.footer-logo a {color: #fff;}
.footer-widget2 .footer-social{
    margin-top: 25px;
}
.footer-widget2 .footer-social li {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.footer-widget2 .footer-social li a {
    color:#ff7366;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-widget2 .footer-social li a:hover {
    border-radius: 3px;
}



.footer-widget2 .logo.footer-logo a {color: #fff;}
.footer-widget2 .footer-socials{
    margin-top: 15px;
}
.footer-widget2 .footer-socials li {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
}
.footer-widget2 .footer-socials li a {
   
    width: 99px;
    height: 95px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-widget2 .footer-socials li a:hover {
    border-radius: 20px;
}


.footer-widget2 h2 {
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}

.footer-widget2 h2:after, .footer-widget2 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.footer-widget2 h2:before {
    background: #e18d0f;
}

.footer-widget2 h2:after {
    background: #92D2BB;
    width: 30%;
}

.footer-widget2 > ul > li {
    display: block;
    border-bottom: 1px dashed #ddd;
}
.footer-widget2 > ul > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0;
    -webkit-transition: all .6 ease 0s;
    transition: all .6 ease 0s;
    position: relative;
    z-index: 1;
}

.footer-widget2 > ul > li > a:hover {
    margin-left: 10px;
    color: #fff;
     font-weight: bold;
}

.footer-area {
    background-color: #860F0F;
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
}
.copyright {
    margin-top: 12px;
}
.copyright a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.copyright a:hover {
    color: #e18d0f
}
.footer-social-icons ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-social-icons ul li a {
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-left: 5px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-social-icons ul li a:hover {
    background: #e18d0f;
    border-color: #e18d0f;
}








/*===================================
        scroll start
=====================================*/
#scroll {
    background: #e18d0f;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    width: 40px;
    z-index: 99;
    border-radius: 2px;
}
#scroll:hover {
    background: #a41b3c;
}
#scroll i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bradcam-area2 {
    background: url("../img/jardines.png") no-repeat fixed center center / cover;
    color:#fff;
    position: relative;
    z-index: 1;
}
.bradcam-area2:before {
    background: #242426;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.bradcam-wrap2 nav.bradcam-inner a {
    color: #fff;
    font-weight: 600;
}
.bradcam-wrap2 nav.bradcam-inner a:hover {
    font-weight: bold;
    color: #0fbbd4;
}
.bradcam-wrap2 nav.bradcam-inner .brd-separetor {
    display: inline-block;
    margin: 0 5px;
}
.bradcam-wrap2 nav.bradcam-inner span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


.bradcam-area3 {
    background: url("../img/colegios.png") no-repeat fixed center center / cover;
    color:#fff;
    position: relative;
    z-index: 1;
}
.bradcam-area3:before {
    background: #242426;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.bradcam-wrap3 nav.bradcam-inner a {
    color: #fff;
    font-weight: 600;
}
.bradcam-wrap3 nav.bradcam-inner a:hover {
    font-weight: bold;
    color: #0fbbd4;
}
.bradcam-wrap3 nav.bradcam-inner .brd-separetor {
    display: inline-block;
    margin: 0 5px;
}
.bradcam-wrap3 nav.bradcam-inner span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}




.bradcam-areachispa {
  background: url(../img/lachispa.jpg) ;
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areachispa:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapchispa nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapchispa nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapchispa nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapchispa nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}



.bradcam-areacamarico {
  background: url(../img/jsl.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areacamarico:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapcamarico nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapcamarico nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapcamarico nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapcamarico nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areasantaherminia {
  background: url(../img/santaherminia.jpg) ;
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areasantaherminia:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapsantaherminia nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapsantaherminia nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapsantaherminia nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapsantaherminia nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areapasoancho {
  background: url(../img/escuelapaso.jpg) ;
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areapasoancho:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrappasoancho nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrappasoancho nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrappasoancho nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrappasoancho nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}



.bradcam-areaporvenir {
  background: url(../img/porvenir.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areaporvenir:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapporvenir nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapporvenir nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapporvenir nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapporvenir nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}



.bradcam-areaodessa {
  background: url(../img/odessa.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areaodessa:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapodessa nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapodessa nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapodessa nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapodessa nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}



.bradcam-areabolsico {
  background: url(../img/elbolsico.gif) ;
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areabolsico:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapbolsico nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapbolsico nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapbolsico nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapbolsico nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areamaitenes {
  background: url(../img/losmaitenes.gif);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areamaitenes:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapmaitenes nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapmaitenes nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapmaitenes nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapmaitenes nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areacasasviejas {
  background: url(../img/casasviejas.jpg) ;
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areacasasviejas:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapcasasviejas nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapcasasviejas nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapcasasviejas nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapcasasviejas nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.bradcam-arealiceo {
  background: url(../img/liceo.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-arealiceo:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapliceo nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapliceo nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapliceo nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapliceo nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areaguindo {
  background: url(../img/elgindo.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}
.bradcam-areaguindo:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapguindo nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapguindo nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapguindo nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapguindo nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}


.bradcam-areaacuarela {
  background: url(../img/acuarela.jpeg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

.bradcam-areaacuarela:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapacuarela nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapacuarela nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapacuarela nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapacuarela nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}





.bradcam-areamisprimeros {
  background: url(../img/misprimerospasos.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

.bradcam-areamisprimeros:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapmisprimeros nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapmisprimeros nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapmisprimeros nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapmisprimeros nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}




.bradcam-areacreciendo {
  background: url(../img/creciendojuntos.jpg);
  background-size: 13% 99%;
  background-position: center; /* Centrar la imagen */
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

.bradcam-areacreciendo:before {
  background: #242426;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: -1;
}

.bradcam-wrapcreciendo nav.bradcam-inner a {
  color: #fff;
  font-weight: 600;
}
.bradcam-wrapcreciendo nav.bradcam-inner a:hover {
  font-weight: bold;
  color: #0fbbd4;
}
.bradcam-wrapcreciendo nav.bradcam-inner .brd-separetor {
  display: inline-block;
  margin: 0 5px;
}
.bradcam-wrapcreciendo nav.bradcam-inner span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}







.bradcam-area {
    background: url("../img/bradcam.jpg") no-repeat fixed center center / cover;
    color:#fff;
    position: relative;
    z-index: 1;
}
.bradcam-area:before {
    background: #242426;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.bradcam-wrap nav.bradcam-inner a {
    color: #fff;
    font-weight: 600;
}
.bradcam-wrap nav.bradcam-inner a:hover {
    font-weight: bold;
    color: #0fbbd4;
}
.bradcam-wrap nav.bradcam-inner .brd-separetor {
    display: inline-block;
    margin: 0 5px;
}
.bradcam-wrap nav.bradcam-inner span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}



.slider-area .single-slide img {
    height: 645px;
    width: 1920px;
}

.single-teacher-list img {
    height: 300px;
    width: 100%;
}




.login-form {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 14px rgba(0,0,0,.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-title {
    position: relative;
    color: #fff;
    margin-bottom: 35px;
    height: 105px;
    z-index: 1;
}

.login-title h3 {
    background-color: #e18d0f;
    display: inline-block;
    padding: 40px;
    margin: 0;
    position: absolute;
    left: -9px;
    top: 0;
}

.login-form form {
    padding-right: 40px;
    padding-left: 40px;
}

.login-title::before, .login-title::after {
    content: "";
    position: absolute;
    left: -9px;
}

.login-title::before {
    top: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #649a21;
}
.login-title::after {
    bottom: -10%;
    border-left: 10px solid transparent;
    border-top: 10px solid #649a21;
}

.login-title h3::after, .login-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-title h3::after {
    border-right: 25px solid transparent;
    border-top: 25px solid #649a21;
}

.login-title h3::before {
    border-left: 25px solid transparent;
    border-bottom: 25px solid #fff;
}

.login-form .form-control {
    border: 2px solid #86878b;
    box-shadow: none;
}

.login-form .form-control:focus {
    border-color: #e18d0f;
}



.single-event-details {
    position: relative;
}
.single-event-details img {
    width: 100%;
}
.single-event-details .event-info h4, .recen-notice-content h3 {
    color: #444;
}
.single-event-details .event-time, .single-event-details .event-venue {
    display: inline-block;
}

.single-event-details .event-time {
    margin-right: 10px;
}

.recent-event-title {
    color: #444;
}
.recent-events-list {
    overflow: hidden;
    margin-bottom: 5px
}

.recent-events-list > div {
    float: left;
}

.recent-events-list .event-img {
    width: 40%;
}

.recent-events-list .event-content {
    width: 60%;
    padding: 0 0 0 10px;
}

.recent-events-list .event-content .event-info h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
.recent-events-list .event-content .event-info span {
    font-size: 11px;
    line-height: 14px;
}

.featured-slider img {
    width: 100%;
    height: 520px
}

.teacher__thumb img {
    max-width: 100%;
    height: 250px;
}

.event-img img {
    max-width: 100%;
    height: 250px;
}


.blog-section {
    width: 100%;
    height: auto;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0px 0px 0px 0px #dfdfdf;

}
.blog {
    margin: 0 0px 20px 0;
    float: left;
    width: 100%;
    padding: 0px 0 0px 0px;
    font-size: 15px;
}
.blog header {
    font-weight: 700 !important;
    margin: 3px 0 10px 0;
    min-height: 0px;
    font-size: 22px;
}

.blog h2 a, .blog h2 a:vifrontendd {
    color: #464646;
    text-decoration: none;
}

.blog .blog-body {
    margin: 10px 0 0;
}

.blog img {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 25px 10px 0;
    display: inline;
    width: 150px;
    height: 120px;
}

.blog p {
    display: inline;
    font-size: 16px;
    color: #464646;
}

.blog p a {
    color: #E82C0C;
}

.blog-section hr {
    overflow: hidden;
    width: 100%;
}

.blog-recennt-post {
    width: 100%;
    height: auto;
    min-height: 120px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;

    box-shadow: 0px 0px 0px 0px #dfdfdf;
}

.blog-recennt-post h2 {
    font-size: 22px;
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
}
.blog-recennt-post h2 span {
    color: #0fbbd4;
}

.blog-recennt-post .post-title {
    color: #464646;
    margin: 15px 0px;
    text-align: justify;
}

.blog-buscar-post {
    width: 100%;
    height: auto;
    min-height: 120px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 0px 0px #dfdfdf;
}
.interes1 {
    
    min-height: 114px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 0px 0px #dfdfdf;
    background-image: url("../img/interes/junji.png");
    background-size: 184px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e0ecff;

}
.interes2 {
    
    min-height: 114px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 0px 0px #dfdfdf;
    background-image: url("../img/interes/junaeb2.png"); 
    background-size: 309px;
    background-position: center;
    background-color: #ffe9ea;
}
.interes3 {
    
  min-height: 114px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px #dfdfdf;
  background-image: url("../img/interes/educarchile.png"); 
  background-size: 309px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff0d4;
}
.interes4 {
    
  min-height: 114px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px #dfdfdf;
  background-image: url("../img/interes/biblioteca.png"); 
  background-size: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
}
.interes5 {
    
  min-height: 114px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px #dfdfdf;
  background-image: url("../img/interes/beneficios.png"); 
  background-size: 309px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d3fffe;
}

.interes6 {
    
  min-height: 114px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px #dfdfdf;
  background-image: url("../img/interes/super.png"); 
  background-size: 309px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0268b3ab;
}

.blog-buscar-post h2 {
    font-size: 22px;
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
}
.blog-buscar-post h2 span {
    color: #0fbbd4;
}

.blog-buscar-post .post-title {
    color: #464646;
    margin: 15px 0px;
}

.blog img.fixedsize {
    width: 100%;
    height: 100%;
}

.recent-events-list .eventView-img {
    width: 40%;
}

.eventView-img img {
    width: 100%;
    height: 100%;
}

.eeventView-img img {
    width: 70%;
    height: 70%;
}
.recent-events-list .eventView-img img {
    height: 75px;
}

/* 4.2 Css Start Here */
.input-group-addon.btn.btn-success > a {
    color: #fff;
}

.input-group-addon.btn.btn-success {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.image-preview-input-title {
    margin-left:2px;
    overflow: hidden;
}

.input-group-addon.btn.btn-danger {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group-addon.btn.btn-danger > a {
  color: #FFF;
  padding: 0 5px;
} 
/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.loader {
  display: inline-flex;
  flex-wrap: wrap;
  width: 258px;
  height: 229px;
}


/*----------------------------------------------
Modal 
----------------------------------------------*/
.modal{
    position: fixed;
    overflow: auto;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0.452);
}

.contenido-modal{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 30%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    animation-name: modal;
    animation-duration: 1s;
}
@keyframes modal{
    from{top:-330px; opacity:0;}
    to{top:0; opacity:1;}
}
.close{
    color: #f2f2f2;
    font-size:30px;
    font-weight: bold;
}
.close:hover{
    color:#7f8c8d;
    text-decoration: none;
    cursor: pointer;
}

.modal-header, .footer{
    padding: 8px 16px;
    background: #34495e;
    color:#f2f2f2;
}

.modal-body{
    padding: 20px 16px;
}


/*------------------------------------------------------------------
    Galeria
-------------------------------------------------------------------*/

.gallery-box{
    padding: 70px 0px;
}

.box-gallery{
    text-align: center;
    box-shadow: 0 0 5px #7e7d7d;
    position: relative;
    margin-bottom: 30px;
}
.box-gallery img{
    width: 100%;
    height: auto;
}
.box-gallery .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box-gallery:hover .box-content{
    background-color: rgba(255, 242, 242, 0.8);
}
.box-gallery .box-content:before,
.box-gallery .box-content:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}
.box-gallery .box-content:before{
    border-left: 2px solid #00cb86;
    border-top: 2px solid #00cb86;
    top: 19px;
    left: 19px;
}
.box-gallery .box-content:after{
    border-bottom: 2px solid #00cb86;
    border-right: 2px solid #00cb86;
    bottom: 19px;
    right: 19px;
}
.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-gallery .title{
    font-size: 22px;
    color: #333333;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0.01s;
}
.box-gallery:hover .title{
    top: 32%;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}
.box-gallery .title:after{
    content: "";
    width: 0;
    height: 2px;
    background: #00cb86;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}
.box-gallery:hover .title:after{
    width: 80%;
    transition: all 1s ease 0.8s;
}
.box-gallery .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}
.box-gallery:hover .icon{
    bottom: 32%;
    opacity: 1;
}
.box-gallery .icon li{
    display: inline-block;
}
.box-gallery .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 2px solid #12557f;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.box-gallery .icon li a:hover{
    background: #00cb86;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box-gallery{ margin-bottom: 30px; }
}



/*---------
Card
-----*/
.ex12 img{
height: auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

border-radius:7%;
}
.ex12 img:hover {
width: auto;
height: auto;
width: auto;
color: rgba(255,245,109,0.69)!important;
border-radius:7%;
box-shadow: 0 0 25px 9px;
}


/* -----------CARD DE PRECENTACION 
DE LOS COLEGIOS--------------*/

* {
  font-family: rounded, sans-serif;
}

.plx-card {
  transition: all 600ms ease;
  max-width: 1100px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 40px 200px;
  filter: drop-shadow(0 2px 1rem #112);
  border-radius: 4px;
}
.plx-card.bronze {
  overflow: visible;
}
@media screen and (max-width: 1000px) and (min-width: 700px) {
  .plx-card.bronze {
    left: 120px;
  }
}
@media screen and (min-width: 700px) {
  .plx-card.gold {
    height: 370px;
  }
  .plx-card.silver {
    height: 150px;
    border-radius: 2px;
  }
  .plx-card.bronze {
    height: 134px;
    width: 480px;
    display: inline-flex;
    margin: 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .plx-card {
    height: auto;
    width: auto;
    flex-direction: column;
    border-radius: 2px;
    margin: 25px 15px;
  }
  .plx-card.silver {
    height: 270px;
  }
  .plx-card.silver .flags {
    margin: 0 10px;
  }
  .plx-card.silver .links {
    text-align: right;
    justify-content: flex-end;
  }
  .plx-card.silver .links a {
    font-size: 24px;
    height: 30px;
    margin: -8px 5px 5px 5px;
    padding: 6px 0px 1px 0;
    border-radius: 2px;
    color: #FFFA;
    background: #8855DD;
  }
  .plx-card.silver .links a:hover {
    color: #FFF;
  }
}

.pxc-avatar {
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 150px;
  justify-content: space-around;
}
.bronze .pxc-avatar img {
  width: 90px;
  height: 90px;
  top: -15px;
  left: -20px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .pxc-avatar {
    width: 100%;
    height: 100px;
    justify-content: space-around;
    align-items: center;
  }
  .silver .pxc-avatar img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -80px;
    right: 20px;
  }
  .bronze .pxc-avatar {
    height: 150px;
  }
  .bronze .pxc-avatar img {
    top: -105px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
.pxc-avatar img {
  transition: all 600ms ease;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: 0 1px 1rem rgba(10, 10, 25, 0.5);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .pxc-avatar img {
    width: 125px;
    height: 125px;
  }
}
@media screen and (max-width: 700px) {
  .pxc-avatar img {
    margin-top: 100px;
  }
}

.pxc-bg {
  transition: all 600ms ease;
  border-radius: 2px;
  height: 100%;
  width: calc(100% - 75px);
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 75px;
  background-size: cover;
  background-position: right;
  background-color: #2b2b95;
}
.silver .pxc-bg {
  height: 100%;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .silver .pxc-bg {
    height: 60%;
    top: 30px;
  }
}
.bronze .pxc-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 100%;
  max-height: 80px;
  border-radius: 0;
  background-position: 0 -10px;
}
@media screen and (max-width: 900px) {
  .pxc-bg {
    left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .pxc-bg {
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
    border-radius: 0;
  }
  .silver .pxc-bg {
    background-position: top right;
  }
}

.pxc-subcard {
  transition: all 600ms ease;
  border-radius: 3px;
  background: linear-gradient(70deg, #004C79, #262626);
  width: 650px;
  margin: 25px 200px 25px -25px;
  z-index: 0;
  padding: 15px 25px 15px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 1rem rgba(10, 10, 25, 0.3);
}
@media screen and (min-width: 700px) {
  .silver .pxc-subcard {
    margin: 0 0 0 -75px;
    padding: 15px 25px 15px 90px;
  }
}
@media screen and (max-width: 700px) {
  .silver .pxc-subcard {
    padding: 15px;
    margin: 5px;
    flex: 0 1 auto;
  }
}
.bronze .pxc-subcard {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px 10px 10px 70px;
  width: 400px;
  height: auto;
  max-height: 80px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .pxc-subcard {
    margin-right: 120px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 700px) {
  .pxc-subcard {
    margin: 25px 15px 30px 15px;
    padding: 60px 25px 20px;
    width: auto;
    height: auto;
    flex: 1 0 auto;
  }
  .silver .pxc-subcard {
    padding-top: 20px;
  }
}

.pxc-stopper {
  transition: all 600ms ease;
  height: 100%;
  width: calc(60%);
  background: #FFF8;
  display: block;
  position: absolute;
  z-index: 0;
  left: 75px;
}
.bronze .pxc-stopper {
  display: none;
}
@media screen and (max-width: 900px) {
  .pxc-stopper {
    left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .pxc-stopper {
    left: 0;
    width: 100%;
    top: 200px;
    height: calc(100% - 200px);
    background: white;
    border-radius: 0;
  }
  .silver .pxc-stopper {
    height: 50%;
    bottom: 0;
    top: initial;
  }
}

.pxc-tags {
  position: absolute;
  bottom: -15px;
  right: 10px;
  height: 32px;
  overflow: hidden;
  text-align: right;
}
.silver .pxc-tags, .bronze .pxc-tags {
  display: none;
}
.pxc-tags div {
  color: white;
  display: inline-block;
  background: #8855DD;
  border-radius: 12px;
  padding: 2px 10px;
  line-height: 1.7;
  margin: 4px 4px;
  font-size: 12px;
  height: 20px;
}
@media screen and (max-width: 700px) {
  .pxc-tags {
    height: 64px;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .pxc-tags div {
    color: #8855DD;
    border: solid 1px #8855DD;
    background: transparent;
  }
}

.pxc-title {
  font-size: 24px;
  margin-bottom: 4px;
  color: #a1f9d9;
  width: calc(100% - 50px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 auto;
}
.bronze .pxc-title {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .pxc-title {
    font-size: 16px;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
}

.pxc-sub {
  font-size: 14px;
  margin: 2px 0 8px 0;
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(black 80%, transparent 100%);
  color: #ff7366;
}
.silver .pxc-sub {
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .pxc-sub {
    font-size: 13px;
  }
}

.pxc-feats {
  font-size: 13px;
  color: white;
  flex: 1 1 auto;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(black 50%, transparent 100%);
}
.silver .pxc-feats, .bronze .pxc-feats {
  display: none;
}
@media screen and (max-width: 700px) {
  .pxc-feats {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
}
.pxc-feats span:not(:first-child):before {
  content: " • ";
  margin: 3px;
}

.bottom-row {
  flex: 0 1 auto;
  margin-top: 10px;
  display: flex;
  justify-items: space-around;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .bottom-row {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding-top: 5px;
  }
}
.bottom-row .pxc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bronze .bottom-row .pxc-info {
  display: none;
}
@media screen and (max-width: 700px) {
  .bottom-row .pxc-info {
    position: absolute;
    bottom: -28px;
    left: -10px;
    justify-content: space-between;
    width: 100%;
  }
  .bottom-row .pxc-info .region {
    color: #112;
    font-size: 13px;
    text-transform: uppercase;
  }
}
.bottom-row .links {
  display: flex;
  align-content: flex-end;
  flex: 1 0 auto;
  justify-content: flex-end;
}
.bottom-row .links a {
  color: #99D;
  font-size: 28px;
  text-align: center;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.bronze .bottom-row .links a {
  display: none;
}
.bottom-row .links a:hover {
  color: #EEF;
}
@media screen and (max-width: 700px) {
  .bottom-row .links {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .bottom-row .links a {
    color: #a6aad1;
  }
}
.bottom-row .flags {
  overflow: hidden;
  height: 23px;
}
.bottom-row .flags span {
  margin: 2px 6px;
  background: white;
  border-radius: 3px;
  width: 24px;
  height: 16px;
  display: inline-block;
}
.bottom-row .region {
  color: white;
  margin-left: 8px;
}

.bronze .discordLink {
  display: flex !important;
  position: absolute;
  left: -5px;
  bottom: 5px;
  justify-content: space-around;
  align-items: center;
}

/*-----CARRUSEL DE CENTRO
 Y DEMAS----------*/


            
#container1 {
    display: flex;
    align-items: center;
    min-height: 100vh;
   justify-content: center;
}
            
#carousel, #navigation {
    flex: initial;
    display: block;
}
            
#carousel {
    overflow: hidden;
    width: 1200px;
    height: 700px;
    border-radius: 4px;
    background-color: #fff;
}
            
.p-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
            
#button_a:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
}
            
#button_b:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); 
}

#button_c:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); 
}

#button_d:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%); 
}
            
[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
}
            
#navigation {
    margin-left: 24px;
}

[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 8px 0;
    width: 78px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #aaa;
    background-color: #fff;
    transition: all 0.3s ease;
    font-weight: normal;
}
            
[class^="label_"]:hover {
    color: #fff;
    background-color: #0fbbd4;
    font-weight: normal;
}
            
#button_a:checked ~ #navigation .label_a,
#button_b:checked ~ #navigation .label_b,
#button_c:checked ~ #navigation .label_c,
#button_d:checked ~ #navigation .label_d {
     cursor: default;
     color: #fff;
     background-color: #ff7366;
     font-weight: normal;
}

/*------------------------------------------------------------------
    Centro de apoderados y alumnos
-------------------------------------------------------------------*/

.tooltip-1 {
    display: inline-block;
    position: relative;
    color: #00cb86;
    opacity: 1;
}

.tooltip__wave {
    width: 30%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    overflow: hidden;
}

.tooltip__wave span {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 100%;
    background: url(../images/wave.svg) repeat-x center center;
    background-size: 50% auto;
}


.about-box{
    padding: 70px 0px;
}

.title-box{
    text-align: center;
    margin-bottom: 30px;
}
.title-box h2{
    font-size: 42px;
    font-family: 'Catamaran', sans-serif;
    color: #222222;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.title-box h2::after{
    content: "";
    position: absolute;
    background: url(../images/tag-line.png)no-repeat center;
    width: 120px;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.title-box h2 span{
    color: #00cb86;
    text-decoration: underline;
}
.about-main-info h2{
    font-size: 40px;
    font-family: 'Catamaran', sans-serif;
}
.about-main-info h2 span{
    color: #00cb86;
    text-decoration: underline;
}
.about-main-info{
    margin-bottom: 30px;
}

.about-m{
    border: 2px solid #00cb86;
    box-shadow: 0 10px 25px 0 rgba(0,0,40,.2);
}

.about-m ul#banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.about-m ul#banner li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about-m ul#banner li img { 
    visibility: hidden; 
    width: 100%;
}

.about-m ul#banner li canvas {
  position: absolute;
  top: 0;
  left: 0;
}


.about-img{
    padding: 30px 0px;
}

.about-img img{
    border-radius: 10px;
}

.about-m ul{
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.about-m ul li{
    display: inline-block;
    text-align: center;
}
.about-m ul li a{
    background: #528780;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: block;
    border-radius: 50px;
    margin: 0px 5px;
}

.about-m ul li a:hover{
    background: #333333;
    color: #ffffff;
}

.about-main-info h2{
    font-size: 32px;
    color: #333333;
    font-weight: 500;
}

.about-main-info a{
    border-radius: 2px;
    transition: .2s;
    letter-spacing: 1px;
    padding: 10px 18px;
    background: #ffffff;
    color: #12557f;
    display: inline-block;
    line-height: 24px;
}

.about-main-info a.new-btn-d.br-2{
    border: 2px solid #12557f;
}

.about-main-info a.new-btn-d::before{
    background: rgba(18,85,127,0.2);
}

.about-main-info a:hover{
    color: #ffffff;
}

.hvr-radial-out{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*---------------------------------
Deptos
---------------------------*/

 @import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2 span {
  display: block;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: 0.8em;
}
.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 62px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 9px;
  left: 12px;
  bottom: 39px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: -32px;
}
.material-card.Red h2 {
  background: linear-gradient(to right, #ce434e 0%, #eda846 100%);
}
.material-card.Red h2:after {
  border-top-color: #F44336;
  border-right-color: #F44336;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red h2:before {
  border-top-color: transparent;
  border-right-color: #B71C1C;
  border-bottom-color: #B71C1C;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #F44336;
  border-bottom-color: #F44336;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
  border-top-color: #B71C1C;
  border-right-color: #B71C1C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
  background: linear-gradient(to right, #ce434e 0%, #eda846 100%);
}
.material-card.Red .mc-btn-action:hover {
  background-color: #B71C1C;
}
.material-card.Red .mc-footer h4 {
  color: #B71C1C;
}
.material-card.Red .mc-footer a {
  background-color: #B71C1C;
}
.material-card.Red.mc-active .mc-content {
  background-color: #FFEBEE;
}
.material-card.Red.mc-active .mc-footer {
  background-color: #FFCDD2;
}
.material-card.Red.mc-active .mc-btn-action {
  border-color: #FFEBEE;
}
.material-card.Blue-Grey h2 {
  background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
  border-top-color: #607D8B;
  border-right-color: #607D8B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
  border-top-color: transparent;
  border-right-color: #263238;
  border-bottom-color: #263238;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #607D8B;
  border-bottom-color: #607D8B;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
  border-top-color: #263238;
  border-right-color: #263238;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
  background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
  background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
  color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
  background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
  background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
  background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
  border-color: #ECEFF1;
}
.material-card.Pink h2 {
  background-color: #E91E63;
}
.material-card.Pink h2:after {
  border-top-color: #E91E63;
  border-right-color: #E91E63;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Pink h2:before {
  border-top-color: transparent;
  border-right-color: #880E4F;
  border-bottom-color: #880E4F;
  border-left-color: transparent;
}
.material-card.Pink.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #E91E63;
  border-bottom-color: #E91E63;
  border-left-color: transparent;
}
.material-card.Pink.mc-active h2:after {
  border-top-color: #880E4F;
  border-right-color: #880E4F;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Pink .mc-btn-action {
  background-color: #E91E63;
}
.material-card.Pink .mc-btn-action:hover {
  background-color: #880E4F;
}
.material-card.Pink .mc-footer h4 {
  color: #880E4F;
}
.material-card.Pink .mc-footer a {
  background-color: #880E4F;
}
.material-card.Pink.mc-active .mc-content {
  background-color: #FCE4EC;
}
.material-card.Pink.mc-active .mc-footer {
  background-color: #F8BBD0;
}
.material-card.Pink.mc-active .mc-btn-action {
  border-color: #FCE4EC;
}
.material-card.Purple h2 {
  background-color: #9C27B0;
}
.material-card.Purple h2:after {
  border-top-color: #9C27B0;
  border-right-color: #9C27B0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Purple h2:before {
  border-top-color: transparent;
  border-right-color: #4A148C;
  border-bottom-color: #4A148C;
  border-left-color: transparent;
}
.material-card.Purple.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #9C27B0;
  border-bottom-color: #9C27B0;
  border-left-color: transparent;
}
.material-card.Purple.mc-active h2:after {
  border-top-color: #4A148C;
  border-right-color: #4A148C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Purple .mc-btn-action {
  background-color: #9C27B0;
}
.material-card.Purple .mc-btn-action:hover {
  background-color: #4A148C;
}
.material-card.Purple .mc-footer h4 {
  color: #4A148C;
}
.material-card.Purple .mc-footer a {
  background-color: #4A148C;
}
.material-card.Purple.mc-active .mc-content {
  background-color: #F3E5F5;
}
.material-card.Purple.mc-active .mc-footer {
  background-color: #E1BEE7;
}
.material-card.Purple.mc-active .mc-btn-action {
  border-color: #F3E5F5;
}
.material-card.Deep-Purple h2 {
  background-color: #673AB7;
}
.material-card.Deep-Purple h2:after {
  border-top-color: #673AB7;
  border-right-color: #673AB7;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Purple h2:before {
  border-top-color: transparent;
  border-right-color: #311B92;
  border-bottom-color: #311B92;
  border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #673AB7;
  border-bottom-color: #673AB7;
  border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:after {
  border-top-color: #311B92;
  border-right-color: #311B92;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Purple .mc-btn-action {
  background-color: #673AB7;
}
.material-card.Deep-Purple .mc-btn-action:hover {
  background-color: #311B92;
}
.material-card.Deep-Purple .mc-footer h4 {
  color: #311B92;
}
.material-card.Deep-Purple .mc-footer a {
  background-color: #311B92;
}
.material-card.Deep-Purple.mc-active .mc-content {
  background-color: #EDE7F6;
}
.material-card.Deep-Purple.mc-active .mc-footer {
  background-color: #D1C4E9;
}
.material-card.Deep-Purple.mc-active .mc-btn-action {
  border-color: #EDE7F6;
}
.material-card.Indigo h2 {
  background-color: #3F51B5;
}
.material-card.Indigo h2:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Indigo h2:before {
  border-top-color: transparent;
  border-right-color: #1A237E;
  border-bottom-color: #1A237E;
  border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:after {
  border-top-color: #1A237E;
  border-right-color: #1A237E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Indigo .mc-btn-action {
  background-color: #3F51B5;
}
.material-card.Indigo .mc-btn-action:hover {
  background-color: #1A237E;
}
.material-card.Indigo .mc-footer h4 {
  color: #1A237E;
}
.material-card.Indigo .mc-footer a {
  background-color: #1A237E;
}
.material-card.Indigo.mc-active .mc-content {
  background-color: #E8EAF6;
}
.material-card.Indigo.mc-active .mc-footer {
  background-color: #C5CAE9;
}
.material-card.Indigo.mc-active .mc-btn-action {
  border-color: #E8EAF6;
}
.material-card.Blue h2 {
  background-color: #2196F3;
}
.material-card.Blue h2:after {
  border-top-color: #2196F3;
  border-right-color: #2196F3;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue h2:before {
  border-top-color: transparent;
  border-right-color: #0D47A1;
  border-bottom-color: #0D47A1;
  border-left-color: transparent;
}
.material-card.Blue.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #2196F3;
  border-bottom-color: #2196F3;
  border-left-color: transparent;
}
.material-card.Blue.mc-active h2:after {
  border-top-color: #0D47A1;
  border-right-color: #0D47A1;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue .mc-btn-action {
  background-color: #2196F3;
}
.material-card.Blue .mc-btn-action:hover {
  background-color: #0D47A1;
}
.material-card.Blue .mc-footer h4 {
  color: #0D47A1;
}
.material-card.Blue .mc-footer a {
  background-color: #0D47A1;
}
.material-card.Blue.mc-active .mc-content {
  background-color: #E3F2FD;
}
.material-card.Blue.mc-active .mc-footer {
  background-color: #BBDEFB;
}
.material-card.Blue.mc-active .mc-btn-action {
  border-color: #E3F2FD;
}
.material-card.Light-Blue h2 {
  background-color: #03A9F4;
}
.material-card.Light-Blue h2:after {
  border-top-color: #03A9F4;
  border-right-color: #03A9F4;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Light-Blue h2:before {
  border-top-color: transparent;
  border-right-color: #01579B;
  border-bottom-color: #01579B;
  border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #03A9F4;
  border-bottom-color: #03A9F4;
  border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:after {
  border-top-color: #01579B;
  border-right-color: #01579B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Light-Blue .mc-btn-action {
  background-color: #03A9F4;
}
.material-card.Light-Blue .mc-btn-action:hover {
  background-color: #01579B;
}
.material-card.Light-Blue .mc-footer h4 {
  color: #01579B;
}
.material-card.Light-Blue .mc-footer a {
  background-color: #01579B;
}
.material-card.Light-Blue.mc-active .mc-content {
  background-color: #E1F5FE;
}
.material-card.Light-Blue.mc-active .mc-footer {
  background-color: #B3E5FC;
}
.material-card.Light-Blue.mc-active .mc-btn-action {
  border-color: #E1F5FE;
}
.material-card.Cyan h2 {
  background-color: #00BCD4;
}
.material-card.Cyan h2:after {
  border-top-color: #00BCD4;
  border-right-color: #00BCD4;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Cyan h2:before {
  border-top-color: transparent;
  border-right-color: #006064;
  border-bottom-color: #006064;
  border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #00BCD4;
  border-bottom-color: #00BCD4;
  border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:after {
  border-top-color: #006064;
  border-right-color: #006064;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Cyan .mc-btn-action {
  background-color: #00BCD4;
}
.material-card.Cyan .mc-btn-action:hover {
  background-color: #006064;
}
.material-card.Cyan .mc-footer h4 {
  color: #006064;
}
.material-card.Cyan .mc-footer a {
  background-color: #006064;
}
.material-card.Cyan.mc-active .mc-content {
  background-color: #E0F7FA;
}
.material-card.Cyan.mc-active .mc-footer {
  background-color: #B2EBF2;
}
.material-card.Cyan.mc-active .mc-btn-action {
  border-color: #E0F7FA;
}
.material-card.Teal h2 {
  background-color: #009688;
}
.material-card.Teal h2:after {
  border-top-color: #009688;
  border-right-color: #009688;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Teal h2:before {
  border-top-color: transparent;
  border-right-color: #004D40;
  border-bottom-color: #004D40;
  border-left-color: transparent;
}
.material-card.Teal.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #009688;
  border-bottom-color: #009688;
  border-left-color: transparent;
}
.material-card.Teal.mc-active h2:after {
  border-top-color: #004D40;
  border-right-color: #004D40;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Teal .mc-btn-action {
  background-color: #009688;
}
.material-card.Teal .mc-btn-action:hover {
  background-color: #004D40;
}
.material-card.Teal .mc-footer h4 {
  color: #004D40;
}
.material-card.Teal .mc-footer a {
  background-color: #004D40;
}
.material-card.Teal.mc-active .mc-content {
  background-color: #E0F2F1;
}
.material-card.Teal.mc-active .mc-footer {
  background-color: #B2DFDB;
}
.material-card.Teal.mc-active .mc-btn-action {
  border-color: #E0F2F1;
}
.material-card.Green h2 {
  background-color: #4CAF50;
}
.material-card.Green h2:after {
  border-top-color: #4CAF50;
  border-right-color: #4CAF50;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Green h2:before {
  border-top-color: transparent;
  border-right-color: #1B5E20;
  border-bottom-color: #1B5E20;
  border-left-color: transparent;
}
.material-card.Green.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #4CAF50;
  border-bottom-color: #4CAF50;
  border-left-color: transparent;
}
.material-card.Green.mc-active h2:after {
  border-top-color: #1B5E20;
  border-right-color: #1B5E20;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Green .mc-btn-action {
  background-color: #4CAF50;
}
.material-card.Green .mc-btn-action:hover {
  background-color: #1B5E20;
}
.material-card.Green .mc-footer h4 {
  color: #1B5E20;
}
.material-card.Green .mc-footer a {
  background-color: #1B5E20;
}
.material-card.Green.mc-active .mc-content {
  background-color: #E8F5E9;
}
.material-card.Green.mc-active .mc-footer {
  background-color: #C8E6C9;
}
.material-card.Green.mc-active .mc-btn-action {
  border-color: #E8F5E9;
}
.material-card.Light-Green h2 {
  background-color: #8BC34A;
}
.material-card.Light-Green h2:after {
  border-top-color: #8BC34A;
  border-right-color: #8BC34A;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Light-Green h2:before {
  border-top-color: transparent;
  border-right-color: #33691E;
  border-bottom-color: #33691E;
  border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #8BC34A;
  border-bottom-color: #8BC34A;
  border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:after {
  border-top-color: #33691E;
  border-right-color: #33691E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Light-Green .mc-btn-action {
  background-color: #8BC34A;
}
.material-card.Light-Green .mc-btn-action:hover {
  background-color: #33691E;
}
.material-card.Light-Green .mc-footer h4 {
  color: #33691E;
}
.material-card.Light-Green .mc-footer a {
  background-color: #33691E;
}
.material-card.Light-Green.mc-active .mc-content {
  background-color: #F1F8E9;
}
.material-card.Light-Green.mc-active .mc-footer {
  background-color: #DCEDC8;
}
.material-card.Light-Green.mc-active .mc-btn-action {
  border-color: #F1F8E9;
}
.material-card.Lime h2 {
  background-color: #CDDC39;
}
.material-card.Lime h2:after {
  border-top-color: #CDDC39;
  border-right-color: #CDDC39;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Lime h2:before {
  border-top-color: transparent;
  border-right-color: #827717;
  border-bottom-color: #827717;
  border-left-color: transparent;
}
.material-card.Lime.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #CDDC39;
  border-bottom-color: #CDDC39;
  border-left-color: transparent;
}
.material-card.Lime.mc-active h2:after {
  border-top-color: #827717;
  border-right-color: #827717;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Lime .mc-btn-action {
  background-color: #CDDC39;
}
.material-card.Lime .mc-btn-action:hover {
  background-color: #827717;
}
.material-card.Lime .mc-footer h4 {
  color: #827717;
}
.material-card.Lime .mc-footer a {
  background-color: #827717;
}
.material-card.Lime.mc-active .mc-content {
  background-color: #F9FBE7;
}
.material-card.Lime.mc-active .mc-footer {
  background-color: #F0F4C3;
}
.material-card.Lime.mc-active .mc-btn-action {
  border-color: #F9FBE7;
}
.material-card.Yellow h2 {
  background-color: #FFEB3B;
}
.material-card.Yellow h2:after {
  border-top-color: #FFEB3B;
  border-right-color: #FFEB3B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Yellow h2:before {
  border-top-color: transparent;
  border-right-color: #F57F17;
  border-bottom-color: #F57F17;
  border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #FFEB3B;
  border-bottom-color: #FFEB3B;
  border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:after {
  border-top-color: #F57F17;
  border-right-color: #F57F17;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Yellow .mc-btn-action {
  background-color: #FFEB3B;
}
.material-card.Yellow .mc-btn-action:hover {
  background-color: #F57F17;
}
.material-card.Yellow .mc-footer h4 {
  color: #F57F17;
}
.material-card.Yellow .mc-footer a {
  background-color: #F57F17;
}
.material-card.Yellow.mc-active .mc-content {
  background-color: #FFFDE7;
}
.material-card.Yellow.mc-active .mc-footer {
  background-color: #FFF9C4;
}
.material-card.Yellow.mc-active .mc-btn-action {
  border-color: #FFFDE7;
}
.material-card.Amber h2 {
  background-color: #FFC107;
}
.material-card.Amber h2:after {
  border-top-color: #FFC107;
  border-right-color: #FFC107;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Amber h2:before {
  border-top-color: transparent;
  border-right-color: #FF6F00;
  border-bottom-color: #FF6F00;
  border-left-color: transparent;
}
.material-card.Amber.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #FFC107;
  border-bottom-color: #FFC107;
  border-left-color: transparent;
}
.material-card.Amber.mc-active h2:after {
  border-top-color: #FF6F00;
  border-right-color: #FF6F00;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Amber .mc-btn-action {
  background-color: #FFC107;
}
.material-card.Amber .mc-btn-action:hover {
  background-color: #FF6F00;
}
.material-card.Amber .mc-footer h4 {
  color: #FF6F00;
}
.material-card.Amber .mc-footer a {
  background-color: #FF6F00;
}
.material-card.Amber.mc-active .mc-content {
  background-color: #FFF8E1;
}
.material-card.Amber.mc-active .mc-footer {
  background-color: #FFECB3;
}
.material-card.Amber.mc-active .mc-btn-action {
  border-color: #FFF8E1;
}
.material-card.Orange h2 {
  background-color: #FF9800;
}
.material-card.Orange h2:after {
  border-top-color: #FF9800;
  border-right-color: #FF9800;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Orange h2:before {
  border-top-color: transparent;
  border-right-color: #E65100;
  border-bottom-color: #E65100;
  border-left-color: transparent;
}
.material-card.Orange.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #FF9800;
  border-bottom-color: #FF9800;
  border-left-color: transparent;
}
.material-card.Orange.mc-active h2:after {
  border-top-color: #E65100;
  border-right-color: #E65100;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Orange .mc-btn-action {
  background-color: #FF9800;
}
.material-card.Orange .mc-btn-action:hover {
  background-color: #E65100;
}
.material-card.Orange .mc-footer h4 {
  color: #E65100;
}
.material-card.Orange .mc-footer a {
  background-color: #E65100;
}
.material-card.Orange.mc-active .mc-content {
  background-color: #FFF3E0;
}
.material-card.Orange.mc-active .mc-footer {
  background-color: #FFE0B2;
}
.material-card.Orange.mc-active .mc-btn-action {
  border-color: #FFF3E0;
}
.material-card.Deep-Orange h2 {
  background-color: #FF5722;
}
.material-card.Deep-Orange h2:after {
  border-top-color: #FF5722;
  border-right-color: #FF5722;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Orange h2:before {
  border-top-color: transparent;
  border-right-color: #BF360C;
  border-bottom-color: #BF360C;
  border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #FF5722;
  border-bottom-color: #FF5722;
  border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:after {
  border-top-color: #BF360C;
  border-right-color: #BF360C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Orange .mc-btn-action {
  background-color: #FF5722;
}
.material-card.Deep-Orange .mc-btn-action:hover {
  background-color: #BF360C;
}
.material-card.Deep-Orange .mc-footer h4 {
  color: #BF360C;
}
.material-card.Deep-Orange .mc-footer a {
  background-color: #BF360C;
}
.material-card.Deep-Orange.mc-active .mc-content {
  background-color: #FBE9E7;
}
.material-card.Deep-Orange.mc-active .mc-footer {
  background-color: #FFCCBC;
}
.material-card.Deep-Orange.mc-active .mc-btn-action {
  border-color: #FBE9E7;
}
.material-card.Brown h2 {
  background-color: #795548;
}
.material-card.Brown h2:after {
  border-top-color: #795548;
  border-right-color: #795548;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Brown h2:before {
  border-top-color: transparent;
  border-right-color: #3E2723;
  border-bottom-color: #3E2723;
  border-left-color: transparent;
}
.material-card.Brown.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #795548;
  border-bottom-color: #795548;
  border-left-color: transparent;
}
.material-card.Brown.mc-active h2:after {
  border-top-color: #3E2723;
  border-right-color: #3E2723;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Brown .mc-btn-action {
  background-color: #795548;
}
.material-card.Brown .mc-btn-action:hover {
  background-color: #3E2723;
}
.material-card.Brown .mc-footer h4 {
  color: #3E2723;
}
.material-card.Brown .mc-footer a {
  background-color: #3E2723;
}
.material-card.Brown.mc-active .mc-content {
  background-color: #EFEBE9;
}
.material-card.Brown.mc-active .mc-footer {
  background-color: #D7CCC8;
}
.material-card.Brown.mc-active .mc-btn-action {
  border-color: #EFEBE9;
}
.material-card.Grey h2 {
  background-color: #9E9E9E;
}
.material-card.Grey h2:after {
  border-top-color: #9E9E9E;
  border-right-color: #9E9E9E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Grey h2:before {
  border-top-color: transparent;
  border-right-color: #212121;
  border-bottom-color: #212121;
  border-left-color: transparent;
}
.material-card.Grey.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #9E9E9E;
  border-bottom-color: #9E9E9E;
  border-left-color: transparent;
}
.material-card.Grey.mc-active h2:after {
  border-top-color: #212121;
  border-right-color: #212121;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Grey .mc-btn-action {
  background-color: #9E9E9E;
}
.material-card.Grey .mc-btn-action:hover {
  background-color: #212121;
}
.material-card.Grey .mc-footer h4 {
  color: #212121;
}
.material-card.Grey .mc-footer a {
  background-color: #212121;
}
.material-card.Grey.mc-active .mc-content {
  background-color: #FAFAFA;
}
.material-card.Grey.mc-active .mc-footer {
  background-color: #F5F5F5;
}
.material-card.Grey.mc-active .mc-btn-action {
  border-color: #FAFAFA;
}
.material-card.Blue-Grey h2 {
  background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
  border-top-color: #607D8B;
  border-right-color: #607D8B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
  border-top-color: transparent;
  border-right-color: #263238;
  border-bottom-color: #263238;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #607D8B;
  border-bottom-color: #607D8B;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
  border-top-color: #263238;
  border-right-color: #263238;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
  background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
  background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
  color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
  background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
  background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
  background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
  border-color: #ECEFF1;
}



.material-card.Reds h2 {
 background: rgb(95,12,211);
background: linear-gradient(90deg, rgba(95,12,211,1) 0%, rgba(232,74,74,1) 100%);
}
.material-card.Reds h2:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Reds h2:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}
.material-card.Reds.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}
.material-card.Reds.mc-active h2:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Reds .mc-btn-action {
  background: rgb(95,12,211);
background: linear-gradient(90deg, rgba(95,12,211,1) 0%, rgba(232,74,74,1) 100%);
}
.material-card.Reds .mc-btn-action:hover {
  background-color: #3F51B5;
}
.material-card.Reds .mc-footer h4 {
  color: #3F51B5;
}
.material-card.Reds .mc-footer a {
  background-color: #3F51B5;
}
.material-card.Reds.mc-active .mc-content {
  background-color: #EBF4FF;
}
.material-card.Reds.mc-active .mc-footer {
  background-color: #CDD8FF;
}
.material-card.Reds.mc-active .mc-btn-action {
  border-color: #FFEBEE;
}



/* 4.2 Css Close Here */ 


.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}

span {
  font-style: italic;
}

img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  border-radius: 10px;
    letter-spacing: 2px;
    padding: 4px;
    width: 290px;
    position: fixed;
    right: -244px;
    z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fas {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    width: 27px;
    margin-left: 0px;
}

.fl-fl:hover {
  right: 0;
}


.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  vertical-align: top!important;
}

.float-fb {
  top: 200px;
  background: #1877f2;
}

.float-tw {
  top: 264px;
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.float-gp {
  top: 328px;
  background:linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.float-rs {
  top: 392px;
  background:linear-gradient(120deg, #414b56, #00a2e1);
}

.float-ig {
  top: 456px;
}

.float-pn {
  top: 520px;
}
/* Floating Social Media Bar Style Ends Here */