textarea#message {
  height: 120px;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  line-height: normal;
}
button.button.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  padding: 0;
}
.sec_padding {
  padding: 60px 0;
}
.just_center {
  justify-content: center;
  display: flex;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}
.alert-primary hr {
  border-top-color: #9fcdff
}
.alert-primary .alert-link {
  color: #002752
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}
.alert-secondary hr {
  border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
  color: #202326
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}
.alert-success hr {
  border-top-color: #b1dfbb
}
.alert-success .alert-link {
  color: #0b2e13
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}
.alert-info hr {
  border-top-color: #abdde5
}
.alert-info .alert-link {
  color: #062c33
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}
.alert-warning hr {
  border-top-color: #ffe8a1
}
.alert-warning .alert-link {
  color: #533f03
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}
.alert-danger hr {
  border-top-color: #f1b0b7
}
.alert-danger .alert-link {
  color: #491217
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
textarea {
  resize: none;
}
.file-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  filter: alpha(opacity=1)
}
.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #333 !important;
  display: inline-block
}
.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}
.file-button i {
  margin-right: 8px;
}
.file-wrapper input {
  width: 100%;
  height: 50px;
}
a.cb img {
  max-width: 75px;
}
.button.wc-backward:not(.ubtn), .button:not(.ubtn), #wp-submit:not(.ubtn), #commentform #submit:not(.ubtn) {
  padding: 0 40px;
}
.cb img {
  max-width: 90px;
}
#footer .wpb_wrapper p > a:not(.dk_toggle):before {
  border: none;
}
.dis_flex .input-group:first-child {
  margin-right: 10px;
}
.dis_flex .input-group {
  width: 100%;
}
.dis_flex {
  display: flex;
}
#popup_wrapper i#close {
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  font-style: normal;
}
form span.ajax-loader.is-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-icons-wrapper {
    position: absolute !important;
    right: 0 !important;
  }
  .wpb_wrapper p > a:not(.dk_toggle):before {
    border-bottom-style: none;
  }
  a.pp_next > span, a.pp_previous > span {
    display: none;
  }
}
@font-face {
  font-family: 'Swis721 BT';
  src: url('../font/Swiss721BT-Roman.woff2') format('woff2'), url('../font/Swiss721BT-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplayRegular';
  src: url('../../wp-content/uploads/fonts/15186/PlayfairDisplayRegular/playfairdisplay-regular-webfont.eot');
  src: url('../../wp-content/uploads/fonts/15186/PlayfairDisplayRegular/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../wp-content/uploads/fonts/15186/PlayfairDisplayRegular/playfairdisplay-regular-webfont.woff') format('woff'), url('../../wp-content/uploads/fonts/15186/PlayfairDisplayRegular/playfairdisplay-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplayBold';
  src: url('../../wp-content/uploads/fonts/15201/PlayfairDisplayBold/playfairdisplay-bold-webfont.eot');
  src: url('../../wp-content/uploads/fonts/15201/PlayfairDisplayBold/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../wp-content/uploads/fonts/15201/PlayfairDisplayBold/playfairdisplay-bold-webfont.woff') format('woff'), url('../../wp-content/uploads/fonts/15201/PlayfairDisplayBold/playfairdisplay-bold-webfont.ttf') format('truetype');
}
.single-my-product #header-container.header-style-13:not(.small) #header .header-wrap .nav-menu .mega-menu-item .item-title {
  color: #fff;
}
.single-my-product #header-container.header-style-13:not(.small) #header .header-wrap .side-area-controller-wrap a .icon-wrap:before, .single-my-product #header-container.header-style-13:not(.small) #header .header-wrap .side-area-controller-wrap a .icon-wrap:after {
  background: #fff;
}
#header-container.header-style-13:not(.small) #header .header-wrap .nav-menu .mega-menu-item:before, #header-container.header-style-13:not(.small) #header .header-wrap .nav-menu .mega-menu-item .item-title:after {
  background: #fff;
}
.dfd-menu-button a {
  color: #fff;
}
#dfd-menu-button span:before {
  background: #fff;
}
body {
  font-family: 'Poppins' !important;
}
p span, p {
  font-family: 'Poppins' !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #040c03 linear-gradient(45deg, #ffffff, #f48120);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
  background-color: rgba(135, 150, 165, .1);
}
.dfd-facts-counter .facts-number div {
  font-family: 'PlayfairDisplayRegular';
}
body a {
  font-family: 'Poppins' !important;
}
.content {
  font-family: 'Poppins' !important;
}
h3.widget-sub-title.dfd-sub-title {
  font-family: poppins;
}
button.button.wpcf7-form-control.wpcf7-submit {
  font-family: 'Poppins';
}
.sec_padding {
  padding: 60px 0;
}
.dfd-team-member.layout-05 .overlay {
  opacity: 1;
  visibility: visible;
  outline: 1px solid #fff5;
  outline-offset: 5px;
}
.dfd-team-member img {
  padding: 10px;
  background: #fff;
}
.pad_100 {
  padding: 100px 0;
}
.form_div .dfd-vertical-aligned {
  top: unset;
  transform: unset;
}
/*.dfd-gallery-wrap .dfd-gallery-single-item.portfolio-hover-style-1.isotope-item img {
    margin: 0 15px;
}*/
.dfd-gallery-wrap .dfd-blog-title {
  margin-bottom: 20px;
}
.dfd-gallery-single-item .cover.text-center {
  padding: 0 15px;
}
.pb_70 {
  padding-bottom: 60px;
}
.mega-menu-item.sub-nav-item:before {
  display: none !important;
}
.hov_txt {
  position: absolute;
  bottom: 1.5%;
  left: 0;
  right: 0;
}
.hov_txt h6 {
  color: #fff;
  font-size: 16px;
}
.wpb_wrapper p {
  /*  text-align: justify;*/
}
.input-group {
  display: inherit;
}
.cb img {
  vertical-align: unset;
}
iframe.youtube-frame {
  height: 270px;
  width: 100%;
  padding-bottom: 20px;
}
#footer .wpb_wrapper .dfd-spacer-module {
  height: 15px;
}
@media (max-width: 799px) {
  .dfd-carousel-module-wrapper.dfd-arrows-enabled.dfd-arrows_aside .dfd-slider-control, .dfd-carousel-module-wrapper.dfd-arrows-enabled.dfd-arrows_aside2 .dfd-slider-control, .dfd-carousel-module-wrapper.dfd-arrows-enabled.dfd-arrows_aside_offset .dfd-slider-control {
    top: 75%;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .dfd-new-soc-icon .soc-icon-container {
    float: left;
  }
  .vc-column-extra-class-663c9107f3f44 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc-column-extra-class-663c91080079b {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc-column-extra-class-663c910801046 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc_custom_1560508290000 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc-column-extra-class-663c9133e3ab8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vc_custom_1554196751039 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .dfd-icon-list-wrap.style-3 .dfd-icon-item-delimiter {
    width: 100%;
  }
  iframe.youtube-frame {
    height: 225px;
  }
  .column, .columns {
    padding: 0 15px;
  }
  h1.dfd-title {
    font-size: 40px;
  }
  .wpb_wrapper h4.widget-title {
    line-height: 40px;
  }
  .wpb_wrapper h3.widget-title {
    font-size: 26px;
    line-height: 36px;
  }
  h4.vc_tta-panel-title {
    font-size: 14px;
    font-weight: 400;
  }
  .wpb_wrapper p {
    word-wrap: break-word;
  }
  .wpb_single_image img {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row .dfd_col-mobile-4 {
    float: left;
    clear: none;
    width: 16.66667%;
  }
  .wpb_wrapper h3.widget-title {
    font-size: 30px;
    line-height: 40px;
  }
}

div.pp_default .pp_description{
	    font-style: normal;
	    font-weight: 600;
    font-size: 14px;
	color: #727272;
}
div.pp_overlay{
	    opacity: 0.9 !important;
}