@import url('https://fonts.googleapis.com/css?family=Merienda+One|Play:400,700&display=swap&subset=latin-ext');
@import "fonts.css";
:root{
  --s: #07673B;
  --x: #F08800;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'AlianzaSlab400', arial, sans-serif;
  background: #c0d7ce;
}

body.overLock {
  overflow: hidden;
}

body::-webkit-scrollbar{width:5px!important}
body::-webkit-scrollbar-thumb{background-color:#07673b;border:none}

* {
  outline: none !important;
}

a:focus, a:visited, a:hover, a:active {
  text-decoration: none;
}

.app {
  position: relative;
}

.app.sub .nHeader {
  padding: 0;
}
.app.sub header.header {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .app.sub header.header .container-fluid {
    padding: 0;
  }
}
.app.sub .submenu {
  padding: 0;
}
.app.sub .header_wrap {
  border-radius: 0;
}
.app.sub .header_wrap .submenuWrap{
  padding: 0;
  height: 23px
}

header.scroll:not(.locked)  .submenuWrap{
  height: 0
}

.pohnnn {
  font-size: 15px !important;
}

.html_w {
  text-align: justify;
  color: var(--s);
  position: relative;
  visibility: hidden;
  line-height: 30px;
  opacity: 0;
  bottom: -100px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-ransition: all 1s  ease-in-out;
}

.html_w p a {
  color: var(--x);
}

.phonesCountry {
  position: relative;
  color: var(--s);
  text-align: right;
}
.mainNav .phonesCountry {
  display: inline-block;
  margin-left: 1em;
}
.mainNav .phonesCountry li {
  display: block;
}
.phonesCountry .name,
.phonesCountry .min {
  font-size: .9em;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
.phonesCountry .max {
  font-size: 1em;
  display: inline-block;
  min-width: 64px;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}

.phonesCountry .name {
  text-align: left;
  display: inline-block;
}

.d-figure {
  margin: 0;
}

.list_w {
  position: relative;
}
.list_w ul {
  margin: 0;
  padding: 0;
}
.list_w ul li {
  list-style: none;
  display: none;
}
.list_w ul li a {
  display: block;
  font-size: 1.15em;
  color: var(--x);
  padding: 5px 0;
  font-family: 'AlianzaSlab400', arial, sans-serif;
  font-weight: 600;
  position: relative;
  margin: 0 0 .5em;
}

.list_w_b > ul > li > a:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--x);
  border-right: none;
  border-top: none;
  position: absolute;
  left: -5px;
  bottom: 5px;
}

.list_w ul li ul {
  padding-left: 2.5em;
}

.list_w ul li ul li a{
  font-size: 1em;
  color: #777777;
  font-weight: 400;
  position: relative;
  font-family: 'AlianzaSlab400', arial, sans-serif;
}
.list_w ul li ul li.active a {
  color: #555;
  font-weight: 600;
}

