/*------------------------------------------------------------------------------
  Template Name: Strodle
-------------------------------------------------------------------------------*/
/*--
    - Font Family
-----------------------------------------*/
/*--
    - Fonts Size
-----------------------------------------*/
/*--
    - Colors Variables
-----------------------------------------*/
/*--
    - Mixins
-----------------------------------------*/
/* Default Css */
@font-face {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans"),
    url("../fonts/ProductSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.html") format("woff");
}
@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light"), url("../fonts/Gilroy-Light.html") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular"),
    url("../fonts/Gilroy-Regular.html") format("woff");
}
body {
  color: #798ca3;
  font-size: 16px;
  font-family: "Product Sans";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
section#contact img {
    width: 100%;
}

img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active,
a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #132b50;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Bold";
  color: #132b50;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #0059AA;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0059AA;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0059AA;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #798ca3;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #798ca3;
  font-size: 16px;
  opacity: 1;
}

.a-btn {
  display: inline-block;
  padding: 16px 17px;
  color: #fff;
  background: #0059AA;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #0059AA;
  font-family: "Product Sans";
  border-radius: 5px;
}
.a-btn:hover {
  background: #fff;
  color: #0059AA;
}

.btn-theme {
  color: #fff;
  border-color: #0059AA;
  background: #0059AA;
}
.btn-theme:hover {
  background: #0059AA;
  color: #fff;
  border-color: #0059AA;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #0059AA;
}

.bg-dark {
  background: #101a23 !important;
}

.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #0059AA;
}

#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #0059AA;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #0059AA;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}
.heading_subtitle * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.heading_subtitle .subtitle_corners_top:before {
    top: 0;
    left: 0;
    border-top: 2px solid #5b9a2d;
    border-left: 2px solid #5b9a2d;
}
.heading_subtitle .subtitle_corners_top:after {
    top: 0;
    right: 0;
    border-top: 2px solid #5b9a2d;
    border-right: 2px solid #5b9a2d;
}
.heading_subtitle .subtitle_corners_bottom:before {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #5b9a2d;
    border-left: 2px solid #5b9a2d;
}
.heading_subtitle .subtitle_corners_bottom:after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #5b9a2d;
    border-right: 2px solid #5b9a2d;
}
.heading_subtitle:hover {
  color: #1f59aa;
  transition: color 0.25s ease;
  z-index: 99;
}
.selected-item .subtitle_corners_top:before, .selected-item .subtitle_corners_top:after, .selected-item .subtitle_corners_bottom:before, .selected-item .subtitle_corners_bottom:after ,.heading_subtitle:hover .subtitle_corners_top:before, .heading_subtitle:hover .subtitle_corners_top:after, .heading_subtitle:hover .subtitle_corners_bottom:before, .heading_subtitle:hover .subtitle_corners_bottom:after {
    content: '';
    position: absolute;
    z-index: 99;
    width: 10px;
    height: 10px;
}
.easeOutSine {
    transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
.section-title h3 {
  font-size: 44px;
  line-height: 56px;
  color: #132b50;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 26px;
    line-height: 26px;
  }
.inner-wrapper {
    width: 100% !important;
}
.logo {
    text-align: left !important;
}
.work-wrap .work-thumb img {
    width: 100%;
    height: unset;
}
.hero-img-new {
    width: 100% !important;
}

  
}
.section-title p {
  font-size: 22px;
  line-height: 40px;
  color: #798ca3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 18px;
    line-height: 30px;
  }
}

/*--
    - Overlay
-----------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*--
    - Overlay Color
-----------------------------------------*/
[data-overlay="light"]::before {
  background-color: #fff;
}

[data-overlay="dark"]::before {
  background-color: #000;
}

[data-overlay="theme"]::before {
  background-color: #0059AA;
}

