/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.wpex-shape-divider.wpex-shape-divider-tilt {
  background-color: #3e8cf8;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  transform: none !important; }

.wpex-shape-divider.wpex-shape-divider-tilt svg {
  opacity: 0 !important;
  height: Max(350px, 45vh) !important; }

#banner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wpex-shadow {
  box-shadow: 0px 2px 9px #00000029 !important; }

.icon_plus .vcex-icon-box-symbol {
  display: none; }

.wpex-carousel-images {
  display: block !important; }

.wpex-carousel-images .wpex-carousel-slide.slick-slide:not(:last-child) {
  margin-right: 50px; }

.vcex-image-grid-entry img {
  display: block !important; }

.img_full .vc_column-inner * {
  height: 100% !important; }

.img_full img {
  object-fit: cover;
  object-position: center; }

.wpb_single_image {
  overflow: hidden !important; }

:root {
  --wpex-shadow-sm: 0px 2px 6px #00000029; }

.vcex-justified-gallery {
  height: auto !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px; }

@media (min-width: 768px) {
  .full_icon > div > .wpb_wrapper, .full_icon > div > .wpb_wrapper > a, .icon_plus, .icon_img {
    height: 100% !important; } }
.vcex-justified-gallery .vcex-grid-item {
  position: static !important;
  width: auto !important;
  height: auto !important; }

.icon_plus .vcex-icon-box-heading:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("img/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 25px auto;
  display: block; }

.icon_img {
  overflow: hidden; }

.icon_img .vcex-icon-box-heading {
  padding-bottom: 15px;
  border-bottom: 2px solid #3e8cf8; }

.icon_img .vcex-icon-box-text {
  padding: 20px; }

#banner .wpex-video-bg {
  width: 100%;
  height: 80% !important;
  object-fit: cover;
  object-position: center;
  min-height: 80% !important; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.form-row .form-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

.form-col.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.form-col.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.wpex-select-wrap {
  width: 100%;
  border: none !important; }

.wpex-select-arrow {
  z-index: 11;
  right: 17px;
  font-size: 23px;
  color: black;
  opacity: 0.4; }

.form-col.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%; }

.form-col.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.text-center {
  text-align: center; }

.form-input {
  font-family: "Inter", sans-serif;
  width: 100% !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.32px !important;
  line-height: 26px !important;
  padding: 12px 20px !important;
  box-shadow: 0px 1px 6px #00000029 !important;
  border: none !important;
  background-color: white !important;
  border-radius: 4px !important; }

.form-input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 500 !important; }

.form-input:-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 500 !important; }

.form-input::placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 500 !important; }

select.form-input {
  height: 50px;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 500 !important; }

textarea.form-input {
  height: 140px;
  resize: none; }

.wpex-select-wrap.hasvalue select.form-input {
  color: black !important; }

.theme-button:hover {
  transform: scale(1.02); }

[type="submit"].theme-button {
  background-color: #3E8CF8;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  line-height: 26px;
  padding: 12px 20px;
  text-transform: uppercase;
  min-width: 300px;
  margin-top: 15px; }

#footer-widgets {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

#footer-widgets:after {
  display: none !important; }

#footer-widgets .widget-title {
  border-bottom: 2px solid white; }

@media (max-width: 1280px) {
  #footer-widgets .footer-box.col-1 {
    width: 20% !important; }

  #footer-widgets .footer-box {
    width: calc(80% / 3); } }
@media (max-width: 959px) {
  #footer-widgets .footer-box, #footer-widgets .footer-box.col-1 {
    width: 50% !important; }

  .form-col:not(.col-12) {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }
