/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.pxl-getintouch1 {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-getintouch1 .pxl-box-content {
  border: 1px solid #eff2fc;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  padding: 30px 15px 35px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-getintouch1 .pxl-feature {
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.pxl-getintouch1 .pxl-feature img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.pxl-getintouch1 .pxl-feature + .pxl-box-content {
  border-top: none;
  padding-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.pxl-getintouch1 .pxl-feature + .pxl-box-content .pxl-item--icon {
  margin-top: -45px;
}
.pxl-getintouch1 .pxl-item--icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 40px;
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-getintouch1 .pxl-item--icon img,
.pxl-getintouch1 .pxl-item--icon svg,
.pxl-getintouch1 .pxl-item--icon i {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-getintouch1 .pxl-item--icon img,
.pxl-getintouch1 .pxl-item--icon svg {
  max-height: 40px;
}
.pxl-getintouch1 .pxl-item--icon i {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.pxl-getintouch1 .pxl-title-box {
  display: block;
  font-size: 20px;
  color: var(--fs-color-secondary);
  font-weight: 600;
  line-height: 22px;
  font-family: chakra petch, sans-serif;
  margin-bottom: 10px;
}
.pxl-getintouch1 .list-info {
  list-style: none;
  margin-bottom: 0;
}
.pxl-getintouch1 .list-info li {
  color: var(--fs-experimental-link-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
	    padding-left: 0px;
    margin-left: 0px;
}
.pxl-getintouch1 .list-info li a {
  color: var(--fs-experimental-link-color);
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-getintouch1 .list-info li {
    font-size: 14px;
  }
}
.pxl-getintouch1:hover .pxl-feature img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-getintouch1:hover .pxl-item--icon {
  -webkit-box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
  -khtml-box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
  -ms-box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
  -o-box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
  box-shadow: 0 5px 20px rgba(245, 73, 39, 0.5);
}
.pxl-getintouch1:hover .pxl-box-content {
  border-color: #fff;
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-getintouch2 .pxl-item--icon {
  background-color: var(--primary-color);
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
  -khtml-box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
  -moz-box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
  -ms-box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
  -o-box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
  box-shadow: 0 0 0 5px rgba(245, 73, 39, 0.29);
}
.pxl-getintouch2 .pxl-item--icon a {
  line-height: 1;
}
.pxl-getintouch2 .pxl-item--icon img,
.pxl-getintouch2 .pxl-item--icon svg {
  max-height: 20px;
}
.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit) {
	box-shadow:unset;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    height: 56px;
  
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
	border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E5F1;
}
.pxl-contact-form1 .button {
    
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0px;
    border-radius: 10px 10px 10px 10px;
}
.open-video {
    background-color: var(--primary-color) !important;
    color: #FFFFFF;
}
.open-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_scale1 1500ms ease-out infinite;
  -webkit-animation: pxl_scale1 1500ms ease-out infinite;
  z-index: -1;
}
.open-video:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_scale2 1e3ms ease-out infinite;
  -webkit-animation: pxl_scale2 1e3ms ease-out infinite;
  z-index: -2;
}
.open-video:hover,
.open-video:focus {
  color: #000;
}
.open-video:hover:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes pxl_scale2 {
  0% {
    transform: scale(1.2);
    opacity: 0.57;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale2 {
  0% {
    transform: scale(1.2);
    opacity: 0.57;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}