/*
Theme Name: VW Saas Services Pro
Theme URI: https://www.vwthemes.com/themes/saas-services-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.2
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-saas-services-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Saas Services Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
VW Saas Services Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

*/:root {
  --white: #;
  --black: #000000;
  --green: #e4573d;
  --orange: #e4573d;
  --lightorange: #e4573d;
  --black1: #191b27;
  --black2: #3f3f3f;
  --black3: #5b5b5b;
  --grey1: #1a1616;
  --grey2: #333333;
  --grey3: #6649a6;
  --grey4: #444444;
  --grey5: #424648;
  --grey6: #464a4c;
  --lightgrey2: #d7d7d7;
  --lightgrey3: #bbbbbb;
  --lightgrey4: #838384;
  --lightgrey5: #e4e4e4;
  --lightgrey6: #e8e8e8;
  --lightgrey7: #002b46;
  --lightgrey8: #e7e7e7;
  --lightgrey9: #dddddd;
  --white11: #f2f2f2;
  --white12: #f7f7f7;
  --lightgrey10: #454242;
  scroll-behavior: auto !important;
  --primary-color: #014678;
  --secondary-color: #;
}

:root {
  --common-font-w: "Work Sans";
  --common-font-wm: "Work Sans Medium";
  --common-font-wsm: "Work Sans Semi Bold";
  --common-font-web: "Work Sans Extra Bold";
  --common-font-m: "Montserrat";
  --common-font-mm: "Lato";
  --common-font-msb: "Montserrat SemiBold";
  --common-font-meb: "Montserrat Extra Bold";
  --common-font-mb: "Montserrat Bold";
  --common-font-l: "Libre Baskerville";
}

html #wpadminbar {
  z-index: 99999999;
}

.topbar-left {
  display: flex;
}

/* Basic Style */
body {
  overflow-x: hidden !important;
  padding: 0 !important;
}

a {
  color: var(--secondary-color);
}

html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color: #000;
  font-family: Noto Sans KR !important;
  overflow-x: hidden !important;
}

label {
  margin-bottom: 0 !important;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
}

section img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  color: #000;
  font-family: Noto Sans KR;
  font-weight: bold;
}

.section-space {
  padding: 70px 0px;
}

span.wpcf7-spinner {
  position: absolute;
}


p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

p,
ul li a {
  letter-spacing: 0px;
  font-family: Noto;
}

body a {
  text-decoration: none;
  color: var(--black);
}

a:hover {
  text-decoration: none;
  color: var(--black1);
}

a:focus,
a:hover {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 0 0;
  padding: 0;
}

.sub-menu li a:before {
  display: none;
}

ul li,
ol li {
  font-size: 14px;
}

:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

ul.sub-menu+.active {
  rotate: 180deg;
  transition: 0.3s ease-in-out;
}

textarea {
  resize: none !important;
}

@media(min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }

  #header .container {
    max-width: 1400px !important;
  }
}



/*------------------------- Headings --------------------------*/

/*----------------- Section Title--------------*/

.section-title a i {
  padding-left: 10px;
}

/*-------------- Post Content ---------------*/

.collectionbox.post-img img {
  max-width: 240px;
}

.vw-fixed {
  background-attachment: fixed !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.vw-scroll {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

#return-to-top i {
  position: relative;
  top: 13px;
  font-size: 25px;
  -webkit-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;
  color: var(--secondary-color) !important;
  font-weight: 800;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  top: 5px;
}

/* ----------- Spinner ------------- */
/* .eco-box {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 999999999999999;
  background-color: rgba(17, 25, 31, 1);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-inner {
  top: 40%;
  left: 48%;
  /* margin-top: -100px; */
  margin-left: -50px;
  width: 190px;
  width: 190px;
  height: 190px;
  position: relative;
}
 */
p {
  text-align: left;
  font: normal normal normal 18px/30px Noto Sans KR;
  letter-spacing: 0.2px;
  color: #000000;
}


.h2,
section#main-banner h1 {
  position: relative;
  margin-bottom: 40px;
}

.h2::after,
section#main-banner h1::after {
  content: "";
  width: 123px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  background: #000;
  border-radius: 15px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

section#testimonials .h2.left::after {
  background: #fff !important;
}

.h2 {
  position: relative;
  text-align: center;
}

.left {
  text-align: left;
}

.h2.left::after {
  left: 0;
  right: unset;
}

section#main-banner h1::after {
  left: 0px;
  right: unset;
  background: #fff;
}


/* html5 lightbox  */


.lightboxcontainer {
  width: 100%;
  text-align: left;
}

.lightboxleft {
  width: 40%;
  float: left;
}