@media (max-width: 767px) {

  body .nomarg-mob-uniform{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile_icon img {
    width: 230px; }

  #banner .wpex-video-bg {
    min-height: 65% !important;
    height: 65% !important; }

  .wpex-shape-divider.wpex-shape-divider-tilt {
    background-color: #3e8cf8;
    -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
    transform: none !important; }

  .wpex-shape-divider.wpex-shape-divider-tilt svg {
    height: 45vh !important; }

  [type="submit"].theme-button {
    min-width: 1px !important; }

  .wpex-carousel-images .wpex-carousel-slide.slick-slide:not(:last-child) {
    margin-right: 20px; }

  .wpex-carousel-images .wpex-carousel-slide img {
    max-width: 45px;
    height: auto; }

  .form-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  body .padding-mob-uniform {
    padding-top: 40px !important;
    padding-bottom: 0 !important; }

  body .nomarge_mob > div {
    margin-right: 0px !important; }

  body .vcex-justified-gallery {
    gap: 15px !important; } }
.wpcf7-form.submitting {
  position: relative; }

.wpcf7-form.submitting:after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-color: white;
  opacity: 0.5;
  z-index: 11;
  border: 5px; }

#site-header {
  box-shadow: 0px 3px 6px #00000029 !important; }

.wpcf7-form.submitting:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-top: 8px dotted #3E8CF8;
  border-bottom: 8px dotted #3E8CF8;
  border-left: 8px dotted #3E8CF8;
  border-right: 8px dotted #3E8CF8;
  border-radius: 50%;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  z-index: 111; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

@media (max-width: 575px) {
  #site-logo .logo-img {
    max-width: 200px !important; }

  .form-col:not(.col-12) {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  .theme-button {
    width: 100% !important; }

  #footer-widgets .footer-box, #footer-widgets .footer-box.col-1 {
    width: 100% !important; }

  #footer-widgets .footer-box.col-1 {
    text-align: center; } }
.copyright-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  grid-area: 15px; }

.wdo-carosuel-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.wdo-carosuel-content .slick-list {
  margin-left: -25px;
  margin-right: -25px;
  height: auto !important;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 959px) {
    .wdo-carosuel-content .slick-list {
      margin-left: -10px;
      margin-right: -10px;
      overflow: visible !important; } }
  .wdo-carosuel-content .slick-list .item.slick-slide {
    padding-left: 25px;
    padding-right: 25px;
    height: auto !important; }
    .wdo-carosuel-content .slick-list .item.slick-slide img {
      max-width: 100% !important; }
    @media (max-width: 959px) {
      .wdo-carosuel-content .slick-list .item.slick-slide {
        padding-left: 10px;
        padding-right: 10px; } }
    .wdo-carosuel-content .slick-list .item.slick-slide .icon_img {
      height: 100% !important; }
.wdo-carosuel-content .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  .wdo-carosuel-content .slick-arrow:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url("img/hero_arrow_down.svg");
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .wdo-carosuel-content .slick-arrow.prevslide {
    right: 100%;
    margin-right: 25px; }
    .wdo-carosuel-content .slick-arrow.prevslide:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg); }
  .wdo-carosuel-content .slick-arrow.nextslide {
    left: 100%;
    margin-left: 25px; }
    .wdo-carosuel-content .slick-arrow.nextslide:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      transform: rotate(-90deg); }
.wdo-carosuel-content .slick-dotted .slick-arrow {
  margin-top: -20px; }
.wdo-carosuel-content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  list-style: none;
  margin-left: 0;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-top: 20px; }
  .wdo-carosuel-content .slick-dots li {
    margin-left: 5px;
    margin-right: 5px; }
    .wdo-carosuel-content .slick-dots li:not(:last-child) {
      margin-right: 10px; }
    .wdo-carosuel-content .slick-dots li button {
      padding: 0;
      font-size: 0;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: 3px solid white;
      background-color: white; }
    .wdo-carosuel-content .slick-dots li.slick-active button {
      background-color: #c7c7c7; }
@media (max-width: 959px) {
  .wdo-carosuel-content .wdo-carosuel-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 10%;
    padding-right: 10%; } }


.pum-theme-enterprise-blue .pum-close.popmake-close{
  font-size: 0px !important;
  line-height: 0 !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url('img/x.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}