.container2022,
.container2022-fluid,
.container2022-xxl,
.container2022-xl,
.container2022-lg,
.container2022-md,
.container2022-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container2022-sm, .container2022 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container2022-md, .container2022-sm, .container2022 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container2022-lg, .container2022-md, .container2022-sm, .container2022 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container2022-xl, .container2022-lg, .container2022-md, .container2022-sm, .container2022 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container2022-xxl, .container2022-xl, .container2022-lg, .container2022-md, .container2022-sm, .container2022 {
    max-width: 1320px;
  }
}


.headImg {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust the height as needed */
}
    .headImg::before {
  content: "";
  background-image: url('css/img/slideshow.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
  @media (min-width: 992px) {
  .headImg::before {
    background-position: center center;
  }
}

    .head-text {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px; /* Adjust the font size as needed */
      color: white; /* Adjust the text color as needed */
      font-weight: bold; /* Adjust the font weight as needed */
    }
    @media only screen and (max-width: 767px) {
    .head-text {
      top: 50%;
      left: 25%;
      transform: translate(-18%, -50%);
} }


/* logo menu */

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .logomenu {
    width: auto; 
    height: auto;
  }
  }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logomenu {
    width: auto; 
    height: auto;
  }
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logomenu {
    width: auto; 
    display:none;
  } 
  }
@media only screen and (max-width: 767px) {
    .logomenu {
    width: auto; 
    display:none;
  } 
  }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .logomenu {
    display: none;
  }
  }



/* subscribe on footer */
.subscribe-3 {
    z-index: 2;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    position: relative;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);

}

.subscribe-3:after {
    content: url(/img/ynwLogo.png);
    max-width: 50px;
    position: absolute;
    right: 2.5em;
    bottom: -2em;
    z-index: -1;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-3:after {
      right: 6em;
      bottom: -5.5em;
    } 
    }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-3:after {
      right: 3.5em;
      bottom: -5em;
    }
    }




.subscribe-2 {
    z-index: 2;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    position: relative;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);

}

.subscribe-2:after {
    content: url(/img/snwLogo.png);
    max-width: 50px;
    position: absolute;
    right: 2.5em;
    bottom: -2em;
    z-index: -1;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-2:after {
      right: 6em;
      bottom: -5.5em;
    } 
    }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-2:after {
      right: 3.5em;
      bottom: -5em;
    }
    }


.subscribe-1 {
  z-index: 2;
    /*background: #0d4433;
    
    border-radius: 0;
    padding: 2.25rem;
    margin-top: 2.25rem;*/
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    position: relative;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);

}

.subscribe-1:after {
    content: url(/img/news.png);
    max-width: 50px;
    position: absolute;
    right: 2.5em;
    bottom: -2em;
    z-index: -1;
}/*
    @media only screen and (min-width: 1200px) and (max-width: 2500px) {
      .subscribe-1:after {

    }
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .subscribe-1:after {


    }
    }


  @media only screen and (max-width: 767px) {
      .subscribe-1:after {

    } 
    }
*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-1:after {
      right: 6em;
      bottom: -5em;
    } 
    }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-1:after {
      right: 3.5em;
      bottom: -5em;
    }
    }


/* my hr prg */
hr.prg {
    margin-top: 0; 
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/* my img zoom hover*/
/* [1] The container */
.img-hover-zoom {
  height: 350; /* [1.1] Set it as per your need */
  width: : 350;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* my programme list*/
.w_prg .product_list_widget li {
    display: grid;
    grid-template-columns: 80px 1fr;
    /*grid-template-rows: auto 30px;*/
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px -2px rgb(0 0 0 / 14%);
    /*transition: box-shadow .3s;*/
    position: relative;
    border-radius: 5px;
    border: 1px;
    border-style: solid;
    border-color: #e0e0e0 ;
}
.w_prg .product-title {
    padding: 8px;
    margin-bottom: 0px;
    font-size: 10pt;
}
.w_prg .product-title {
    grid-column: 2/-1;
}

/* .w_prg custom scrollber */
.w_prg::-webkit-scrollbar {
  width: 10px;
}

.w_prg::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.w_prg::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #74a58d 0%, #578570 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

/* my programme header*/
.prgheader:before, .prgheader:after {
    content: "";
    position: absolute;
    width: 12%;
    height: 1px;
    background-color: #f2f2f4;
    -webkit-box-shadow: 0px 1px 0px white;
    -moz-box-shadow: 0px 1px 0px white;
    box-shadow: 0px 1px 0px white;
    top: 50%;
    z-index: 0;
}
.prgheader:before, .prgheader:after {
    background-color: #d8d8d8;
}
.prgheader:before {
    left: 0;
}
.prgheader:after {
    right: 0;
}
.prgheader {
    text-align: center;
    position: relative;
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    width: 100%;
}


/* my container programme */
.containerprg-s:before {
    /*top: 0;*/
    background-image: url(../../css/img/top-shadow.png);
}

.containerprg-s:after {
             /*bottom: 0;*/
    background-image: url(../../css/img/bottom-shadow.png);
}
.containerprg-s:before, .containerprg-s:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
     left: 0; 
     background-repeat: no-repeat; 
     background-size: 100% 20px; 
    z-index: 10;
}

.containerprg:before, .containerprg:after {
    display: table;
    content: "";
    line-height: 0;
}
.containerprg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    /*background: linear-gradient(to right, #f6ebe6, #ffffff b3f6d8);*/
    padding-bottom: 20px;
}
/*
@media (min-width: 1400px){
.containerprg {
    max-width: 1400px;
}
}
@media (min-width: 992px){
    max-width: 960px;
}
}
@media (min-width: 768px){
.containerprg {
    max-width: 720px;
}
}
@media (min-width: 576px){
.containerprg {
    max-width: 540px;
}
}*/

/* my bg color */
.bg-my1 {
    background-color: #80c4a2!important;
}

.bd-mycallout-1 {
    border-left-color: #5d8e75!important;
}
.bd-mycallout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
/* table */
table {
  margin-bottom: 0.5rem;
}

tbody, td, tfoot, th, thead, tr {
    /*border-width: 1px;*/
    color: #6b6b6b;
}
/* btn-primary brignt */
.btn-b-primary {     
    padding: .1rem!important;    
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    border: 1px solid white;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.btn-b-primary:after {
    content: "";
    border: 1px solid white;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 5px;
    left: 5px;
    transition: all .2s;
}
.btn-b-primary:hover {
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    border: 1px solid black;
}
.btn-b-primary:hover:after {
    top: 0px;
    left: 0px;
}


/* btn-primary green */
.btn-g-primary {
    color: #fff;
    background-color: #388f74;
    border-color: #388f74;
        padding: .1rem!important;
}
.btn-g-primary:hover {
    color: #fff;
    background-color: #27ba8c;
    border-color: #27ba8c;
}

div.viewerArea {
    padding-bottom: 0px!important;
}

/* text collapse */

.htxt {
  visibility: visible;
  display: inline;
}  
@media only screen and (min-width: 768px) and (max-width: 991px) {
      .htxt {
      visibility: hidden;
      display: none;

    } 
    }

/* shadow */
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* event */
.containere {
    padding: 10px 0px 10px 10px;
    /*max-width: 640px;*/
    display: flex;
    border-radius: 5px;
    border: 1px #dddddd solid;
    margin: 5px 10px 5px 10px;
}
  @media only screen and (min-width: 1200px) and (max-width: 2500px) {
      .imgev {
      width: 60px; 
      height: auto;
      margin: 0px 5px 0px 0px;
      display:inline;
      border: 1px #cccccc solid;
      -webkit-box-shadow: 0 8px 6px -6px #777;
      -moz-box-shadow: 0 8px 6px -6px #777;
      box-shadow: 0 8px 6px -6px #777;

    }
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .imgev {
      width: 40px; 
      height: 40px;
      margin: 0px 5px 0px 0px;
      display:none;

    }
    }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .imgev {
      width: auto; 
      width: 40px; 
      height: 40px;

      display:none;
    } 
    }
  @media only screen and (max-width: 767px) {
      .imgev {
      width: auto; 
      height: 40px;

      display:none;
    } 
    }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .imgev {
      width: 40px;
      height: 100%; 
      display: none;
    }
    }


/*banner group*/
.flex-box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.font-18 {
  font-size: 15px;
}

.font-white {
    color: #fff!important;
}

.row-hover > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin:10px;
  padding: 10px;

}

@media (max-width: 1199px) and (min-width: 992px) {
  .row-hover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-hover > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}
@media (max-width: 991px) {
  .row-hover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-hover > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .row-hover > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.box-hover {
  display: block;
  position: relative;
  /*max-width: 310px;
  margin: 0 auto;*/
}
.box-hover > br {
  display: none;
}
.box-hover .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: rgba(219, 48, 26, 0.8);
  -webkit-transition: height 0.5s, padding 0.5s;
  /*transition: background-color 0.5s;
  */
  transition: height 0.5s, padding 0.5s;
  
}
.box-hover:hover .content,
.box-hover:active .content,
.box-hover:focus .conten
{
   
  padding: 30px 20px 0;
  height: 100%;
  
  /*height: 60px;
  padding: 5px 20px;*/
  background-color: rgba(219, 48, 26, 1);
}

/*right img slideshow*/
.myDiv
{
  height: 350px;
  width: 350px;
}
/*
.myDiv img
{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
*/

/*right event*/
@media only screen and (min-width: 1200px) and (max-width: 2500px) {
      .evt {
      width: 100%;
      height: 500px; 
      overflow-y: auto; 
      object-fit: scale-down;
    }
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .evt {
      width: 100%;
      height: 350px; 
      overflow-y: auto;
      object-fit: scale-down;
    }
    }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .evt {
      width: 100%;
      height: 250px; 
        object-fit: fill;
        overflow-y: auto; 

    } 
    }
  @media only screen and (max-width: 767px) {
      .evt {
      width: 100%;
      height: 250px; 
      object-fit: fill;
        overflow-y: auto; 
    } 
    }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .evt {
      width: 100%;
      height: auto; 
    }
    }


/*left img slideshow*/
.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
  @media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .slide {
      width: 100%;
      height: 500px; 
      object-fit: fill;
      
    }
    /*
    .slide:after{
      content:"";
      position:absolute;
      z-index:-1;
      -webkit-box-shadow:0 0 40px 0 rgba(0,0,0,0.8);
      box-shadow:0 0 40px 0 rgba(0,0,0,0.8);
      bottom:0px;
      left:10%;
      right:10%;
      width:80%;
      height:50%;
      -moz-border-radius:100%;
      border-radius:100%;
    }*/
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slide {
      width: 100%;
      height: 350px; 
      object-fit: fill;
    }
    }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slide {
      width: 100%;
      height: 250px; 
        object-fit: fill;

    } 
    }
  @media only screen and (max-width: 767px) {
    .slide {
      width: 100%;
      height: auto; 
    } 
    }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slide {
      width: 100%;
      height: auto; 
    }
    }


.timeline_v{
  --uitimeline_vMainColor: var(--timeline_vMainColor, #222);
  --uitimeline_vSecondaryColor: var(--timeline_vSecondaryColor, #fff);

  position: relative;
  /*padding-top: 1rem;*/
  padding-bottom: 1rem;
  height:350px;
  overflow:hidden;
  position: left;
  /*background: #f9f9f9 url(../../img/4icon/bg.jpg);*/

  box-shadow: inset 10px 2px 10px 1px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 5px 1px 5px 0 rgba(0,0,0,.12);

}
/*.timeline_v:hover   {height: 350px; }*/

.timeline_v:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uitimeline_vMainColor);

  position: absolute;
  top: 0;
}

