@import "base.css";

/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 60px 0px 60px;
}

.services-section .top-divider {
  position: relative;
  width: 2px;
  height: 70px;
  left: 50%;
  margin-left: -1px;
  margin-bottom: 70px;
  background-color: #555555;
}

.services-section .top-divider:before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: var(--bg-theme-color1);
  transform: rotate(-45deg);
}

/* Bottom Divider */

.services-section .bottom-divider {
  position: relative;
  width: 2px;
  height: 70px;
  left: 50%;
  margin-top: 40px;
  margin-left: -1px;
  background-color: #555555;
}

.services-section .bottom-divider:before {
  position: absolute;
  content: "";
  left: -4px;
  top: -6px;
  width: 10px;
  height: 10px;
  background: var(--bg-theme-color1);
  transform: rotate(-45deg);
}

.services-section .text-bar {
  position: relative;
  color: #111111;
  font-size: 18px;
  padding: 20px 15px;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 35px;
  text-transform: capitalize;
  background: url(../moron/images/background/pattern-12.png) repeat;
}

.solution-pattern-layer {
  background: url(../moron/images/background/pattern-2.png);
}

/***

====================================================================
	Solution Section
====================================================================

***/

.solution-section {
  position: relative;
  padding: 110px 0px 120px;
  background-color: #222222;
}

.solution-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 605px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.solution-section .owl-nav {
  display: none;
}

.solution-section .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.solution-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  display: inline-block;
  background-color: #111111;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-section .owl-dots .owl-dot.active,
.solution-section .owl-dots .owl-dot:hover {
  width: 30px;
  background-color: var(--bg-theme-color1);
}

.solution-block {
  position: relative;
  margin-bottom: 30px;
}

.solution-block .inner-box {
  position: relative;
  overflow: hidden;
  padding: 40px 30px 40px 30px;
  background-color: #111111;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  opacity: 0;
  background-color: #ffffff;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
}

.solution-block .inner-box:hover::before {
  width: 100%;
  opacity: 1;
}

