/*
Theme Name: Custom Template 
Author: Orven GAzo
Description: Custom theme for https://hybridhtmleditor.com 
Version: 1.0
*/
/*------------------------------------*\
    Variables
\*------------------------------------*/
/*------------------------------------*\
    Mixings
\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.ttf");
  font-display: swap;
  font-weight: normal !important;
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("fonts/Raleway-Bold.ttf");
  font-display: swap;
  font-weight: normal !important;
}
/*------------------------------------*\
   Hidden
\*------------------------------------*/
section.section-3 .flex-gallery-tablet {
  display: none;
}

/*------------------------------------*\
   Default
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5{
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
  font-family: "Raleway-Bold";
}
p {
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
  font-family: "Montserrat-Regular";
}
* {
  padding: 0;
  margin: 0;
}

.flex-contain {
  display: flex;
}

.clearer {
  clear: both;
}

.text-centered {
  text-align: center;
}

.force-margin {
  position: relative;
  left: 20px;
}

/*------------------------------------*\
   Wordpress
\*------------------------------------*/
.wp-caption .wp-caption-text,
.gallery-caption {
  font-style: italic;
  color: #7c7c7c;
  margin-top: 10px;
  font-size: 0.8em;
}

.wp-caption img {
  width: 100%;
}

#attachment_716 {
  position: relative;
  z-index: 9;
}

/*------------------------------------*\
   Foogallery
\*------------------------------------*/
.foogallery .fg-caption-title {
  font-size: 14px !important;
  width: 90%;
}

/*------------------------------------*\
   Buttons
\*------------------------------------*/
.button a, .main-content-page .flex-buttons-about a {
  display: inline-block;
  padding: 1em 3em;
  color: #fff;
  background: #c5ac6a;
}
.button a:hover, .main-content-page .flex-buttons-about a:hover {
  background: #424549;
  border-color: #424549;
  transition: 0.3s all;
  color: #fff;
}

/*------------------------------------*\
   Custom
\*------------------------------------*/
.flex-col {
  display: flex;
  justify-content: space-between;
}
.flex-col .col {
  flex-basis: 49%;
}
.flex-col .col-1 {
  padding-right: 2%;
}
.flex-align-center {
  justify-content: center;
}

.flex-align-space-evenly {
  justify-content: space-evenly;
}

.border-line {
  border: 1px solid #e4e4e4;
  margin-bottom: 24px;
}

/*------------------------------------*\
   Responsive Video
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
   Flex 
\*------------------------------------*/
.flex-1-1-1-1 {
  flex-wrap: wrap;
}

.flex-3-2 .col-1 {
  flex-basis: 60%;
  overflow: hidden;
}
.flex-3-2 .col-2 {
  flex-basis: 40%;
}

/*------------------------------------*\
   WCDG Popup
\*------------------------------------*/
.wcdg-popup {
  position: relative;
  margin: 2% 0;
  width: 100%;
  background: #fff;
}

.wcdg-popup img.top-wcdg {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}

.wcdg-popup .flex-container {
  display: none;
  position: absolute;
  z-index: 9999;
  border: 3px #000 solid;
  border-radius: 0.5vw;
  left: -188%;
  top: -265%;
  width: 200%;
  background: #fff;
}

.wcdg-popup .flex-content {
  background: #fff;
}

.wcdg-popup .flex-content .top {
  background: #00adef;
}

.wcdg-popup .flex-content h3 {
  margin: 0;
  text-align: center;
  padding: 2%;
  font-weight: bold;
  width: 100%;
  font-family: "Arial", sans-serif;
  font-size: 1vw;
}

.wcdg-popup .flex-content h3 span {
  color: rgba(255, 255, 255, 0.7);
}

.wcdg-popup .flex-content .flex-contain {
  display: flex;
  align-items: center;
  padding: 10px;
}

.wcdg-popup .flex-content .flex-contain img {
  width: auto;
}

.wcdg-popup .flex-content .flex-contain a {
  color: #00adef;
}

.wcdg-popup .flex-content .flex-contain br {
  margin-bottom: 10px;
}

.wcdg-popup .flex-content .bottom {
  width: 80%;
  margin-left: 5%;
}

.wcdg-popup .flex-content p {
  font-size: 0.7vw;
  margin-top: 0;
}

.wcdg-popup .flex-content p.biggertext {
  font-size: 0.9vw;
}

.wcdg-popup .text-centered {
  text-align: center;
}

.wcdg-popup:hover > .flex-container {
  display: block;
}

/*------------------------------------*\
    Optimized Images
\*------------------------------------*/
.optimized-img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1600px) {
  #attachment_1605 {
    width: 100%;
    margin: 1em auto;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .wcdg-popup .flex-container {
    left: 0%;
    width: 100%;
  }
  .wcdg-popup .flex-content h3 {
    font-size: 24px;
  }
  .wcdg-popup .flex-content p.biggertext {
    font-size: 16px;
  }
}
/*------------------------------------*\
   Form
\*------------------------------------*/
.form input[type=text],
.form input[type=email],
.form textarea {
  width: 100%;
  border: 1px solid #222;
  padding: 10px;
  background: #f7f7f7;
}
.form input[type=submit],
.form .submit {
  background: #424549;
  padding: 10px 30px;
  color: #fff;
  border: none;
}

.form-opt-out {
  margin-top: 2em;
  margin-bottom: 2em;
}
.form-opt-out .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.form-opt-out input[type=text],
.form-opt-out input[type=email],
.form-opt-out input[type=tel] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1em;
  background: #f5f5f5;
  color: #303030;
}
.form-opt-out input[type=text]::-moz-placeholder, .form-opt-out input[type=email]::-moz-placeholder, .form-opt-out input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out input[type=text]::placeholder,
.form-opt-out input[type=email]::placeholder,
.form-opt-out input[type=tel]::placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out input[type=checkbox] {
  width: auto;
}
.form-opt-out .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1em;
}
.form-opt-out p {
  margin-bottom: 0 !important;
}
.form-opt-out p small {
  font-size: 70%;
}
.form-opt-out input[type=submit],
.form-opt-out button {
  margin-top: 1.2em;
  padding: 1em;
  background: #424549;
  color: #fff;
  padding: 1em 5em;
  border: none;
  width: auto;
}
.form-opt-out input[type=submit]:hover,
.form-opt-out button:hover {
  background: #2a2c2e;
  transition: 0.3s all;
}

/*------------------------------------*\
   Sidebar on Single Pages
\*------------------------------------*/
.contact-us-single {
  margin-top: 10%;
}
.contact-us-single .wpcf7 {
  padding: 15px;
  background: #eee;
}
.contact-us-single h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.contact-us-single input,
.contact-us-single textarea {
  margin-bottom: 10px;
  width: 100%;
  max-height: 120px;
}
.contact-us-single input::-moz-placeholder, .contact-us-single textarea::-moz-placeholder {
  color: #000;
}
.contact-us-single input::placeholder,
.contact-us-single textarea::placeholder {
  color: #000;
}
.contact-us-single input[type=submit] {
  border-radius: 50px;
  background: #c5ac6a;
  border: none;
  color: #fff;
  margin: auto;
  display: inline-block;
}
.contact-us-single input[type=submit]:hover {
  color: #fff;
}
.contact-us-single p.text-right {
  text-align: center !important;
  margin-top: 20px;
}
.contact-us-single span.wpcf7-not-valid-tip {
  color: #000 !important;
}

/*------------------------------------*\
    Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Custom Styles
  \*------------------------------------*/
  .flex-3-2 {
    flex-direction: column;
  }
  .flex-1-1-1 {
    flex-direction: row !important;
    gap: 1em;
    margin-bottom: 2em;
  }
  #attachment_2147,
  #attachment_2142 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1536 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1373 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1814,
  #attachment_349 {
    float: none;
    margin: 10px auto;
    clear: both;
  }
  #attachment_1603 {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-1-1-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #attachment_1603 {
    width: 710px !important;
  }
}
/*------------------------------------*\
   Main
\*------------------------------------*/
body {
  font-size: 20px;
 font-family: "Montserrat-Regular";
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #000;
}