.list_w ul li ul li a::before{
  content: "\f192";
  position: absolute;
  color: #8e8e8e;
  left: -25px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  border-radius: 55px;
  line-height: 1;

  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.list_w ul li ul li:hover a::before,
.list_w ul li ul li.active a::before{
  color: var(--x);
  box-shadow: 0px 0px 10px 1px var(--x);
  -moz-box-shadow: 0px 0px 10px 1px var(--x);
  -webkit-box-shadow: 0px 0px 10px 1px var(--x);
}

.list_w ul li ul li:hover a {
    color: var(--x);
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 28;
}



.topContainer,
.middleContainer {
  background: #c5d4ce;
  position: relative;
}

.app.sub .topContainer,
.app.sub .middleContainer {
  background: rgba(197, 212, 206, 0.91);
}


.nLiner{
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  position: absolute;
  background: var(--s);
  display: block;
  animation: flash 1s ease-in-out infinite;
  -webkit-animation: flash 1s ease-in-out infinite;
}

@keyframes flash { 0% { opacity: 0; } 50%{ opacity: 1; } 100%{ opacity: 0; } }
@-webkit-keyframes flash { 0% { opacity: 0; } 50%{ opacity: 1; } 100%{ opacity: 0; } }

.submenuWrap {
  background: var(--s);
  padding: 0;
}

.social {
  position: relative;
  margin: 0;
  padding: .5em 0
}
.social li {
  list-style: none;
  display: inline-block;
}
.social li a {
  display: block;
  margin: 0 8px;
}

.header_wrap {
  padding: 0;
}

header .submenuWrap {
  height: 40px;
  line-height: 40px;
}


header .logo a {
  display: inline-block;
}
header .submenuWrap,
header .mainNav ul li a,
header .logo img {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-ransition: all .2s ease-in-out;
}

.mainNav ul.lang li {
  position: relative;
}
.mainNav ul.lang li .clang {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 22;
  width: 35px;
  left: 0;
  background: #c5d4ce;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.24);
}
.mainNav ul.lang li:hover .clang {
  display: block;
}

header.scroll .mainNav ul:not(.phonesCountry) li a {
  font-size: .9rem;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
header.scroll:not(.locked) .submenuWrap {
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hw_logo {
    padding-left: 0;
  }
}

.logo {
  margin: 0;
  padding: 0
}



/* getDetail */


.getDetail {
  position: relative;
  z-index: 2;
  background: #fff;
}
.getDetail.active {
  z-index: 99999999;
}

.main {
  overflow: hidden;
}
body:not(.home) .main {
  margin-top: 80px;
}

.main.detail {
  margin:  0;
}


.app.ready
.html_w{
  bottom: 0;

  opacity: 1;
  visibility: visible;
}



.app.ready
.image_w{
  transform: scale(1);

  opacity: 1;
  visibility: visible;
}


.app.ready
.b_list{
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.app.ready
.information{
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}


.app.ready
.d-aside .list_contents::before{
  height: 100%;
}


.app.ready
.list_w_b:not(:last-child)::after{
  width: 100%;
}
.app.ready
.formggAn {
  opacity: 1;
  visibility: visible;
}







figure.logo img {
  max-width: 200px;
}


.navMenus {
  position: relative;
}
.navMenus ul {
  display: inline-block;
}

.mainNav {
  position: relative;
  width: 100%;
  text-align: right;
}
.mainNav ul {
  margin: 0;
  padding: 0;
}
.mainNav ul.menu {
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
}
.mainNav ul.menu::after{
  content: "";
  width: 1px;
  height: 45%;
  background: var(--s);
  display: block;
  right: -5px;
  top: 22px;
  margin: 0;
  position: absolute;
}


.mainNav ul li {
  list-style: none;
  display: inline-block;
}
.mainNav ul li a {
  display: block;
  color: var(--s);
  padding: 0 5px;
  font-size: 18px;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
.mainNav .phonesCountry li a {
  font-size: 14px;
  line-height: 20px;
}

.mainNav ul.menu li a {
  padding: 27px 15px;
  position: relative;
}


.mainNav ul li.active a,
.mainNav ul li a:hover {
  color: #000
}

.special_text {
  cursor: auto;
  color: #e87700 !important;
  font-family: 'Merienda One', arial, sans-serif;
  font-size: 16px;
}

.th_col {
  padding: 0;
}

.top_header {
  position: relative;
  color: var(--s);
  font-size: 14px;
  font-family: 'AlianzaSlab400', arial, sans-serif;
}

.th_right_line {
  border-right: 1px solid var(--s);
}

.top_header span {
  padding: .5em 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top_header a {
  color: var(--s);
}

.topContainer {
  border-bottom: 1px solid var(--s);
}



.submenu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.submenu li {
  list-style: none;
  display: inline-block;
  position: relative;
  perspective: 250px;
  line-height: normal;
}
.submenu li a {
  display: block;
  color: #fff;
  padding: 0 30px;
  font-size: 1rem;
  position: relative;
  font-family: 'AlianzaSlab100', arial, sans-serif;
}
.submenu li a:hover {
  color: #ccc;
}



.submenu li:not(:last-child) a::after{
  content: "";
  width: 1px;
  position: absolute;
  height: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background: #afafaf;
  display: block;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.submenu li ul.sub {
  position: absolute;
  width: 250px;
  z-index: 2;
  top: 100%;
  padding: 5px;
  background: #07673b;
  text-align: left;
  opacity: 0;
  visibility: hidden;


  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
    transform: rotate3d(1, 0, 0, -10deg);
}
.submenu li ul.sub li {
  display: block;
}
.submenu li ul.sub li a {
  font-size: 14px;
  line-height: 30px;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.submenu li ul.sub li a::after{
  display: none;
}

.mobs {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 55px;
  cursor: pointer;
  float: right;
  color: #fff;
  background: transparent;
}



@media (min-width: 1050px) {
  .submenu li.locked > ul.sub.sups,
  .submenu li:hover > ul.sub.sups {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 0deg);
  }
  .submenu li ul.sub li > ul.sub {
    width: 100%;
    background: #055a33;
    max-height: 300px;
    overflow-x: hidden;
  }

  .submenu li ul.sub li > ul.sub::-webkit-scrollbar{width:5px!important}
  .submenu li ul.sub li > ul.sub::-webkit-scrollbar-thumb{background-color:#07673b;border:none}

  .submenu li ul.sub li > ul.sub.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    transform: rotate3d(1, 0, 0, 0deg);

  }
  .mobs:not(.mobtogglesuber) {
    display: none
  }
}


/* slide */

.sub main.main {
  margin: 0 ;
}

.main_slide {
  position: relative;
}
/*
.image_w::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 103, 59, 0.60);
}
*/
.main_slide .slideItem .overlayOnslide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
}

.textOverlay {
  position: relative;
  text-align: left;
}

.textOverlay::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -50px;
}

.textOverlay .bText {
  color: #fff;
  font-size: 1.5em;
  font-family: 'AlianzaSlab100', arial, sans-serif;
  line-height: 65px;
}

.textOverlay .bBold {
  color: #fff;
  font-size: 4em;
  line-height: 70px;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}



._btnn {
  background: var(--x);
  padding: .8em 3em;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.15em;
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;

  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
._btnn span {
  position: relative;
  z-index: 2;
}
._btnn._sm {
  padding: .5em 2em;
  font-size: .9rem;
}
._btnn._sm i {
  top: 11px;
  right: 10px;
  font-size: 16px;
}

._btnn._block {
  display: block;
  text-align: center;
}
._btnn._block i {
  position: relative;
  right: -10px;
  top: 1px;
}
._btnn._block:not(._sm) i {
  position: relative;
  right: -10px;
  top: 4px;
}

._btnn::after{
  content: "";
  width: 100%;
  height: 100%;
  background: var(--s);
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
._btnn i,
._btnn span {
  color: #fff;
}
._btnn:hover::after{
  left: 0;
}
._btnn:not(._block):hover i {
  right: 10px;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
._btnn._block:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

._btnn i {
  position: absolute;
  right: 20px;
  font-size: 25px;
  top: 15px;
  z-index: 2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}


.sub_slide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
    z-index: 27;
  width: 100%;
  border-top: 1px solid #fff;
}


.item_slide_sub {
  padding: 0;
}
.item_slide_sub .content_t  {
  text-align: center;
  background: transparent;
  border-right: 1px solid #fff;
  padding: 2em 0;
  min-height: 200px;
  display: flex;
  background: rgba(7, 103, 59, 0.60);
}
.item_slide_sub .content_t:hover {
  background: rgba(7, 103, 59, 0.72);
}
.content_t a {
  display: block;
  width: 100%;
}

.text_x {
  color: #fff;
  font-size: 1.5em;
  font-family: 'AlianzaSlab600', arial, sans-serif;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:hover {
  background: transparent !important;
  outline: none;
}

.owl-carousel.owlSub .owl-nav {
  margin: 0;
}
.owl-carousel.owlSub .owl-nav button{
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 2em;
  color: #fff;
  height: 100%;
  line-height: normal;
  width: 50px;
  text-align: center;
}
.owl-carousel.owlSub .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owlSub .owl-nav .owl-next {
  right: 0;
}

/* sections */
.slideAnnouncements {
  position: relative;
  padding: 2em 0;
}
.slideAnnouncements::after{
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c0d7ce url('../img/page/x1.jpg') no-repeat center fixed;
  background-size: cover;
  opacity: 0.1;
}

.AnOwl.owl-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding: 0;
  background: var(--x);
  border-radius: 50px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.AnOwl.owl-carousel .owl-nav button:focus,
.AnOwl.owl-carousel .owl-nav button:hover {
  background: var(--x) !important;
}
.AnOwl.owl-carousel .owl-nav button.owl-prev:hover {
  left: 10px;
}
.AnOwl.owl-carousel .owl-nav button.owl-next:hover {
  right: 10px;
}

.owl-carousel .owl-nav button.owl-prev{
  left: 20px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 20px;
}

.sec_title {
  margin: 0;
  position: relative;
  text-align: left;
}
.sec_title .st {
  color: var(--s);
  display: block;
  line-height: normal;
  margin: 1em 0;
  position: relative;
  font-size: 3em;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
.sec_title .st.st_white{
  color: #fff;
  font-family: 'AlianzaSlab100', arial, sans-serif;
}
.sec_title .st.st_white::before{
  background: #fff;
}

.sec_title .st::before{
  content: "";
  left: -50px;
  width: 40px;
  top: 50%;
  height: 2px;
  background: var(--s);
  position: absolute;
}
.sec_title .st._line2::before{
  top: 30px;
}

.sliderWrap {
  position: relative;
}


/* slideAnnouncements*/

.slideAnnouncements {
  position: relative;
  padding: 6em 0;
}

.AnContent {
  text-align: center;
}
.AnContent h4 {
  color: var(--s);
  font-size: 2em;
  margin: 0 0 1em;
  font-family: 'AlianzaSlab700', arial, sans-serif;
}
.AnContent p {
  font-size: 1.2rem;
    color: var(--s);
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
@media (min-width: 1200px) {
  .AnContent p {
    padding: 0 6em;
  }
}





/* services -  serviceList */
.services {
  padding: 3em 0;
}


.serviceList {
  margin: 0;
  padding: 0;
}
.serviceList li {
  list-style: none;
  display: block;
  position: relative;
}

.serviceList li img {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: var(--x);
  padding: 4px;
}
.serviceList li.active img {
  box-shadow: 0px 0px 10px 2px var(--x);
  -moz-box-shadow: 0px 0px 10px 2px var(--x);
  -webkit-box-shadow: 0px 0px 10px 2px var(--x);
}

.serviceList li:hover::before,
.serviceList li.active::before{
  background: var(--x);
}
.serviceList li button {
  display: block;
  font-size: 1rem;
  padding: 6px 0;
  margin: 6px 0;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: var(--s);
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}
.serviceList li:hover button,
.serviceList li.active button {
  color: var(--x);
  font-family: 'AlianzaSlab600', arial, sans-serif;
}

.services2 {
  position: relative;
  padding: 3em 0;
}
.services2 .st {
  margin-top: 0;
}
.serviceListBox {
  margin: 0;
  padding: 0;
  position: relative;
}
.serviceListBox li {
  list-style: none;
  display: inline-block;
  height: 240px;
  perspective: 400px;
}
.sc_box_item {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bbb;
  background-size: cover;
  padding: 2em;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-in-out;
}
.sc_box_item:hover {
    transform: rotate3d(0, 1, 0, 20deg);
    -moz-transform: rotate3d(0, 1, 0, 20deg);
    -webkit-transform: rotate3d(0, 1, 0, 20deg);
}
.sc_box_item h4 {
  color: #fff;
  font-size: 16px;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}
.sc_box_item .sc_text {
  position: relative;
  z-index: 23;
  font-size: 15px;
}
.sc_box_item .sc_text span {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 6px;
}
.sc_box_item::before{
  content: "";
  position: absolute;
  left: -250px;
  top: -100px;
  width: 400px;
  height: 400px;
  transform: rotate(23deg);
  -moz-transform: rotate(23deg);
  -webkit-ransform: rotate(23deg);

  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-ransition: all .2s ease-in-out;
}

.sc_item_of:nth-child(even) .sc_box_item::before{
  background: rgba(246, 141, 30, 0.78);
}
.sc_item_of:nth-child(odd) .sc_box_item::before{
  background: rgba(0, 111, 69, 0.78);
}


.sc_box_item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 25;
  position: relative;
}

@media (min-width: 768px) {
  .sc_box_item:hover::before{
    left: -100px;
  }
}

.rightList {
  margin: 0;
}
.rightList li {
  display: block;
  list-style: none;
}
.rightList li a {
  display: block;
  font-size: 1.3rem;
  padding: 8px 0;
  border-top: 1px solid #ccc;
  position: relative;
  color: var(--x);
  font-family: 'AlianzaSlab300', arial, sans-serif;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.rightList li a::before{
  content: "";
  width: 7px;
  height: 7px;
  left: -15px;
  top: 50%;
  position: absolute;
  background: var(--s);
  border-radius: 55px;
}

.rightList li:last-child a {
  border-bottom: 1px solid #ccc;
}
.rightList li a:hover {
  text-indent: 5px;
}

/* video_wrap */

.video_wrap {
  position: relative;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.video_wrap a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 4em;
  color: white;
  position: relative;
  z-index: 25;


  transition: all .3s  ease-in-out;
  -moz-transition: all .3s  ease-in-out;
  -webkit-transition: all .3s  ease-in-out;

}
.video_wrap a:hover {
  transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-ransform: scale(.9);
}
.video_wrap::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}




.sss_w h5 {
  cursor: pointer;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}
.sss_w ul {
  margin: 0;
  padding: 0;
}
.sss_w li {
  list-style: none;
  display: block;
}
.sss_tabs_title {
  position: relative;
}
.sss_tabs_title li {
  width: 100%;
}

.sss_tabs_title li .t_content {
  display: none;
}


.sss_tabs_title li.active:last-child a,
.sss_tabs_title li.active a{
  border-color: var(--x);
  border-bottom: 1px solid var(--x);
}

.sss_tabs_title li:last-child a {
  border-bottom: 1px solid #ccc;
}

.sss_tabs_title li a {
  padding: .5em 1em;
  font-size: 14px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-left-width: 2px;
  border-bottom: none;
  color: #222;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}
.sss_tabs_title li.active .t_content {
  display: block;
}

.sss_tabs_title .t_content {
  padding: 1em;
  font-size: 14px;
  color: #333;
  font-family: 'AlianzaSlab400', arial, sans-serif;
}

/* support*/

.support {
  background: url('../img/page/c1.png') no-repeat center;
  background-size: cover;
  padding: 5em 0;
}

.staticsCounters {
  position: relative;
  padding: 10em 0 0;
}
.staticsCounters .ct{
  padding: 1em 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.staticsCounters .ct._left {
  border-left: 0;
  border-right: 1px solid #ccc;
}
.staticsCounters .ct._right{
  border-right: 0;
}
.staticsCounters .ct:nth-child(3),
.staticsCounters .ct:nth-child(4){
  border-bottom: none;
}

.staticsCounters .ct p{
  font-size: 3em;
  color: #B2D1C4;
  margin: 0;
  line-height: 55px;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}
.staticsCounters .ct p span {
  margin-right: 5px;
}
.staticsCounters .ct small {
  font-size: 18px;
  color: #B2D1C4;
  font-family: 'AlianzaSlab300', arial, sans-serif;
}





.w_title {
  color: #f68d1e;
  position: relative;
  margin-bottom: .5em;
  text-align: left;
  font-size: 3em;
  line-height: normal;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}

.w_title::after{
  content: "\f141";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 40px;
  line-height: 5px;
  color: #ffffff;
  display: block;
}

.image_w {
  padding: 0;
  transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);

  opacity: 0;
  visibility: hidden;

  width: 100%;

  transition: all 1s  ease-in-out;
  -moz-transition: all 1s  ease-in-out;
  -webkit-transition: all 1s  ease-in-out;
}



.image_w img {
  width: 100%;
  border-radius: 4px;
}

.content_html_wrap {
  margin-top: -100px;
}

.d_view {
  position: relative;
}
.d_view::before,
.d_view::after{
  content: "";
  width: 80px;
  height: 100%;
  background: url('../img/page/shadow.png') no-repeat top;
  position: absolute;
  top: -25px;
}
.d_view::before {
  left: -10px;
}
.d_view::after{
  right: -10px;
}


.d_view .content_w {
  position: relative;
  z-index: 22;
  display: block;
  background: #fff;
  padding: 2em;
  min-height: 700px;
}

.list_w_b {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.list_w_b:not(:last-child)::after{
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: linear-gradient(45deg, transparent, var(--x), transparent);
  display: block;

  transition: all 1s 3s ease-in-out;
  -moz-transition: all 1s 3s ease-in-out;
  -webkit-ransition: all 1s 3s ease-in-out;

}



/* breadcumb b_list */


.breadcumb {
  background: linear-gradient(90deg, white, transparent);
  background: -o-linear-gradient(90deg, white, transparent);
  background: -moz-linear-gradient(90deg, white, transparent);
  background: -webkit-linear-gradient(0deg, white, transparent);
  margin: 0 0 1em;
  overflow: hidden;
}

.breadcumb li a.home {
  position: relative;
}
.breadcumb li a.home::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  transform: rotate(-15deg);
  left: -11px;
  top: 0px;
  background: url(../img/logo/home.png) no-repeat center;
  background-size: cover;
}


.b_list {
  margin: 0;
  padding: 5px 0;

  opacity: 0;
  visibility: hidden;

  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

  transition: all 1.5s .5s ease-in-out;
  -moz-transition: all 1.5s .5s ease-in-out;
  -webkit-transition: all 1.5s .5s ease-in-out;

}
.b_list li {
  display: inline-block;
  list-style: none;
}

.d-aside {
  padding-top: 5em;
}
.list_contents {
  padding-left: 1em;
}
.d-aside,
.list_contents {
  position: relative;
}
.d-aside .list_contents::before{
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 0%;


  background: linear-gradient(45deg, transparent, var(--x) 90%, transparent);
  background: -o-linear-gradient(45deg, transparent, var(--x) 90%, transparent);
  background: -moz-linear-gradient(45deg, transparent, var(--x) 90%, transparent);
  background: -webkit-linear-gradient(45deg, transparent, var(--x) 90%, transparent);
  position: absolute;

  transition: all 2s 2s ease-in-out;
  -moz-transition: all 2s 2s ease-in-out;
  -webkit-transition: all 2s 2s ease-in-out;

}
.information {
  text-align: right;

  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);

  transition: all 2s .8s ease-in-out;
  -moz-transition: all 2s .8s ease-in-out;
  -webkit-transition: all 2s .8s ease-in-out;
}

.information button   {
  color: #999;
  outline: none;
  background: #fff;
  border: none;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
  font-family: 'Play', arial, sans-serif;
}


.b_list li a {
  color: #555;
  position: relative;
  margin: 0;
  padding: 0 15px;
  font-size: 1rem;
}

.b_list li a:hover,
.b_list li:last-child a {
  color: var(--x);
}

.b_list li:not(:last-child) a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: -8px;
  top: 3px;
  font-size: 13px;
  color: #afafaf;
}



/* getOffer*/
.getOffer {
  padding: 0;
  position: relative;
  z-index: 25;
  background: url('../img/page/offer-wall.jpg') no-repeat center fixed;
  background-size: cover;
}

#captcha_image img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.getOffer .sec_title .st {
  margin-top: 0;
}

.getOffer::after{
  content: "";
      background: rgba(192, 215, 206, 0.8);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
}

.app.sub .getOffer {
background: url('../img/page/offer-wall.jpg') no-repeat center fixed;
background-size: cover;
}
.getOffer .setBackgroundForm {
  position: relative;
  z-index: 25
}

.form_wrap {
  padding: 3em 0;
}
.form_entiries .form_wrap {
  padding: 1em 0;
}
.form_wrap p {
  color: var(--s);
  font-size: .9rem;
}
.app.sub .getOffer .formcc {
  background: #fff;
}

.getOffer .form_wrap p{
  padding: 0 1em;
}

.formgg {
  margin: 0 0 1em 0;
  position: relative;
  font-family: 'Play', arial, sans-serif;
}

.formggAn {
  opacity: 0;
  visibility: hidden;
  transition: all 1s 3s ease-in-out;
  -moz-transition: all 1s 3s ease-in-out;
  -webkit-transition: all 1s 3s ease-in-out;
}

.formgg label {
  color: #999;
  font-size: 14px;
  margin: 0;
}
.formcc {
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 1px;
  padding: .8em 1em;
  background: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


.formcc:focus {
  border-color: var(--x);
}

.formcc.formnone {
  border: none;
}

.app.sub .formcc {
  background: transparent;
}

textarea.formcc {
  min-height: 100px;
}



.form_ww {
  display: block;
  position: relative;
}
.form_ww button {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  right: 5px;
  top: 8px;
  cursor: pointer;

  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.form_ww button:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.closeMenu,
.toggleMenu {
  display: none;
}



/* searcch wrap */
.search_wrap_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c0d7ce;
    text-align: center;
    z-index: 99999;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);

    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.search_wrap_fixed.open {
  visibility: visible;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.search_wrap_fixed .formcc {
  width: 100%;
  border: 2px solid #fff;
  padding: 1em 2em;
  margin: auto;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.25em;
  border-radius: 55px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.search_wrap_fixed .formcc:focus {
  background: #fff;
}

.search_wrap_fixed button {
  position: absolute;
  right: 30px;
  top: 18px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 25px;
  color: var(--s);
  cursor: pointer;
  z-index: 22;
  transition: all .3s .3s ease-in-out;
  -moz-transition: all .3s .3s ease-in-out;
  -webkit-transition: all .3s .3s ease-in-out;
}

.search_wrap_fixed .formcc ~ button {

  visibility: hidden;
  opacity: 0;
}

.search_wrap_fixed .formcc:focus ~ button
 {
   opacity: 1;
   visibility: visible;
 }

.search_wrap_fixed button.btnsearchclose {
  right: 0;
  top: 0;
  font-size: 3em;
  margin: 1em;
}

.subFooterItems {
  position: relative;
}
.subFooterItems a {
  color: #fff;
  font-family: 'AlianzaSlab400', arial, sans-serif;
  font-size: 1rem;
  display: block;
  text-align: center;
}


/* news news_content */

.news_item {
  display: block;
  margin: 0 0 1em;
}
.news_item:hover h4 {
  color: var(--x);
}
.news_item .news_content {
  text-align: left;
  position: relative;
  padding: 5px;
  border: 1px solid #ccc;
  height: 100%;
}
.news_item a {
  display: block;
  height: 100%;
}
.news_item .news_text {
  color: #333;
}
.news_item .news_text h4 {
  font-family: 'AlianzaSlab700', arial, sans-serif;
  font-size: 1vw;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_item .news_text p {
  height: 100px;
  display: -webkit-box;
  line-height: 24px;
  -webkit-transition: color .3s ease-in;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  color: #656565;
  overflow: hidden;
}

.news_item.with_search .news_text p {
  height: auto;
}

.announcements .news_item {
  margin: 0 0 2em;
}
.announcements .news_item .news_content{
  border: none;
  border-left: 2px solid #ccc;
}
.announcements .news_item .news_text p {
  height: auto;
  line-height: normal;
  overflow: auto;
  padding: 0 0 0 5px;
  margin: 0;
}
.announcements .news_item:hover .news_content{
  border-left: 2px solid var(--x);
}



.contactBody {
  background: #f4f4f4;
}


/* form */

.form_gg {
  position: relative;
  margin: 0 0 2em
}
.form_gg:last-child{
  margin: 0;
}

.gg_content h5 {
  font-family: 'AlianzaSlab600', arial, sans-serif;
}

.form_gg_btn {
  position: relative;
  margin: 2em 0 0;
}
.form_cc {
  width: 100%;
  padding: .5em 1em;
  min-height: unset;
  border: none;
  color: #464646;
  background: #fff;
  border: 2px solid #f0f0f0;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
select.form_cc{
  min-height: 50px;
}
.form_cc.error {
  border-color: #ff2727;
}
.captchaImage {
  height: 100%;
  background: #fff;
  width: 100%;
  padding: .5em;
}
.captchaImage img {
  width: 100%;
  height: auto;
}


.btnstyle {
  border: 2px solid #6cb42c;
  padding: 1em 4em;
  display: inline-block;
  background: #006f45;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.btnstyle:hover {
  color: #fff;
  transform: scale(.95);
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
}



.form_cc.email_false,
.form_cc.email_false:focus{
  border-color: #ff2727;
}

.form_cc.icon ~ span::before{
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 45%;
}

.form_cc.icon.email_true ~ span::before{
  content: "\f00c";
  color: #4da500;
}
.form_cc.icon.email_false ~ span::before{
  content: "\f00d";
  color: #ff2727;
}


.form_cc:focus {
  border: 2px solid var(--x);
}
textarea.form_cc {
  min-height: 100px;
}
select.form_cc option {
  color: #333;
}

.html_content > a {
  color: #ccc;
}

.information span {
  color: #d2d2d2;
  display: inline-block;
  min-width: 60px;
}
.information a {
  color: #afafaf;
}


.form_wrap {
  position: relative;
}
.form_wrap div.resultForm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 2em;
  font-size: 2em;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.form_wrap div.resultForm.loading {
    background:rgba(159, 159, 159, 0.85);
    visibility: visible;
    opacity: 1;
}

.form_wrap div.resultForm.active {
  background: rgba(108, 180, 44, 0.85);
  visibility: visible;
  opacity: 1;
}
.form_wrap div.resultForm.fail {
  background: rgba(180, 44, 44, 0.85);
  visibility: visible;
  opacity: 1;
}


/* contactItems */

.contactItems {
  position: relative;
  transition: all .3s ease-in-out;
}
.contactItems .content_wrap_ci img {
  position: relative;
}
.contactItems .cItem .content_wrap_ci{
  transition: all 2s .5s ease-in-out;
}
.contactItems.active .cItem.on .content_wrap_ci{
  z-index: 2;
  transform: scale(4);
}


.contactItems .cItem.on::after {
  display: none;
}

.contactItems {
  transition: .5s ease-in-out;
}
.contactItems.active {
  position: fixed;
  left: 0;
  z-index: 9999;
  right: 0;
  bottom: 0;
  top: 0;
  background: #a6a6a6;
}

.contactItems .cItem {
  padding: 0;
  position: relative;
}
.contactItems .content_wrap_ci {
  position: relative;
}
.contactItems .cItem .content_wrap_ci figure {
  margin: 0;
  padding: 0;
}
.contactItems .cItem:not(.on) .content_wrap_ci figure img {
  transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.contactItems:not(.active) .cItem:hover .content_wrap_ci figure img {
  transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.contactItems .cItem::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.contactItems .cItem .over_ci {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 25;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.contactItems .cItem .full_screen_info {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}
.contactItems .cItem .full_screen_info .info-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 225;
  overflow: auto;
  padding: 10em 0;
}
.info-box::after{
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.info-box .container {
  position: relative;
  z-index: 3;
}
.info-box .content_info_box h4 {
  color: #fff;
  margin: 0 0 .5em;
}
.info-box .content_info_box h4 a{
  float: right;
  font-size: 2em;
  color: #fff;
}
.info-box .content_info_box ul {
  margin: 0;
  padding: 0;
}
.info-box .content_info_box ul li {
  list-style: none;
  display: inline-block;
  padding: 1em;
  font-size: 1em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 5px;
}
.info-box .content_info_box ul li:hover {
  border-color: #fff;
}
.info-box .content_info_box ul li  i {
  width: 55px;
  min-width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--x);
  color: #fff;
  border-radius: 55px;
  float: left;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}
.info-box .content_info_box ul li a {
  color: #fff;
}

.animation_logo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}


.animation_logo::after{
  content: "";
  width: 400px;
  height: 300px;
  background: linear-gradient(-50deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0), 34%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 73%);
  position: absolute;
  left: -400px;
  top: -130px;
  transform: rotate(-25deg);
  animation: flashh 10s .5s ease-in-out infinite
}

@keyframes flashh {
  from{
    left: -400px;
  }
  to {
    left: 250px;
  }
}

.info-box .content_info_box ul li:hover i {
  transform: rotate(360deg);
}

.full_screen_info .bg_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%;
}

.info-box .content_info_box iframe{
  margin: 1em 0;
}

.toggleMap {
  cursor: pointer;
}

.over_ci a {
  display: block;
  width: 100%;
}
.over_ci a i {
  color: var(--x);
  font-size: 3em;
  margin: 0 0 1em;
  transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: .2s ease-in-out;
}
.contactItems .cItem:hover .over_ci a i {
  color: #fff;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.over_ci a p {
  font-family: 'AlianzaSlab600', arial, sans-serif;
  color: #fff;
  font-size: 2em;
}


/* ik form */



.semail {
  font-size: 16px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 10px;
  color: #313131;
}

.select_file {
  position: relative;
}
.select_file span {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  border-radius: 3px;
  background: #555;
  position: relative;
  display: block;
  text-align: center;
}
.select_file:hover span {
  background: #666;
}
.select_file.active span {
  background: #2c9bb4;
}
.select_file.deactive span {
  background: #ff0000;
}
.select_file input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}



/* footer */
footer.footer {
  position: relative;
  margin: 0;
  padding: 0;
}


.footer .ftop {
  background: url('../img/page/y1.png') no-repeat center;
  background-size: cover;
  padding: 3em 0;
}

.ftitle {
  color: #fff;
  font-size: 1.5em;
  display: block;
  margin: 1em 0 .5em;
  font-family: 'AlianzaSlab400', arial, sans-serif;
}
.f-nav {
  margin: 0;
  padding: 0;
}
.f-nav b {
font-family: 'AlianzaSlab600', arial, sans-serif;
}
.f-nav li {
  list-style: none;
  display: block;
  clear: left;
}
.f-nav li a {
  display: block;
  color: #fff;
  padding: 5px;
  font-size: .95rem;
  position: relative;
  font-family: 'AlianzaSlab400', arial, sans-serif;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-ransition: all .2s ease-in-out;
}
.f-nav:not(.f-none) li a::before{
  content: "";
  width: 70%;
  height: 100%;
  left: -70px;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(90deg, transparent,#00bd622e  15%, #00bd62b3 35%, #00bd622e  70%, transparent);
  background: -o-linear-gradient(90deg, transparent,#00bd622e  15%, #00bd62b3 35%, #00bd622e  70%, transparent);
  background: -moz-linear-gradient(90deg, transparent,#00bd622e  15%, #00bd62b3 35%, #00bd622e  70%, transparent);
  background: -webkit-linear-gradient(0deg, transparent,#00bd622e  15%, #00bd62b3 35%, #00bd622e  70%, transparent);

  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-ransition: all .2s ease-in-out;
}

.f-nav li a span {
  position: relative;
  display: block;
  font-size: 14px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-ransition: all .2s ease-in-out;
}


.f-nav:not(.f-none) li a:hover span {
  text-indent: 5px;
}
.f-nav li a:hover::before{
  left: -30px;
  opacity: 1;
  visibility: visible;
}
.f-nav i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2em;
  margin-right: 5px;
  float: left;
  border: 1px solid #fff;
}

.fbottom {
  position: relative;
  background: #ebf3ef;
  padding: 1em 0;
}
.fbottom span.copy {
font-family: 'AlianzaSlab400', arial, sans-serif;
  font-size: 1em;
  color: #555;
}
.ftop .subFooterItems a i {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.ftop .subFooterItems  a:hover i {
  opacity: 1;
  bottom: -10px;
}

.subFooterItems b {
  display: block;
  font-family: 'AlianzaSlab600', arial, sans-serif;
}
#whatsapp_notify{
/*   opacity: 0;
  visibility: hidden; /* */
}
.whatsappWrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 225;
}
.whatsappWrap a {
  font-size: 1em;
  color: #fff;
  background: #009a3a;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0em 1em .5em auto;
  padding: .5em 4em;
  border: 2px solid #fff;
  animation: ffs 1s ease-in-out infinite;
  -webkit-animation: ffs 1s ease-in-out infinite;
}
@keyframes ffs {
  from {
    border-color: #00ff08;
  }
  to {
    border-color: transparent
  }
}

@-webkit-keyframes ffs {
  from {
    border-color: #00ff08;
  }
  to {
    border-color: transparent
  }

}




.speech-wrapper {
  padding: 1em;
  font-family: arial;
}
.speech-wrapper .bubble {
  width: 240px;
  height: auto;
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.35);
  position: relative;
  margin: 0;
}
.speech-wrapper .bubble.alt {
}
.speech-wrapper .bubble .txt {
  padding: 8px 55px 8px 14px;
}
.speech-wrapper .bubble .txt .name {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 4px;
  color: #3498db;
}
.speech-wrapper .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  display: block;
}
.speech-wrapper .bubble .txt .name.alt {
  color: #2ecc71;
}
.speech-wrapper .bubble .txt .message {
  font-size: 12px;
  margin: 0;
  color: #2b2b2b;
}
.speech-wrapper .bubble .txt .timestamp {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  color: #999;
}
.speech-wrapper .bubble .bubble-arrow {
  position: absolute;
  width: 0;
  bottom: 42px;
  left: -16px;
  height: 0;
}
.speech-wrapper .bubble .bubble-arrow.alt {
    left: -15px;
    bottom: 40px;
    right: auto;
}
.speech-wrapper .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 9px solid #f5f5f5;
  border-radius: 0 20px 0;
  width: 15px;
  height: 30px;
  transform: rotate(145deg);
}
.speech-wrapper .bubble .bubble-arrow.alt:after {
  transform: rotate(120deg) scaleY(1);
}

figure.logo img.minLogs {
  max-width: 88px;
}
@media (min-width: 768px) {
  figure.logo img.minLogs {
    transform: rotate(-90deg); margin-top: 1em;
  }
}


.sss_w {}

.sss_w .card,
.sss_w .card .card-header,
.sss_w .card .card-body {
	border:0px;
	border-radius:0px;
}

.sss_w .card .card-header {
	padding:0px;
	border-bottom:1px solid #ddd;
	border-top: 1px solid #ddd;
	background:#fff;
}

.sss_w .card .card-body {
	padding:15px 0px 20px;
}

.sss_w .card-header button {
	    color: #f68d1e;
    background: #fff;
    display: block;
    padding: 15px 0px;
    width: 100%;
    text-align: left;
	border-radius:0px;
	text-decoration:none;
	
}

.sss_w .card-header button:focus,
.sss_w .card-header button:active {
	color:#000;
	font-weight: 700
}