.lightboxright {
  width: 60%;
  float: left;
}

.lightboxright iframe {
  min-height: 390px;
}

.divtext {
  margin: 36px;
}

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }

  .lightboxright {
    width: 100%;
  }

  .divtext {
    margin: 12px;
  }
}

.html5-elem-box {
  max-height: unset !important;
}

span.wpcf7-form-control-wrap select {

  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-form-control-wrap select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

span.wpcf7-form-control-wrap select:focus {
  background-image:
    linear-gradient(45deg, var(--primary-color) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

span.wpcf7-form-control-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}






/* loader css  */

/* .loader {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  background: var(--primary-color);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-color);
  animation: slide 1s infinite linear alternate;
  opacity: 0.5;
}

.loader:after {
  animation: slide2 1s infinite linear alternate;
  opacity: 1;

}

@keyframes slide {

  0%,
  20% {
    transform: translate(0, 0)
  }

  80%,
  100% {
    transform: translate(15px, 15px)
  }
}

@keyframes slide2 {

  0%,
  20% {
    transform: translate(0, 0)
  }

  80%,
  100% {
    transform: translate(-15px, -15px)
  }
} */




/* blog sidebar widget  */


.sidebar-Touch {
  background: var(--primary-color);
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 6px;
}

.sidebar-Touch h5 {
  font: 24px/36px Noto Sans KR;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.sidebar-Touch a {
  font: normal normal bold 18px/27px Noto Sans KR;
  padding: 10px 20px;
  border-radius: 6px;
  background: #fff;
}

.icon-wrapper {
  width: 84px;
  height: 84px;
  margin: 0px auto;
  margin-bottom: 20px;
}



/* ibtana css  */



.banner-row {
  padding: 250px 0px;
}

.banner-absolute {
  position: absolute;
  right: -2%;
  top: -70px;
}

.banner-stack {
  max-width: 40%;
}

.absolute-two {
  position: absolute;
  top: -11%;
  right: 1%;
}

.absolute-one {
  position: absolute;
  bottom: -5%;
  left: -10%;
}

.resource-relative {
  position: relative;
}

.wp-block-columns.container {
  padding: 100px 0px;
}

.client-slider.container {
  padding: 10px 0px 100px;
}

.client-slider img {
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
  opacity: 0.4;
}

.client-slider img:hover {
  filter: grayscale(0);
  opacity: 1;
}

figure.wp-block-image.size-full {
  margin: 0px auto;
}

.top-benefits p {
  text-align: center;
}

.benefit-block {
  max-width: 330px;
  text-align: center;
  margin: 20px 0px;
}

.client-slider h2.wp-block-heading {
  text-align: center;
}

.wp-container-21.wp-container-21 {
  flex-wrap: wrap !important;
}

.wp-block-group.benefit-block {
  margin: 10px 0px !important;
  padding: 40px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEE;
}

.benefit-block figure.wp-block-image.size-full {
  border-radius: 50% !important;
  width: 90px;
  height: 90px;
  border-collapse: separate !important;
  perspective: 1px;
  border-radius: 15px;
  overflow: hidden;
  perspective: 1px;
  padding: 0px;
  border: 5px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}


.module-relative{
  position: relative;
}
.features-block {
  align-items: center !important;
  display: flex;
  background-color: var(--primary-color);
}
.features-card .size-full {
  margin: 0px auto !important;
}
.download-inner-wrappers {
  position: relative;
}
.phone-img{
  right: 0;
}
.download-inner-wrappers{
  padding: 100px 30px !important;
  border-radius: 10px;
}
.wp-block-cover{
  min-height: 180px !important;
  width: 100% !important;
}
span.wp-block-cover__background.has-background-dim {
  display: none;
}
.price-class {
  text-align: center;
}
.price-class + .has-large-font-size {
  margin-top: 10px;
  text-align: center;
}
.price-card {
  background: #FBFBFB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.price-features {
  padding: 10px 20px;
}
.price-features .wp-block-group {
  margin-bottom: 9px;
}
.process-number figure {
  padding: 15px;
  border-radius: 50%;
  background: rgba(1, 70, 120, 0.2);
  width: 65px;
  margin-bottom: 10px;
}
.process-number {
  padding: 20px 30px;
  max-width: 250px;
  text-align: center !important;
  background: #F4F7FA;
}
.wp-container-129{
  width: 100% !important;
}

.installation-row{
  position: relative;
  z-index: 0;
}
.installation-row::after {
  content: "";
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background-image: repeating-linear-gradient(0deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(90deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(180deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(270deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px);
  background-size: 5px 100%, 100% 5px, 5px 100%, 100% 5px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}


section#Our-team .owl-dots {
  display: none;
}