/*--
    - Overlay Opacity
-----------------------------------------*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #1f59aa;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #0059AA;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #0059AA;
  border-color: #0059AA;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #0059AA;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #0059AA;
  border-color: #0059AA;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.header-area {
  padding: 20px 0;
}

.header-area.sticky-header {
  position: fixed;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
    display: inline-flex;
    margin-right: 15px;
	position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
.menu-item{
 padding-left:10px;
 padding-right: 10px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: block;
  font-size: 22px;
  line-height: 27px;
  color: #132b50;
  text-transform: capitalize;
}
.main-menu ul li a:hover, .selected-item {
	color: #1f59aa;
	transition: height 0.25s ease;
	font-weight: bold;
}
.hero-img-new img {
	width: 100%;
}
.section-title .heading_subtitle{
padding-left:10px;
padding-right:10px;
    position: relative;
}
.header-btn {
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}
.header-btn a {
  display: inline-block;
  padding: 10px 17px;
  color: #0059AA;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #2E7FE2;
  font-family: "Product Sans";
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn a {
    padding: 16px 20px;
    font-size: 16px;
  }
}
 .infobox_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.header-btn a:hover {
  background: #2E7FE2;
  color: #fff;
}
.box-shadow-1 .vc_column-inner {
    box-shadow: 0 14px 35px rgb(49 49 49 / 8%);
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px)
.vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
}
.infobox_content_wrapper, .builderry_module_infobox.layout_right .infobox_content_wrapper {
    overflow: hidden;
}
.heading_title {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::before {
    content: " ";
    display: table;
}
.vc_col-lg-5 {
    width: 41.66666667%;
}
.hero-area {
	position: relative;
	background: #fafbfe;
	overflow: hidden;
}
.herosec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hero-img-new {
	width: 70%;
}
.inner-wrapper {
    min-height: 455px;
    width: 520px;
}
.single-counter-box .number {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-weight: bold;
}
.single-counter-box {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 226px;
    height: 226px;
    padding-top: 62px;
}
.theme-counter-five .single-counter-box.bx-one {
    top: 25px;
    left: 50px;
}


.single-counter-box.bx-two {
    width: 210px;
    height: 210px;
    padding-top: 50px;
    top: 230px;
    left: 130px;
    z-index: 1;
}
.single-counter-box.bx-three {
    width: 180px;
    height: 180px;
    padding-top: 48px;
    top: 190px;
    z-index: 1;
}
.theme-counter-five .dot-one {
  width: 9px;
  height: 9px;
  top:-30px;
  right: 35%;
  animation: scale-up-two 3s infinite linear;
}
.theme-counter-five .dot-two {
  width: 26px;
  height: 26px;
  top:50px;
  right: 30%;
  animation: scale-up-two 9s infinite linear;
}
.theme-counter-five .dot-three {
  width: 9px;
  height: 9px;
  top:53px;
  right: 11%;
  animation: scale-up-two 8s infinite linear;
}
.theme-counter-five .dot-four {
  width: 20px;
  height: 20px;
  bottom: 90px;
  right: 13%;
  animation: scale-up-two 5s infinite linear;
}
.theme-counter-five .dot-five {
  width: 9px;
  height: 9px;
  bottom: 64px;
  right: 4%;
  animation: scale-up-two 9s infinite linear;
}
.theme-counter-five .dot-six {
  width: 30px;
  height: 30px;
  bottom: 128px;
  left: 0;
  animation: scale-up-two 5s infinite linear;
}
.theme-counter-five .dot-seven {
  width: 11px;
  height: 11px;
  bottom: 170px;
  left: 75px;
  animation: scale-up-two 8s infinite linear;
}
.pos-r {
    position: relative;
}
.shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.theme-counter-five .dot-one {
    width: 9px;
    height: 9px;
    top: -30px;
    right: 35%;
    animation: scale-up-two 3s infinite linear;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-area {
    height: 700px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    height: 930px;
    padding-bottom: 100px;
    text-align: center;
  }
}
@media (max-width: 767px) {
.hero-area {
    height: unset;
    padding-bottom: 0;
    text-align: center;
    margin-top: 50px;
}
}
.hero-area .hero-text {
    width: 30%;
    text-align: center;
}
.content-simple p {
 font-size: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-text {
    padding-right: 50px;
    padding-left: 50px;
    width:100%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-text {
    padding-right: 28px;
    padding-left: 28px;
    width:100%;
  }
}
.hero-area .hero-text h3 {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  line-height: 75px;
  color: #132b50;
}
@media (max-width: 767px) {
  .hero-area .hero-text h3 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.hero-area .hero-text p {
  font-size: 22px;
  line-height: 36px;
  color: #798ca3;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-area .hero-text p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.hero-area .hero-text .play-btn {
  font-size: 16px;
  line-height: 19px;
  color: #90a0b8;
  display: inline-block;
}
.hero-area .hero-text .play-btn i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #de244c;
  color: #de244c;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hero-area .hero-text .play-btn:hover {
  color: #de244c;
}
.hero-area .hero-text .play-btn:hover i {
  background: #de244c;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-area .hero-text .play-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-text .a-btn {
    display: none;
  }.hero-area .hero-text
}
.hero-area .hero-img {
  position: absolute;
  right: 0px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-area .hero-img {
    right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-area .hero-img {
    right: 50px;
    opacity: 1;
    width: 467px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-img {
    top: 90px;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-40%);
  }
}
@media (max-width: 767px) {
  .hero-area .hero-img {
    top: 20px;
    right: auto;
    bottom: auto;
    transform: translateX(-40%);
    width: 100%;
    padding: 0 30px;
  }
}
.hero-area .hero-shape-wrap .hero-shape {
  position: absolute;
  opacity: 0.2;
}
.hero-area .hero-shape-wrap .shape-1 {
  top: 200px;
  right: 50%;
  animation: shape-1 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-1 {
    animation: none;
    top: 150px;
    right: 80%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-1 {
    animation: none;
    top: 60px;
    right: 88%;
  }
}
.hero-area .hero-shape-wrap .shape-2 {
  top: 160px;
  right: 33%;
  animation: shape-2 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-2 {
    animation: none;
    top: 30px;
    right: 55%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-2 {
    animation: none;
    top: 7px;
    right: 59%;
    width: 20px;
  }
}
.hero-area .hero-shape-wrap .shape-3 {
  top: 190px;
  right: 16%;
  animation: shape-3 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-3 {
    animation: none;
    top: 48px;
    right: 32%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-3 {
    animation: none;
    top: 26px;
    right: 22%;
    width: 10px;
  }
}
.hero-area .hero-shape-wrap .shape-4 {
  top: 340px;
  right: 14%;
  animation: shape-4 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-4 {
    animation: none;
    top: 150px;
    right: 27%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-4 {
    animation: none;
    top: 66px;
    right: 13%;
    width: 10px;
  }
}
.hero-area .hero-shape-wrap .shape-5 {
  top: 280px;
  right: 2%;
  animation: shape-5 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-5 {
    animation: none;
    top: 100px;
    right: 8%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-5 {
    animation: none;
    top: 20px;
    right: 2%;
    width: 5px;
  }
}
.hero-area .hero-shape-wrap .shape-6 {
  top: 450px;
  right: 8%;
  animation: shape-6 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-6 {
    animation: none;
    top: 250px;
    right: 18%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-6 {
    animation: none;
    top: 126px;
    right: 9%;
    width: 10px;
  }
}
.hero-area .hero-shape-wrap .shape-7 {
  bottom: 10%;
  right: 10%;
  animation: shape-7 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-7 {
    animation: none;
    bottom: 52%;
    right: 22%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-7 {
    animation: none;
    bottom: 58%;
    right: 9%;
    width: 20px;
  }
}
.hero-area .hero-shape-wrap .shape-8 {
  right: 3%;
  top: 380px;
  animation: shape-8 10s linear 2s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-shape-wrap .shape-8 {
    animation: none;
    right: 9%;
    top: 200px;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-shape-wrap .shape-8 {
    animation: none;
    right: 5%;
    top: 92px;
    width: 10px;
  }
}

@keyframes shape-1 {
  0% {
    top: 200px;
    right: 50%;
  }
  50% {
    top: 230px;
    right: 48%;
  }
  75% {
    top: 170px;
    right: 48%;
  }
  100% {
    top: 200px;
    right: 50%;
  }
}
@keyframes shape-2 {
  0% {
    top: 160px;
    right: 33%;
  }
  50% {
    top: 140px;
    right: 30%;
  }
  75% {
    top: 146px;
    right: 31%;
  }
  100% {
    top: 160px;
    right: 33%;
  }
}
@keyframes shape-3 {
  0% {
    top: 190px;
    right: 16%;
  }
  50% {
    top: 150px;
    right: 14%;
  }
  75% {
    top: 160px;
    right: 12%;
  }
  100% {
    top: 190px;
    right: 16%;
  }
}
@keyframes shape-4 {
  0% {
    top: 340px;
    right: 14%;
  }
  50% {
    top: 364px;
    right: 15%;
  }
  75% {
    top: 351px;
    right: 16%;
  }
  100% {
    top: 340px;
    right: 14%;
  }
}
@keyframes shape-5 {
  0% {
    top: 280px;
    right: 2%;
  }
  50% {
    top: 300px;
    right: 3%;
  }
  75% {
    top: 282px;
    right: 3%;
  }
  100% {
    top: 280px;
    right: 2%;
  }
}
@keyframes shape-6 {
  0% {
    top: 450px;
    right: 8%;
  }
  50% {
    top: 470px;
    right: 10%;
  }
  75% {
    top: 495px;
    right: 9%;
  }
  100% {
    top: 450px;
    right: 8%;
  }
}
@keyframes shape-7 {
  0% {
    bottom: 10%;
    right: 10%;
  }
  50% {
    bottom: 12%;
    right: 8%;
  }
  75% {
    bottom: 8%;
    right: 8%;
  }
  100% {
    bottom: 10%;
    right: 10%;
  }
}
@keyframes shape-8 {
  0% {
    right: 3%;
    top: 380px;
  }
  50% {
    right: 2%;
    top: 400px;
  }
  75% {
    right: 1%;
    top: 388px;
  }
  100% {
    right: 3%;
    top: 380px;
  }
}
.work-wrap {
  text-align: center;
  padding: 30px 65px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .work-wrap {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-wrap {
    padding: 30px;
  }
}
.menu_trigger i {
    color: #000;
    font-size: 30px;
    cursor: pointer;
    padding-right: 10px;
}
.menu_trigger{
	display:none;
	}

@media (max-width: 767px) {
.menu_trigger{
	display:block !important;
	}
.work-wrap {
    padding: 0;
}
section.section.section--simple-content.cta-area.pt-100.pb-100 {
    padding-bottom: 0;
}
div#features {
    padding-top: 0;
}


}
.work-wrap .work-thumb {
  margin-bottom: 30px;
  min-height: 174px;
}
.work-wrap .work-content {
  position: relative;
}
.work-wrap .work-content::before {
	content: "";
	background: #ebebeb;
	height: 4px;
	position: absolute;
	left: -120px;
	top: 22px;
	right: -40px;
	z-index: -1;
}
.screenshot-slide ul {
	padding: 30px 0 0 15px;
	margin: 0;
}
.screenshot-slide li {
	font-size: 18px;
}
.primary-footer {
	border-top: 1px solid #ddd;
	margin-top: 50px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .work-wrap .work-content:before {
    right: 0;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .work-wrap .work-content:before {
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-wrap .work-content:before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .work-wrap .work-content:before {
    display: none;
  }
}
.work-wrap .work-content span.icon {
  position: absolute;
  left: -98px;
  top: 13px;
  color: #ebebeb;
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .work-wrap .work-content span.icon {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .work-wrap .work-content span.icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-wrap .work-content span.icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-wrap .work-content span.icon {
    display: none;
  }
}
.work-wrap .work-content .num {
  width: 46px;
  height: 46px;
  line-height: 42px;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Gilroy-Bold";
  border: 2px solid #0059AA;
  background: #fff;
  display: inline-block;
  color: #132b50;
  margin-bottom: 20px;
}
.work-wrap .work-content h4 {
  font-family: "Gilroy-Medium";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.work-wrap .work-content h4 a {
  color: #132b50;
}
.work-wrap .work-content h4 a:hover {
  color: #0059AA;
}

.wrok-shape {
  position: relative;
}
.wrok-shape::after {
	content: "";
	background-image: url(https://strodle-web.s3-us-west-2.amazonaws.com/shape/round.svg);
	position: absolute;
	right: -145px;
	top: 252px;
	width: 187px;
	height: 446px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .wrok-shape:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .wrok-shape:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrok-shape:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrok-shape:after {
    display: none;
  }
}

.features-area {
  background: #fafbfe;
}

.features-wrap {
  background: #f3f3f3;
  padding: 10px 40px 20px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features-wrap {
    padding: 50px 140px 50px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  .features-wrap {
    padding: 32px 15px 0;
    height: auto;
  }
}
.features-wrap h3 {
  font-family: "Gilroy-Medium";
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}
.features-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.features-wrap ul li {
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #213e6c;
  margin-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .features-wrap ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.features-wrap ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #0059AA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.features-wrap ul li:nth-child(1):before {
  background: #f2994a;
}
.features-wrap ul li:nth-child(2):before {
  background: #9b51e0;
}
.features-wrap ul li:nth-child(3):before {
  background: #eb5757;
}
.features-wrap ul li:nth-child(4):before {
  background: #0059AA;
}
.features-wrap .features-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features-wrap .features-thumb {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .features-wrap .features-thumb {
    display: none;
  }
}

.features-wrap.feature-border-top {
  background: rgba(93, 170, 150, 0.05);
}
.features-wrap.feature-border-top:hover:before {
  visibility: visible;
  opacity: 1;
}
.features-wrap.feature-border-top:before {
  content: "";
  width: 100%;
  height: 7px;
  background: #0059AA;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.features-wrap.feature-border-bottom:hover:before {
  visibility: visible;
  opacity: 1;
}
.features-wrap.feature-border-bottom:before {
  content: "";
  width: 100%;
  height: 7px;
  background: #9b51e0;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .features-wrap.feature-border-bottom:before {
    top: 0;
    bottom: auto;
  }
}

.features-wrap.thumb-left {
  padding: 10px 40px 20px 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features-wrap.thumb-left {
    padding: 50px 40px 50px 140px;
  }
}
@media (max-width: 767px) {
  .features-wrap.thumb-left {
    padding: 32px 15px 0;
  }
}
.features-wrap.thumb-left .features-thumb {
  left: 0;
  right: auto;
}

.screenshot-slider .owl-item.center .screenshot-slide {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .screenshot-slider .owl-item.center .screenshot-slide {
    padding: 20px 18px;
  }
}
.screenshot-slider .owl-item.center .screenshot-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.screenshot-slider .screenshot-slide {
  padding: 20px;
}
.screenshot-slider .screenshot-slide img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .screenshot-slider .screenshot-slide img {
    border-radius: 30px;
  }
}
.screenshot-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.screenshot-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background: #fbfbfb !important;
  margin-right: 10px;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 9px !important;
}
.screenshot-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  display: inline-block;
  border-radius: 50%;
}
.screenshot-slider .owl-dots .owl-dot.active {
  border: 1px solid #0059AA !important;
}
.screenshot-slider .owl-dots .owl-dot.active span {
  background: #0059AA;
}

.testimonial-area {
  background: #fafbfe;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider:before {
  content: "";
  background: url(https://strodle-web.s3-us-west-2.amazonaws.com/shape/testimonial-1.svg)
    no-repeat;
  width: 238px;
  height: 262px;
  position: absolute;
  left: -70px;
  top: -35px;
}
@media (max-width: 767px) {
  .testimonial-slider:before {
    display: none;
  }
}
.testimonial-slider:after {
  content: "";
  background: url(https://strodle-web.s3-us-west-2.amazonaws.com/shape/testimonial-2.svg)
    no-repeat;
  width: 105px;
  height: 145px;
  position: absolute;
  right: -38px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial-slider:after {
    display: none;
  }
}
.testimonial-slider .testimonial-slide {
  padding: 15px;
}
.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background: #fbfbfb !important;
  margin-right: 10px;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 9px !important;
}
.testimonial-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  display: inline-block;
  border-radius: 50%;
}
.testimonial-slider .owl-dots .owl-dot.active {
  border: 1px solid #0059AA !important;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background: #0059AA;
}

.testimonial-wrap {
  padding: 50px 30px 20px 38px;
  position: relative;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 6px 14px rgba(168, 168, 168, 0.15);
  border-radius: 10px;
  margin-top: 60px;
}
.testimonial-wrap .testimonial-thumb {
  position: absolute;
  left: 100px;
  top: -60px;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .testimonial-wrap .testimonial-thumb {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 80px;
  }
}
.testimonial-wrap .testimonial-details .icon {
  color: #dbdbdb;
  font-size: 28px;
  margin-bottom: 18px;
  display: inline-block;
}
.testimonial-wrap .testimonial-details p {
  font-size: 20px;
  line-height: 29px;
  margin: 0;
}
.testimonial-wrap .author {
  margin-top: 30px;
}
.testimonial-wrap .author h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 10px;
}
.testimonial-wrap .author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-wrap .author ul li {
  display: inline-block;
  color: #dbdbdb;
}
.testimonial-wrap .author ul li.active {
  color: #ffc000;
}
.img-shape {
    position: absolute;
}
.cta-area .cta-text h3 {
  font-size: 50px;
  line-height: 56px;
  color: #fff;
  text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta-area .cta-text h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
.cta-area .cta-text p {
  font-size: 26px;
  line-height: 38px;
  color: #343e4e;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cta-area .cta-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.cta-area .cta-text .gplay-btn {
  display: inline-block;
  padding: 16px 33px;
  color: #fff;
  background: none;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #fff;
  font-family: "Product Sans";
  border-radius: 5px;
}
.cta-area .cta-text .gplay-btn i {
  margin-right: 10px;
}
.cta-area .cta-text .gplay-btn:hover {
  background: #fff;
  color: #0059AA;
}
@media (max-width: 767px) {
  .cta-area .cta-text .gplay-btn {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cta-area .cta-text .apple-btn {
  display: inline-block;
  padding: 16px 33px;
  color: #0059AA;
  background: #fff;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #fff;
  font-family: "Product Sans";
  border-radius: 5px;
}
.cta-area .cta-text .apple-btn i {
  margin-right: 10px;
}
.cta-area .cta-text .apple-btn:hover {
  background: none;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-area .cta-text .apple-btn {
    width: 100%;
  }
}

.primary-footer {
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .primary-footer {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border-bottom: 0;
  }
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-widget {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-widget {
    border-bottom: 1px solid rgba(121, 140, 163, 0.2);
  }
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  margin-bottom: 20px;
}
.footer-widget ul li a {
  font-size: 22px;
  line-height: 27px;
  color: #132b50;
}
.footer-widget ul li a:hover {
  color: #0059AA;
}

.footer-social {
  margin-bottom: 30px;
}
.footer-social h4 {
  font-size: 25px;
  line-height: 29px;
  font-family: "Gilroy-Medium";
  color: #084177;
}
.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 7px;
}
.footer-social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #000000;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

.footer-social ul li a:hover {
  background: #000000;
  color: #fff;
}

.footer-social ul li a i.fa-instagram {
  margin: 6px auto;
  font-size: 26px;
}

.footer-social ul li.facebook a {
  background: #3b5999;
}

.footer-social ul li.instagram a {
  background: #eb309d;
}

.footer-social ul li.twitter a {
  background: #1c9dec;
}
.footer-social ul li.google a {
  background: #cb3e2d;
}
.footer-social ul li.linkedin a {
  background: #3c86ad;
}

.copyright {
  margin: 0;
  color: #084177;
  padding: 15px 0;
}
.copyright i {
  color: #fe721c;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .secondary-footer {
    background: #f1f5ff;
  }
  .logo img {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    width: 160px;
  }
}
.work-thumb > img {
    height: 160px;
}
/*# sourceMappingURL=style.css.map */