.solution-block .inner-box .icon-box {
  position: relative;
  font-size: 70px;
  color: var(--bg-theme-color1);
  line-height: 1em;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box:hover .icon-box {
  color: #2a2a2a;
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.solution-block .inner-box h3 {
  position: relative;
  line-height: 1.2em;
  font-family: "Conv_AGENCYR";
  text-transform: uppercase;
}

.solution-block .inner-box h3 a {
  position: relative;
  color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box:hover h3 a {
  color: var(--bg-theme-color1);
}

.solution-block .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 18px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box:hover .text {
  color: #555555;
}

.solution-block .inner-box .side-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.05;
  font-size: 100px;
  color: #ffffff;
  line-height: 1em;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box .solution-pattern-layer {
  position: absolute;
  right: -10px;
  top: 0px;
  width: 155px;
  height: 144px;
  transform: translate(80px, -80px);
  background-repeat: no-repeat;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.solution-block .inner-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.solution-block .inner-box:hover .solution-pattern-layer {
  transform: translate(0px, 0px);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.solution-block.style-two {
  margin-bottom: 60px;
}

.solution-block.style-two .inner-box {
  margin-right: 40px;
  overflow: visible;
  padding: 40px 40px;
}

@media screen and (max-width: 1080px) {
  .solution-block.style-two .inner-box {
    height: 500px;
  }
}

.solution-block.style-two .inner-box .solution-pattern-layer-two {
  position: absolute;
  top: 20px;
  right: -25px;
  bottom: -25px;
  width: 330px;
  height: 370px;
  z-index: -1;
  background-repeat: no-repeat;
}


/***

====================================================================
  Services Page Section
====================================================================

***/

.services-page-section {
  position: relative;
  padding: 100px 0px 60px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}


/***

====================================================================
  MORON SECTIONS
====================================================================

***/

.solution-block.style-two .inner-box .solution-pattern-layer-two {
  position: absolute;
  top: 20px;
  right: -25px;
  bottom: -25px;
  width: 330px;
  height: 370px;
  z-index: -1;
  background-repeat: no-repeat;
}

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title h2 {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Conv_AGENCYR";
}

.sec-title h2 span {
  color: #ffaa17;
}

.sec-title .text {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .text {
  color: #bbbbbb;
}

.sec-title.centered {
  text-align: center !important;
}

.cta-section {
  position: relative;
  padding: 130px 0px 130px;
  background-attachment: fixed;
  background-size: cover;
}

.cta-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 170, 23, 0.9);
}

.cta-section .icon {
  position: relative;
  line-height: 1em;
  font-size: 90px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.cta-section h2 {
  position: relative;
  color: #222222;
  font-size: 62px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Conv_AGENCYR";
}

.cta-section h2 span {
  color: #ffffff;
}

.cta-section .btn-box {
  position: relative;
  z-index: 1;
}

/* Btn Style Four */

.btn-style-four {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 7px;
  border-radius: 0px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 50px 18px;
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Conv_AGENCYR";
}

.btn-style-four:before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  left: 10px;
  top: 10px;
  z-index: -2;
  opacity: 1;
  opacity: 0.15;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0px;
}

.btn-style-four:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 4px;
  right: 0px;
  height: 4px;
  background-color: #ffaa17;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-four .txt {
  position: relative;
  z-index: 2;
}

.btn-style-four:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-style-four:hover::after {
  background-color: #111111;
}

/***

====================================================================
  Solution Section Three
====================================================================

***/

.solution-section-three {
  position: relative;
  padding: 60px 0px 60px;
}

.solution-section-three .top-divider {
  position: relative;
  width: 2px;
  height: 70px;
  left: 50%;
  margin-left: -1px;
  margin-bottom: 70px;
  background-color: #555555;
}

.solution-section-three .top-divider:before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #ffaa17;
  transform: rotate(-45deg);
}

/* Bottom Divider */

.solution-section-three .bottom-divider {
  position: relative;
  width: 2px;
  height: 70px;
  left: 50%;
  margin-top: 40px;
  margin-left: -1px;
  background-color: #555555;
}

.solution-section-three .bottom-divider:before {
  position: absolute;
  content: "";
  left: -4px;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #ffaa17;
  transform: rotate(-45deg);
}

.solution-section-three .inner-container {
  position: relative;
}

.solution-section-three .inner-container:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 170px;
  height: 1px;
  width: 100%;
  background-color: #dddddd;
}

.solution-block-two {
  position: relative;
  margin-bottom: 30px;
}

.solution-block-two .inner-box {
  position: relative;
  padding: 45px 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1080px) {
  .solution-block-two .inner-box {
    height: 450px;
  }
}

@media screen and (max-width: 1000px) {
  .solution-block-two .inner-box {
    height: auto;
  }
}

.solution-block-two .block-inner {
  position: relative;
}

.solution-block-two .inner-box .color-layer-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0px;
  background-color: #222222;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.solution-block-two .inner-box .color-layer-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0px;
  background-color: #222222;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.solution-block-two .block-inner:hover .color-layer-one,
.solution-block-two .block-inner:hover .color-layer-two {
  height: 100%;
}

.solution-block-two .inner-box .side-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
  color: #ffaa17;
  font-size: 100px;
  line-height: 1em;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.solution-block-two .inner-box h3 {
  position: relative;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Conv_AGENCYR";
}

.solution-block-two .inner-box h3 a {
  position: relative;
  color: #222222;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.solution-block-two .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 18px;
  margin-bottom: 18px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.solution-block-two .inner-box .read-more {
  position: relative;
  color: #ffaa17;
  font-size: 18px;
  font-weight: 700;
  font-family: "Conv_AGENCYR";
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.solution-block-two .inner-box .read-more .arrow {
  position: relative;
  font-size: 16px;
  margin-left: 5px;
}

.solution-block-two .block-inner:hover .text,
.solution-block-two .block-inner:hover h3 a,
.solution-block-two .block-inner:hover .side-icon {
  color: #ffffff;
}

.solution-block-two .lower-box {
  position: relative;
  padding-top: 50px;
}

.solution-block-two .lower-box .box {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #222222;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.solution-block-two .block-inner:hover .lower-box .box {
  background-color: #eeeeee;
}

.solution-block-two .lower-box .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  color: #000000;
  margin: 0 auto;
  font-size: 46px;
  line-height: 80px;
  text-align: center;
  background-color: #eeeeee;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  border-radius: 20px 0px 20px 0px;
}

.solution-block-two .lower-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}

.solution-block-two .block-inner:hover .lower-box .icon-box {
  background-color: #ffaa17;
  border-radius: 0px 20px 0px 20px;
}

/***

====================================================================
  Quote Section
====================================================================

***/

.quote-section {
  position: relative;
  padding: 110px 0px 80px;
  background: url(../moron/images/background/pattern-13.png) repeat;
}

.quote-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.quote-section .form-column .inner-column {
  position: relative;
  padding: 35px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.quote-section .form-column h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Conv_AGENCYR";
}

.quote-section .form-column h2 span {
  position: relative;
  color: #ffaa17;
}

.quote-section.style-two {
  padding-bottom: 180px;
  margin-bottom: -90px;
}

/* Default Form */

.default-form {
  position: relative;
  z-index: 1;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.ui-selectmenu-button.ui-button,
.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
  padding: 14px 28px;
  z-index: 1;
  height: 60px;
  background-color: #eeeeee;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #fda700;
}

.default-form .form-group textarea {
  height: 120px;
  resize: none;
  border-radius: 0px;
}

.default-form .form-group input[type="submit"],
.default-form button {
  margin-top: 15px;
}

.default-form .form-group input[type="submit"]:hover,
.default-form button:hover {
}

.quote-section .content-column {
  position: relative;
}

.quote-section .content-column .sec-title {
  margin-bottom: 40px;
}

.quote-section .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}

.quote-section .content-column .numbering-list {
  position: relative;
}

.quote-section .content-column .numbering-list li {
  position: relative;
  color: #555555;
  font-size: 16px;
  padding-left: 45px;
  line-height: 2.2em;
  margin-bottom: 35px;
}

.quote-section .content-column .numbering-list li strong {
  position: relative;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  display: block;
  font-family: "Conv_AGENCYR";
}

.quote-section .content-column .numbering-list li .number {
  position: absolute;
  left: 0px;
  top: 8px;
  color: #ffaa17;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Conv_AGENCYR";
}