/*
Theme Name: Flip
Author: PlanetMedia
Version: 14.1
*/
.block-testimonials .owl-testimonials .owl-dots{
	display: block;
}
@media (max-width: 1200px) {
.block-testimonials .owl-testimonials .owl-dots{
	right: -2rem;
}
}
@media (max-width: 768px) {
.block-testimonials .owl-testimonials .owl-dots{
	right: -1rem;
}
}
@media (max-width: 574px) {
.block-testimonials .owl-testimonials .owl-dots{
	position: relative;
    top: 0;
    transform: none;
    right: 0;
    display: block;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}
.block-testimonials .owl-testimonials .owl-dots button {
    margin: 2px;
}
}
.block-banner .banner .banner-content .h2 {
  font-size: 1.5rem!important;
  color: #f2efe8!important;
  font-weight: 700!important;
  letter-spacing: .38em!important;
  text-transform: uppercase!important;
  margin-bottom: .5rem!important;
  line-height: 1.2!important;
}

@media (min-width: 575px) {
  .block-banner .banner .banner-content .h2 {
    font-size: 2rem!important;
  }
}

@media (min-width: 768px) {
  .block-banner .banner .banner-content .h2 {
    font-size: 2.3rem!important;
     margin-bottom: 1rem!important;
  }
}

@media (min-width: 992px) {
  .block-banner .banner .banner-content .h2 {
    font-size: 2.5rem!important;
  }
}

@media (min-width: 1200px) {
  .block-banner .banner .banner-content .h2 {
    font-size: 2.8rem!important;
  }
}

@media (min-width: 1367px) {
  .block-banner .banner .banner-content .h2 {
    font-size: 3rem!important;
  }
}
.block-banner .banner .banner-content .h1 {
  font-size: 2rem!important;
  color: #f2efe8!important;
  font-weight: 700!important;
  letter-spacing: .38em!important;
  text-transform: uppercase!important;
}

@media (min-width: 575px) {
  .block-banner .banner .banner-content .h1 {
    font-size: 2.5rem!important;
  }
}

@media (min-width: 768px) {
  .block-banner .banner .banner-content .h1 {
    font-size: 3rem!important;
  }
}

@media (min-width: 992px) {
  .block-banner .banner .banner-content .h1 {
    font-size: 3.5rem!important;
  }
}

@media (min-width: 1200px) {
  .block-banner .banner .banner-content .h1 {
    font-size: 3.3rem!important;
  }
}

@media (min-width: 1367px) {
  .block-banner .banner .banner-content .h1 {
    font-size: 4rem!important;
  }
}
@media (max-width: 574px) {
.block-banner .banner:after {
    height: 38%;
}
.block-banner .banner:before {
    height: 38%;
}
}
.copyright img{
	width: auto;
}


/* ----------------------------- */
#menu-top-right-menu li {
    position: relative;
}

#menu-top-right-menu li:hover .sub-menu {
    display: block;
}

#menu-top-right-menu .sub-menu {
    position: absolute;
    padding: 1rem 2rem;
    border-radius: 2rem;
    border: 1px solid black;
    background-color: white;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    display: none;
}

#menu-top-right-menu .sub-menu:after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 5px);
    top: -5px;
}

#menu-top-right-menu .sub-menu:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    background-color: transparent;
    left: 0;
    top: -1rem;
}

#menu-top-right-menu .sub-menu li {
    border-bottom: 1px solid black;
    padding: 0.5rem 0;
    margin: 0;
}

#menu-top-right-menu .sub-menu li a:after {
    display: none;
}

#menu-top-right-menu .sub-menu li.current-menu-item a {
    color: #01abaa;
}

#menu-top-right-menu .sub-menu li:hover a {
    color: #01abaa;
}

#menu-top-right-menu .sub-menu li:last-child {
    border: none;
}

.block-header #menu-top-left-menu li .sub-menu { 
    width: 200px; 
	z-index:1;
}
/* #menu-top-right-menu li:nth-child(2) {
    text-wrap:nowrap;
}
#menu-item-681{
    text-align:center;
}
#menu-item-681 ul{
	text-align:left;
}
 
.block-header .dsk-menu {
    position: relative; 
    align-items: center;
    display: flex;
} */


/* ------------ */

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 50px; 
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
    background-color: #010101;
    color: #fff;
    /* width: 60px; */
    /* height: 60px; */
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #010101;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.33, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.33, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    padding: 10px 20px;
    text-wrap: nowrap;
}

@media only screen and (max-width: 600px) {
	.contact_icon {
		font-size: 12px;    
		padding: 15px 10px;
		line-height: 0;
	}

	.floating_btn { 
	  right: 10px;  
	}
}

.team-card{
  padding: 25px;
  border: 1px solid #fedc3d;
  background: #fedc3d;
  border-radius: 20px;
  margin-bottom: 30px;
}
.team-card p{
  margin-bottom: 0;
}
.team-card h3{
  margin-bottom: 5px;
}
.new-bg{
  background: #fedc3d;
}