.timeline_v__group{
  position: relative;
}

.timeline_v__group:not(:first-of-type){
  margin-top: 4rem;
}

.timeline_v__year{
  padding: .5rem 1.5rem;
  color: var(--uitimeline_vSecondaryColor);
  background-color: var(--uitimeline_vMainColor);

  position: absolute;
  left: 0;
  top: 0;
}

.timeline_v__box{
  position: relative;
}

.timeline_v__box:not(:last-of-type){
  margin-bottom: 10px;
}
/*
.timeline_v__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uitimeline_vMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}
*/
.timeline_v__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .0rem 1.5rem;
  text-align: center;

  background-color: var(--uitimeline_vMainColor);
  color: var(--uitimeline_vSecondaryColor);
}

.timeline_v__day{
  /*font-size: 2rem;
  font-weight: 700;*/
  display: block;
}

.timeline_v__month{
  display: block;
  /*font-size: .8em;
  text-transform: uppercase;*/
}

.timeline_v__post{
  /*padding: 1.5rem 2rem;*/
      margin-bottom: 10px;
  border-radius: 2px;
  border-left: 3px solid var(--uitimeline_vMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uitimeline_vSecondaryColor);
}


  @media only screen and (min-width: 1200px) and (max-width: 2500px) {
  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 0px;
  }

  .timeline_v__box{
    padding-left: 20px;
    padding-top: 25px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
    }
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline_v{
    height:400px;
  }  
  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 0px;
  }

  .timeline_v__box{
    padding-left: 20px;
    padding-top: 25px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
    }
    }

  @media only screen and (min-width: 768px) and (max-width: 991px) { 
  .timeline_v{
    height:400px;
  }    
  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 0px;
  }

  .timeline_v__box{
    padding-left: 20px;
    padding-top: 25px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
    }
    }
  @media only screen and (max-width: 767px) {
  .timeline_v{
    height:300px;
  }        
  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 0px;
  }

  .timeline_v__box{
    padding-left: 30px;
    padding-top: 25px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
    }
    }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
  .timeline_v{
    height:300px;
  }        
  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 0px;
  }

  .timeline_v__box{
    padding-left: 30px;
    padding-top: 25px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
    }
    }
/*
@media screen and (min-width: 641px){

  .timeline_v:before{
    left: 30px;
  }

  .timeline_v__group{
    padding-top: 55px;
  }

  .timeline_v__box{
    padding-left: 80px;
  }

  .timeline_v__box:before{
    top: 50%;
    transform: translateY(-50%);  
  }  

  .timeline_v__date{
    top: 50%;
    margin-top: -27px;
  }
}

@media screen and (max-width: 640px){

  .timeline_v:before{
    left: 0;
  }

  .timeline_v__group{
    padding-top: 40px;
  }

  .timeline_v__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .timeline_v__box:before{
    top: 90px;
  }    

  .timeline_v__date{
    top: 0;
  }
}
*/
.timeline_v{
  --timeline_vMainColor: #9c9c9c;
  /*font-size: 16px;*/
}



/*
=====
slideshow
=====
*/

// Notes on the classes:
//
// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)
//    even when their scroll action started on a carousel, but for compatibility (with Firefox)
//    we're preventing all actions instead
// 2. The .carousel-item-left and .carousel-item-right is used to indicate where
//    the active slide is heading.
// 3. .active.carousel-item is the current slide.
// 4. .active.carousel-item-left and .active.carousel-item-right is the current
//    slide in its in-transition state. Only one of these occurs at a time.
// 5. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right
//    is the upcoming slide in transition.

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  @include clearfix();
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  @include transition($carousel-transition);
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}


//
// Alternate transitions
//

.carousel-fade {
  .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }

  .carousel-item.active,
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }

  .active.carousel-item-left,
  .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    @include transition(0s $carousel-transition-duration opacity);
  }
}


//
// Left/right controls for nav
//

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  // Use flex for alignment (1-3)
  display: flex; // 1. allow flex styles
  align-items: center; // 2. vertically center contents
  justify-content: center; // 3. horizontally center contents
  width: $carousel-control-width;
  color: $carousel-control-color;
  text-align: center;
  opacity: $carousel-control-opacity;
  @include transition($carousel-control-transition);

  // Hover/focus state
  @include hover-focus {
    color: $carousel-control-color;
    text-decoration: none;
    outline: 0;
    opacity: $carousel-control-hover-opacity;
  }
}
.carousel-control-prev {
  left: 0;
  @if $enable-gradients {
    background: linear-gradient(90deg, rgba($black, .25), rgba($black, .001));
  }
}
.carousel-control-next {
  right: 0;
  @if $enable-gradients {
    background: linear-gradient(270deg, rgba($black, .25), rgba($black, .001));
  }
}

// Icons for within
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: $carousel-control-prev-icon-bg;
}
.carousel-control-next-icon {
  background-image: $carousel-control-next-icon-bg;
}


// Optional indicator pips
//
// Add an ordered list with the following class and add a list item for each
// slide your carousel holds.

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0; // override <ol> default
  // Use the .carousel-control's width as margin so we don't overlay those
  margin-right: $carousel-control-width;
  margin-left: $carousel-control-width;
  list-style: none;

  li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: $carousel-indicator-width;
    height: $carousel-indicator-height;
    margin-right: $carousel-indicator-spacer;
    margin-left: $carousel-indicator-spacer;
    text-indent: -999px;
    cursor: pointer;
    background-color: $carousel-indicator-active-bg;
    background-clip: padding-box;
    // Use transparent borders to increase the hit area by 10px on top and bottom.
    border-top: $carousel-indicator-hit-area-height solid transparent;
    border-bottom: $carousel-indicator-hit-area-height solid transparent;
    opacity: .5;
    @include transition($carousel-indicator-transition);
  }

  .active {
    opacity: 1;
  }
}


// Optional captions
//
//

.carousel-caption {
  position: absolute;
  right: (100% - $carousel-caption-width) / 2;
  bottom: 20px;
  left: (100% - $carousel-caption-width) / 2;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: $carousel-caption-color;
  text-align: center;
}



/*
=====
DEMO
=====
*/
/*
@media (min-width: 768px){

  html{
    font-size: 62.5%;
  }
}

@media (max-width: 767px){

  html{
    font-size: 55%;
  }
}

body{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  color: #222;
  margin: 0;
  -webkit-overflow-scrolling: touch;   
  overflow-y: scroll;
  
  display: flex;
  flex-direction: column;
}

p{
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

p:last-child{
  margin-bottom: 0;
}
*/
.page{
  max-width: 800px;
  /*padding: 10rem 2rem 3rem;*/
  margin-left: auto;
  margin-right: auto;
  order: 1;
}

/*
=====
LinkedIn
=====
*/

.linkedin{
  background-color: #fff;
  text-align: center;
}

.linkedin__container{
  max-width: 1000px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;  
}

.linkedin__text{
  margin-top: 0;
  margin-bottom: 0;
}

.linkedin__link{
  color: #ff5c5c;
}



/* youtube */
.container2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: auto;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/*mainFullmotion.css*/
/* Box */

  .thumbnails {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .thumbnails .box {
      margin: 0 1em 2em 1em;
      width: 30%;
    }

      @media screen and (max-width: 1280px) {

        .thumbnails .box {
          width: 45%;
        }

      }

      @media screen and (max-width: 736px) {

        .thumbnails .box {
          width: 100%;
        }

      }
  .thumbnails2 {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }    
    .thumbnails2 .box2 {
      margin: 0 1em 2em 1em;
      width: 14%;
      border: 1px solid#cccccc;
    }

      @media screen and (max-width: 1280px) {

        .thumbnails2 .box2 {
          width: 25%;
        }

      }

      @media screen and (max-width: 736px) {

        .thumbnails2 .box2 {
          width: 50%;
        }

      }  
.thumbnails3 {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }    
    .thumbnails3 .box3 {
      margin: 0 1em 2em 1em;
      width: 20%;
      border: 1px solid#cccccc;
    }

      @media screen and (max-width: 1280px) {

        .thumbnails3 .box3 {
          width: 25%;
        }

      }

      @media screen and (max-width: 736px) {

        .thumbnails3 .box3 {
          width: 50%;
        }

      }  
.thumbnails4 {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }    
    .thumbnails4 .box4 {
      margin: 1em 1em 2em 1em;
      width: 18%;
      border: 3px solid#d0d0d0;
    }

      @media screen and (max-width: 1280px) {

        .thumbnails4 .box4 {
          width: 25%;
        }

      }

      @media screen and (max-width: 736px) {

        .thumbnails4 .box4 {
          width: 50%;
        }

      }        

/* Box */

  .box {
    border-radius: 4px;
    margin-bottom: 2em;
    background: #fff;
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
  }

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
      margin-bottom: 0;
    }

    .box .image.fit {
      margin: 0;
    }

    .box .image img {
      border-radius: 4px 4px 0 0;
    }

    .box .inner {
      padding: 1.5em;
      width: 100% !important;
    }

      @media screen and (max-width: 480px) {

        .box .inner {
          padding: 1em;
        }

      }

    .box.alt {
      border: 0;
      border-radius: 0;
      padding: 0;
    }


/* Image */

  .image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
  }

    .image img {
      border-radius: 4px;
      display: block;
    }

    .image.left, .image.right {
      max-width: 40%;
    }

      .image.left img, .image.right img {
        width: 100%;
      }

    .image.left {
      float: left;
      padding: 0 1.5em 1em 0;
      top: 0.25em;
    }

    .image.right {
      float: right;
      padding: 0 0 1em 1.5em;
      top: 0.25em;
    }

    .image.fit {
      display: block;
      margin: 0 0 2em 0;
      width: 100%;
    }

      .image.fit img {
        width: 100%;
      }

    .image.main {
      display: block;
      margin: 0 0 3em 0;
      width: 100%;
    }

      .image.main img {
        width: 100%;
      }


/* Main */

  #main {
    padding: 4em 0 2em 0;
  }

    @media screen and (max-width: 736px) {

      #main {
        padding: 3em 0 1em 0;
      }

    }

    #main .inner {
      width: 90%;
      max-width: 80em;
      margin: 0 auto;
    }

      @media screen and (max-width: 480px) {

        #main .inner {
          width: 95%;
        }

      }


/*mainFullmotion.css   --end--*/





.btn-primary {
  margin-bottom: 3px;
}

.carousel-indicators{
position:absolute;
right:0px;
bottom:20px!important;
left:0px;
z-index:15;
display:-ms-flexbox;
display:flex;
justify-content:center;
padding-left:0px;
margin-right:15%;
margin-left:15%;
list-style:none;
} 