.container {
  width: 1700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #c5ac6a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

div,
input {
  box-sizing: border-box;
}

/*------------------------------------*\
   Header
\*------------------------------------*/
header .flex-contain-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  gap:30px;
  background: rgba(0, 85, 95, 0.5);
  border-radius: 1rem;
}
header .logo {
  display:flex;
  align-items:center;
  gap:14px;
  flex-shrink:0;
  flex-basis: 30%;
}
.top-nav {
  flex:1;
  display:flex;
  justify-content:flex-end;
}
header .flex-phone-nav {
  flex-shrink:0;
  flex-basis: 25%;
}
.trial-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:14px;
  background:#11e5ff;
  color:#001920;
  font-weight:700;
  text-decoration:none;
  
}
header .responsive-menu {
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
header .responsive-menu .icon-bar {
  background-color: #2e3192;
  width: 35px;
  margin-bottom: 3px;
  height: 4px;
}
header .responsive-menu .icon-bar:nth-child(2) {
  width: 40px;
}
header .responsive-menu .icon-bar:last-child {
  margin-bottom: 0;
}
header .responsive-menu span {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
}
header .logo img {
  display: block;
}
/*------------------------------------*\
   Main Navigation
\*------------------------------------*/
.rd-menu-active {
  display: none;
  background: rgba(1, 1, 1, 0.8);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-nav .nav {
  position: relative;
}
.top-nav .menu-text {
  color: #424549;
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav .rd-close {
  font-family: "Nunitosans-bold", sans-serif;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.top-nav .menu-text {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.top-nav .menu-text span {
  display: block;
  padding-bottom: 0.5em;
}
.top-nav ul {
  display:flex;
  align-items:center;
  gap:0;
  list-style:none;
  margin:0;
  padding:0;
}
.top-nav ul li {
  position: relative;
}
.top-nav ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-family: "Nunitosans-Regular", sans-serif;
  padding: 0.5rem;
  width: 100%;
  transition: none;
  padding-left: 20px;
  position: relative;
}
.top-nav ul li:first-child > a {
  border-top: none;
}
.top-nav ul li.current-menu-item a {
  color: #00f4ed;
}
.top-nav ul li a:hover {
  color: #11e5ff;
}
.top-nav ul li > a.active-parent {
  background: #424549;
  border-top: 1px solid #fff;
}
.top-nav ul li > a.active-parent-parent {
  background: #323334;
  border-right: none;
}
.top-nav ul li.menu-item-has-children > a::after {
  content: url("images/arrow-down.png");
  position: absolute;
  left: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  right: 10px;
  top: 10px;
}
.top-nav ul ul {
  background: #424549;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}
.top-nav ul ul li a {
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.top-nav ul ul li a:hover {
  background: #26262b;
}
.top-nav ul ul li.current-menu-item a {
  background: #26262b;
  color: #fff;
}
.top-nav ul ul li.menu-item-has-children > a:hover {
  background: #323334;
  border-right: none;
  border-top: 1px solid #fff;
}
.top-nav ul ul li:first-child a {
  border-top: 1px solid #fff;
  border-left: none;
}
.top-nav ul ul li:last-child a {
  border-bottom: 1px solid #fff;
}
.top-nav ul ul li a:hover {
  border-bottom: none;
}
.top-nav ul ul li:last-child a:hover {
  border-bottom: 1px solid #fff;
}
.top-nav ul ul ul {
  background: #323334;
}
.top-nav ul ul ul li a {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: none;
}
.top-nav ul ul ul li a:hover {
  background: #1a1a1b;
  border-right: 1px solid #fff !important;
}
.top-nav ul ul ul li.menu-item-has-children > a:hover {
  border-right: none !important;
}
.top-nav li:hover > ul {
  display: block;
}

.top-nav-active {
  transform: translateX(0px);
}

/*------------------------------------*\
	Main Content   
\*------------------------------------*/
.main-content {
  clear: both;
  font-weight: normal;
  font-size: 20px;
  overflow: hidden;
}
.main-content h1 {
  font-size: 2.8125rem;
  font-family: "Raleway-Bold";
  color: #00555f;
}
.main-content h2 {
  font-size: 2.1875rem;
  font-family: "Raleway-Bold";
  color: #000;
}
.main-content h3 {
  font-size: 1.75rem;
  font-family: "Raleway-Bold";
  color: #00555f;
}
.main-content h4 {
  font-size: 1.45rem;
  font-family: "Raleway-Bold";
  color: #000;
}
.main-content h5 {
  font-size: 1.3rem;
  font-family: "Raleway-Bold";
  color: #848484;
}
.main-content h6 {
  font-size: 1.3rem;
  font-family: "Raleway-Bold";
  color: #00555f;
}
.main-content ul {
  list-style-type: disc;
  color: #000;
}
.flex-contain aside p{
  color: #000;
}
.main-content h5 {
  font-size: 18px;
  font-family: "Nunitosans-Regular", sans-serif;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
  margin-bottom: 20px;
}
.main-content h5 {
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 25px;
}
.main-content h1:hover,
.main-content h2:hover,
.main-content h3:hover,
.main-content h4:hover,
.main-content h5:hover {
  text-decoration: none !important;
}
.main-content p {
  font-size: 20px;
  margin: 0 0 15px;
  color: #000;
}
.main-content ul {
  display: block;
  padding-left: 16px;
  list-style-type: disc;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
  color: #000;
}
.main-content ul li::marker {
  color: #2e3192;
}
.main-content ul li {
  margin-bottom: 7px;
}
.main-content ul li span {
  color: #fff;
}
.main-content ul a {
  text-decoration: underline;
  color: #000;
}
.main-content ol {
  padding-left: 16px;
  font-size: 20px;
  color: ##eee;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
}
.main-content ol li {
  margin-bottom: 7px;
  list-style-type: lower-alpha;
}
.main-content ol a {
  text-decoration: underline;
}

/*------------------------------------*\
   Home
\*------------------------------------*/
/*------------------------------------*\
   Variables
\*------------------------------------*/
section {
  width: 100%;
  position: relative;
}
section a {
  transition: 0.3s all;
}
section p:empty {
  display: none;
}

section p,
section ul {
  line-height: 1.7;
  color: #fff;
  margin-bottom: 24px;
}

/*------------------------------------*\
   Section 1
\*------------------------------------*/
section.section-1 {
  background: url("images/Custom Wine Cellars Denver CO.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 679px;
  flex-direction: column;
  background-blend-mode: multiply;
  background-color: rgb(138, 138, 138);
}
section.section-1 .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.section-1 .contain h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
section.section-1 .contain h1 {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 2.4em;
  margin-top: 0;
  margin-bottom: 1em;
}
section.section-1 .contain .button, section.section-1 .contain .main-content-page .flex-buttons-about, .main-content-page section.section-1 .contain .flex-buttons-about {
  text-align: center;
}
section.section-1 .contain .button a, section.section-1 .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .contain .flex-buttons-about a {
  background: #c5ac6a;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-1 .contain .button a:hover, section.section-1 .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-1 .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: #917838;
}
section.section-1 .flex-design-gallery {
  position: absolute;
  bottom: 1em;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 1em;
  margin: auto;
  justify-content: space-between;
  justify-content: space-evenly;
}
section.section-1 .flex-design-gallery .featured-images {
  display: flex;
  flex-basis: auto;
  justify-content: center;
  flex: 1;
}
section.section-1 .flex-design-gallery .featured-images br {
  display: none;
}
section.section-1 .flex-design-gallery .featured-images img {
  border: 1px solid #fff;
  width: 120px;
}
section.section-1 .flex-design-gallery h3 {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  text-align: center;
  font-size: 1.5em;
  flex-basis: 15%;
}
section.section-1 .flex-design-gallery .button, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about {
  flex-basis: auto;
}
section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
  padding: 0.5em 3em;
  border: 1px solid #fff;
  text-transform: uppercase;
}
section.section-1 .flex-design-gallery .button a:hover, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a:hover {
  border-color: #424549;
}

/*------------------------------------*\
   Section 2a
\*------------------------------------*/
section.section-2a {
  margin: 2em auto;
  margin-bottom: 0;
}
section.section-2a .flex-contain-top {
  align-items: stretch;
  margin-bottom: 0;
}
section.section-2a .flex-contain-top .flex-left {
  flex: 1 0 350px;
  background: #c5ac6a;
  max-width: 350px;
}
section.section-2a .flex-contain-top .flex-left .free-3d {
  background: url("images/custom wine cellars scottsdale - 3d-design.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2em 1em;
}
section.section-2a .flex-contain-top .flex-left .free-3d p {
  text-align: center;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.section-2a .flex-contain-top .flex-left .free-3d p span {
  color: #424549;
}
section.section-2a .flex-contain-top .flex-left .free-3d .bottom {
  width: 17em;
  margin: auto;
  max-width: 100%;
}
section.section-2a .flex-contain-top .flex-left .free-3d h3 {
  font-size: 4em;
  font-family: "PlayfairDisplay-bold", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #424549;
  text-transform: uppercase;
  letter-spacing: 10px;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about {
  margin-top: 1em;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button a, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a {
  background: #424549;
  border: 1px solid #fff;
  padding: 0.7em 5em;
}
section.section-2a .flex-contain-top .flex-left .free-3d .button a:hover, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a:hover {
  background: #2a2c2e;
}
section.section-2a .flex-contain-top .flex-left img {
  width: 350px;
}
section.section-2a .flex-contain-top .flex-right {
  margin-left: 3em;
  flex: auto;
}
section.section-2a .flex-contain-box {
  display: flex;
  justify-content: space-between;
}
section.section-2a .flex-contain-box .box {
  flex-basis: 48%;
}
section.section-2a .side-menu {
  border-top: 2em solid #fff;
  margin-top: 0;
}
section.section-2a .side-menu .menu-text {
  color: #fff;
  font-size: 1.2em;
  padding: 1em;
  margin-bottom: 0;
  font-family: Raleway-Bold;
}
section.section-2a .side-menu .menu-text span {
  border-bottom: 1px solid #000;
  display: block;
}
section.section-2a .side-menu ul {
  list-style: none;
  line-height: 1.4;
}
section.section-2a .side-menu ul li {
  position: relative;
}
section.section-2a .side-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  padding: 0.4em 1.5em;
  width: 100%;
  border-top: 1px solid #fff;
  transition: none;
  padding-left: 20px;
  position: relative;
}
section.section-2a .side-menu ul li:first-child > a {
  border-top: 1px solid #c5ac6a;
}
section.section-2a .side-menu ul li.current-menu-item a {
  color: #424549;
}
section.section-2a .side-menu ul li a:hover {
  background: #424549;
  border-top: 1px solid #fff;
  color: #fff;
}
section.section-2a .side-menu ul li > a.active-parent {
  background: #424549;
  border-top: 1px solid #fff;
}
section.section-2a .side-menu ul li > a.active-parent-parent {
  background: #323334;
  border-right: none;
}
section.section-2a .side-menu ul li.menu-item-has-children > a::after {
  content: url("images/arrow-down.png");
  position: absolute;
  left: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  right: 10px;
  top: 10px;
}
section.section-2a .side-menu ul ul {
  background: #424549;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 300px;
  z-index: 99;
}
section.section-2a .side-menu ul ul li a {
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
section.section-2a .side-menu ul ul li a:hover {
  background: #26262b;
}
section.section-2a .side-menu ul ul li.current-menu-item a {
  background: #26262b;
  color: #fff;
}
section.section-2a .side-menu ul ul li.menu-item-has-children > a:hover {
  background: #323334;
  border-right: none;
  border-top: 1px solid #fff;
}
section.section-2a .side-menu ul ul li:first-child a {
  border-top: 1px solid #fff;
  border-left: none;
}
section.section-2a .side-menu ul ul li:last-child a {
  border-bottom: 1px solid #fff;
}
section.section-2a .side-menu ul ul li a:hover {
  border-bottom: none;
}
section.section-2a .side-menu ul ul li:last-child a:hover {
  border-bottom: 1px solid #fff;
}
section.section-2a .side-menu ul ul ul {
  background: #323334;
}
section.section-2a .side-menu ul ul ul li a {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #fff;
  border-left: none;
}
section.section-2a .side-menu ul ul ul li a:hover {
  background: #1a1a1b;
  border-right: 1px solid #fff !important;
}
section.section-2a .side-menu ul ul ul li.menu-item-has-children > a:hover {
  border-right: none !important;
}
section.section-2a .side-menu li:hover > ul {
  display: block;
}
section.section-2a .flex-1-3 {
  margin: 2em auto 0;
  align-items: center;
  width: 1600px;
  max-width: 100%;
}
section.section-2a .flex-1-3 div.img,
section.section-2a .flex-1-3 span,
section.section-2a .flex-1-3 img {
  flex: 1 0 255px;
  height: auto;
}
section.section-2a .flex-1-3 p:empty {
  display: none;
}
section.section-2a .flex-1-3 p {
  flex: auto;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #c5ac6a;
}
section.section-2a .flex-featured {
  margin-top: 2em;
  overflow: hidden;
  display: flex;
  width: 1600px;
  max-width: 100%;
  margin: 2em auto;
}
section.section-2a .flex-featured div.img,
section.section-2a .flex-featured span,
section.section-2a .flex-featured img {
  flex: 100%;
}
section.section-2a .flex-featured .flex-left {
  background: url("images/custom wine cellars scottsdale - stylish commercial wine cellar.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
  flex: 100%;
}
section.section-2a .flex-featured p {
  margin-bottom: 0;
}
section.section-2a .flex-featured .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-2a .flex-featured .contain h1 {
  text-align: center;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 10em;
  max-width: 100%;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
}
section.section-2a .flex-featured .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-2a .flex-featured .contain .button, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about {
  text-align: center;
}
section.section-2a .flex-featured .contain .button a, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-2a .flex-featured .contain .button a:hover, section.section-2a .flex-featured .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2a .flex-featured .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: #b59747;
  background: #424549;
  color: #fff;
  border: 1px solid #424549;
}

/*------------------------------------*\
   Section 2
\*------------------------------------*/
section.section-2 {
  margin: 2em auto;
}
section.section-2 .container {
  width: 1400px;
}
section.section-2 .flex-1-1 > * {
  flex-basis: 100%;
}
section.section-2 .flex-1-1 .flex-right {
  margin-left: 2em;
}
section.section-2 .flex-1-1 .flex-right p {
  margin-top: 2em;
}
section.section-2 .flex-1-3 {
  margin-top: 3em;
  align-items: center;
}
section.section-2 .flex-1-3 div.img,
section.section-2 .flex-1-3 span,
section.section-2 .flex-1-3 img {
  flex: 1 0 255px;
  height: auto;
}
section.section-2 .flex-1-3 p:empty {
  display: none;
}
section.section-2 .flex-1-3 p {
  flex: auto;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #c5ac6a;
}
section.section-2 .flex-featured {
  margin-top: 2em;
  overflow: hidden;
  display: flex;
}
section.section-2 .flex-featured .flex-left {
  background: url("images/mid-content-1.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
}
section.section-2 .flex-featured p {
  margin-bottom: 0;
}
section.section-2 .flex-featured .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-2 .flex-featured .contain h1 {
  text-align: center;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 10em;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
}
section.section-2 .flex-featured .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #424549;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-2 .flex-featured .contain .button, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about {
  text-align: center;
}
section.section-2 .flex-featured .contain .button a, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
}
section.section-2 .flex-featured .contain .button a:hover, section.section-2 .flex-featured .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-2 .flex-featured .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: #b59747;
  background: #424549;
  color: #fff;
  border: 1px solid #424549;
}

/*------------------------------------*\
   Section 3
\*------------------------------------*/
section.section-3 {
  margin-top: 4em;
}
section.section-3 h1 {
  text-align: center;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  margin: auto;
  width: 20em;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
section.section-3 h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-3 p {
  text-align: center;
  margin-bottom: 2em;
}
section.section-3 .flex-gallery {
  margin-bottom: 2em;
}
section.section-3 .flex-left {
  background: url("images/custom wine cellars scottsdale - gallery background.jpg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
}
section.section-3 .flex-left .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-3 .flex-left .contain h1 {
  text-align: center;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-family: "Cinzel-Regular", sans-serif;
  color: #fff;
  width: 7em;
  font-size: 2.4em;
  margin-bottom: 1em;
  margin-top: 0;
  text-transform: uppercase;
}
section.section-3 .flex-left .contain h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 1em;
}
section.section-3 .flex-left .contain .button, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about {
  text-align: center;
}
section.section-3 .flex-left .contain .button a, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about a, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
  flex: 0 0 auto;
}
section.section-3 .flex-left .contain .button a:hover, section.section-3 .flex-left .contain .main-content-page .flex-buttons-about a:hover, .main-content-page section.section-3 .flex-left .contain .flex-buttons-about a:hover {
  transition: 0.3s all;
  background: #b59747;
  color: #fff;
  border: 1px solid #b59747;
}
section.section-3 .flex-right {
  display: flex;
  flex-wrap: wrap;
}
section.section-3 .flex-right a {
  flex: 1 1 385px;
}
section.section-3 .imgbg {
  height: 367px;
  min-width: 385px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.section-3 .imgbg p {
  display: none;
  color: #fff;
  font-size: 1em;
  width: 10em;
  line-height: 1.2;
  text-transform: uppercase;
}
section.section-3 .imgbg:hover {
  transition: 0.3s all;
  background-color: rgba(1, 1, 1, 0.8);
  background-blend-mode: darken;
}
section.section-3 .imgbg:hover p {
  transition: 0.3s all;
  display: block;
}
section.section-3 .imgbg-1 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Filename-Traditional-Wood-Wine-Racks-In-Phoenix-Custom-Wine-Cellars.png.webp");
}
section.section-3 .imgbg-2 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Phoenix-Wine-Nook-Refrigerated-Home-Wine-Cellars-With-Beautiful-Lighting.png.webp");
}
section.section-3 .imgbg-3 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Phoenix-New-Home-Construction-Wine-Cellar-Contractors.png.webp");
}
section.section-3 .imgbg-4 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/White-Contemporary-Kitchen-Phoenix-Wine-Cellars-Scottsdale.png.webp");
}
section.section-3 .imgbg-5 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/High-End-Custom-Wine-Cellars-Phoenix-Wood-Waterfall.png.webp");
}
section.section-3 .imgbg-6 {
  background: url("https://www.customwinecellarsscottsdale.com/wp-content/uploads/2021/02/Wine-Cellar-Designers-Phoenix-Integrated-Wine-Cellar-Cooling.png.webp");
}
/*------------------------------------*\
   Custom CSS v2
\*------------------------------------*/
header .flex-phone-nav .flex-contain{
	gap: 1.5rem;
	align-items: center;
}
section ul,section p,h1, h2, h3, h4, h5, p{
	color: #000;
}
.great-projects h2{
	font-size: clamp(1.56rem, calc(1.188rem + 1.875vw), 3.44rem);
	margin-bottom: 0;
	color: #fff;
	font-family: Raleway-Bold;
	margin-bottom: 1.5rem;
}
section.section-2a .great-projects .box h3{
	color: #2bbccd;
	font-family: Montserrat-Bold;
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}
section.section-2a .great-projects .box{
	flex-basis: 50%;
}
span.great-projects-top-sub{
	display: block;
	font-size: 1.5625rem;
	color: #fff;
	margin-bottom: 3.5rem;
}
section.section-2a .great-projects ul{
	padding-left: 0;
	display: flex;
	margin-top: 3rem;
	gap: 2rem;
}
.great-projects ul li{
	padding-left: 0rem;
	color: #00f4ed;
}
a.see-works{
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #00f4ed;
	background: #022d34;
	width: clamp(20.06rem, calc(18.637rem + 7.125vw), 27.19rem);
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	border: #00f4ed 1px solid;
	font-family: "Montserrat-Bold";
}
a.see-works:hover{
	transform: scale(1.05);
	background-color: #00f4ed;
	color: #000;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
a.see-works2:hover{
	transform: scale(1.05);
	background-color: #00f4ed;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);	
}
section.section-2a .great-projects{
	justify-content: stretch;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
section.section-2a .great-projects2{
	margin-top: 0;
}
section.section-2a .great-projects .flex-contain-box-inner .box:first-child{
	padding-top: 1rem;
}
section.section-2a .great-projects .flex-contain-box-inner{
	gap: 10px;
}
.flex-contain-top .sprator{
	background: #e9e9e9;
	border: none;
	height: 2px;
	margin-top: 5rem;
}
section.section-2a .great-projects2 .box{
	padding-top: 4.8rem;
}
section.section-2a .great-projects2 .flex-contain .inner-boxes{
	flex-basis: 50%;
}
.flex-contain .inner-boxes h3{
	font-size: clamp(2.03rem, calc(1.994rem + 0.161vw), 2.19rem);
}
.flex-contain .inner-boxesv2{
	padding-top: 5.5rem;
}
section.section-2b {
	margin: 2em auto;
	background: #00555f;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: 0;
}
.headline{
	display: block;
}
.section-2b .great-projectsv3 .box{
	flex-basis: 50%;
}
.box-rightv2{
	text-align: right;
}

h3.headline {
  display: flex;
  align-items: center;
  gap: 20px;

  color: #00aeef;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 15%;
}
h3.headline::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #00aeef;
}
h2.box-left-head1{
	font-size: clamp(16px, -24.00px + 3.33vw, 40px);
	text-align: center;
}
h3.box-left-head2{
	font-size: 2.5rem;
}
span.box-left-span1{
	font-size: 1.938rem;
}
.great-projects4 .box{
	flex-basis: 50%;
	padding: 3rem 1rem 3rem 1rem;
	border: #e9e9e9 solid 1px;
	margin-bottom: 2rem;
	border-radius: 1.2rem;
}
section.section-2f .flex-contain{
	gap: 2rem;
}
.great-projects4 .box h3{
	color: #022d34;
	font-size: 1.48rem;
	text-transform: uppercase;
	margin-top: 1rem;
	font-family: "Montserrat-Bold";
	line-height: 1.3rem;
}
.great-projects4 .box p{
	color: #fff;
	font-size: 1.563rem;
}
.great-projects4 .box h2{
	color: #fff;
	font-size: 3.261rem;
}
.great-projects4 .box:first-child h3{
	color: #022d34;
}
.great-projects4 .box:first-child h2{
	color: #000;
	font-size: 3.261rem;
}
.inner-below-heading .inner-boxes {
	flex-basis: auto;
}
section.section-2b a.see-works{
	margin: 0 auto;
	margin-top: 5rem;
}
.great-projects5{
	gap: 1.5rem;
}
.great-projects5 .box:first-child{
	flex-basis: 60%;
}
.great-projects5 .box{
	flex-basis: 40%;
}
.great-projects5 .box h3{
	color: #000;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 4rem;
}
.great-projects4 .box p{
	color: #787878;
	font-size: 1.125rem;
}
.great-projects4 .box h2{
	color: #000;
	font-size: 3.261rem;
}
.section-2d{
	background: #0a1010;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
h3.undersell-heading1{
	font-size: clamp(1.86rem, calc(1.756rem + 0.524vw), 2.39rem);
}
.section-2d h3{
	color: #fff;
	font-size: clamp(1.81rem, calc(1.738rem + 0.375vw), 2.19rem);
}
.section-2d span{
	color: #fff;
	font-size: clamp(1.25rem, calc(1.175rem + 0.375vw), 1.63rem);
}
.section-2d ul li{
	color: #fff;
	font-size: 1.51rem;
	background-image: url('images/dlens/hybrid-html-editor-checkmark-icon.png');
    background-repeat: no-repeat;
    background-position: left;
	padding-left: 3.5rem;
	margin-bottom: 1rem;
}
.section-2d ul {
    list-style: none;
}
.section-2d p{
	color: #fff;
	font-size: clamp(0.94rem, calc(0.875rem + 0.313vw), 1.25rem);
}
p.undersell-p1{
	font-size: clamp(1.26rem, calc(1.198rem + 0.304vw), 1.56rem);
}
.section-2d .box{
	flex-basis: 50%;
}
.section-2d .flex-contain-box{
	gap: 20px;
	display: flex;
}
.box-left1,.box-left2{
	padding-top: 9rem;
}
.section-2e{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.section-2e .flex-contain-box{
	display: flex;
}
.section-2e .flex-contain-box h3{
	color: #000;
	font-size: 2.5rem;
}
.section-2e .flex-contain-box span.great-projects-top-sub{
	color: #000;
}
.section-2e .flex-contain-box h2{
	color: #000;
}
.section-2e .flex-contain-box ul{
	list-style: none;
}
.section-2e .flex-contain-box ul li{
	color: #000;
	font-size: 1.125rem;
	background-image: url('images/dlens/html-editor-feature-check-icon.png');
    background-repeat: no-repeat;
    background-position: left;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
	font-family: "Montserrat-Bold";
}
.section-2e .box {
	flex-basis: 50%;
}
.section-2e .great-projectsv8{
	gap: 20px;
}
.section-2e .great-projectsv8 .box {
	flex-basis: 50%;
}
.great-projects8 h3{
	font-size: clamp(1.25rem, calc(1.188rem + 0.313vw), 1.56rem);
}
.great-projects8 h2{
	font-size: clamp(1.56rem, calc(1.500rem + 0.313vw), 1.88rem);
}
.great-projects8 p{
	font-size: 1.125rem;
}
.great-projects8 .box-left1{
	background: #f1f3f4;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left2{
	background: #bcbcbc;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left3{
	background: #000000;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8 .box-left4{
	background: #2e3192;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	padding: 4rem 1.5rem 4rem 1.5rem;
}
.great-projects8{
	margin-top: 4rem;
}
.section-2e .great-projects8 .box-left1 h3,.section-2e .great-projects8 .box-left1 h2,.section-2e .great-projects8 .box-left1 p{
	color: #000;
}
.section-2e .great-projects8  .box-left2 h3,.section-2e .great-projects8 .box-left2 h2,.section-2e .great-projects8 .box-left2 p{
	color: #000;
}
.section-2e .great-projects8 .box-left3 h3,.section-2e .great-projects8 .box-left3 h2,.section-2e .great-projects8 .box-left3 p{
	color: #fff;
}
.section-2e .great-projects8 .box-left4 h3,.section-2e .great-projects8 .box-left4 h2,.section-2e .great-projects8 .box-left4 p{
	color: #fff;
}
.section-2f{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.great-projects4 .box .feat-icon img{
	flex-shrink: 0;
	height: fit-content;
	max-width: unset;
	float: none;
}
.feat-icon{
	display: flex;
}

/*------------------------------------*\
   custom css dlens
\*------------------------------------*/

header.dlens-header{
	background: url(images/dlens/visual-html-editor-code-background.jpg) no-repeat;
	padding-top: 1rem;
	background-size: cover;
}
.why-use-section{
    display:flex;
    align-items:center;
    gap:40px;
    padding:40px 60px;
    background:#00555f;
}

/* LEFT TITLE */
.why-title{
    flex-shrink:0;
}

.why-title h2{
    margin:0;
    color:#fff;
    font-size:42px;
    font-weight:700;
}

/* DIVIDER */
.divider{
    width:1px;
    height:90px;
    background:rgba(255,255,255,.4);
    flex-shrink:0;
}

/* RIGHT FEATURES */
.why-features{
    flex:1;
    display:flex;
    flex-wrap:wrap;
    row-gap:24px;
    column-gap:60px;
}
/* EACH ITEM */
.feature-item{
    width:calc(50% - 30px);
    display:flex;
    align-items:flex-start;
    gap:14px;
}
.icon{
    color:#fff;
    font-size:22px;
    line-height:1;
}
.feature-item p{
    margin:0;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.3;
}

.steps-section{
    display:flex;
    overflow:hidden;
    border-radius:40px;
	margin-bottom: 3rem;
}

/* GENERAL STEP */
.step{
    position:relative;
    flex:1;
    padding:40px 60px;
    color:#fff;
}
.step:not(:last-child){
    clip-path:polygon(
        0 0,
        92% 0,
        100% 50%,
        92% 100%,
        0 100%,
        8% 50%
    );
    margin-right:-30px;
}
.step:last-child{
    border-radius:0 40px 40px 0;
	clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 8% 50%, 0% 0%);
}

.step:first-child{
    border-radius:40px 0 0 40px;
    clip-path:polygon(
        0 0,
        92% 0,
        100% 50%,
        92% 100%,
        0 100%
    );
}

.step-1{
    background:#b1b1b1;
}
.step-2{
    background:#7d7d7d;
}
.step-3{
    background:#000;
}
.step h3{
    margin:0 0 14px;
    font-size:clamp(16px, 12.20px + 1.19vw, 35px);
    font-family: Raleway-Bold;
	color: #fff;
}
.step p{
    margin:0;
    font-size:1.375rem;
    line-height:1.4;
    max-width:500px;
	color: #fff;
	font-family: Montserrat-Regular;
}
section.section-2g{
	background: url(images/dlens/hybrid-html-editor-code-map-hero-background.jpg) no-repeat;
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
section.section-2g .flex-contain .box{
	flex-basis: 50%;
}
section.section-2g .flex-contain .box .two-boxes{
	background: #fff;
	padding: 1rem 3rem 1rem 3rem;
	border-radius: 2rem;
	width: 80%;
	margin-bottom: 1rem;
}
section.section-2g .flex-contain .box .two-boxes .two-boxes-header{
	display: flex;
	align-items: center;
}
section.section-2g .flex-contain .box .two-boxes .two-boxes-header h3{
	flex-basis: 60%;
	color: #022d34;
	font-size: 2.0213rem;
	border-bottom: 2px solid #000;
	padding-bottom: 1rem;
	font-family: "Raleway-Bold";
}
section.section-2g .flex-contain .box .two-boxes .two-boxes-header p.pricey{
	flex-basis: 40%;
	margin-bottom: 0;
	font-size: 7.2506rem;
	color: #022d34;
	font-family: "Montserrat-Bold";
	line-height: 1;
}
section.section-2g .flex-contain .box .two-boxes ul{
	margin-top: -25px;
	margin-left: 1rem;
}
a.see-works3 {
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #022d34;
	background: #00f4ed;
	width: 100%;
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	border: #00f4ed 1px solid;
	font-family: "Montserrat-Bold";
}
a.see-works3:hover {
	transform: scale(1.05);
	background-color: #022d34;
	color: #00f4ed;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
a.see-works4 {
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #022d34;
	background: #00f4ed;
	width: clamp(20.06rem, calc(18.637rem + 7.125vw), 27.19rem);
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	border: #00f4ed 1px solid;
	font-family: "Montserrat-Bold";
}
a.see-works4:hover {
	transform: scale(1.05);
	background-color: #022d34;
	color: #00f4ed;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.price-wrap{
	align-items: center;
	padding-left: 2rem;
}
.price-wrap span{
	font-size: 3.2037rem;
	color: #022d34;
	font-family: "Montserrat-Bold";
}
section.section-2g .flex-contain-box .box-left h3{
	font-size: 1.375rem;
	color: #2bbccd;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}
section.section-2g .great-projects{
	gap: 20px;
}
section.section-2g .flex-contain .box{
	padding-top: 4rem;
}
section.section-2j .box h3{
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #00f4ed;
	font-family: "Montserrat-Bold";
}
section.section-2j .box p{
	color: #fff;
}
footer .flex-contain-footer{
	gap: 1rem;
}
span.hybrid-tagline{
	color: #fff;
	font-size: 1.4225rem;
	font-family: Raleway-Bold;
	display: block;
	margin-top: 0.3rem;
}
footer .footer-tagline {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}
section.section-2a .mobile-version {
	display: none;
}
.mobile-version {
  display: none;
}
.mobiletop {
  display: none;
}
.tablet-version {
  display: none;
}
.main-content-home {
  padding-right: 0;
  padding-left: 0;
}

/*------------------------------------*\
   Pages
\*------------------------------------*/
.main-content-page {
  /*------------------------------------*\
   	  About Us
  \*------------------------------------*/
}
.main-content-page article > h1 {
  margin-top: 0;
}
.main-content-page article > h2 {
  margin-top: 0;
}
.main-content-page article {
  min-height: 500px;
  padding-bottom: 2em;
  overflow: hidden;
}
.main-content-page article p {
  line-height: 1.7;
  margin-bottom: 24px;
}
.main-content-page article p::empty {
  display: none !important;
}
.main-content-page article a {
  color: #000;
  text-decoration: underline;
}
.main-content-page article a:hover {
  color: #2e3192;
}
.main-content-page article .free-3d a,
.main-content-page article .side-menu a {
  text-decoration: none;
  color: #fff;
}
.main-content-page article .side-menu ul {
  padding-left: 0px;
  display: block;
  list-style-type: none;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: #fff;
}
.main-content-page article .side-menu ul li {
  margin-bottom: 0;
}
.main-content-page article .side-menu ul li .sign {
  color: #fff;
}
.main-content-page section.section-2a {
  margin: 0 auto;
}
.main-content-page section.section-2a .flex-contain-top {
  overflow: hidden;
}
.main-content-page section.section-2a .flex-contain-top .flex-left {
  background: none;
}
.main-content-page section.section-2a .flex-contain-top .flex-right {
  overflow: hidden;
}
.main-content-page section.section-2a .side-menu {
  background: #c5ac6a;
}
.main-content-page .flex-about > * {
  flex-basis: 100%;
}
.main-content-page .flex-about .flex-right {
  flex-basis: 85%;
  margin-left: 3em;
}
.main-content-page .flex-buttons-about {
  justify-content: space-between;
}
.main-content-page .flex-buttons-about a {
  text-decoration: none;
  padding: 1em 3em;
  text-transform: uppercase;
}

/*------------------------------------*\
   Page Title
\*------------------------------------*/
.page-title {
  margin-top: 1em;
  text-align: center;
}
.page-title h1 {
  font-family: "Raleway-Bold";
  padding: 20px 0;
  font-weight: normal;
  font-size: 3.75rem;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.breadcrumbs {
  margin-bottom: 3em;
}
.breadcrumbs .post-post,
.breadcrumbs .post-page,
.breadcrumbs .category,
.breadcrumbs .taxonomy,
.breadcrumbs .archive {
  color: #c5ac6a;
}
.breadcrumbs .home {
  color: #000;
}

/*------------------------------------*\
  Featured Page Title
\*------------------------------------*/
.main-content-single aside {
  order: 2;
  min-width: 350px;
  margin-bottom: 20px;
}
.main-content-single aside h2 {
  background: #00555f;
  font-family: "Nunitosans-Regular", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.8em;
  color: #fff;
}
.main-content-single aside li {
  list-style: none;
}
.main-content-single aside .widget {
  background: #eeeeee;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border: 1px solid #424549;
  padding: 0.7em;
}
.main-content-single aside ul {
  padding: 0;
}
.main-content-single aside ul li {
  margin-bottom: 15px;
}
.main-content-single aside ul li a {
  text-decoration: none;
  line-height: 1.2;
}
.main-content-single aside ul li a:hover {
  color: #c5ac6a;
}
.main-content-single article {
  order: 1;
  min-height: 500px;
  flex: auto;
  margin-right: 5%;
  max-width: 100%;
}
.main-content-single .flex-contain-blogpost-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.main-content-single .flex-contain-blogpost-nav .button a, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a {
  background-color: transparent;
  border: 1px solid #c5ac6a;
  color: #c5ac6a;
  text-decoration: none;
}
.main-content-single .flex-contain-blogpost-nav .button a:hover, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a:hover, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a:hover {
  color: #fff;
  background-color: #c5ac6a;
  border: 1px solid #c5ac6a;
}

/*------------------------------------*\
   Contact Page
\*------------------------------------*/
.contact-form {
  flex-basis: 50%;
}
.contact-form h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunitosans-Regular", sans-serif;
  font-weight: normal;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=submit]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
}
.contact-form .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.contact-form input[type=submit] {
  background: #c5ac6a;
  color: #fff;
  font-family: "Nunitosans-bold", sans-serif;
  padding: 0.5em 4em;
  display: inline-block;
  text-transform: uppercase;
  border: none;
}
.contact-form input[type=submit]:hover {
  transition: 0.3s all;
  background: #424549;
}

.contact-info {
  flex-basis: 55%;
  margin-left: 3em;
}
.contact-info h3 {
  font-size: 1.8em;
}

/*------------------------------------*\
   Blog Page
\*------------------------------------*/
.main-content-blog .flex-contain-blog {
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content-blog .blogpost {
  flex-basis: 32%;
  flex: 0 0 32%;
  max-width: 450px;
  margin-bottom: 2em;
}
.main-content-blog .blogpost .blog-bg {
  width: 100%;
  position: relative;
  background: url("images/thumbnail.png") no-repeat;
  max-width: 100%;
  background-size: 100%;
  padding-bottom: 60%;
  background-position: bottom;
}
.main-content-blog .blogpost .blog-contents h3 {
  margin-top: 0.5em;
  font-size: 1.4em;
  text-transform: uppercase;
}
.main-content-blog .blogpost .blog-contents h3 a {
  text-decoration: none;
  color: #eee;
  font-family: "Nunitosans-Regular", sans-serif;
}
.main-content-blog .blogpost .blog-contents p {
  color: #eee;
  margin-bottom: 1em;
}
.main-content-blog .blogpost .blog-contents .read-more a {
  background: none;
  border: 1px solid #c5ac6a;
  text-transform: uppercase;
  color: #c5ac6a;
  font-size: 0.8em;
  font-family: "Nunitosans-bold", sans-serif;
  font-weight: normal;
}
.main-content-blog .blogpost .blog-contents .read-more a:hover {
  background: #c5ac6a;
  color: #fff;
  transition: 0.3s all;
}
.main-content-blog .blogpost-nav {
  display: block;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  padding: 2em 0;
}
.main-content-blog .blogpost-nav .page-numbers {
  border: 1px solid #c5ac6a;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  color: #c5ac6a;
}
.main-content-blog .blogpost-nav .current {
  background: #c5ac6a;
  color: #fff;
  border: 1px solid #c5ac6a;
}
.main-content-blog .blogpost-nav .page-numbers:hover {
  background: #c5ac6a;
  color: #fff;
  border: 1px solid #c5ac6a;
  transition: 0.3s all;
}
.main-content-blog .blogpost-inline {
  background: #f2f2f2;
  padding: 1vw;
  display: flex;
  width: 100%;
}
.main-content-blog .blogpost-inline .contain-img {
  min-width: 300px;
}
.main-content-blog .blogpost-inline .contain-body {
  padding-left: 2%;
}
.main-content-blog .blogpost-inline .contain-body h2 {
  margin-top: 0;
}

/*------------------------------------*\
   Blog Page
   All About Wine Cellars
\*------------------------------------*/
.main-content-blog .flex-contain-cat-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-content-blog .flex-contain-cat-title p {
  position: relative;
}
.main-content-blog .flex-contain-cat-title a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-content-blog .flex-contain-cat-title a:hover{
	color: #c5ac6a;
}
.main-content-blog .flex-contain-cat-title .active {
  font-weight: bold;
  cursor: auto;
}
.main-content-blog .flex-contain-cat-title span {
  font-size: 15px;
  bottom: 7px;
  position: absolute;
  right: -10px;
  color: #c5ac6a;
  font-weight: bold;
}
.main-content-blog .flex-contain-cat-title > * + * {
  margin-left: 25px;
}
.main-content-blog .flex-contain-blog {
  margin-top: 2em;
}

/*------------------------------------*\
   Footer
\*------------------------------------*/
footer {
  width: 100%;
  padding-top: 2em;
  background: #000;
}
footer .footer-logo img {
  display: block;
  margin: auto;
}
footer .flex-contain-footer .box-2 {
  flex-basis: 70%;
}
footer .flex-contain-footer .box h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0;
  color: #fff;
}
footer .flex-contain-footer .box h3 a {
  color: #fff;
}
footer .flex-contain-footer .box p {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #fff;
}
footer .flex-contain-footer .box p span {
  display: block;
  color: #fff;
}
footer .flex-contain-footer .box-1 {
  flex-basis: 100%;
}
footer .flex-contain-footer .box-2 a:hover {
  text-decoration: underline;
}
footer .flex-contain-footer .box-3 ul {
  list-style: none;
}
footer .flex-contain-footer .box-3 ul li a {
  color: #fff;
  font-size: 0.7em;
}
footer .flex-contain-footer .box-3 ul li a:hover {
  text-decoration: underline;
}
footer .flex-contain-footer .box-3 ul ul {
  display: none;
}
footer .flex-contain-footer .box:last-child {
  margin-left: 0;
  flex-basis: 70%;
}
footer .flex-contain-footer > * + * {
  margin-left: 2em;
}
footer .comodo {
  margin-top: 2em !important;
}
footer .comodo img {
  display: block;
  margin: 0 auto;
}
footer.copyright {
  padding: 1em;
  display: flex;
  position: relative;
  border-top: #393939 solid 1px;
}
footer.copyright .container {
  position: relative;
  z-index: 1;
}
footer.copyright p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
footer.copyright .flex-contain-social-media {
  justify-content: center;
  align-items: center;
}
footer.copyright .flex-contain-social-media img {
  margin: 0 2em;
}
footer.copyright .flex-contain-social-media a {
  font-size: 0.8em;
  color: #fff;
  display: block;
}
.contact-info .wp-caption{
	margin-left: 0;
}
.about-two-buttons{
	margin: 0 auto;
	width: 45%;
}
.copyright .flex-contain .box{
	flex-basis: 50%;
}
.copyright .flex-contain .box-right{
	text-align: right;
}
.copyright .flex-contain .box-right p{
	color: #000;
	font-size: 1.25rem;
	margin-top: 1rem;
}
.copyright .flex-contain .box-right ul li{
	list-style: none;
	display: inline-block;
}
.copyright .flex-contain .box-right ul li a{
	color: #393939;
}
.copyright .flex-contain .box-left p{
	color: #393939;
	font-size: 1.125rem;
}	
.copyright .flex-contain .box-right ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.great-projectsv10{
	background: url(images/before-copyright-img.png) no-repeat;
	background-size: 100% 100%;
	padding: 3rem;
	margin-bottom: 4rem;
}
.great-projectsv10 h3.upper-heading2{
	font-size: clamp(2.19rem, calc(2.023rem + 0.824vw), 3.01rem);
	color: #fff;
}
.great-projectsv10 p.lower-heading2{
	font-size: clamp(1.38rem, calc(1.290rem + 0.425vw), 1.80rem);
	color: #fff;
	display: block;
}
.great-projectsv10 ul li{
	color: #fff;
	font-size: clamp(0.94rem, calc(0.900rem + 0.188vw), 1.13rem);
	margin-bottom: 1rem;
}
.great-projectsv10 ul{
	margin-left: 3rem;
	margin-bottom: 1rem;
}
a.see-works2 {
	display: block;
	font-size: clamp(1.22rem, calc(1.179rem + 0.216vw), 1.44rem);
	text-transform: uppercase;
	color: #fff;
	background: #000;
	width: clamp(20.06rem, calc(18.637rem + 7.125vw), 27.19rem);
	padding: 1rem;
	border-radius: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}
p.lower-headingv2{
	margin-left: 3rem;
}
.title-header h1{
	font-size: 3.75rem;
	color: #fff;
	text-transform: uppercase;
}
section.section-2h{
	background: #eeeeee;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section.section-2h .great-projects h2{
	text-align:center;
	color: #022d34;
}
section.section-2j{
	background: #00555f;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section.section-2j .box{
	text-align: center;
}
section.section-2j a.centerbox{
	margin: 0 auto;
}
.pum-theme-11480 .pum-container, .pum-theme-lightbox .pum-container,#mc_embed_signup{
	background-color: #00555f !important;
}
#mc_embed_signup h2{
	font-family: "Raleway-Bold";
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
}
#mc_embed_signup .mc-field-group label{
	font-family: "Montserrat-Regular";
	color: #fff;
}
#mc_embed_signup .button{
	text-transform: uppercase;
	color: #022d34 !important;
	background: #00f4ed !important;
	padding: 1rem;
	border-radius: 2rem !important;
	transition: all 0.3s ease !important;
	border: #00f4ed 1px solid !important;
	font-family: "Montserrat-Bold";
}
#mc_embed_signup .button:hover {
	transform: scale(1.05);
	background-color: #022d34 !important;
	color: #00f4ed !important;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
#mc_embed_signup #mce-success-response{
	color: #fff !important;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-family: Raleway-Bold;
	margin: 0;
	padding: 0;
}
#mc_embed_signup #mce-success-response:before{
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url('https://hybridhtmleditor.com/wp-content/themes/hybridhtmleditor/images/dlens/d-lens-ai-hybrid-html-editor-header-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.section-2b-hybrid {
	margin: 2em auto;
	margin-top: 2em;
	padding-top: 3rem;
	padding-bottom: 2rem;
	margin-top: 0;
	margin-bottom: 0;
}
section.section-2b-hybrid .step{
	padding: 40px 40px 40px 50px;
}
section.section-2b-hybrid .step:first-child {
	border-radius: 0 !important;
}
section.section-2b-hybrid .step:last-child{
	border-radius: 0 !important;
}
section.section-2b-hybrid .steps-section{
	border-radius: 0 !important;
}
section.section-2b-hybrid .step-3 {
	background: #6f6f6f;
}
section.section-2b-hybrid .step-4 {
	background: #515151;
}
section.section-2b-hybrid .step-5 {
	background: #000000;
}
section.section-2b-hybrid .step h3{
	font-size: 1.875rem;
}
body.page-template-template-hybridhtml section.section-2a .flex-contain-top .flex-left{
	background: #e5e5e5;
	border-radius: 1rem;
}
body.page-template-template-hybridhtml section.section-2a .side-menu{
	border-top: none;
	border-top-left-radius: 1rem;
}
body.page-template-template-hybridhtml section.section-2a .side-menu .menu-text{
	background: #060a0a;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
body.page-template-template-hybridhtml .why-features .feature-item .icon img{
	margin: 0;
}
section.section-2a .side-menu ul li a{
	color: #000000;
}
body.page-template-template-hybridhtml .why-use-section{
	border-radius: 1rem;
}
.editor-comparison{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:24px;
    align-items:stretch;
}

.editor-card{
    background:#f5f5f5;
    border-radius:22px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:100%;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

.editor-card-top{
    padding:3rem 1rem 3rem 1rem;
	min-height: 400px;
	background: #fff;
}

.editor-card-top img{
    object-fit:contain;
    display:block;
    margin:0 auto 20px;
}

.editor-card-middle{
    padding:20px;
    flex:1;
    background:#ececec;
	min-height: 750px;
	display:flex;
    flex-direction:column;
}
.editor-card-middle p{
	font-size: 1.125rem;
}
.editor-card-middle h4.bottom-title{
    margin-top:auto;
}
.editor-card-bottom{
    background:#005f6b;
    color:#fff;
    padding:20px;
	min-height: 250px;
}

.editor-card h4{
    font-size:1.28rem;
    margin:0 0 10px;
    font-weight:700;
}

.editor-card p{
    font-size:1.28rem;
    line-height:1.5;
    margin:0 0 16px;
    color:#333;
}

.editor-card-bottom p,
.editor-card-bottom h4{
    color:#fff;
}
.texts-center{
	display: block;
	text-align: center;
}
.best-use-cases{
    background:#efefef;
    padding:50px 30px;
}

/* Heading */

.section-heading{
    display:flex;
    align-items:flex-start;
    gap:40px;
    margin-bottom:30px;
}

.section-heading h2{
    font-size:42px;
    line-height:1;
    margin:0;
    white-space:nowrap;
}

.section-heading p{
    margin:0;
    font-size:1.25rem;
    line-height:1.5;
    color:#555;
}
.use-case-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px 35px;
}
.use-case-card{
    background:#fff;
    border-radius:24px;
    padding:2.5rem 1rem 2.5rem 1rem;
    display:flex;
    align-items:flex-start;
    gap:18px;
}
.use-case-icon{
    width:72px;
    min-width:72px;
    height:72px;
    background:#000;
    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;
}
.use-case-icon img{
    width:42px;
    height:42px;
    object-fit:contain;
}
.use-case-content h3{
    margin:0 0 10px;
    font-size:1.675rem;
    line-height:1.2;
}
.use-case-content p{
    margin:0;
    font-size:15px;
    line-height:1.5;
    color:#666;
}

.editor-comparison-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:28px;
}
.editor-info-card{
    border:1px solid #cfcfcf;
    border-radius:38px;
    padding:3rem 1rem 3rem 1rem;
}
.editor-info-top{
    display:flex;
    align-items:flex-start;
    gap:18px;
}
.editor-logo{
    width:115px;
    min-width:115px;
}
.editor-logo img{
    width:100%;
    display:block;
    object-fit:contain;
}
.editor-info-content h3{
    margin:0 0 12px;
    font-size:2.1rem;
    line-height:1.1;
    font-weight:700;
}
.editor-info-content p{
    margin:0 0 18px;
    font-size:1.3669rem;
    line-height:1.5;
    color:#555;
}
.editor-info-content p:last-child{
    margin-bottom:0;
}
.editor-info-content strong{
    color:#111;
}
section.section-2j .flex-contain-box {
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
}
section.section-2d-hybrid{
	background: #eeeeee;
}
section.section-2a-hybrid span.great-projects-top-sub{
	font-size: 1.4625rem;
	margin-bottom: 1rem;
}
section.section-2a-hybrid span.great-projects-top-sub1,section.section-2a-hybrid span.great-projects-top-sub3{
	font-size: 1.25rem;
}
section.section-2a-hybrid span.great-projects-top-sub3{
	color: #00f4ed;
}
section.section-2a-hybrid .great-projects{
	gap: 30px;
}
section.section-3cb-hybrid h2, h2.hybrid-heading{
	font-size: 2.8rem;
	margin-bottom: 3rem;
}

/*------------------------------------*\
   Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1700px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery {
    font-size: 16px;
    padding: 1em 0.5em;
  }
  section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
    padding: 0.3em 2em;
  }
  /*------------------------------------*\
    Section 3 
  \*------------------------------------*/
  section.section-3 h1 {
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery .featured-images a:nth-child(8),
  section.section-1 .flex-design-gallery .featured-images a:nth-child(7) {
    display: none;
  }
  section.section-1 .flex-design-gallery .button a, section.section-1 .flex-design-gallery .main-content-page .flex-buttons-about a, .main-content-page section.section-1 .flex-design-gallery .flex-buttons-about a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 .flex-design-gallery .featured-images a:nth-child(6),
  section.section-1 .flex-design-gallery .featured-images a:nth-child(5) {
    display: none;
  }
  section.section-3 .flex-gallery {
    overflow: hidden;
  }
  section.section-3 .flex-left {
    display: none;
  }
  section.section-3 .flex-right {
    justify-content: stretch;
  }
  section.section-3 .flex-right a {
    flex: 1;
    max-width: 100%;
  }
  section.section-3 .flex-right a:nth-child(6) {
    max-width: 385px;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 385px;
  }
  section.section-3 .flex-right a:nth-child(1),
  section.section-3 .flex-right a:nth-child(2) {
    display: none;
  }
  section.section-3 .flex-gallery-tablet {
    display: flex;
    margin-bottom: 0;
  }
  section.section-3 .flex-gallery-tablet .flex-left {
    display: flex;
    flex: 1;
  }
  section.section-3 .flex-gallery-tablet .flex-right {
    flex: 1;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex: 1 1 285px;
    max-width: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-right a:nth-child(1),
  section.section-3 .flex-gallery-tablet .flex-right a:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  section {
    font-size: 18px;
  }
  /*------------------------------------*\
    Section 1 
  \*------------------------------------*/
  section.section-1 {
    min-height: auto;
    padding: 5em 0 0 0;
  }
  section.section-1 .contain {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-1 .flex-design-gallery {
    position: relative;
    margin-top: 2em;
    flex-direction: column;
  }
  section.section-1 .flex-design-gallery .featured-images {
    margin-bottom: 2em;
  }
  section.section-1 .flex-design-gallery h3 br {
    display: none;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-contain-top {
    flex-direction: column;
  }
  section.section-2a .flex-contain-top .flex-left {
    font-size: 24px;
    background: transparent;
    max-width: 100%;
    margin-bottom: 1em;
  }
  section.section-2a .flex-contain-top .flex-left .free-3d {
    max-width: 700px;
    margin: auto;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu {
    margin: 0;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li.menu-item-has-children > a::after {
    content: "";
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li .sign {
    position: absolute;
    right: 1em;
    cursor: pointer;
    display: block;
    top: 0.4em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li a {
    padding: 0.5em 1em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul li a:hover {
    border: none;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul {
    position: relative;
    left: auto;
    padding-left: 1em;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul li a {
    border: none !important;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu ul ul ul li a {
    border: none !important;
  }
  section.section-2a .flex-contain-top .flex-left .side-menu li:hover > ul {
    display: none;
  }
  section.section-2a .flex-contain-top .flex-right {
    margin-left: 0;
  }
  section.section-2a .flex-1 {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2a .flex-featured .contain h1 {
    font-size: 1.8em;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .flex-featured .contain h1 {
    font-size: 1.8em;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-right a {
    flex: 1;
    max-width: 50%;
  }
  section.section-3 .flex-right a:nth-child(6) {
    max-width: 50%;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 50%;
  }
  section.section-3 .flex-left a:last-child {
    max-width: 100%;
  }
}
/*------------------------------------*\
  768px
\*------------------------------------*/
@media screen and (max-width: 768px) {
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
  .container-section-1 {
    padding: 0 !important;
  }
  section.section-1 {
    margin-top: 2em;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-contain-top {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2a .flex-contain-top .flex-left {
    font-size: 20px;
  }
  section.section-2a .flex-contain-top .flex-left .free-3d {
    max-width: 100%;
  }
  section.section-2a .flex-contain-top .flex-contain-box {
    flex-direction: column;
	margin-top: 0;
  }
  section.section-2a{
	margin-top: 0;
  }
  section.section-2a .flex-contain-top .flex-contain-box .box {
    flex: 100%;
    margin-bottom: 2em;
  }
  section.section-2a .flex-contain-top .flex-contain-box .box:last-child {
    margin-bottom: 0;
  }
  section.section-2a .flex-contain-top .flex-right {
    margin-left: 0;
  }
  .box-left1, .box-left2{
	padding-top: 0;
  }
  section.section-2a .flex-1-3 {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 2em;
  }
  section.section-2a .flex-1-3 div.img,
  section.section-2a .flex-1-3 span img,
  section.section-2a .flex-1-3 img {
    flex: auto;
    height: auto;
  }
  section.section-2a .flex-1-3 p,
  section.section-2a .flex-1-3 span {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  section.section-2a .flex-featured {
    padding: 0;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .container {
    padding: 0;
  }
  section.section-2 .flex-1-1 {
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2 .flex-1-3 {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
  }
  section.section-2 .flex-1-3 div.img,
  section.section-2 .flex-1-3 span img {
    flex: auto;
  }
  section.section-2 .flex-1-3 p,
  section.section-2 .flex-1-3 span {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  section.section-2 .flex-featured {
    padding: 0;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .container {
    padding: 0;
  }
  section.section-3 .title-info {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-gallery-tablet {
    flex-wrap: wrap;
  }
  section.section-3 .flex-gallery-tablet .flex-left {
    flex-basis: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-left .contain h1 {
    width: auto;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* start of custom mobile css */
  .great-projects4,.great-projects5,.great-projects6,.great-projects8{
	flex-direction: column;
  }
  footer.copyright .container .great-projectsv10 {
    background: #2e3192;
	padding: 2.5rem 1rem;
	border-radius: 15px;
  }
  a.see-works,a.see-works2{
	width: 100% !important;
  }
  footer.copyright .container{
	padding-left: 0;
	padding-right: 0;
  }
  footer.copyright .container h3.headline{
	color: #fff;
  }
  footer.copyright .great-projectsv10 ul{
	margin-left: 0; 
	margin-bottom: 2rem;
  }
  footer.copyright .great-projectsv10 p.lower-heading2{
	margin-left: 0; 
  }
  footer.copyright .great-projectsv10 ul li{
	font-size: 1.125rem;
  }
  section.section-2a .great-projects .box-left{
	order: 2;  
  }
  section.section-2a .container .flex-contain-top .great-projects2 .box {
    padding-top: 0;
	margin-bottom: 0;
  }
  section.section-2a .container .flex-contain-top .great-projects .box:first-child {
    padding-top: 0;
  }
  section.section-2a .container .flex-contain-top  .great-projects2 .box:first-child {
    padding-top: 2rem;
  }
  section.section-2a .container .flex-contain-top .great-projects .box .flex-contain .inner-boxes{
  	flex-basis: 50%;
	padding-top: 0;
  }
  section.section-2a .container .flex-contain-top .great-projects .box .inner-below-heading-mid .inner-boxes:first-child{
	order: 2;
  }
  section.section-2a .container{
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .great-projects2 .flex-contain .inner-boxes h3{
	font-size: 1.5rem;
  }
	.great-projects2 .flex-contain .inner-boxes h3{
		font-size: 1.1rem;
	}
	section.section-2b .container {
		padding-left: 1em;
		padding-right: 1em;
	}
	section.section-2b .container .great-projectsv3{
		flex-direction: column; 
	}
	section.section-2b .container .great-projectsv3 .box-rightv2 {
		text-align: left;
	}
	section.section-2b .container .great-projectsv3 h2.box-left-head1 {
		font-size: 1.875rem;
	}
	section.section-2b .container .great-projectsv3 h3.box-left-head2 {
		font-size: 1.188rem;
	}
	section.section-2b .container .great-projectsv3 span.box-left-span1 {
		font-size: 1rem;
	}
	section.section-2b .container .great-projectsv3 .box-rightv2 span{
		display: block;
	}
	section.section-2b .container .great-projects4 .box:first-child {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		border-bottom-left-radius: 0;
		margin-top: 2rem;
	}
	section.section-2b .container .great-projects4 .box h2{
		font-size: 1.875rem;
	}
	section.section-2b .container .great-projects4 .box p{
		font-size: 1.2rem;
	}
	section.section-2b .container .great-projects4 .box:last-child {
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
		border-top-right-radius: 0;
	}
	section.section-2e .container .great-projectsv7{
		flex-direction: column;
	}
	section.section-2e .container .great-projectsv7 .box-rightv2 {
		text-align: left;
	}
	section.section-2e .container .great-projectsv7 h2.box-left-head1{
		font-size: 1.875rem;
	}
	section.section-2e .container .great-projectsv7 box-rightv2{
		font-size: 1.25rem;
	}
	section.section-2e .container .great-projects8 .box-left1 {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		border-bottom-left-radius: 0;
	}
	section.section-2e .container .great-projects8 .box-left4 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
	}
	footer.copyright .container .great-projectsv11{
		flex-direction: column;
	}
	footer.copyright .container .flex-contain .box-right{
		text-align: center;
	}
	footer.copyright .container .flex-contain ul{
		display: none;
	}
	h3.headline{
		width: 90%;
	}
	.tablet-version {
		display: none;
	}
	.mobile-version {
		display: block;
	}
	.desktop-version {
		display: none;
	}
	#site-navigation {
		display: none;
	}
	.mobile-div a#pull {
		content: "";
		background: url("images/dlens/mobile-nav-icon.png") no-repeat center top;
		/*padding-top: 68px;*/
		height: 90px;
		text-align: center;
		color: #fff !important;
		text-decoration: none !important;
		/* float: right; */
		font-size: 4vw;
		padding-bottom: 1vw;
		display: block;
	}
	.mobile-div {
		width: 100px;
		max-height: 90px;
	}
	.bellow-banner-area row {
		min-height: 75px;
	}
	.mobiletop ul.mobile-menu > li > a,
	.mobiletop ul.mobile-menu > li > ul > li a {
		font-size: 17px !important;
		color: #fff;
		line-height: 20px;
	}
	.mobiletop ul.mobile-menu > li,
	.mobiletop .mobile-menu > ul > li {
		float: left !important;
		text-align: left;
		border-top: 1px solid #fff;
		position: relative !important;
		width: 100% !important;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 8px;
	}
	.mobiletop ul {
		margin-left: 0px !important;
		background-color: #00555f;
		width: 100% !important;
		height: auto;
		overflow: hidden;
		padding-left: 0px;
		margin-bottom: 0;
	}
	.mobiletop {
		width: 100% !important;
	}
	.mobiletop ul.mobile-menu > li:first-child,
	.mobiletop .mobile-menu > ul > li:first-child {
		border-top: none !important;
	}
	.mobiletop li ul.sub-menu {
		display: block;
	}
	.mobiletop li ul.sub-menu li {
		padding-top: 15px;
		padding-left: 34px;
	}
	.mobiletop {
		display: block;
	}
	.mobiletop ul {
		display: none;
	}
	.why-use-section{
		flex-direction: column;
	}
	section.section-2g .great-projects {
		flex-direction: column;
	}
	a.see-works3{
		width: 100%;
	}
	section.section-2g .flex-contain .box .two-boxes .two-boxes-header h3{
		font-size: 1.1rem;
	}
	.price-wrap span{
		font-size: 2rem;
	}
	section.section-2g .flex-contain .box .two-boxes .two-boxes-header p.pricey{
		font-size: 3.9469rem;
	}
	section.section-2g .flex-contain .box .two-boxes{
		padding: 1rem 2rem 1rem 2rem;
		width: 100%;
	}
	header .logo {
        flex-basis: 50%;
        flex-direction: column;
        gap: 0;
		order: 0 !important;
    }
	header .flex-contain-header{
		background: none;
		gap: 0;
	}
	.flex-contain-social-media a.see-works3{
		/*display: none;*/
	}
	section.section-2a .flex-contain-box-inner,section.section-2a ul.list-mob-header{
		display: none;
	}
	section.section-2a .great-projects .box-right{
		order: 2;
	}
	section.section-2a .flex-contain-top .flex-contain-box .box{
		margin-bottom: 0;
	}
	span.great-projects-top-sub{
		margin-bottom: 0;
	}
	section.section-2a .flex-contain-top .flex-contain-box .box p{
		margin-bottom: 0;
	}
	section.section-2a .great-projects .box h3 {
		font-size: 0.9375rem;
	}
	.great-projects h2 {
		font-size: 2.075rem;
	}
	span.great-projects-top-sub {
		font-size: 1rem;
	}
	header.dlens-header{
		background-size: cover;
		padding-bottom: 2rem;
	}
	.flex-contain-box-mob span{
		font-size: 1.125rem;
		color: #00f4ed;
		text-transform: uppercase;
		font-family: "Montserrat-Bold";
		display: block;
		text-align: center;
	}
	section.section-2a .flex-contain-box-mob .flex-contain-box a:first-child{
		padding-top: 1rem !important;
        margin-top: 1rem;
	}
	section.section-2a .flex-contain-box-mob .flex-contain-box{
		margin-bottom: 1rem;
	}
	.why-title h2{
		font-size: 1.7619rem;
	}
	.why-use-section{
	    padding: 40px 30px;
	}
	.why-use-section .divider{
		display: none;
	}
	.why-features{
		flex-direction: column;
	}
	section.section-2b{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.feature-item{
		width: 100%;
	}
	section.section-2c .container{
		padding-left: 0;
		padding-right: 0;
	}
	.steps-section{
		flex-direction: column;
		border-radius: 0;
	}
	.step:first-child,.step:not(:last-child),.step:last-child{
		clip-path: none;
		border-radius: 0;
	}
	h2.box-left-head1{
		font-size: 1.875rem;
	}
	.step h3{
		font-size: 1.7956rem;
	}
	.step p{
		font-size: 0.9875rem;
	}
	.steps-section{
		margin-bottom: 0;
	}
	.section-2d .flex-contain-box{
		flex-direction: column;
	}
	.section-2e .flex-contain-box{
		flex-direction: column;
	}
	.great-projects4 .box h3{
		font-size: 0.955rem;
	}
	.feat-icon{
		gap: 10px;
	}
	section.section-2g .flex-contain .box .two-boxes ul{
		margin-top: 0;
	}
	footer .flex-contain-footer{
		margin-bottom: 0 !important;
		justify-content: center;
	}
	footer .flex-contain-footer .box p{
		display: none;
	}
	footer .footer-tagline img{
		margin: 0 !important;
	}
	footer .footer-tagline{
		flex-direction: column;
	}
	a.see-works4{
		width: 100%;
	}
	.editor-comparison{
        grid-template-columns:1fr;
    }
	.best-use-cases{
        padding:35px 20px;
    }
    .section-heading h2{
        font-size:32px;
    }
    .use-case-card{
        flex-direction:column;
    }
	.editor-info-card{
        padding:24px;
        border-radius:26px;
    }
    .editor-info-top{
        flex-direction:column;
    }
    .editor-info-content h3{
        font-size:28px;
    }
	.best-use-cases .section-heading{
		flex-direction: column;
	}
	.best-use-cases .use-case-grid{
		grid-template-columns: 1fr;
	}
	.section-2b-hybrid .editor-comparison-grid{
		grid-template-columns: 1fr;
	}
	.editor-info-top .editor-logo,.use-case-icon{
		margin: 0 auto;
	}
	section.section-2j .flex-contain-box{
		flex-direction: column;
		width: 100%;
	}
	.editor-card p,.editor-card p{
		font-size: 1.4rem;
	}
	.editor-card h4{
		font-size: 1.7rem;
	}
	.section-heading p,.use-case-content p{
		font-size: 1.4rem;
	}
	.use-case-content h3{
		font-size: 1.8rem;
	}
	.editor-info-content p{
		font-size: 1.4rem;
	}
	.editor-card-top{
		min-height: 320px;
	}
	.editor-card-middle{
		min-height: 730px;
	}
	.editor-card-bottom{
		min-height: 300px;
	}
  /* end of custom mobile css */
}
/* Tablet (portrait and up) */
@media (min-width: 768px) and (max-width: 1024px) {
	.section-2d .flex-contain-box {
		flex-wrap: wrap;
	}
	.section-2d .box{
		flex: calc(50% - 10px);
	}
	.section-2b .container {
        padding-left: 1em;
        padding-right: 1em;
    }
	.great-projects4 .box:first-child h2,.great-projects4 .box h2 {
		font-size: 2.1rem;
	}
	.great-projects4 .box:first-child p,.great-projects4 .box p {
		font-size: 1.25rem;
	}
	section.section-2a .flex-contain-top .flex-contain-box .box{
		margin-bottom: 0 !important;
		padding-top: 0;
	}
	.box-left1, .box-left2 {
		padding-top: 0; 
	}
	h3.headline{
		width: 35%;
	}
	.tablet-version {
		display: block;
	  }
	  .mobile-version {
		display: none;
	  }
	  .desktop-version {
		display: none;
	  }
	  #site-navigation {
		display: none;
	  }
	  a#pull {
		content: "";
		background: url("images/tablet/menu-icon.png") no-repeat #8a181a;
		width: 85px;
		/*height: 65px;*/
		padding-top: 6.5vw;
		text-align: center;
		color: #fff !important;
		text-decoration: none !important;
		float: right;
		font-size: 2.344vw;
		padding-bottom: 1vw;
	  }
	  .mobiletop ul.mobile-menu > li > a,
	  .mobiletop ul.mobile-menu > li > ul > li a {
		font-size: 17px !important;
		color: #fff;
		line-height: 20px;
	  }
	  .mobiletop ul.mobile-menu > li,
	  .mobiletop .mobile-menu > ul > li {
		float: left !important;
		text-align: left;
		border-top: 1px solid #fff;
		position: relative !important;
		width: 100% !important;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 8px;
	  }
	  .mobiletop ul {
		margin-left: 0px !important;
		background-color: #8a181a;
		width: 100% !important;
		height: auto;
		overflow: hidden;
		padding-left: 0px;
		margin-bottom: 0;
	  }
	  .mobiletop {
		width: 100% !important;
	  }
	  .mobiletop ul.mobile-menu > li:first-child,
	  .mobiletop .mobile-menu > ul > li:first-child {
		border-top: none !important;
	  }
	  .mobiletop li ul.sub-menu {
		display: block;
	  }
	  .mobiletop li ul.sub-menu li {
		padding-top: 15px;
		padding-left: 34px;
	  }
	  .mobiletop {
		display: block;
	  }
	  .mobiletop ul {
		display: none;
	  }
	header .flex-contain-header{
		flex-wrap: wrap;
	}
	.top-nav{
		order: 2;
	}
	section.section-2f .flex-contain{
		flex-wrap: wrap;
	}
	.great-projects4 .box{
		width: 30%;
		flex-basis: unset;
	}
	.great-projects4 .box h3{
		font-size: 1rem;
	}
	.great-projects4 .box .feat-icon img{
		width: 30%;
	}
	section.section-2g .great-projects{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	section.section-2g .flex-contain .box{
		width: 50%;
		flex-basis: 40%;
	}
	section.section-2g .flex-contain .box .two-boxes{
		padding: 1rem 1.5rem 1rem 1.5rem;
		width: 100%;
	}
	section.section-2g .flex-contain .box .two-boxes .two-boxes-header h3{
		font-size: 1.3rem;
	}
	.price-wrap span {
		font-size: 2rem;
	}
	section.section-2g .flex-contain .box .two-boxes .two-boxes-header p.pricey{
		font-size: 4rem;
	}
	a.see-works3{
		width: 100%;
		font-size: 1.1rem;
	}
	section.section-2g .flex-contain .box .two-boxes ul{
		margin-top: 0;
	}
	.why-title{
		flex-basis: 30%;
	}
	footer .flex-contain-footer .box:last-child{
		flex-basis: 25% !important;
	}
	header .logo{
		order: 1;
        flex: 1;
	}
	.top-nav{
		transform: unset !important;
		background: none  !important;
	}
	.top-nav ul li a{
		padding: 0.5em;
		font-size: 0.7rem;
	}
	section.section-2a .flex-contain-top .flex-contain-box .flex-contain-box-inner a.see-works{
		padding-top: 1rem;
	}
	section.section-2a .great-projects{
		gap: 20px;
	}
	section.section-2a .flex-contain-top .flex-contain-box .box-left{
		width: 60%;	
	}
	section.section-2a .flex-contain-top .flex-contain-box .box-right{
		flex-basis: 35%;
	}
	section.section-2a .flex-contain-top .flex-contain-box .flex-contain-box-inner a.see-works:first-child{
		font-size: 0.8rem;
	}
	section.section-2a .flex-contain-top .flex-contain-box .flex-contain-box-inner a.see-works:last-child{
		font-size: 1rem;
	}
	.editor-comparison{
        grid-template-columns:repeat(2, 1fr);
    }
	.section-heading{
        flex-direction:column;
        gap:20px;
    }
    .use-case-grid{
        grid-template-columns:1fr;
    }
	.editor-comparison-grid{
        grid-template-columns:1fr;
    }
}
/*------------------------------------*\
  480px
\*------------------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  section.section-2a .flex-contain-top .flex-left .free-3d .button a, section.section-2a .flex-contain-top .flex-left .free-3d .main-content-page .flex-buttons-about a, .main-content-page section.section-2a .flex-contain-top .flex-left .free-3d .flex-buttons-about a {
    padding: 0.7em 3em;
  }
  section {
    font-size: 18px;
  }
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
  section.section-1 {
    margin-top: 0;
  }
  /*------------------------------------*\
     Section 2a
  \*------------------------------------*/
  section.section-2a .flex-1-1,
  section.section-2a .flex-1-3 {
    flex-direction: column;
  }
  section.section-2a .flex-1-1 .flex-right,
  section.section-2a .flex-1-3 .flex-right {
    margin: 0;
  }
  section.section-2a .flex-featured img {
    margin: 0 !important;
  }
  section.section-2a .flex-contain-top,
  section.section-2a .flex-1,
  section.section-2a .flex-1-3 {
    padding: 0;
  }
  section.section-2a .flex-featured .contain h1 {
    font-size: 1.5em;
  }
  /*------------------------------------*\
     Section 2
  \*------------------------------------*/
  section.section-2 .flex-1-1,
  section.section-2 .flex-1-3 {
    flex-direction: column;
  }
  section.section-2 .flex-1-1 .flex-right,
  section.section-2 .flex-1-3 .flex-right {
    margin: 0;
  }
  section.section-2 .flex-featured img {
    margin: 0 !important;
  }
  /*------------------------------------*\
     Section 3
  \*------------------------------------*/
  section.section-3 .flex-right a {
    flex-basis: 100%;
    max-width: 100%;
  }
  section.section-3 .flex-right a:last-child {
    max-width: 100%;
  }
  section.section-3 .flex-gallery-tablet .flex-right {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  section.section-3 .flex-gallery-tablet .flex-right a {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*------------------------------------*\
  375px
\*------------------------------------*/
@media screen and (max-width: 375px) {
  /*------------------------------------*\
     Variables
  \*------------------------------------*/
  /*------------------------------------*\
     Section 1
  \*------------------------------------*/
}

/*------------------------------------*\
   Responsive Styles
\*------------------------------------*/
@media screen and (max-width: 1800px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .main-content-page section.section-2a .container {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  .main-content-page {
    /*------------------------------------*\
       About
    \*------------------------------------*/
  }
  .main-content-page .flex-buttons-about a {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 1300px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  /*------------------------------------*\
     Top Nav
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content
  \*------------------------------------*/
  /*------------------------------------*\
     Page Title
  \*------------------------------------*/
  /*------------------------------------*\
     Page Title
  \*------------------------------------*/
}
@media screen and (max-width: 1024px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header {
    /*------------------------------------*\
      		Responsive Menu
    \*------------------------------------*/
  }
  header .logo {
    flex-basis: 50%;
    order: 1;
    flex: 1;
  }
  header .flex-phone-nav {
    order: 2;
  }
  header .responsive-menu {
    order: 3;
    display: flex;
    justify-content: flex-end;
  }
  /*------------------------------------*\
    Top Nav
  \*------------------------------------*/
  .top-nav {
    transform: translateX(-1024px);
    max-width: 100%;
    width: 100%;
    opacity: 0.9;
    background: #c5ac6a;
    margin: 0;
  }
  .top-nav ul li.menu-item-has-children > a::after {
    content: "";
  }
  .top-nav ul li .sign {
    position: absolute;
    right: 1em;
    cursor: pointer;
    display: block;
    top: 0;
  }
  .top-nav ul li a {
    padding: 0.5em 1em;
  }
  .top-nav ul li a:hover {
    border: none;
  }
  .top-nav ul ul {
    position: relative;
    left: auto;
    padding-left: 1em;
  }
  .top-nav ul ul li a {
    border: none !important;
  }
  .top-nav ul ul ul li a {
    border: none !important;
  }
  .top-nav li:hover > ul {
    display: none;
  }
  .top-nav .menu-text {
    width: 100%;
    padding: 0 1em;
  }
  .top-nav-active {
    transform: translateX(0);
  }
  /*------------------------------------*\
     Main Content Page
     For 2 columns in pages
  \*------------------------------------*/
  .main-content-page article .flex-contain {
    flex-direction: column;
  }
  .main-content-page article .flex-contain > * {
    flex-basis: 100%;
    margin: 0;
  }
  .main-content-page article .flex-buttons-about {
    flex-direction: row;
  }
  .main-content-page article .flex-buttons-about a {
    max-width: 30%;
    padding: 1em 2em;
    text-align: center;
  }
  .main-content-page .flex-about .flex-left {
    order: 2;
  }
  .main-content-page .flex-about .flex-right {
    order: 1;
    flex-basis: 100%;
    margin-left: 0;
  }
  /*------------------------------------*\
    Main Content Single
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-wrap: wrap;
  }
  .main-content-blog .flex-contain .blogpost {
    flex-basis: 40%;
    margin: 0 1em;
  }
  /*------------------------------------*\
     Contact Us Page
  \*------------------------------------*/
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    flex-wrap: wrap;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3 {
    flex: 0 0 30%;
    margin-bottom: 2em;
  }
  footer .flex-contain-footer .box-4 {
    flex: 0 0 30%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .flex-contain-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .logo {
    flex: 1 1 30%;
  }
  header .flex-phone-nav {
    flex: 2;
  }
  header .responsive-menu {
    justify-content: center;
    flex-direction: column;
  }
  header .responsive-menu span {
    margin-left: 0;
    margin-top: 5px;
    font-size: 0.6em;
  }
  /*------------------------------------*\
     Main Content
  \*------------------------------------*/
  /*------------------------------------*\
     Main Content Page
  \*------------------------------------*/
  .main-content-page .flex-contain {
    flex-direction: column;
  }
  .main-content-page aside img {
    display: block;
    margin: auto;
  }
  .main-content-page aside nav ul {
    display: none;
  }
  .main-content-page article .flex-buttons-about {
    flex-direction: column;
    gap: 10px;
  }
  .main-content-page article .flex-buttons-about a {
    max-width: 100%;
    margin-bottom: 0;
  }
  .main-content-page section.section-2a .flex-contain-top {
    padding: 0;
  }
  .main-content-page .flex-about {
    gap: 1em;
  }
  .main-content-page .gmap-768 {
    margin: auto;
    width: 600px;
    max-width: 100%;
    display: block;
  }
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-direction: row;
  }
  .flex-col {
    flex-direction: column;
  }
  /*------------------------------------*\
     Main Content Single
  \*------------------------------------*/
  .main-content-single aside ul {
    margin: auto;
  }
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    flex-wrap: wrap;
    gap: 1em;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3,
  footer .flex-contain-footer .box-4 {
    flex: 0 0 45%;
    margin: 0;
  }
  footer.copyright .flex-contain img {
    display: block;
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Default
  \*------------------------------------*/
  .alignleft,
  .alignright,
  .aligncenter,
  img,
  .wp-caption {
    display: block;
    margin: 15px auto !important;
    float: none !important;
  }
  .optimized-img {
    display: none;
  }
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header {
  }
  header .logo {
    flex-basis: 50%;
  }
  header .logo img {
    display: block;
    margin: 0 auto;
  }
  header .flex-phone-nav {
    display: block;
  }
  header .flex-phone-nav a {
    color: #fff;
    font-size: 1.2em;
  }
  header .responsive-menu {
    flex-basis: 20%;
  }
  header .responsive-menu span {
    display: none;
  }
  /*------------------------------------*\
     Main Navigation
  \*------------------------------------*/
  /*------------------------------------*\
    Main Content 
  \*------------------------------------*/
  .main-content {
    font-size: 18px;
  }
  .main-content p,
  .main-content ol,
  .main-content ul {
    font-size: 18px;
  }
  /*------------------------------------*\
    Main Content Page
  \*------------------------------------*/
  .main-content-page aside {
    min-width: auto;
    max-width: 100%;
  }
  /*------------------------------------*\
    Main Content Single
  \*------------------------------------*/
  .main-content-single .flex-contain-blogpost-nav {
    flex-direction: column;
  }
  .main-content-single .flex-contain-blogpost-nav .button a, .main-content-single .flex-contain-blogpost-nav .main-content-page .flex-buttons-about a, .main-content-page .main-content-single .flex-contain-blogpost-nav .flex-buttons-about a {
    margin-bottom: 1em;
  }
  /*------------------------------------*\
     Main Content Blog
  \*------------------------------------*/
  .main-content-blog .flex-contain {
    flex-direction: column;
  }
  .main-content-blog .flex-contain .blogpost {
    flex-basis: 100%;
    margin: 0;
  }
  .main-content-blog .flex-contain-cat-title span {
    bottom: auto;
    right: auto;
  }
  .main-content-blog .flex-contain-cat-title > * + * {
    margin-left: 0;
  }
  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer .flex-contain-footer {
    font-size: 24px;
    margin-bottom: 1em;
  }
  footer .flex-contain-footer .box-1,
  footer .flex-contain-footer .box-2,
  footer .flex-contain-footer .box-3 {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
  }
  footer .flex-contain-footer .box-4 {
    flex-basis: 100%;
    text-align: center;
  }
  footer .flex-contain-footer .box-4 img {
    max-width: 100%;
  }
  footer.copyright p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 375px) {
  /*------------------------------------*\
     Header
  \*------------------------------------*/
  header .flex-phone-nav a {
    font-size: 1em;
  }
}
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

@media screen and (max-width: 1600px) {
  .clear-1600 {
    clear: both;
  }
}
@media screen and (max-width: 1024px) {
  .clear-1024 {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .clear-768 {
    clear: both;
  }
}/*# sourceMappingURL=style.css.map */