

  @charset "utf-8";

.title {
  color: #0AC5A8;
}
.pergrafstyle{
  margin-bottom: 13px;
  text-align: justify;
}
@media screen and (max-width: 650px) {
  
}

.firstlin{
    background-color: #0AC5A8;
    color: black;
}
.footerpot{
  position: relative;
  height:40px;
  width: 100000px;
  text-transform: uppercase;
}

.aboutimagesty{
  border: 1px solid #0AC5A8;
  box-shadow: 4px 4px 10px #0AC5A8;
}

.con {
  position: relative;
  width: 50%;
}

/* Make the image to responsive */
.image {
  border-radius: 178px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 178px;
  -moz-border-radius: 178px;
  -ms-border-radius: 178px;
  -o-border-radius: 178px;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  border-radius: 178px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.con:hover .overlay {
  transform: scale(1);
  
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* 
blog design */

body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #0AC5A8;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  /* .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  } */
}
.pergrafstyle{
  font-size: 13px;
  margin-bottom: 13px;
  text-align: justify;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
  padding: 2px 16px;
}




.mytabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 50px auto;
  padding: 25px;
}
.mytabs input[type="radio"] {
  display: none;
}
.mytabs label {
  padding: 25px;
  background: #e2e2e2;
  font-weight: bold;
}

.mytabs .tab {
  width: 100%;
  padding: 20px;
  background: #fff;
  order: 1;
  display: none;
}
.mytabs .tab h2 {
  font-size: 3em;
}

.mytabs input[type='radio']:checked + label + .tab {
  display: block;
}

.mytabs input[type="radio"]:checked + label {
  background: #0AC5A8;
}



@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.ro tbody tr{
  border-bottom: 1px solid #ddd;
}
.conta{
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.logosty{
  margin-top:-28px;
  margin-bottom:-32px;
  border-radius: 63px;
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  -ms-border-radius: 63px;
  -o-border-radius: 63px;
}
.emailhid{
  padding: 8px;
}
@media (min-width:998px) and (max-width:1200px) {
.logosty{
   height:88px;
   margin-bottom:-32px;
}
}
@media (min-width:768px) and (max-width:997px) {
  .logosty{
    width: 92px;
    height: 80px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}
 .emailhid{
  text-align: center;
  padding: 0px;
 }
 .tableservi{
  margin-top: 30px;
 }
.footer-top ul li {
     font-size: 9px;
     line-height: 18px;
    }
.cell h5 {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (min-width:410px) and (max-width:767px) {
  .logosty{
    height: 92px;
    width: 136px;
    border-radius: 45px;
}
 .emailhid{
  text-align: center;
  padding: 0px;
 }
 .tableservi{
  margin-top: 30px;
 }

.size p{
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
}
@media (min-width:350) and (max-width:409) {
    .logosty{
      height: 88px;
      width: 109px;
      border-radius: 65px;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
}
  .contactin{
    display: none;
  }
  .tableservi{
    margin-top: 30px;
   }
  
}
@media (min-width:250) and (max-width:349) {
  .logosty{
    height: 88px;
    width: 109px;
    border-radius: 65px;
}
.contactin{
  display: none;
}
.tableservi{
  margin-top: 30px;
 }
}
@media (max-width: 767px){

.p{
    font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
}
.whats-topa{
  color: #ffffff;
  display: block;
  font-size:31px;
  height:61px;
  line-height:60px;
  text-align:center;
  width:61px;
  border-radius: 50%;
  background:#0AC5A8 none repeat scroll 0 0;
  fill: #0AC5A8;
}
.whats-topa:hover{
     opacity: 0.7;
     color: white;
}
.box-align{
  margin-top: 15%;
  margin-left: 30%;
  margin-right: 30%;
  background-color: gray;
}
.formsty{
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


/* card view bolg set */
.container1{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.container1 a{
text-decoration: none;
}
.container1 .row1{
   display: flex;
   flex-wrap:wrap;
   align-items: center;
   justify-content: space-between;
}
.card1{
  flex:1 1 20rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px 20px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  align-self: normal;
}
.card1 img{
   max-width: 200px;
}
.card1 h4{
  font-size: 1.3rem;
  text-decoration:uppercase;
  margin: 10px 0;
}
.card1 p{
   margin-bottom: 10px;
}
.card1 .btn{
   display: inline-block;
   margin-bottom: inherit;
   color:#fff;
   text-align: center;
   padding: 3px 13px;
   border-radius: 5px;
   font-size: 13px;
}


/* sider call DESIGN NEW SET */
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider1
{
    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-slider1 .slick-track,
.slick-slider1 .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;
}
.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;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