.carousel-indicators li{
box-sizing:content-box!important;
-ms-flex:0 1 auto!important;
flex:0 1 auto!important;
width:15px!important;
height:15px!important;
margin-right:3px!important;
margin-left:3px!important;
text-indent:-999px;
cursor:pointer;
background-color:#fff;
background-clip:padding-box;
border-top:0px solid transparent!important;
border-bottom:0px solid transparent!important;
opacity:0.5;
transition:opacity .6s ease;
box-shadow: 0 2px 10px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

} 
/*
.sp {
  font-family: Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;
}
*/
hr.style {
    border: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

div.relative {
  position: static;
  border: 3px solid #73AD21;
} 


.selectactive {
	font-size: 20px!important;
	font-weight: bold!important;
			
			color: #FFFFFF!important;
background: #b8b8b8!important;
text-shadow: 4px 3px 0 #7A7A7A!important;
border-radius: 25px;
	
}

.ulmenu {
  padding: 0px;
	margin-bottom: 0px;
  margin-left: : 0px;
  text-decoration: none;
}


.t-table {

  height: 100px;
  border-collapse: collapse;
}

.t-table2 {

  height: 50px;
  border-collapse: collapse;
  background-color: #ffffff;
}

/* -------------------------------- -------------------------------- -------------------------------- 

a: hover white;

-------------------------------- -------------------------------- -------------------------------- */

a.awhite {
  /*
  font-family: Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;
  */
  color: black;
  background-color: transparent;
  transition: background-color .5s;
  transition: color .5s;

  /*
  font-size: 12pt;
  */
}

a.awhite:hover {
  /*
  font-family: Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;*/
  background-color: black;
  color: white;
}

/* -------------------------------- -------------------------------- -------------------------------- 

hover14 effect

-------------------------------- -------------------------------- -------------------------------- */
img.myborder {
  border: 1px solid rgba(0,0,0,.125);
  box-shadow:0px 0px 12px rgba(115, 128, 157, 0.3);
}

.hover29 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.hover29:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/* -------------------------------- -------------------------------- -------------------------------- 

link effect

-------------------------------- -------------------------------- -------------------------------- */

.r-button{
  --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
  --uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));
  --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
  --uirButtonBorderStyle: var(--rButtonBorderWidth, solid);
  --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
  --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
  --uirButtonFontSize: var(--rButtonFontSize,  inherit);
  --uirButtonColor: var(--rButtonColor);

  background-color: var(--uirButtonBackgroundColor);
  padding: var(--uirButtonPadding);

  border-width: var(--uirButtonBorderWidth);
  border-style: var(--uirButtonBorderStyle);
  border-color: var(--uirButtonBorderColor);

  cursor: pointer;

  font-family: var(--uirButtonFontFamily);
  font-size: var(--uirButtonFontSize);
}

.r-button::-moz-focus-inner,
.r-button[type="button"]::-moz-focus-inner,
.r-button[type="reset"]::-moz-focus-inner,
.r-button[type="submit"]::-moz-focus-inner {
  
  /* Remove the inner border and padding in Firefox. */
  
  border-style: none;
  padding: 0;
}

/* The component will reset browser's styles of link */

.r-link{
  --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
  --uirLinkTextColor: var(--rLinkTextColor);
  --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
  display: var(--uirLinkDisplay) !important;
  color: var(--uirLinkTextColor) !important;
  text-decoration: var(--uirLinkTextDecoration) !important;
}

/*
=====
CORE STYLES
=====
*/

.ai-element{
  --uiaiElementDisplay: var(--aiElementDisplay, inline-flex); 
  --uiaiElementPadding: var(--aiElementPadding, var(--aiElementPaddingTop, 0) var(--aiElementPaddingRight, 0) var(--aiElementPaddingBottom, 0) var(--aiElementPaddingLeft, 0));
  --uiaiElementColor: var(--aiElementColor);

  display: var(--uiaiElementDisplay);
  position: relative;
  overflow: hidden;
}

a.ai-element{
  padding: var(--uiaiElementPadding);
}

button.ai-element{
  --rButtonPadding: var(--uiaiElementPadding);  
}

.ai-element__label{
  color: var(--uiaiElementColor);
}

/* 
Styles of elements with the border on all sides
*/ 