.vc-spinner::before{
    content:'';
    width:16px;
    height:16px;
    display:inline-block;
    pointer-events:none;
    margin-top:6px;
    background:url(../../www.pff-facade.com/wp-content/plugins/js_composer/assets/images/spinner.gif) no-repeat;
    background-position-x:center;
    background-position-y:center
}
.vc-spinner.vc-spinner-complete::before{
    background-image:url(../../www.pff-facade.com/wp-content/plugins/js_composer/assets/vc/tick.png)
}
.vc-spinner.vc-spinner-failed::before{
    background-image:url(../../www.pff-facade.com/wp-content/plugins/js_composer/assets/vc/remove.png)
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini{
    position:relative
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone{
    opacity:0!important;
    -webkit-transform:none!important;
    -ms-transform:none!important;
    transform:none!important;
    -webkit-transition:none!important;
    -o-transition:none!important;
    transition:none!important
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper{
    position:absolute;
    right:0;
    top:50%;
    margin-top:-50px;
    left:0
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader{
    margin:2em auto;
    font-size:10px;
    position:relative;
    text-indent:-9999em;
    -webkit-animation-delay:.16s;
    animation-delay:.16s;
    height:50px
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{
    border-radius:50%;
    width:12px;
    height:12px;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation:vc_woo-add-cart-load 1.8s infinite ease-in-out;
    animation:vc_woo-add-cart-load 1.8s infinite ease-in-out
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{
    left:-20px
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after{
    left:20px;
    -webkit-animation-delay:.32s;
    animation-delay:.32s
}
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{
    content:'';
    position:absolute;
    top:0
}
@-webkit-keyframes vc_woo-add-cart-load{
    0%,100%,80%{
        box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }
    40%{
        box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)
    }
}
@keyframes vc_woo-add-cart-load{
    0%,100%,80%{
        box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }
    40%{
        box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)
    }
}
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.box-shadow-1 .vc_column-inner {
    box-shadow: 0 14px 35px rgb(49 49 49 / 8%);
}
@media (min-width: 1200px)
.vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.vc_custom {
    padding-top: 0px !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
    background-color: #ffffff !important;
}
body input:not([type=checkbox]):not([type=submit]), select, textarea {
    height: 45px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 0;
    background: #f6f6f6;
    outline: none;
    margin: 0;
    transition: .3s;
}
.wpb_wrapper > div {
 clear: both;
}
.infobox_content_wrapper {
    overflow: hidden;
}
.infobox_title {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    transition: inherit;
}
.infobox_icon_container {
    margin-right: 30px !important;
}
 .infobox_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.infobox_icon_wrapper {
    float: left;
    margin-bottom: 50px;
    transition: inherit;
}
form-control-wrap {
    display: block;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
textarea {
    width: 100%;
    height: 120px;
    padding-top: 20px;
    max-width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 0;
    background: #f6f6f6;
    outline: none;
    margin: 0;
    transition: .3s;
}
@media (min-width: 1200px)
.vc_col-lg-5 {
    width: 41.66666667%;
}
@media (min-width: 1200px)
.vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
}

@media (min-width: 768px)
.vc_col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}