.ai-element_type1{
  --uiaiElementLineWeight: var(--aiElementLineWeight, 2px);
  --uiaiElementLineColor: var(--aiElementLineColor, #000);  
}

.ai-element_type1::before, 
.ai-element_type1::after{
  width: 100%;
  height: var(--uiaiElementLineWeight);
  left: 0;
}

.ai-element_type1::before{
  top: 0;
}

.ai-element_type1::after{
  bottom: 0;
}

.ai-element_type1 .ai-element__label::before,
.ai-element_type1 .ai-element__label::after{
  width: var(--uiaiElementLineWeight);
  height: 100%;
  top: 0;
}

.ai-element_type1 .ai-element__label::before{
  left: 0;
}

.ai-element_type1 .ai-element__label::after{
  right: 0;
}

.ai-element_type1::before,
.ai-element_type1::after,
.ai-element_type1 .ai-element__label::before,
.ai-element_type1 .ai-element__label::after{
  content: "";     
  background-color: var(--uiaiElementLineColor);
  position: absolute; 
  opacity: 1;

  will-change: transform, opacity;
  transition-property: transform, opacity;
}

.ai-element_type1:hover::before,
.ai-element_type1:hover::after,
.ai-element_type1:hover .ai-element__label::before,
.ai-element_type1:hover .ai-element__label::after{
  opacity: 0;
}

/* 
Styles of elements with the bottom border
*/ 

.ai-element_type2{
  --uiaiElementLineWeight: var(--aiElementLineWeight, 2px);
  --uiaiElementLineColor: var(--aiElementLineColor, #000);  
  --aiElementPaddingBottom: var(--uiaiElementLineWeight); 
  
  position: relative;
}

.ai-element_type2::after{
  content: "";
  width: 100%;
  height: var(--uiaiElementLineWeight);
  background-color: var(--uiaiElementLineColor);

  position: absolute;
  left: 0;
  bottom: 0;
}

/* 
Styles of elements with background
*/ 

.ai-element_type3 {
  --uiaiElementLineColor: var(--aiElementLineColor, #000);  
  --uiaiElementPadding: var(--aiElementPadding, 10px);
  transition: color .3s ease-out;
  z-index: 1;
}

.ai-element_type3::before, 
.ai-element_type3::after{
  content: "";
  background-color: var(--uiaiElementLineColor);  
  opacity: 1;
  position: absolute;
  z-index: -1;

  transition: transform .35s ease-out, opacity .35s ease-out .03s;
}

.ai-element_type3:hover::before, 
.ai-element_type3:hover::after{
  opacity: 0;
  transition-delay: 0s;
}

.ai-element_text::before{
  content: attr(data-ai-element-text);
  color: var(--uiaiElementColorHover);
  position: absolute;
}

.ai-element_text::before, 
.ai-element_text .ai-element__label{
  transition-property: transform;
  transition-timing-function: cubic-bezier(.86, .6, .08, 1.01); 
  transition-duration: .4s;
}

.ai-element_text:hover::before,
.ai-element_text:hover .ai-element__label{
  transition-duration: .3s;
}

/*
=====
EFFECTS
=====
*/

/* effect 1 */

.ai-element1::before,
.ai-element1::after,
.ai-element1 .ai-element__label::before,
.ai-element1 .ai-element__label::after{
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease-out;
  transition-duration: .2s, .15s;
}

.ai-element1:hover::before,
.ai-element1:hover::after,
.ai-element1:hover .ai-element__label::before,
.ai-element1:hover .ai-element__label::after{
  transition-duration: .25s;
}

.ai-element1:hover::before{
  transform: translate3d(-105%, 0, 0);
}

.ai-element1:hover::after{
  transform: translate3d(105%, 0, 0);
}

.ai-element1:hover .ai-element__label::before{
  transform: translate3d(0%, -100%, 0);
}

.ai-element1:hover .ai-element__label::after{
  transform: translate3d(0%, 100%, 0);
}

/* effect 2 */

.ai-element2::after{
  transform: translate3d(0, 0, 0);
  transition: transform .2s ease-in;
}

.ai-element2:hover::after{
  transform: translate3d(-100%, 0, 0);
}

/* effect 3 */

.ai-element3::after{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease-out, opacity .3s ease-out;
}

.ai-element3:hover::after{
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

/* effect 4 */

.ai-element4::before,
.ai-element4::after,
.ai-element4 .ai-element__label::before,
.ai-element4 .ai-element__label::after{
  transition-timing-function: ease-out;
  transition-duration: .2s, .2s;
  transform: translate3d(0, 0, 0);
}

.ai-element4:hover::before,
.ai-element4:hover::after,
.ai-element4:hover .ai-element__label::before,
.ai-element4:hover .ai-element__label::after{
  transition-delay: 0s, .05s; 
}

.ai-element4:hover::before{
  transform: translate3d(-100%, 0, 0);
}

.ai-element4:hover::after{
  transform: translate3d(100%, 0, 0);
}

.ai-element4:hover .ai-element__label::before{
  transform: translate3d(0, 100%, 0);
}

.ai-element4:hover .ai-element__label::after{
  transform: translate3d(0, -100%, 0);
}

/* effect 5 */

.ai-element5::before,
.ai-element5::after, 
.ai-element5 .ai-element__label::before,
.ai-element5 .ai-element__label::after{
  transition-duration: .2s;
  transition-timing-function: ease-out;
  transform: translate3d(0, 0, 0);
}

.ai-element5::before, 
.ai-element5::after{
  width: 100%;
  height: var(--uiaiElementLineWeight);
  left: 0;
}

.ai-element5 .ai-element__label::before,
.ai-element5 .ai-element__label::after{
  width: var(--uiaiElementLineWeight);
  height: 100%;
  top: 0;
}

.ai-element5::before{
  top: 0;
}

.ai-element5::after{
  bottom: 0;
}

.ai-element5 .ai-element__label::before{
  left: 0;
}

.ai-element5 .ai-element__label::after{
  right: 0;
}

.ai-element5:hover::before,
.ai-element5:hover .ai-element__label::before{
  transition-delay: 0s;
}

.ai-element5::after,
.ai-element5:hover .ai-element__label::after{
  transition-delay: .25s;
}

.ai-element5 .ai-element__label::after,
.ai-element5:hover::after{
  transition-delay: .15s;
}

.ai-element5 .ai-element__label::before,
.ai-element5:hover::before{
  transition-delay: .35s;
}

.ai-element5:hover::before{
  transform: translate3d(-105%, 0, 0);
}

.ai-element5:hover::after{
  transform: translate3d(105%, 0, 0);
}

.ai-element5:hover .ai-element__label::before{
  transform: translate3d(0, 105%, 0);
}

.ai-element5:hover .ai-element__label::after{
  transform: translate3d(0, -105%, 0);
}

/* effect 6 */

.ai-element6::before,
.ai-element6::after{
  width: 50%;
  height: 100%;
  top: 0;
  transform: translate3d(0, 0, 0);  
}

.ai-element6::before{
  left: 0;
}

.ai-element6::after{
  right: 0;
}

.ai-element6:hover::before{
  transform: translate3d(-100%, 0, 0);
}

.ai-element6:hover::after{
  transform: translate3d(100%, 0, 0);
}

/* effect 7 */

.ai-element7::before,
.ai-element7::after{
  width: 100%;
  height: 50%;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.ai-element7::before{
  top: 0;
}

.ai-element7::after{
  bottom: 0;
}

.ai-element7:hover::before{
  transform: translate3d(0, -50%, 0);
}

.ai-element7:hover::after{
  transform: translate3d(0, 50%, 0); 
}

/* effect 8 */

.ai-element8::before,
.ai-element8::after{
  width: 51%;
  height: 100%;
  transform: rotate(0);
  top: 0;
}

.ai-element8::before{
  left: 0;
}

.ai-element8::after{
  right: 0;
}

.ai-element8:hover::before,
.ai-element8:hover::after{
  transform: rotate(360deg);
}

/* effect 9 */

.ai-element9::before,
.ai-element9::after{
  width: 51%;
  height: 100%;
  top: 0; 
  transform: translate3d(0, 0, 0);
}

.ai-element9::before{
  left: 0;
}

.ai-element9::after{
  right: 0;
}

.ai-element9:hover::before{
  transform: translate3d(-100%, 0, 0) rotate(-45deg);
}

.ai-element9:hover::after{
  transform: translate3d(100%, 0, 0) rotate(-45deg);  
}

.ai-element{
  --aiElementLineWeight: 5px;
  --aiElementLineColor: #04befe;
  --aiElementColor: #1b255a;
  --aiElementColorHover: #243aab;
}

.ai-element_type1,
.ai-element_type3{
  --aiElementPadding: 10px 15px;
}

.ai-element_type3{
  --aiElementColor: #fff;
}


/* -------------------------------- -------------------------------- -------------------------------- 

socil icon on footer

-------------------------------- -------------------------------- -------------------------------- */

@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.ined:before {
  background-color: #ffffff;
}
.social-btns .btn.ined .fa {
  color: #ffffff;
}
.social-btns .btn.facebook:before {
  background-color: #ffffff;
}
.social-btns .btn.facebook .fa {
  color: #ffffff;
}
.social-btns .btn.twitter:before {
  background-color: #ffffff;
}
.social-btns .btn.twitter .fa {
  color: #ffffff;
}
.social-btns .btn.google:before {
  background-color: #ffffff;
}
.social-btns .btn.google .fa {
  color: #ffffff;
}
.social-btns .btn.dribbble:before {
  background-color: #ffffff;
}
.social-btns .btn.dribbble .fa {
  color: #ffffff;
}
.social-btns .btn.skype:before {
  background-color: #ffffff;
}
.social-btns .btn.skype .fa {
  color: #ffffff  ;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
  color: #ee3424!important;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #ee3424!important;
}
.social-btns {
  /*height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.social-btns .btn {
  display: inline-block;
  background-color: #ee3424;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 5px 5px 5px 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;

  opacity: 0.99;
  /*box-shadow: 0px 2px 5px rgba(0,0,0,0.5);*/
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 30px;
  vertical-align: middle;
   margin: auto;
  position: absolute;
  top: 8px; left: 0; bottom: 0; right: 0;
  color: white;  
}


/* -------------------------------- -------------------------------- -------------------------------- 

tab

-------------------------------- -------------------------------- -------------------------------- */

 small {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}
/*
.container .title{

    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.container .title h3{
    font-size: 25px;
    font-weight: 300;
}
*/

div.cardwhite {
    /*border: 15px;*/
    margin-bottom: 30px;
    margin-top: 30px;
    right: : 30px!important;
    left: : 30px!important;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #f9f9f9
    width: 100%;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card2 {
    /*border: 15px;*/
    margin-bottom: 30px;
    margin-top: 30px;
    right: : 30px!important;
    left: : 30px!important;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card {
    /*border: 15px;*/
    margin-bottom: 30px;
    margin-top: 30px;
    right: : 30px!important;
    left: : 30px!important;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    /*background: #f9f9f9 url(../../img/4icon/bg.jpg);*/
    width: 100%;
    box-shadow: 0 10px 20px 1px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg,#eee,#bdbdbd);
}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-white {
    background: linear-gradient(to right, rgb(244, 244, 244), rgb(203, 203, 203));

    box-shadow: 0 2px 10px 1px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card .card-header-primary {
    background: linear-gradient(to right, rgb(114, 187, 160), rgb(58, 148, 120));

    box-shadow: 0px 4px 15px 0px rgba(31,103,81,0.75);
}

div.card .card-header-danger {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,80%,.5);
    transition: background-color .3s .2s;
}

.navx-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}

/**/
.nav-tabs_1 {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav-tabs_1 .nav-item_1 {
    margin-bottom: -1px;
    margin-right: 5px;
}

.nav-tabs_1 .nav-item_1 .nav-link_1.active {
    background-color: hsla(0,0%,80%,.8);
    transition: background-color .3s .2s;
}

.navx-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}
.nav-tabs_1 .nav-item_1 .nav-link_1{
    border: 0!important;
    color: #000!important;
    font-weight: 500;
}

.nav-tabs_1 .nav-item_1 .nav-link_1 {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 40px;
    /*text-transform: uppercase;

    background-color: transparent;*/
    font-size: 12px;
    padding: 10px 15px;
    
    transition: background-color .3s 0s;
    background-color: hsla(0,0%,80%,.3);
}
/**/

/**/
.nav-tabs_ex {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav-tabs_ex .nav-item_ex {
    margin-bottom: -1px;
    margin-right: 5px;
}

.nav-tabs_ex .nav-item_ex .nav-link_ex.active {
    background-color: hsla(0,0%,80%,.8);
    transition: background-color .3s .2s;
}


.nav-tabs_ex .nav-item_ex .nav-link_ex{
    border: 0!important;
    color: #000!important;
    font-weight: 500;
}

.nav-tabs_ex .nav-item_ex .nav-link_ex {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 40px;
    /*text-transform: uppercase;

    background-color: transparent;*/
    font-size: 12px;
    padding: 10px 15px;
    
    transition: background-color .3s 0s;
    background-color: hsla(0,0%,80%,.3);
}
/**/







/* -------------------------------- -------------------------------- -------------------------------- 

social icon

-------------------------------- -------------------------------- -------------------------------- */
@media screen and (max-width: 600px) {
  .icon-bar {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

.icon-bar {
  position: fixed;
  bottom: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}



ul.social {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:fixed;
  
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.social li.social {
  list-style: none;
  padding:3px;
}

ul.social li.social a {
  position: relative;
  width:50px;
  height:50px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

ul.social li.social a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

ul.social li.social a .fa {
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  /*line-height: calc(50px - 12px);*/
  font-size:24px;
  color: #262626;
  transition: .5s;
  padding-top: 5px;
  
  
}

ul.social li.social:nth-child(1) a:hover .fa {
  color: #3b5998;
}

ul.social li.social:nth-child(2) a:hover .fa {
  color: #00aced;
}

ul.social li.social:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

ul.social li.social:nth-child(4) a:hover .fa {
  color: #6634e1;
}

ul.social li.social:nth-child(5) a:hover .fa {
  color: #0e76a8;
}

ul.social li.social:nth-child(6) a:hover .fa {
  color: #0e76a8 ;
}






/* -------------------------------- -------------------------------- -------------------------------- 

submenu

-------------------------------- -------------------------------- -------------------------------- */
.submenu{
	box-shadow: 0px 44px 76px -26px rgba(0,0,1,0.7);
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .submenu{
    padding: 0px;
    margin-bottom: 0px;
    margin-left: : 0px;
    text-decoration: none;
  }





	
}

/* -------------------------------- -------------------------------- -------------------------------- 

3Banner

-------------------------------- -------------------------------- -------------------------------- */
.container3banner{
  z-index: 2;
	width: 100%;
	position: relative;
	background: #000 url(../../img/4icon/bg.jpg);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-webkit-font-smoothing: antialiased;*/
	
}

.ic-grid {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ic-grid:after,
.ic-item:before {
	content: '';
    display: table;
}

.ic-grid:after {
	clear: both;
}

.ic-grid li {
	width: 250px;
	height: 185px;
	display: inline-block;
	margin: 20px;
}
.ic-item {
	width: 100%;
	height: 100%;
	border-radius: 5%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ic-info-wrap, 
.ic-info{
	position: absolute;
	width: 210px;
	height: 145px;
	/*border-radius: 5%;*/
}

.ic-info-wrap {
	top: 20px;
	left: 20px;
	/*background: #f9f9f9 url(../images/bg.jpg);*/
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ic-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 5%;*/
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ic-info .ic-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ic-info .ic-info-back {
	opacity: 0;

	background: #223e87;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ic-img-1 { 
	background-image: url(/SEAMEOWeb2/images/3Banners/1.jpg);
}

.ic-img-2 { 
	background-image: url(/SEAMEOWeb2/images/3Banners/2.jpg);
}

.ic-img-3 { 
	background-image: url(/SEAMEOWeb2/images/3Banners/3.jpg);
}

.ic-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ic-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ic-info p a {
	display: block;
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ic-info p a:hover {
	color: #fff;
}

.ic-item:hover .ic-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ic-item:hover .ic-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}







/* -------------------------------- -------------------------------- -------------------------------- 

Publication;

-------------------------------- -------------------------------- -------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
  display: block;
	height: 220px;
	width:  155px !important; 
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
        opacity: 1;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* -------------------------------- -------------------------------- -------------------------------- 

Publication; Theme file

-------------------------------- -------------------------------- -------------------------------- */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #6b6b6b;
    border-radius: 50px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------------------- 

horizontal-timeline Upcoming events

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  /*margin: 2em auto;*/
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #ffffff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #ffffff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 47px;
  height: 5px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 1px;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    /*margin: 6em auto;*/
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/SEAMEOWeb2/images/timeline/edce2c03449c2a05a940acf7729c8f4c.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
	/*
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-left: 10px solid green;*/
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  /*margin: 2em 0;*/
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}




/* -------------------------------- -------------------------------- -------------------------------- 

color button;

-------------------------------- -------------------------------- -------------------------------- */


.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    max-width: 400px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    height: 35px;
    text-align:center;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    background-color: #ee3424; 
    border: 2px solid #ee3424;
    transition: color 0.3s;
}

.btn-hover:hover {
    background-color: white;
    color: #ee3424;    
    border: 2px solid #ee3424;
  /*
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    */
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {

}
/*
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
*/
.btn-hover.color-10 {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.btn-hover.color-12 {
    background-image: linear-gradient(to right, #72bba0, #3a9478, #1f6751, #1f6751);
    box-shadow: 0 4px 15px 0 rgba(31, 103, 81, 0.75);
}


/* -------------------------------- -------------------------------- -------------------------------- 

color button;

-------------------------------- -------------------------------- -------------------------------- */
.btnbg {
  background:#f0f0f0; 
}

.buttonse {
    margin: 10%;
    text-align: center;
}

.btne-hover {
    max-width: 200px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    height: 50px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btne-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btne-hover:focus {
    outline: none;
}

.btne-hover.color-1 {
    background-image: linear-gradient(to right, #72bba0, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}




/*****/

.buttonsed {
    margin: 10%;
    text-align: center;
}

.btned-hover {
    max-width: 200px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    height: 50px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btned-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btned-hover:focus {
    outline: none;
}

.btned-hover.color-99 {
    background-image: linear-gradient(to right, #c0c0c0, #c0c0c0, #c0c0c0, #c0c0c0);
    box-shadow: none;
}



/* -------------------------------- -------------------------------- -------------------------------- 

Home 4 icon;

-------------------------------- -------------------------------- -------------------------------- */
/*.ch-shadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}	*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-1 { 
  background-image: url(../../img/4icon/1.jpg);
}

.ch-img-2 { 
	background-image: url(../../img/4icon/222.jpg);
}

.ch-img-3 { 
	background-image: url(../../img/4icon/333.jpg);
}

.ch-img-4 { 
	background-image: url(../../img/4icon/444.jpg);
}

.ch-img-5 { 
	background-image: url(../../img/4icon/555.jpg);
}

.ch-img-6 { 
	background-image: url(../../img/4icon/666.jpg);
}

.ch-img-7 { 
  background-image: url(../../img/4icon/77.jpg);
}

.ch-info {
	position: absolute;
	background: rgba(0,0,0, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 10px;
	padding: 5px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 25px 0px;
	font-style: italic;
	margin: 0 0px;
	font-size: 15px;
	/*border-top: 1px solid rgba(255,255,255,0.5);*/
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

.ch-grid {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin: 20px;
}

@import url('normalize.css');

/* General Demo Style 
body{
	font-family: Cambria, Georgia, serif;
	background: #f9f9f9 url(../images/bg.jpg);
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #555;
	text-decoration: none;
}*/
.container4icon{
	width: 100%;
	position: relative;
	background: #f9f9f9 url(../../img/4icon/bg.jpg);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-webkit-font-smoothing: antialiased;*/
	
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container > header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-size: 32px;
	line-height: 32px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h2{
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #888;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.1);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(255,255,255,0.3);
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
/* Demo Buttons Style */
.codrops-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
}
.codrops-demos a{
    display: inline-block;
	font-style: italic;
	margin: 0px 4px;
	padding: 0px 6px;
	color: #aaa;
	line-height: 20px;	
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.codrops-demos a:hover{
	color: #333;
	background: #fff;
}
.codrops-demos a:active{
	background: #fff;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	background: #f0f0f0;
	border-color: #d9d9d9;
	color: #aaa;
	box-shadow: 0 1px 1px rgba(255,255,255,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}


/* Master Stylesheet */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
/* :: 3.0 Base CSS */
.fnshadow{
	box-shadow:0px 0px 30px rgba(115,128,157,0.1);
	-webkit-box-shadow:0px 0px 30px rgba(115, 128, 157, 0.1);

}
/*
.blog-slider{
	position:relative
}
.blog-slider .blog-slider__leftArrow{
	position:absolute;
	top:22%;
	left:-12px
}
@media (min-width: 1250px){
	.blog-slider .blog-slider__leftArrow{
		left:-60px;
    padding:0px 10px 2px 0px
	}
	.blog-slider .blog-slider__leftArrow::after{
		content:"";
		display:block;
		width:100%;
		height:100%;
		background:#f5f9fc;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		transition:background .4s ease-out
	}
	.blog-slider .blog-slider__leftArrow::before{
		content:"";
		display:block;
		width:40px;
		height:130%;
		background:#fff;
		position:absolute;
		top:-2px;
		left:-15px;
		z-index:2;
	}
	.blog-slider .blog-slider__leftArrow:hover::after{
		background:#222}
}
.blog-slider .blog-slider__rightArrow{
	position:absolute;
	top:22%;
	right:-12px
}
@media (min-width: 1250px){
	.blog-slider .blog-slider__rightArrow{
		right:-75px;
		padding:0px 15px 2px 10px
	}
	.blog-slider .blog-slider__rightArrow::after{
		content:"";
		display:block;
		width:100%;
		height:100%;
		background:#f5f9fc;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		transition:background .4s ease-out
	}
	.blog-slider .blog-slider__rightArrow::before{
		content:"";
		display:block;
		width:45px;
		height:130%;
		background:#fff;
		position:absolute;
		top:-4px;
		right:-4px;
		z-index:2;
	}
	.blog-slider .blog-slider__rightArrow:hover::after{
		background:#222}
}
.blog-slider .blog-slider__leftArrow,.blog-slider .blog-slider__rightArrow{
	display:block
}
@media (min-width: 580px){
	.blog-slider .blog-slider__leftArrow,.blog-slider .blog-slider__rightArrow{
		display:block
	}
}
.blog-slider .blog-slider__leftArrow img,.blog-slider .blog-slider__rightArrow img{
	position:relative;
	z-index:10
}
*/
.causes_slider .owl-dots{
	text-align:center;margin-top:80px}
.causes_slider .owl-dots .owl-dot{
	height:14px;width:14px;background:#eeeeee;display:inline-block;margin-right:7px}
.causes_slider .owl-dots .owl-dot:last-child{
	margin-right:0px}
.causes_slider .owl-dots .owl-dot.active{
	background:#ff9907
}
/*
 {
  margin: 0;
  padding: 0; }
*/
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  /*background-color: #f2f4f5;*/ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 500; }

p {
  font-family: 'PT Sans', sans-serif;
  color: #6b6b6b;
  
  font-size: 15px;
  /*line-height: 2;
  font-weight: 400; */
  }

a
{
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
   /*color: #000000;*/
 /*font-weight: 500;*/
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #7b7b7b;
  text-decoration-line: underline;text-decoration-thickness: 0.5px;

}

a:hover,a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  /*color: #000000;
  font-weight: 500;*/
  font-size: 15px;
  font-family: 'PT Sans', sans-serif; 
  color: #ee3424;

}

/*ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
*/

li {
  font-family: 'PT Sans', sans-serif;
  color: #6b6b6b;
  
  font-size: 15px;
  /*line-height: 1.5;
  font-weight: 400; 
*/
}

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-15 {
  padding: 15px !important; }

.p-30 {
  padding: 30px !important; }

.p-50 {
  padding: 50px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pt-30 {
  padding-top: 30px; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #3a9478;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1; }
  .spinner .double-bounce1,
  .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out; }
  .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/* :: 3.5.0 Miscellaneous */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #f2f4f5;
  padding: 10px 25px;
  border-left: 4px solid #3a9478; }
  .section-heading h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .section-heading h5 {
        font-size: 16px; } }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f2f4f5; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

.box-shadow {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #e1e1e1;
  border-radius: 0;
  bottom: 50px;
  color: #000!important;
  font-size: 14px;
  height: 40px;
  line-height: 42px;
  right: 50px;
  text-align: center;
  width: 40px;
  border-radius: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #000000; /*#72bba0*/
    color: #ffffff!important; 
	  z-index: 1000;
}
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      line-height: 32px;
      width: 30px;
      height: 30px; 
		z-index: 1000;
	  } 
	  
}

/* :: 3.7.0 mag Button */
.mag-btn {
  background-color: #3a9478;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  text-transform: capitalize; }
  .mag-btn:hover, .mag-btn:focus {
    font-size: 16px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; 
  height: auto;
}


  .header-area .mag-main-menu {
    position: relative;
    width: 100%;
    height: 70px; 
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);}
    @media only screen and (max-width: 767px) {
      .header-area .mag-main-menu {
        height: 60px; } }

      .header-area .mag-main-menu .classy-navbar {
      /*padding: 0;*/
      padding-left: 15px;
      padding-right: 15px;  
      /*border-bottom: 2px solid #a0a0a0;*/
      /*box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);*/
      justify-content: space-between!important;
      }
      @media only screen and (min-width: 1200px) and (max-width: 2500px) {
          .header-area .mag-main-menu .classy-navbar {
          justify-content: flex-end!important;
        }
        }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .mag-main-menu .classy-navbar {
          justify-content: flex-end!important;
        }
        }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .mag-main-menu .classy-navbar {
          justify-content: flex-end!important;
        } 
        }
      @media only screen and (max-width: 767px) {
          .header-area .mag-main-menu .classy-navbar { 
          justify-content: space-between!important;
        } 
        }

      @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-area .mag-main-menu .classy-navbar {
          justify-content: space-between!important;
        }
        }

        .header-area .mag-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
        /*text-transform: uppercase;*/
        font-size: 15px;
        letter-spacing: 1px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .mag-main-menu .classy-navbar .classynav ul li a {
            padding: 0 5px; } }
        .header-area .mag-main-menu .classy-navbar .classynav ul li a:hover, .header-area .mag-main-menu .classy-navbar .classynav ul li a:focus {
          color: #000; }
      .header-area .mag-main-menu .classy-navbar .classynav ul li ul li a {
        /*text-transform: capitalize;*/
        letter-spacing: 0;
        padding: 0px 10px 0px 10px; 
      }
      @media only screen and (max-width: 767px) {
        .header-area .mag-main-menu .classy-navbar .nav-brand {
          margin-right: 15px;
          max-width: 60px; } }
    .header-area .mag-main-menu .top-search-area {
      position: relative;
      z-index: 1;
      margin-left: 30px; }
      @media only screen and (min-width: 1200px) and (max-width: 2500px) {
      .header-area .mag-main-menu .top-search-area {
          margin-left: 15px; 
          width: 100px;
          float: right;
        }
        }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .mag-main-menu .top-search-area {
          margin-left: 15px; 
          width: 100px;
          float: right;
        } 
        }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .mag-main-menu .top-search-area {
          margin-left: 20px; 
          width: 100px;
          } }
      @media only screen and (max-width: 767px) {
        .header-area .mag-main-menu .top-search-area {
          margin-left: 0px; 
          width: 50px;
          } 

        }
      .header-area .mag-main-menu .top-search-area form {
        position: relative;
        z-index: 1;
        border-left: 1px solid #ebebeb; 

      }
        .header-area .mag-main-menu .top-search-area form input {
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          width: 100px!important;
          height: 55px!important;
          border: none;
          color: #777777;
          font-size: 14px;
          font-style: italic;
          padding: 0 10px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .mag-main-menu .top-search-area form input {
              padding: 0 15px;
              width: 200px;
              font-size: 12px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .mag-main-menu .top-search-area form input {
              width: 230px;
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .header-area .mag-main-menu .top-search-area form input {
              padding: 0 15px;
              width: 120px;
              font-size: 11px;
              height: 60px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .header-area .mag-main-menu .top-search-area form input {
              width: 180px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .header-area .mag-main-menu .top-search-area form input {
              width: 200px; } }
          .header-area .mag-main-menu .top-search-area form input:focus {
            box-shadow: none; }
        .header-area .mag-main-menu .top-search-area form button {
          position: absolute;
          width: auto;
          height: 70px;
          background-color: transparent;
          top: 50%;
          right: 10px;
          font-size: 16px;
          z-index: 99;
          border: none;
          cursor: pointer;
          color: #1a1a1a;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .mag-main-menu .top-search-area form button {
              right: 0; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .mag-main-menu .top-search-area form button {
              right: 15px; } }
          @media only screen and (max-width: 767px) {
            .header-area .mag-main-menu .top-search-area form button {
              right: 0; } }
          .header-area .mag-main-menu .top-search-area form button:focus {
            box-shadow: none; }
          .header-area .mag-main-menu .top-search-area form button:hover {
            color: #3a9478; }
    .header-area .mag-main-menu .login-btn {
      position: relative;
      z-index: 1;
      padding: 0 30px;
      height: 65px;
      line-height: 70px;
      font-size: 16px;
      border-left: 1px solid #ebebeb;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .mag-main-menu .login-btn {
          padding: 0 25px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .mag-main-menu .login-btn {
          padding: 0 25px; } }
      @media only screen and (max-width: 767px) {
        .header-area .mag-main-menu .login-btn {
          padding: 0 15px;
          height: 60px;
          line-height: 60px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .header-area .mag-main-menu .login-btn {
          padding: 0 20px; } }
      .header-area .mag-main-menu .login-btn:hover, .header-area .mag-main-menu .login-btn:focus {
        color: #3a9478; }
    .header-area .mag-main-menu .submit-video {
      position: relative;
      z-index: 1;
      padding: 0 20px;
      height: 70px;
      background-color: #3a9478;
      line-height: 70px;
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 150px;
      text-align: center; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .mag-main-menu .submit-video {
          padding: 0 10px;
          width: 130px;
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .mag-main-menu .submit-video {
          padding: 0 10px;
          width: 130px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-area .mag-main-menu .submit-video {
          padding: 0 15px;
          width: 40px;
          height: 60px;
          line-height: 60px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .header-area .mag-main-menu .submit-video {
          padding: 0 20px;
          width: 50px; } }
      .header-area .mag-main-menu .submit-video:hover, .header-area .mag-main-menu .submit-video:focus {
        background-color: #404040; }
      .header-area .mag-main-menu .submit-video span {
        display: none; }
        @media only screen and (max-width: 767px) {
          .header-area .mag-main-menu .submit-video span {
            font-size: 14px;
            display: block; } }
      .header-area .mag-main-menu .submit-video .video-text {
        display: block; }
        @media only screen and (max-width: 767px) {
          .header-area .mag-main-menu .submit-video .video-text {
            display: none; } }
  .header-area .is-sticky .mag-main-menu {
    z-index: 9999;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }

.breakpoint-on .classynav {
  padding-top: 70px;
  padding-bottom: 70px; }

/* :: 5.0 Hero Area CSS */
.hero-blog-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 720px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-blog-post {
      height: 650px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-blog-post {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-blog-post {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .hero-blog-post {
      height: 350px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-blog-post {
      height: 400px; } }
  .hero-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .hero-blog-post .post-content .post-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #3a9478; }
      .hero-blog-post .post-content .post-meta a:last-child {
        margin-left: 20px; }
        .hero-blog-post .post-content .post-meta a:last-child::after {
          content: '/';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .hero-blog-post .post-content .post-meta a:hover, .hero-blog-post .post-content .post-meta a:focus {
        color: #ffffff; }
  .hero-blog-post .post-content .post-title {
    font-size: 45px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-blog-post .post-content .post-title {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-blog-post .post-content .post-title {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .hero-blog-post .post-content .post-title {
        font-size: 20px; } }
    .hero-blog-post .post-content .post-title:hover, .hero-blog-post .post-content .post-title:focus {
      color: #3a9478; }
  .hero-blog-post .post-content .video-play {
    width: 60px;
    height: 60px;
    background-color: rgba(26, 26, 26, 0.5);
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 60px; }
    .hero-blog-post .post-content .video-play:hover, .hero-blog-post .post-content .video-play:focus {
      background-color: #3a9478; }

.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    background-color: rgba(235, 235, 235, 0.2);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    top: 50%;
    left: 3%;
    margin-top: -25px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 44px;
        margin-top: -20px; } }
    .hero-area .owl-prev:hover, .hero-area .owl-prev:focus,
    .hero-area .owl-next:hover,
    .hero-area .owl-next:focus {
      background-color: #3a9478; }
  .hero-area .owl-next {
    left: auto;
    right: 3%; }

.pagination .page-item .page-link {
  background-color: #f5f5f5;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  padding: 0 15px;
  margin-right: 5px;
  border: 1px solid #ebebeb; }
  .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background-color: #ee3424;
    color: #ffffff;
    border-color: #ee3424; }
.pagination .page-item.active .page-link {
  background-color: #ee3424;
  color: #ffffff;
  border-color: #ee3424; }

/* :: 6.0 Post Area CSS */
.mag-posts-area {
  position: relative;
  z-index: 1;
  padding: 0 15px; }

.post-sidebar-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  margin-left: 15px;
  margin-right: 15px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .post-sidebar-area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
      flex: 0 0 280px;
      max-width: 280px;
      width: 280px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media only screen and (max-width: 767px) {
    .post-sidebar-area {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }

.mag-posts-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 690px);
  flex: 0 0 calc(100% - 690px);
  max-width: calc(100% - 690px);
  width: calc(100% - 690px);
  margin-left: 15px;
  margin-right: 15px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 650px);
      flex: 0 0 calc(100% - 650px);
      max-width: calc(100% - 650px);
      width: calc(100% - 650px); } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 767px) {
    .mag-posts-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      width: calc(100% - 30px); } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }
@media only screen and (max-width: 767px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; } }
@media only screen and (max-width: 767px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; } }

.single-blog-post {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .single-blog-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-blog-post .post-thumbnail img {
      width: 100%; }
  .single-blog-post .post-content {
    padding-left: 15px;
    margin-top: -5px; }
    .single-blog-post .post-content .post-title {
      font-size: 16px;
      margin-bottom: 8px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 16px; } }
      .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: #3a9478; }
    .single-blog-post .post-content .post-meta a {
      font-size: 14px;
      color: #777777; }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-meta a {
          font-size: 13px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-blog-post .post-content .post-meta a {
          font-size: 14px; } }
      .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:focus {
        color: #3a9478; }
  .single-blog-post.style-2 {
    border-bottom-color: #3d3d3d; }
    .single-blog-post.style-2:last-child {
      border-bottom: none; }
    .single-blog-post.style-2 .post-content .post-title {
      color: #ffffff;
      font-size: 14px; }
      .single-blog-post.style-2 .post-content .post-title:hover, .single-blog-post.style-2 .post-content .post-title:focus {
        color: #3a9478; }
  .single-blog-post.style-3 {
    padding-bottom: 0;
    border-bottom: none; }
    .single-blog-post.style-3 .post-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
      max-width: 120px;
      width: 120px; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          max-width: 50px;
          width: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100;
          flex: 0 0 100;
          max-width: 100;
          width: 100; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          max-width: 60px;
          width: 60px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px;
          width: 80px; } }
    .single-blog-post.style-3 .post-content {
      padding-left: 15px; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-blog-post.style-3 .post-content {
          padding-left: 10px; } }
      .single-blog-post.style-3 .post-content .post-title {
        font-size: 18px;
        margin-bottom: 15px; }
        @media only screen and (min-width: 1200px) and (max-width: 1499px) {
          .single-blog-post.style-3 .post-content .post-title {
            font-size: 14px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.style-3 .post-content .post-title {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-3 .post-content .post-title {
            font-size: 14px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post.style-3 .post-content .post-title {
            font-size: 16px; } }
      .single-blog-post.style-3 .post-content .post-meta a {
        font-size: 14px;
        color: #777777;
        margin-right: 20px; }
        @media only screen and (min-width: 1200px) and (max-width: 1499px) {
          .single-blog-post.style-3 .post-content .post-meta a {
            margin-right: 10px;
            font-size: 11px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.style-3 .post-content .post-meta a {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-3 .post-content .post-meta a {
            font-size: 12px;
            margin-right: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-blog-post.style-3 .post-content .post-meta a {
            font-size: 14px;
            margin-right: 15px; } }
        .single-blog-post.style-3 .post-content .post-meta a:hover, .single-blog-post.style-3 .post-content .post-meta a:focus {
          color: #3a9478; }
  .single-blog-post.style-4 .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px; }
    .single-blog-post.style-4 .post-thumbnail .video-play {
      width: 50px;
      height: 50px;
      background-color: rgba(26, 26, 26, 0.7);
      border-radius: 50%;
      color: #ffffff;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      z-index: 99; }
      .single-blog-post.style-4 .post-thumbnail .video-play:hover, .single-blog-post.style-4 .post-thumbnail .video-play:focus {
        background-color: #3a9478; }
    .single-blog-post.style-4 .post-thumbnail .video-duration {
      background-color: #252324;
      font-size: 13px;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      padding: 10px 15px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 99;
      font-weight: 500; }
  .single-blog-post.style-4 .post-content {
    padding-left: 0; }
    .single-blog-post.style-4 .post-content .post-title {
      font-size: 22px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-blog-post.style-4 .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-4 .post-content .post-title {
          font-size: 16px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-blog-post.style-4 .post-content .post-title {
          font-size: 18px; } }
    .single-blog-post.style-4 .post-content .post-meta a {
      font-size: 14px;
      color: #777777;
      margin-right: 20px; }
      .single-blog-post.style-4 .post-content .post-meta a:hover, .single-blog-post.style-4 .post-content .post-meta a:focus {
        color: #3a9478; }

.add-img {
  width: 100%; }
  .add-img img {
    width: 100%; }

.social-followers-info {
  position: relative;
  z-index: 1; }
  .social-followers-info a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #3a9478;
    margin-bottom: 10px;
    padding: 0 30px;
    font-weight: 600;
    line-height: 50px; }
    .social-followers-info a:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .social-followers-info a {
        font-size: 16px;
        padding: 0 20px; } }
    .social-followers-info a i {
      margin-right: 10px; }
    .social-followers-info a span {
      font-size: 14px; }
    .social-followers-info a.facebook-fans {
      background-color: #4b6cd0; }
      .social-followers-info a.facebook-fans:hover {
        background-color: rgba(75, 108, 208, 0.8); }
    .social-followers-info a.twitter-followers {
      background-color: #49a7f3; }
      .social-followers-info a.twitter-followers:hover {
        background-color: rgba(73, 167, 243, 0.8); }
    .social-followers-info a.youtube-subscribers {
      background-color: #db5c3a; }
      .social-followers-info a.youtube-subscribers:hover {
        background-color: rgba(219, 92, 58, 0.8); }
    .social-followers-info a.google-followers {
      background-color: #de3939; }
      .social-followers-info a.google-followers:hover {
        background-color: rgba(222, 57, 57, 0.8); }

.catagory-widgets {
  position: relative;
  z-index: 1; }
  .catagory-widgets li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px; }
    .catagory-widgets li a:hover, .catagory-widgets li a:focus {
      color: #3a9478; }
  .catagory-widgets li:last-child a {
    margin-bottom: 0; }

.single-youtube-channel {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .single-youtube-channel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .single-youtube-channel .youtube-channel-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
  .single-youtube-channel .youtube-channel-content {
    padding-left: 15px;
    margin-top: -5px; }
    .single-youtube-channel .youtube-channel-content .channel-title {
      font-size: 16px;
      margin-bottom: 8px;
      display: block; }
    .single-youtube-channel .youtube-channel-content .subscribe-btn {
      width: 120px;
      height: 30px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      background-color: #3a9478;
      color: #ffffff;
      padding: 0;
      border-radius: 0;
      font-weight: 500; }
      .single-youtube-channel .youtube-channel-content .subscribe-btn i {
        margin-right: 5px; }
      .single-youtube-channel .youtube-channel-content .subscribe-btn:hover {
        background-color: #404040; }

.newsletter-form {
  position: relative;
  z-index: 1; }
  .newsletter-form input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f2f4f5;
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 10px; }

.single-trending-post {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single-trending-post::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; }
  .single-trending-post img {
    width: 100%;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms; }
  .single-trending-post .post-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    right: 20px; }
    .single-trending-post .post-content .post-cata {
      display: block;
      margin-bottom: 8px;
      color: #3a9478;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .single-trending-post .post-content .post-cata:hover, .single-trending-post .post-content .post-cata:focus {
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .single-trending-post .post-content .post-cata {
          font-size: 12px; } }
    .single-trending-post .post-content .post-title {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-trending-post .post-content .post-title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-trending-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-trending-post .post-content .post-title {
          font-size: 18px; } }
      .single-trending-post .post-content .post-title:hover, .single-trending-post .post-content .post-title:focus {
        color: #3a9478; }
  .single-trending-post:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.trending-post-slides,
.featured-video-posts-slide,
.most-viewed-videos-slide,
.sports-videos-slides {
  position: relative;
  z-index: 1; }
  .trending-post-slides .owl-prev,
  .trending-post-slides .owl-next,
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next,
  .most-viewed-videos-slide .owl-prev,
  .most-viewed-videos-slide .owl-next,
  .sports-videos-slides .owl-prev,
  .sports-videos-slides .owl-next {
    position: absolute;
    background-color: #e1e1e1;
    width: 40px;
    height: 40px;
    color: #272727;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    top: -70px;
    right: 41px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .trending-post-slides .owl-prev:hover, .trending-post-slides .owl-prev:focus,
    .trending-post-slides .owl-next:hover,
    .trending-post-slides .owl-next:focus,
    .featured-video-posts-slide .owl-prev:hover,
    .featured-video-posts-slide .owl-prev:focus,
    .featured-video-posts-slide .owl-next:hover,
    .featured-video-posts-slide .owl-next:focus,
    .most-viewed-videos-slide .owl-prev:hover,
    .most-viewed-videos-slide .owl-prev:focus,
    .most-viewed-videos-slide .owl-next:hover,
    .most-viewed-videos-slide .owl-next:focus,
    .sports-videos-slides .owl-prev:hover,
    .sports-videos-slides .owl-prev:focus,
    .sports-videos-slides .owl-next:hover,
    .sports-videos-slides .owl-next:focus {
      background-color: #3a9478;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .trending-post-slides .owl-prev,
      .trending-post-slides .owl-next,
      .featured-video-posts-slide .owl-prev,
      .featured-video-posts-slide .owl-next,
      .most-viewed-videos-slide .owl-prev,
      .most-viewed-videos-slide .owl-next,
      .sports-videos-slides .owl-prev,
      .sports-videos-slides .owl-next {
        width: 20px;
        right: 21px;
        height: 36px;
        top: -66px; } }
  .trending-post-slides .owl-next,
  .featured-video-posts-slide .owl-next,
  .most-viewed-videos-slide .owl-next,
  .sports-videos-slides .owl-next {
    right: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-video-posts-slide {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .featured-video-posts-slide {
    margin-top: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next {
    display: none; } }
@media only screen and (max-width: 767px) {
  .featured-video-posts-slide .owl-prev,
  .featured-video-posts-slide .owl-next {
    display: none; } }

.single-featured-post {
  position: relative;
  z-index: 1; }
  .single-featured-post .post-thumbnail {
    position: relative;
    z-index: 1; }
    .single-featured-post .post-thumbnail .video-play {
      width: 50px;
      height: 50px;
      background-color: rgba(26, 26, 26, 0.7);
      border-radius: 50%;
      color: #ffffff;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      z-index: 99; }
      .single-featured-post .post-thumbnail .video-play:hover, .single-featured-post .post-thumbnail .video-play:focus {
        background-color: #3a9478; }
  .single-featured-post .post-content {
    position: relative;
    z-index: 1; }
    .single-featured-post .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-featured-post .post-content .post-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #3a9478; }
        .single-featured-post .post-content .post-meta a:last-child {
          margin-left: 20px; }
          .single-featured-post .post-content .post-meta a:last-child::after {
            content: '/';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-featured-post .post-content .post-meta a:hover, .single-featured-post .post-content .post-meta a:focus {
          color: #777777; }
    .single-featured-post .post-content .post-title {
      font-size: 30px;
      display: block;
      margin-bottom: 15px; }
      .single-featured-post .post-content .post-title:hover, .single-featured-post .post-content .post-title:focus {
        color: #3a9478; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-featured-post .post-content .post-title {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .single-featured-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-featured-post .post-content .post-title {
          font-size: 20px; } }
  .single-featured-post .post-share-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden; }
    .single-featured-post .post-share-area .post-meta a {
      font-size: 14px;
      color: #777777;
      margin-right: 20px; }
      .single-featured-post .post-share-area .post-meta a:hover, .single-featured-post .post-share-area .post-meta a:focus {
        color: #3a9478; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-featured-post .post-share-area .post-meta a {
          margin-right: 10px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .single-featured-post .post-share-area .post-meta a {
          margin-right: 8px;
          font-size: 11px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-featured-post .post-share-area .post-meta a {
          font-size: 13px;
          margin-right: 12px; } }
    .single-featured-post .post-share-area .share-info {
      position: relative;
      z-index: 1; }
      .single-featured-post .post-share-area .share-info .sharebtn {
        position: relative;
        z-index: 100;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        background-color: #1a1a1a;
        text-align: center;
        font-size: 16px;
        display: block; }
        .single-featured-post .post-share-area .share-info .sharebtn i {
          -webkit-transition-duration: 800ms;
          -o-transition-duration: 800ms;
          transition-duration: 800ms; }
        .single-featured-post .post-share-area .share-info .sharebtn:hover {
          background-color: #3a9478; }
      .single-featured-post .post-share-area .share-info .all-share-btn {
        position: absolute;
        z-index: 20;
        top: 0;
        right: -200px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms; }
        .single-featured-post .post-share-area .share-info .all-share-btn a {
          width: 40px;
          height: 40px;
          background-color: #3a9478;
          color: #ffffff;
          line-height: 40px;
          font-size: 16px;
          text-align: center; }
          .single-featured-post .post-share-area .share-info .all-share-btn a.facebook {
            background-color: #4b6cd0; }
          .single-featured-post .post-share-area .share-info .all-share-btn a.twitter {
            background-color: #49a7f3; }
          .single-featured-post .post-share-area .share-info .all-share-btn a.google-plus {
            background-color: #de3939; }
          .single-featured-post .post-share-area .share-info .all-share-btn a.instagram {
            background-color: #bb8950; }
          .single-featured-post .post-share-area .share-info .all-share-btn a:hover, .single-featured-post .post-share-area .share-info .all-share-btn a:focus {
            color: #ffffff;
            background-color: #1a1a1a; }
      .single-featured-post .post-share-area .share-info:hover .sharebtn i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .single-featured-post .post-share-area .share-info:hover .all-share-btn {
        opacity: 1;
        visibility: visible;
        right: 40px; }

.single-catagory-post {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .single-catagory-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .single-catagory-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .single-catagory-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 180px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-catagory-post .post-thumbnail {
        height: 260px; } }
    .single-catagory-post .post-thumbnail .video-play {
      width: 50px;
      height: 50px;
      background-color: rgba(26, 26, 26, 0.7);
      border-radius: 50%;
      color: #ffffff;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      z-index: 99; }
      .single-catagory-post .post-thumbnail .video-play:hover, .single-catagory-post .post-thumbnail .video-play:focus {
        background-color: #3a9478; }
  .single-catagory-post .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    position: relative;
    z-index: 1;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .single-catagory-post .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0; } }
    .single-catagory-post .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-catagory-post .post-content .post-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #3a9478; }
        .single-catagory-post .post-content .post-meta a:last-child {
          margin-left: 20px; }
          .single-catagory-post .post-content .post-meta a:last-child::after {
            content: '/';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-catagory-post .post-content .post-meta a:hover, .single-catagory-post .post-content .post-meta a:focus {
          color: #404040; }
    .single-catagory-post .post-content .post-title {
      font-size: 22px;
      margin-bottom: 15px;
      display: block; }
      .single-catagory-post .post-content .post-title:hover, .single-catagory-post .post-content .post-title:focus {
        color: #3a9478; }
    .single-catagory-post .post-content p {
      margin-bottom: 0; }
    .single-catagory-post .post-content .post-meta-2 {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-catagory-post .post-content .post-meta-2 a {
        font-size: 14px;
        color: #777777;
        margin-right: 20px; }
        .single-catagory-post .post-content .post-meta-2 a:last-child {
          margin-right: 0; }
        .single-catagory-post .post-content .post-meta-2 a:hover, .single-catagory-post .post-content .post-meta-2 a:focus {
          color: #3a9478; }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .post-details-content .post-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #3a9478; }
      .post-details-content .post-meta a:last-child {
        margin-left: 20px; }
        .post-details-content .post-meta a:last-child::after {
          content: '/';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .post-details-content .post-meta a:hover, .post-details-content .post-meta a:focus {
        color: #404040; }
  .post-details-content .post-title {
    font-size: 24px;
    margin-bottom: 15px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .post-details-content .post-title {
        font-size: 20px; } }
  .post-details-content .post-meta-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .post-details-content .post-meta-2 a {
      font-size: 14px;
      color: #777777;
      margin-right: 20px; }
      .post-details-content .post-meta-2 a:last-child {
        margin-right: 0; }
      .post-details-content .post-meta-2 a:hover, .post-details-content .post-meta-2 a:focus {
        color: #3a9478; }
  .post-details-content ul {
    position: relative;
    z-index: 1; }
    .post-details-content ul li {
      color: #777777;
      margin-bottom: 10px; }
      .post-details-content ul li i {
        margin-right: 5px; }

blockquote {
  background-color: #f2f4f5;
  padding: 15px 30px;
  border-left: 3px solid #3a9478; }
  blockquote .quote-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 2;
    margin-bottom: 15px; }
  blockquote .quote-name {
    margin-bottom: 0; }

.like-dislike-share {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .like-dislike-share a {
    min-width: 180px;
    height: 46px;
    border-radius: 4px;
    background-color: #3a9478;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
    margin-right: 15px; }
    .like-dislike-share a:last-child {
      margin-right: 0; }
    .like-dislike-share a i {
      margin-right: 5px; }
    .like-dislike-share a.facebook {
      background-color: #4b6cd0; }
      .like-dislike-share a.facebook:hover {
        background-color: rgba(75, 108, 208, 0.85); }
    .like-dislike-share a.twitter {
      background-color: #49a7f3; }
      .like-dislike-share a.twitter:hover {
        background-color: rgba(73, 167, 243, 0.85); }
    @media only screen and (max-width: 767px) {
      .like-dislike-share a {
        min-width: 50px; } }
  .like-dislike-share .share {
    min-width: auto;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-right: 15px; }
    .like-dislike-share .share span {
      display: block;
      font-size: 14px;
      color: #777777; }

.post-author {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  border-top: 1px solid #ebebeb; }
  .post-author .post-author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .post-author .post-author-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        height: 60px; } }
    .post-author .post-author-thumb img {
      border-radius: 50%; }
  .post-author .post-author-desc .author-name {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .post-author .post-author-desc .author-name {
        font-size: 14px; } }
  .post-author .post-author-desc p {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-author .post-author-desc p {
        font-size: 12px; } }

.related-post-area {
  position: relative;
  z-index: 1; }
  .related-post-area .single-blog-post.style-4 .post-content .post-title {
    font-size: 16px; }

.video-submit-content {
  position: relative;
  z-index: 1; }
  .video-submit-content label {
    font-size: 12px;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 500; }

/* :: 7.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #ee3424;
/*  background: linear-gradient(to right, rgb(185, 217, 193), rgb(114, 187, 160), rgb(58, 148, 123), rgb(31, 103, 81));

  background: linear-gradient(to right, rgb(4, 190, 254), rgb(37, 170, 225), rgb(63, 134, 237), rgb(68, 129, 235));
*/
  /*background-color: #3a9478;*/
  padding-top: 30px!important; 
}
  .footer-area .footer-widget {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 30px; }
    .footer-area .footer-widget .widget-title {
      display: block;
      margin-bottom: 30px;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      text-transform: uppercase;
      border-left: 3px solid #3a9478;
      padding-left: 10px; }
    .footer-area .footer-widget .foo-logo {
      display: block;
      margin-bottom: 25px; }
    .footer-area .footer-widget p {
      margin-bottom: 30px;
      display: block; }
    .footer-area .footer-widget .footer-social-info a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #3a9478;
      text-align: center;
      font-size: 15px;
      color: #ffffff;
      line-height: 40px;
      margin-right: 3px;
      border-radius: 50%; }
      .footer-area .footer-widget .footer-social-info a:hover, .footer-area .footer-widget .footer-social-info a:focus {
        background-color: #3a9478; }
      .footer-area .footer-widget .footer-social-info a.facebook {
        background-color: #4b6cd0; }
      .footer-area .footer-widget .footer-social-info a.google-plus {
        background-color: #f03b3b; }
      .footer-area .footer-widget .footer-social-info a.instagram {
        background-color: #bb8950; }
      .footer-area .footer-widget .footer-social-info a.twitter {
        background-color: #49a7f3; }
      .footer-area .footer-widget .footer-social-info a.linkedin {
        background-color: #30bad7; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .footer-widget .footer-social-info a {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 13px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-widget .footer-social-info a {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .footer-area .footer-widget .footer-social-info a {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 13px; } }
    .footer-area .footer-widget .footer-widget-nav {
      position: relative;
      z-index: 1; }
      .footer-area .footer-widget .footer-widget-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer-area .footer-widget .footer-widget-nav ul li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          width: 50%; }
          .footer-area .footer-widget .footer-widget-nav ul li a {
            display: inline-block;
            color: #ffffff;
            margin-bottom: 15px; }
            .footer-area .footer-widget .footer-widget-nav ul li a i {
              color: #777777;
              margin-right: 5px; }
            .footer-area .footer-widget .footer-widget-nav ul li a:hover, .footer-area .footer-widget .footer-widget-nav ul li a:focus {
              color: #3a9478; }
    .footer-area .footer-widget .footer-tags {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -5px;
      margin-left: -5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .footer-widget .footer-tags {
          margin-top: -2px;
          margin-left: -2px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-widget .footer-tags {
          margin-top: -2px;
          margin-left: -2px; } }
      .footer-area .footer-widget .footer-tags li a {
        height: 30px;
        border-radius: 2px;
        background-color: #272727;
        color: #777777;
        text-transform: uppercase;
        padding: 0 10px;
        display: inline-block;
        line-height: 30px;
        margin: 5px;
        font-size: 12px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .footer-widget .footer-tags li a {
            margin: 2px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .footer-area .footer-widget .footer-tags li a {
            margin: 2px; } }
        .footer-area .footer-widget .footer-tags li a:hover, .footer-area .footer-widget .footer-tags li a:focus {
          background-color: #3a9478;
          color: #ffffff; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background-color: #0d4433; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 400;
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 12px; } }
      .footer-area .copywrite-area .copywrite-text a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .copywrite-area .copywrite-text a {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .copywrite-text a {
            font-size: 12px; } }
        .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
          color: #3a9478; }
    .footer-area .copywrite-area .footer-nav {
      position: relative;
      z-index: 1; }
      .footer-area .copywrite-area .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul {
            margin-top: 5px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .footer-area .copywrite-area .footer-nav ul li a {
          display: inline-block;
          color: #777777;
          font-size: 14px;
          padding: 0 15px;
          font-weight: 400; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              font-size: 12px;
              padding: 0 8px; } }
          @media only screen and (max-width: 767px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              font-size: 12px;
              padding: 0 8px; } }
          .footer-area .copywrite-area .footer-nav ul li a:hover, .footer-area .copywrite-area .footer-nav ul li a:focus {
            font-weight: 400;
            color: #3a9478; }
        .footer-area .copywrite-area .footer-nav ul li:last-child a {
          padding-right: 0; }

.sidebar-area {
  position: relative;
  z-index: 1; }

.single-widget-area {
  position: relative;
  z-index: 1; }
  .single-widget-area form input {
    width: 100%;
    height: 56px;
    background-color: #f2f4f5;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
    border: none;
    border-radius: 0;
    margin-bottom: 30px; }
    .single-widget-area form input:focus {
      box-shadow: none;
      background-color: #f2f4f5; }

.comment_area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin-right: 20px;
    height: 70px;
    border-radius: 50%; }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        min-width: 40px;
        margin-right: 10px;
        height: 40px; } }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .comment-date {
      font-size: 12px;
      color: #777777;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px; }
    .comment_area .comment-content .comment-meta h6 {
      margin-bottom: 10px; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 2; }
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      height: 30px;
      padding: 0 20px;
      border: 2px solid #ebebeb;
      border-radius: 15px;
      line-height: 26px;
      text-align: center;
      margin-right: 15px; }
      .comment_area .comment-content .comment-meta .like:last-child,
      .comment_area .comment-content .comment-meta .reply:last-child {
        margin-right: 0; }
      .comment_area .comment-content .comment-meta .like:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .like,
        .comment_area .comment-content .comment-meta .reply {
          margin-right: 5px; } }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children .single_comment_area {
        margin-left: 15px; } }
@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .breadcrumb-area {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; 
      box-shadow: 0 2px 30px 2px rgba(0,0,0,0.25), 0 3px 1px -2px rgba(66,132,234,0.75), 0 1px 15px 0 rgba(0,0,0,0.45);
      text-align:center;
      /*padding-bottom:15px;*/
      padding-right: 15px;
      padding-left: 15px;
      /*background:  gradient can be an image 
        linear-gradient(
          to right, 
          rgb(4, 190, 254),
          rgb(37, 170, 225),
          rgb(63, 134, 237),
          rgb(68, 129, 235)
        )left bottom no-repeat; 
      background-size:100% 15px ; if linear-gradient, we need to resize it */
    }
    }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; 
      box-shadow: 0 2px 30px 2px rgba(0,0,0,0.25), 0 3px 1px -2px rgba(66,132,234,0.75), 0 1px 15px 0 rgba(0,0,0,0.45);
      /*padding-bottom:15px;*/
      padding-right: 15px;
      padding-left: 15px;

    }
    }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-area {
      position: relative;
      z-index: 1;
      width: 100%;
      /*height: 250px; */
      box-shadow: 0 2px 30px 2px rgba(0,0,0,0.25), 0 3px 1px -2px rgba(66,132,234,0.75), 0 1px 15px 0 rgba(0,0,0,0.45);
      padding-right: 15px;
      padding-left: 15px;

    } 
    }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: auto; 
      box-shadow: none;
      /*padding-bottom:130px;*/
      padding-right: 15px;
      padding-left: 15px;
    } 
    }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area {
      height: auto; 
      box-shadow: none;
      /*padding-bottom:180px;*/
      padding-right: 15px;
      padding-left: 15px;
    }
    }  
    .breadcrumb-area .breadcrumb-content {
    text-align: center; }
    .breadcrumb-area .breadcrumb-content h2 {
      color: #ffffff;
      margin-bottom: 0;
      /*text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 20px; } */
          }

.mag-breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0; }
  .mag-breadcrumb .breadcrumb .breadcrumb-item a:hover, .mag-breadcrumb .breadcrumb .breadcrumb-item a:focus {
    color: #3a9478; }
.mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">"; }

.about-us-content {
  position: relative;
  z-index: 1; }
  .about-us-content ul li {
    color: #777777;
    margin-bottom: 10px; }
    .about-us-content ul li i {
      margin-right: 5px; }

.single-team-member {
  position: relative;
  z-index: 1;
  border: 1px solid #ebebeb;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .single-team-member {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-team-member {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .single-team-member .team-member-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px; }
    @media only screen and (max-width: 767px) {
      .single-team-member .team-member-thumbnail {
        margin: 15px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-team-member .team-member-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        width: 120px; } }
    .single-team-member .team-member-thumbnail::after {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      z-index: 100;
      content: '';
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-team-member .team-member-thumbnail img {
      width: 100%; }
    .single-team-member .team-member-thumbnail .social-btn {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      width: 80%;
      bottom: 20px;
      left: 10%;
      right: 10%;
      z-index: 300;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      opacity: 0;
      visibility: hidden; }
      .single-team-member .team-member-thumbnail .social-btn a {
        color: #ffffff;
        font-size: 14px; }
        .single-team-member .team-member-thumbnail .social-btn a:hover, .single-team-member .team-member-thumbnail .social-btn a:focus {
          color: #3a9478; }
  .single-team-member .team-member-content {
    padding: 15px 30px; }
    @media only screen and (max-width: 767px) {
      .single-team-member .team-member-content {
        padding: 15px; } }
    .single-team-member .team-member-content h6 {
      margin-bottom: 5px; }
    .single-team-member .team-member-content span {
      color: #3a9478;
      font-size: 14px;
      display: block;
      margin-bottom: 5px; }
    .single-team-member .team-member-content p {
      margin-bottom: 0;
      line-height: 1.7;
      font-weight: 300;
      font-size: 14px; }
  .single-team-member:hover .team-member-thumbnail::after, .single-team-member:focus .team-member-thumbnail::after {
    opacity: 1;
    visibility: visible; }
  .single-team-member:hover .team-member-thumbnail .social-btn, .single-team-member:focus .team-member-thumbnail .social-btn {
    opacity: 1;
    visibility: visible; }
  .single-team-member:last-child {
    margin-bottom: 0; }

.single-video-area {
  position: relative;
  z-index: 1; }
  .single-video-area iframe {
    border: none !important;
    width: 100% !important;
    height: 540px !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-video-area iframe {
        height: 420px !important; } }
    @media only screen and (max-width: 767px) {
      .single-video-area iframe {
        height: 240px !important; } }
  .single-video-area .video-meta-data {
    position: relative;
    z-index: 1;
    padding: 15px 30px; }
    @media only screen and (max-width: 767px) {
      .single-video-area .video-meta-data {
        padding: 15px; } }
    .single-video-area .video-meta-data .total-views {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .single-video-area .video-meta-data .total-views {
          font-size: 12px; } }
    .single-video-area .video-meta-data .like-dislike button {
      border: none;
      background-color: transparent;
      color: #777777;
      margin-right: 20px;
      cursor: pointer;
      font-size: 16px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .single-video-area .video-meta-data .like-dislike button {
          font-size: 12px;
          margin-right: 15px; } }
      .single-video-area .video-meta-data .like-dislike button:hover, .single-video-area .video-meta-data .like-dislike button:focus {
        color: #3a9478; }
    .single-video-area .video-meta-data .like-dislike p {
      text-align: center;
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .single-video-area .video-meta-data .like-dislike p {
          font-size: 12px; } }

.video-submit-content {
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  .video-submit-content .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .video-submit-content .submit--btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold; }
  .video-submit-content .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

/* :: 8.0 Contact Area CSS */
.single-contact-info {
  position: relative;
  margin-bottom: 30px; }
  .single-contact-info:last-child {
    margin-bottom: 0; }
  .single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #3a9478; }
  .single-contact-info p {
    font-size: 14px;
    margin-bottom: 5px; }
  .single-contact-info h6 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single-contact-info h6 {
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-contact-info h6 {
        font-size: 14px; } }

.form-control {
  position: relative;
  z-index: 2;
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 15px;
  border: 2px solid #ebebeb;
  padding: 10px 30px;
  color: #777777;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .form-control:focus {
    box-shadow: none;
    border-color: #3a9478; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.form-control {
  height: 190px; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 250px; } }

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
