html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

h1,
h2,
h3,
h4 {
  color: #000;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

h3 {
  font-size: 36px;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
  color: #fcd805;
}

a a:focus {
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

p {
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
}

#footer ul,
#footer ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#footer ul li,
#footer ol li {
  list-style: none;
}

.alert-warning {
  color: #000;
  background-color: #fcd905;
  border-color: #fcd905;
  font-size: 18px;
}

.alert {
  margin-bottom: 0rem;
}

.alert-promotion a {
  color: #5d3ab0;
  text-decoration: underline;
}

.alert-promotion a:hover {
  color: #8655fd;
}

section li {
  font-size: 16px;
  line-height: 30px;
}

.section-header {
  margin-bottom: 30px;
}

.section-title {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.section-intro {
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5F5F64;
  display: block;
}

.inner-page-title {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  position: relative;
  margin: 1rem 0 2rem 0 !important;
  text-transform: capitalize;
}

.inner-page-title:after {
  position: absolute;
  content: '';
  bottom: -15%;
  left: 0;
  width: 70%;
  height: 4px;
  background-color: #FCD805;
}

.noborder {
  margin: 1rem 0 1rem 0 !important;
}

.noborder:after {
  display: none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.55);
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 1.5rem !important;
}

.btn {
  font-size: 14px;
  padding: 17px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: inline-block
}

.btn:active,
.btn:focus {
  box-shadow: none;
  outline: 0;
  color: #fff
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.btn-orange {
  background-color: #fcd805;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 17px 50px;
  border: 2px solid transparent;
  min-width: 260px
}

.btn-orange:hover,
.btn-orange:focus {
  background: 0 0;
  border: 2px solid #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.btn-common {
  background-color: #fcd805;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 17px 50px;
  min-width: 260px
}

.btn-common:hover,
.btn-common:focus {
  color: #fff !important;
  background: 0 0;
  border: 1px solid #fcd805;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.btn-border {
  min-width: 260px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 50px;
  text-transform: uppercase
}

.btn-border:hover,
.btn-border:focus {
  color: #000;
  border-color: #fcd805;
  background-color: #fcd805
}

.btn-y-border {
  min-width: auto;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fcd805;
  border-radius: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 25px;
}

.btn-y-border:hover,
.btn-y-border:focus {
  color: #000;
  border-color: #fcd805;
  background-color: #fcd805
}

.lh-30 li {
  padding-bottom: 10px;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.form-control:focus {
  border-color: #fcd805;
  box-shadow: none;
  outline: none;
}

.zf-errorMessage {
  color: #f00;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.h3 {
  float: right;
  font-size: 16px;
}

button:focus {
  outline: none !important;
}

.icon-close,
.icon-check {
  color: #fcd805;
}

.social-icon a {
  color: #1a2b38;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 31px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  margin: 10px 4px 12px 4px;
}
.social-icon .instagram i{
    font-weight: 900;
    font-size: 18px;
}
.social-icon .twitter svg{
    position: relative;
    bottom: 1px;
}
.social-icon a:hover {
  color: #404040 !important;
}

.social-icon .facebook:hover {
  background: #fcd805;
}

.social-icon .twitter:hover {
  background: #fcd805;
}

.social-icon .instagram:hover {
  background: #fcd805;
}

.social-icon .linkedin:hover {
  background: #fcd805;
}

.social-icon .google:hover {
  background: #fcd805;
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 2px solid #DBDBDB;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.hidden-desktop {
  display: none !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  border: 0;
  white-space: nowrap;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  font-weight: 500;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.tempHeadBdr.formRelative {
  display: none !important;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-radius: 0;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #393d41;
  background: #f0f0f0;
  text-decoration: underline;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.relative {
  position: relative;
}

.bg-grey0 {
  background-color: #f1f1f1;
}

.bg-grey {
  background-color: #f0f0f0;
}

.bg-grey1 {
  background-color: #fbfdfc;
}

.bg-grey2 {
  background-color: #f8f9fb
}

.bg-grey3 {
  background-color: #f7f7f7;
}

.bg-dark-blue {
  background-color: #1b2b38;
}

.text-yellow {
  color: #fcd805
}

.text-grey {
  color: #666666
}

.text-grey1 {
  color: #717171 !important;
  margin-bottom: 30px;
}

.w-66 {
  width: 66% !important;
}

.w-90 {
  width: 90% !important;
}

.h-45 {
  height: 45px !important;
  margin-top: 15px;
}

.top-bar {
  color: white;
  background-color: #1a2b38;
  padding: 0.30rem 0;
}

.top-bar small {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.top-menu a {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.top-menu a:hover {
  color: #fcd805;
}

.top-menu .twitter svg{
    fill: #fff;
    position: relative;
    bottom: 1px;
}
.top-menu .twitter svg:hover{
    fill: #fcd805;
}

#header-wrap {
  background: white;
  z-index: 1030;
  background: white;
}

#header-wrap a.btn.btn-common {
  background-color: #fcd805;
  text-transform: initial;
  border: 2px solid #fcd805;
  padding: 10px 25px;
  border-radius: 0px;
  color: #404040;
  min-width: auto;
}

#header-wrap a.btn.btn-common:hover,
#header-wrap a.btn.btn-common:focus {
  background-color: #fcd805;
  color: #404040;
}

#header-wrap .social-icon {
  display: contents;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  font-size: 17px;
}

header .social-icon a {
  background: transparent;
  color: #404040;
}

.logo img {
  width: 100%;
  height: 50px;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 17px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding: 0 29px;
}

.navbar-expand-md .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-expand-md .navbar-nav .nav-item:nth-child(6) {
  padding-right: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #fcd805 !important;
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
  text-decoration: none;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
  color: #fcd805 !important;
}

.navbar {
  padding: 0;
}

.navbar .dropdown .dropdown-icon {
  display: none;
  position: absolute;
  padding: 15px;
  background: #fff;
  left: 100px;
  top: 8px;
}

.navbar .dropdown .dropdown-icon:before {
  transition: all ease 0.5s;
  background: #444;
  height: 2px;
  width: 16px;
  top: 14px;
  left: 7px;
  content: "";
  position: absolute;
}

.navbar .dropdown .dropdown-icon:after {
  transition: all ease 0.5s;
  background: #444;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 7px;
  width: 2px;
}

.navbar .dropdown.show .dropdown-icon:after {
  transform: rotate(-90deg);
}

.navbar .dropdown.show .dropdown-icon:before {
  transform: rotate(-180deg);
}

.navbar .dropdown .dropdown-toggle .dropdown-icon {
  display: none;
}

@media(max-width:1199px) {
  .navbar .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar .dropdown .dropdown-toggle .dropdown-icon {
    display: block;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item {
    white-space: pre-wrap;
  }
}

.location {
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  border: 0;
  height: 50px;
  padding: 0;
  line-height: 50px;
  display: inline-flex;
  width: 200px;
  position: relative;
}

.location .btn-text {
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  height: 50px;
  padding: 0 0 0 1rem;
  border: 1px solid #404040;
  line-height: 40px;
  width: calc(100% - 50px);
  display: inline-block;
}

.location .btn-text:focus {
  outline: none;
}

.location .dropdown-menu:before {
  left: 10%;
}

.location .btn {
  background: #404040;
  border: 1px solid #404040;
  height: 50px;
  line-height: 16px;
  margin: 0;
  width: 40px;
  min-width: 40px;
  padding: 17px 0px;
  display: inline-block;
}

.location .dropdown-item {
  line-height: 25px;
  font-size: 14px;
  padding: .25rem 1rem;
}

.location select {
  width: 100%;
  height: 50px;
  font-size: 100%;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background: #fff;
  border: 2px solid #404040;
  color: #404040;
  appearance: none;
  padding: 0 5px 0 15px;
  padding-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

.location .select-icon {
  position: absolute;
  top: 1px;
  right: 4px;
  width: 40px;
  height: 48px;
  line-height: 50px;
  pointer-events: none;
  background: #404040;
  border: 1px solid #404040;
  padding-left: 0;
  text-align: center;
  right: 0;
}

.location select:focus,
.location select:active {
  outline: none;
}

.phone {
  color: #404040;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.main-header.py-3 .col-xl-2.col-lg-3.col-md-3.col-3.hidden-mobile {
  padding: 0;
}

.svg1 {
  bottom: -293px;
  left: 0;
  z-index: 0;
  position: absolute;
  background-image: url(../media/img/bgs/top-curve.svg);
  background-position: top center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}

.svg2 {
  bottom: -89px;
  left: 0;
  z-index: -1;
  position: absolute;
  background-image: url(../media/img/bgs/bottom-curve.svg);
  background-position: top center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}

.svg3 {
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  background-image: url(../media/img/bgs/top-curve.svg);
  background-position: top center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}

.svg4 {
  bottom: -101px;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f8f9fb url(../media/img/bgs/bottom-curve.svg);
  background-position: top center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-area {
  background: url(../media/img/banner-img.jpg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  padding: 150px 0 300px 0;
  text-align: center;
  width: 100%;
  margin-top: 150px;
}

#hero-area .contents .head-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: capitalize;
}

#hero-area .contents span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero-area .contents p {
  color: #fff;
  font-size: 18px;
}

#hero-area .contents .header-button {
  margin-top: 50px;
  color: #222222;
}

#hero-area .contents .header-button a {
  min-width: 260px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero-area .contents .header-button .btn.btn-primary {
  background-color: #fcd805;
  border: 2px solid #fcd805;
  color: #404040;
}

#hero-area .contents .header-button .btn.btn-primary:hover {
  background-color: white;
  color: #404040;
  border: 2px solid #fff;
}

#hero-area .contents .header-button .btn.btn-secondary {
  border: 2px solid #1b2b38 !important;
  background-color: #1b2b38 !important;
  color: white !important;
}

#hero-area .contents .header-button .btn.btn-secondary:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #404040;
}

.video-area {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 0;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.business-section {
  position: relative;
  z-index: 99;
}

.business-section ul.list-group.list-group-horizontal {
  margin-top: -250px;
}

.business-section li.list-group-item {
  text-align: center;
  padding: 3rem 4rem;
  width: 295px;
}

.business-section li.list-group-item:hover {
  background-color: #404040;
}

.business-section li.list-group-item:hover h2,
.business-section li.list-group-item:hover h2 a {
  color: #FCD805;
}

.business-section li h2,
.business-section li h2 a {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  overflow: hidden;
}

.svgSprite {
  background-image: url('../media/img/YL.svg');
  background-repeat: no-repeat;
  background-size: 700%;
  width: 135px;
  height: 105px;
  display: block;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.business-section li.list-group-item span.text {
  width: 100%;
  margin-top: 100px;
  float: left;
}

.business-section li.list-group-item span.img1 {
  background-position: 28% 100%;
}

.business-section li.list-group-item:hover span.img1 {
  background-position: 43.5% 100%;
}

.business-section li.list-group-item span.img2 {
  background-position: 57.5% 100%;
}

.business-section li.list-group-item:hover span.img2 {
  background-position: 72.5% 100%;
}

.business-section li.list-group-item span.img3 {
  background-position: -1% 100%;
}

.business-section li.list-group-item:hover span.img3 {
  background-position: 13.5% 100%;
}

.about-area {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url(../media/img/build-your-system.jpg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 120px 0;
}

.about-area .about-wrapper h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-area .about-wrapper p {
  font-size: 17px;
  margin-bottom: 30px;
  color: white;
}

.about-area .about-wrapper a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 18px 50px;
}

.about-area .about-wrapper a.btn-common:hover,
.about-area .about-wrapper a.btn-common:focus {
  border: 1px solid #fff;
  background-color: white;
  color: #000 !important;
}

.page-icon-top {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 15px;
  width: 100%;
  height: 80px;
}

.page-icon-top img {
  max-height: 60px;
  max-width: 100%;
}

.serviceitem3col {
  margin-top: 35px;
}

#services {
  position: relative;
  z-index: 1;
}

#services img {
  width: 100%;
}

.services-item {
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #F4F4F4;
  border-radius: 5px;
  cursor: pointer;
}

.services-item .icon {
  position: relative;
}

.services-item .icon span {
  border: 1px solid #fcd805;
  background-color: #fcd805;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  right: -10px;
  z-index: 0;
  top: -9px;
  background-image: url("/media/u50aiahn/sun.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.services-item .icon img {
  width: 70px;
  height: 70px;
  position: relative;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 10px;
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
  background-color: #fcd805;
}

.services-item:hover .icon span {
  background: #fff;
  background-image: url("/media/u50aiahn/sun.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.services-item2 {
  padding: 10px 15px 25px 15px;
  align-items: center;
  margin: 15px 0;
  box-shadow: navajowhite;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border: 1px solid #f4f4f4;
}

.services-item2:hover {
  background-color: #fcd905;
  box-shadow: 0 5px 12px #abaaa3;
  border: 1px solid transparent
}

.services-item2 {
  width: 22%;
  display: inline-block;
  margin: 0 1% 2% 1%;
}

@media (min-width: 767px) {
  .Terms.and.Privacy #section_31385f5e-3862-4961-9b6f-084b9d19f471 .section-padding {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 514px) {}

.services-item2 .services-content {
  display: block;
  position: relative;
}

.services-item2 .services-content strong {
  width: 100%;
  display: table;
  min-height: 100px;
  vertical-align: middle;
}

.services-item2 .services-content strong .text {
  display: table-cell;
  vertical-align: middle;
  width: 135px;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.services-item2 .services-content strong .svgSprite1 {
  display: table-cell;
  background-image: url('../media/img/YL.svg');
  background-repeat: no-repeat;
  background-size: 800%;
  vertical-align: middle;
  height: 90px;
  position: absolute;
  width: 40%;
  padding: 0;
  right: 0;
}

.services-item2 .services-content strong .img4 {
  background-position: 27% 51%;
}

.services-item2 .services-content:hover strong .img4 {
  background-position: 27% 51%;
}

.services-item2 .services-content strong .img5 {
  background-position: -3% 2%;
}

.services-item2 .services-content:hover strong .img5 {
  background-position: -3% 2%;
}

.services-item2 .services-content strong .img6 {
  background-position: 84% 3%;
}

.services-item2 .services-content:hover strong .img6 {
  background-position: 84% 3%;
}

.services-item2 .services-content strong .img7 {
  background-position: 55% 50%;
}

.services-item2 .services-content:hover strong .img7 {
  background-position: 55% 50%;
}

.services-item2 .services-content strong .img8 {
  background-position: 0% 49%;
}

.services-item2 .services-content:hover strong .img8 {
  background-position: 0% 49%;
}

.services-item2 .services-content strong .img9 {
  background-position: 26% 3%;
}

.services-item2 .services-content:hover strong .img9 {
  background-position: 26% 3%;
}

.services-item2 .services-content strong .img10 {
  background-position: 55% 3%;
}

.services-item2 .services-content:hover strong .img10 {
  background-position: 55% 3%;
}

.services-item2 .services-content strong .img11 {
  background-position: 84% 50%;
}

.services-item2 .services-content:hover strong .img11 {
  background-position: 84% 50%;
}

.services-item2 .services-content p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.services-item2 .services-content p a {
  color: #1b2b38 !important;
  font-weight: 600;
  text-decoration: underline;
}

.services-item2:hover .services-content p,
.services-item2:hover {
  color: #000;
}

#services ul {
  margin: 0;
  padding: 0;
}

#services ul li {
  margin: 0;
  padding: 0;
  width: 49%;
  display: inline-block;
  padding: 20px;
  position: relative;
}

#services ul li p {
  color: #666666;
  font-size: 14px;
}

#services ul li p small {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

#services ul li span {
  visibility: hidden;
  background-color: #f2a465;
  color: white;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
  float: right;
  line-height: 40px;
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
}

#services ul li:hover span {
  visibility: visible;
}

#services ul li:nth-child(odd) {
  border-right: 2px solid #3333;
  border-bottom: 2px solid #3333;
}

#services ul li:nth-child(even) {
  border-bottom: 2px solid #3333;
}

#services ul li:nth-child(5),
#services ul li:nth-child(6) {
  border-bottom: 0;
}

#services ul li:hover {
  background-color: #FB6F43;
  color: white;
}

#services ul li:hover p,
#services ul li:hover p small {
  color: white;
}

.cta1 {
  background: url(../media/img/YL-installation-and-couting.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

.cta2 {
  background: url(../media/img/cta3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

.cta3 {
  position: relative;
}

.cta1 .section-title,
.cta2 .section-title,
.cta3 .section-title {
  font-size: 50px;
}

.cta1 .section-title {
  line-height: 40px;
}

.cta-text p {
  color: white;
  font-size: 17px;
  margin-bottom: 30px;
}

.cta-button {
  color: #222222;
}

.cta-button a {
  min-width: 260px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 10px;
}

.cta-button .btn.btn-primary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta-button .btn.btn-primary:hover {
  color: #000;
  border-color: #fcd805;
  background-color: #fcd805;
}

.cta-button .btn.btn-secondary {
  border: 2px solid white;
  background-color: white;
  color: #000;
}

.cta-button .btn.btn-secondary:hover {
  border: 2px solid #fcd805;
  background-color: #fcd805;
  color: #000;
}

#features {
  background: #fff;
  position: relative;
}

#features .section-title {
  padding-top: 50px !important;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  text-align: right;
}

#features .content-right span {
  float: left;
}

#features .box-item {
  padding: 15px 0;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 0;
  display: flex;
}

#features .box-item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  float: right;
  position: relative;
  margin: 12px;
}

#features .box-item .icon span {
  border: 1px solid #E9E9EB;
  background-color: #E9E9EB;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  right: -10px;
  z-index: -1;
  top: -9px;
}

#features .box-item .icon img {
  width: auto;
  height: 50px
}

#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 10px;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 0 10px;
}

#features .box-item:hover h4 {
  color: #fcd805 !important;
}

#features .box-item:hover p {
  color: #000;
}

#features .box-item:hover .icon span {
  border: 1px solid #fcd805 !important;
  background-color: #fcd805 !important;
}

#features .show-box {
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
}

#features .show-box img {
  max-height: 330px;
}

.testimonial {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.testimonial h2 {
  font-size: 20px;
  text-align: center;
  color: #000;
  letter-spacing: 6px;
  margin-bottom: 40px;
  font-weight: 600;
}

.testimonial-item {
  text-align: center;
  padding: 20px;
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial .owl-carousel .owl-item img {
  width: auto;
  height: 70px;
}

.testimonial .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.testimonial .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial .owl-carousel button.owl-dot {
  zoom: 1;
  display: inline;
  text-align: center;
}

.testimonial .owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #ccc;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.testimonial .owl-carousel button.owl-dot.active span,
.testimonial .owl-carousel button.owl-dot.clickable,
.testimonial .owl-carousel button.owl-dot:hover span {
  background: #fcd805;
}

#testimonials1.owl-carousel .owl-item img {
  height: 60px;
}

.faq {
  position: relative;
}

.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 12px #f4f4f4;
}

.faq .faq-list a span {
  padding-right: 20px;
  width: calc(100% - 30px);
  display: block;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  outline: none;
  color: #000;
}

.faq .faq-list .ans p a {
  display: inline-block !important;
  position: relative;
  font-family: "fira sans", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px;
  font-weight: 600;
  outline: none;
  color: #000;
}

.faq .faq-list .icon-show {
  right: 0;
  top: -4px;
  background-image: url('../media/img/YL.svg?id=1');
  background-repeat: no-repeat;
  background-size: 950%;
  vertical-align: middle;
  height: 30px;
  position: absolute;
  width: 50px;
  padding: 0;
  background-position: 94% 91%;
}

.faq .faq-list .icon-close {
  right: 0;
  top: -4px;
  background-image: url('../media/img/YL.svg?id=1');
  background-repeat: no-repeat;
  background-size: 900%;
  vertical-align: middle;
  height: 30px;
  position: absolute;
  width: 50px;
  padding: 0;
  background-position: 85% 91%;
}

.faq .faq-list p {
  color: #000;
  margin-bottom: 0;
  padding: 20px 0 0 0;
  font-size: 17px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
}

.faq .faq-list a.collapsed:hover {
  color: #FCD805;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.icon-box-right {
  right: auto;
  left: -8%;
}

.inner-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 10%;
}

.link-text {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #fff;
}

.link-text .icon-box1 {
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 15px;
  color: #fcd805;
  font-weight: 600;
}

.link-text .icon-box-img1 {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.link-text .icon-box-img1,
.link-text .icon-box1 {
  height: 65px;
}

.link-text .icon-box-img1 img {
  height: 50px;
  margin-top: 5px;
}

#para-section .image-column .icon-box img,
.image-column .icon-box img {
  height: 60px;
  width: 60px;
  margin-top: 7px;
}

.FAQs .svg3 {
  display: none;
}

.inner-page-intro {
  padding: 0 0 60px 0;
}

.inner-page-intro h2.main-heading {
  font-size: 50px;
  font-weight: bold;
  display: block;
  padding: 1rem 0 3rem 0;
  position: relative;
  text-transform: capitalize;
}

.inner-page-intro h2.main-heading:after {
  position: absolute;
  content: '';
  bottom: 20%;
  width: 15%;
  height: 4px;
  background-color: #FCD805;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inner-page-intro h2.main-heading2 {
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 1rem 0 1rem 0;
  position: relative;
  line-height: 46px;
}

.inner-page-intro h3.sub-heading {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  display: block;
  font-weight: 700;
  position: relative;
  margin: 0 0 0.5rem 0 !important;
  text-transform: capitalize;
}

.inner-page-intro p {
  font-size: 16px;
}

.step {
  position: absolute;
  top: -10%;
  left: 1%;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #D9D8D8;
  opacity: 1;
}

.inner-page-intro .icon-box2 {
  margin-top: 30px;
}

.inner-page-intro .icon-box2 .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
}

.inner-page-intro .icon-box2 .icon i {
  color: #1acc8d;
  font-size: 32px;
}

.inner-page-intro .icon-box2:hover .icon i {
  color: #fff;
}

.inner-page-intro .icon-box2 .title {
  margin-left: 85px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
}

.inner-page-intro .icon-box2 .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 16px;
}

.icon img {
  height: 60px !important;
}

.contact-form2 {
  background-color: #FCD805;
  padding: 30px 20px;
}

.contact-form2 h4 {
  font-size: 21px;
  margin-bottom: 20px;
}

.contact-form2 input.form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.contact-form2 textarea.form-control {
  border-radius: 0 !important;
  border: 0;
  margin-bottom: 0;
}

.contact-form2 .form-group {
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.contact-form2 .form-group .p-0 {
  padding: 7px !important;
}

.contact-form2 .form-control:focus {
  border-color: #2E2D5E;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-form2 button.btn {
  height: 60px;
  border-radius: 0;
  border-color: #000000;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
}

.contact-form2 button.btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.contact-form2 .btn:focus,
.contact-form2 .btn.active:focus {
  outline: none;
}

.umbraco-forms-container {
  padding-left: 25px;
  padding-right: 25px;
}

.blog .img-br {
  border-radius: 5px;
}

.blog .arrow-link {
  color: #1b2b38 !important;
  font-weight: 600;
  font-size: 18px;
}

.btc_blog_indx_box_wrapper {
  float: left;
  width: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.blog-section-padding {
  padding-top: 60px
}

.blog-section-padding p {
  padding-bottom: 30px;
}

.bg-grey {
  background: #f8f9fb !important;
}

.blog-date {
  color: #979696 !important;
  font-size: 13px;
  padding: 7px 0;
}

.blog-description {
  color: #333 !important;
  font-size: 14px;
  line-height: 20px;
}

.blog-read-more {
  color: #1b2b38 !important;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.btc_blog_indx_box_wrapper:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.015);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btc_blog_indx_box_wrapper:hover .btc_blog_indx_cont_wrapper a.circle-link,
.btc_blog_indx_box_wrapper:hover .btc_blog_indx_cont_wrapper a.circle-link:hover,
.btc_blog_indx_box_wrapper .btc_blog_indx_cont_wrapper a.circle-link:hover {
  background: #fcd805;
  color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btc_blog_indx_img_wrapper {
  position: relative;
}

.btc_blog_indx_date_wrapper {
  position: absolute;
  background-color: #FCD905;
  z-index: 999;
  bottom: -10px;
  left: 30px;
  text-align: center;
  width: 64px;
  height: 64px;
}

#latest .btc_blog_indx_date_wrapper {
  bottom: 20px;
  left: 35px;
}

.btc_blog_indx_date_wrapper h3 {
  font-size: 38px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  margin-top: 8px;
}

.btc_blog_indx_date_wrapper p {
  font-size: 12px;
}

.btc_blog_indx_img_wrapper img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 233px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.btc_blog_indx_cont_wrapper a.circle-link {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  top: -26px;
  right: 40px;
}

.btc_blog_indx_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  position: relative;
}

.fa.fa-long-arrow-right {
  padding-top: 16px;
}

.btc_blog_indx_cont_wrapper h5,
.btc_blog_indx_cont_wrapper h5 a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.btc_blog_indx_cont_wrapper h5 a:hover {
  text-decoration: underline;
  color: #333;
  background-color: white;
}

.btc_blog_indx_cont_wrapper p {
  color: #e87358;
  text-transform: capitalize;
  font-weight: 400;
}

.btc_blog_indx_cont_bottom {
  float: left;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #dff2ff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btc_blog_indx_cont_bottom_left {
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.btc_blog_indx_cont_bottom_left p,
.btc_blog_indx_cont_bottom_right p {
  margin: 0;
}

.btc_blog_indx_cont_bottom_left p i,
.btc_blog_indx_cont_bottom_right p i {
  color: #fcd805 !important;
}

.btc_blog_indx_cont_bottom_right {
  float: left;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.btc_blog_indx_cont_bottom_left p a,
.btc_blog_indx_cont_bottom_right p a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #6b84ad;
  font-weight: 400;
}

.btc_blog_indx_cont_bottom_left p a:hover,
.btc_blog_indx_cont_bottom_right p a:hover {
  color: #FCD905;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar_margin {
  float: left;
  width: 100%;
  padding-right: 30px;
}

.sidebar_widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
}

.sidebar_widget h4 {
  color: #333;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
}

.search_form {
  position: relative;
  background: #f6fbff;
  border-radius: 5px;
}

.search_form .form-control {
  height: 50px;
  font-size: 16px;
  width: 90%;
  padding: 0;
  background: #f6fbff;
  color: #8da0bf;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
  margin-top: 20px;
}

.search_form button {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  border: 0;
}

.gc_blog_cloud_side_menu {
  float: left;
  width: 100%;
}

.gc_blog_cloud_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gc_blog_cloud_side_menu li {
  float: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 10px;
}

.gc_blog_cloud_side_menu li a {
  padding: 10px;
  background: #f6fbff;
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  color: #1d3571;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gc_blog_cloud_side_menu li a:hover {
  background: #fcd905;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.archives_wrapper {
  float: left;
  width: 100%;
}

.archives_wrapper ul li {}

.archives_wrapper ul li a {
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
}

.archives_wrapper ul li i {
  margin-right: 20px;
  color: #333;
}

.archives_wrapper span {
  color: #1b2b38 !important;
  float: right;
}

.latest_post_wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.blog_wrapper1,
.blog_wrapper2,
.blog_wrapper3 {
  float: left;
  width: 100%;
}

.blog_wrapper1,
.blog_wrapper2 {
  padding-bottom: 30px;
}

.sc_blog_image {
  float: left;
  width: 80px;
}

.archives_wrapper ul {
  padding-left: 0;
}

.archives_wrapper ul li {
  list-style: none;
}

.sc_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 80px);
  padding-left: 15px;
}

.sc_blog_date {
  font-size: 14px;
  color: #1b2b38 !important;
}

.sc_blog_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.sc_blog_text h5 a {
  color: #333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.gc_blog_pagination {
  text-align: center;
  float: left;
  width: 100%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a {
  color: #000000;
  margin-top: 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  line-height: 35px;
  border-radius: 0;
  text-align: center;
  margin-right: 20px;
  border: 0;
  box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:first-child>a {
  width: 120px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  border-radius: 0;
  margin-right: 20px;
  color: #1d3571;
  background: #fff;
  box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
}

.pagination .third_pagger a {
  color: #000;
  background: #FCD905;
}

.pagination>li:last-child>a {
  width: 120px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  border-radius: 0;
  margin-right: 20px;
  color: #000;
  background: #FCD905;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #000;
  background-color: #FCD905;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

ul#bloginner-nav {
  -ms-flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  margin-right: auto !important;
}

ul#bloginner-nav li {
  padding: 0 29px;
}

ul#bloginner-nav li.nav-item:first-child {
  padding-left: 0;
}

ul#bloginner-nav li a {
  color: #808080 !important;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul#bloginner-nav li a:hover,
ul#bloginner-nav li a.active {
  color: #1A2B38 !important;
}

form#blog-form {
  border-radius: 5px;
  background-color: white;
  padding-right: 10px;
}

form#blog-form.form-inline .form-control {
  height: 44px;
  border: 0;
  width: calc(100% - 30px);
}

form#blog-form button {
  color: #1A2B38;
  border: 0;
  background-color: transparent;
}

a.blog-dropdown {
  display: none;
  min-height: 40px;
  box-shadow: none;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  font-size: 16px;
  font-weight: 600;
}

a.blog-dropdown:before {
  content: "\f107";
  font: normal normal normal 24px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 5px;
}

blog-section-padding p img.img-responsive {
  width: 100%;
  height: auto;
}

img#__mcenew {
  width: 100%;
  height: auto;
}

.share {
  text-align: center !important;
}

.st-disclaimer {
  display: none !important;
}

.st-logo {
  display: none !important;
}

#st-el-4 .st-close {
  top: 28px !important;
}

.blog-content h1 {
  font-size: 30px;
}

.blog-content h2 {
  font-size: 24px;
}

.blog-content h3 {
  font-size: 22px;
}

.blog-content h4 {
  font-size: 20px;
}

.blog-content h5 {
  font-size: 18px;
}

.gallery-main-page .btc_blog_indx_date_wrapper {
  position: absolute;
  background-color: #FCD905;
  z-index: 999;
  bottom: -10px;
  left: 30px;
  text-align: center;
  width: 90px;
  height: 25px;
}

.gallery-main-page .btc_blog_indx_date_wrapper p {
  font-size: 14px;
}

.gallery-main-page .btc_blog_indx_box_wrapper {
  margin: 20px auto;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-wrap {
  width: 25%;
  height: 250px;
  float: left;
  border: 1px solid #fff;
}

.gallery-wrap img {
  width: 100%;
  height: 100%;
}

.gallery-landing .wrap div img,
.gallery-wrap img,
.home-gallery div.wrap a div img {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.gallery-header {
  padding: 80px 0 !important;
}

.footer-area {
  position: relative;
  padding: 0;
  background: #1A2B38;
}

.footer-top {
  padding: 60px 0px;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #8b98a1;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #fff;
  font-weight: 400;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  line-height: 20px;
}

.footer-area .footer-link li a:hover {
  color: #fcd805;
}

.footer-area .address li {
  margin-bottom: 0px;
}

.footer-area .address .btn.btn-common {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
  border-width: 2px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  padding: 15px 0px;
  min-width: 200px !important;
  width: 200px;
}

.footer-area .address .btn.btn-common:hover {
  color: #000 !important;
  background-color: white;
  border: 2px solid white;
}

.footer-area .address li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  line-height: 32px;
  color: #fff;
}

.social-icon a i {
  line-height: 30px;
}

#copyright {
  background-color: white;
}

#copyright .copyright-content {
  padding: 15px 0;
}

#copyright p {
  line-height: 42px;
  color: #666;
  text-align: center;
  margin: 0;
  font-size: 14px;
}

#copyright p a {
  color: #a5a6aa;
}

.social-icon {
  margin-top: 10px;
}

iframe .namemedium .nameWrapper,
iframe input,
iframe textarea {
  width: 100% !important;
}

@media (min-width: 1200px) {
  #header-wrap .container-fluid {
    max-width: 1350px;
  }
  .imgleftright {
    width: 400px;
  }
}

div#cyberModal .modal-content {
  background: #023f75;
  background-image: url('/media/tj1d0bm5/yl-popup.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.offer-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.3rem;
  text-transform: uppercase;
}

.offer-saving {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.1rem;
}

.offer-saving span {
  color: #ffd200;
  font-size: 3rem;
  line-height: 4.2rem;
}

.offer-text {
  font-size: 1rem;
  font-weight: 500;
}

.offer-expire-txt {
  font-size: 1.2rem;
  font-weight: 600;
}

.offer-btn {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  background: #ffd200;
  border: none;
  text-transform: uppercase;
  width: 220px;
}

div#cyberModal .offer-logo img {
  max-width: 200px;
}

div#cyberModal .close {
  float: right;
  font-size: 3rem;
  font-weight: 200 !important;
  line-height: 1;
  color: #ffd200;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

div#cyberModal .modal-header {
  border-bottom: none;
  padding: 0.1rem 1rem;
}

div#cyberModal .modal-footer {
  border-top: none;
  padding: 4rem 0;
}

@media (min-width:576px) {
  #cyberModal .modal-dialog-centered {
    max-width: 850px;
    margin: 1.75rem auto;
  }
}

@media (max-width:480px) {
  .offer-title {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .offer-saving {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9rem;
  }
  .offer-text {
    font-size: 0.9rem;
  }
  .offer-saving span {
    font-size: 2rem;
    line-height: 3rem;
  }
}



/* ------------ Finance Page -------------- */
.solar-finance .inner-page-title-two {
    font-size: 56px;
    line-height: 72px;
}
.solar-finance .title-two-color {
    color: #FFD200;
	display: inline-block;
	position: relative;
	
}
.solar-finance .title-two-color:after {
    position: absolute;
    content: '';
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FCD805;
}
.solar-finance .btn-two {
    color: #000;
    margin-top: 25px;
}
.solar-finance .btn-two:hover, .btn-two:focus {
    color: #000 !important;
}
.solar-finance .icon-box2 {
    width: 92px;
    height: 92px;
    line-height: 92px;
    background: #fcd805;
    text-align: center;
    border-radius: 0px 20px;
    margin: 25px 0;
}
.solar-finance ul.yl-icon {
    list-style-image: url('../media/list-icon.svg');
    margin-top: 20px;
    font-weight: 500;
}
.solar-finance .cta-color {
    color: #000 !important;
}
.solar-finance .align-items-right {
    text-align: right;
}
.solar-finance .align-items-left {
    text-align: left;
}
.solar-finance .cta-color-yellow {
    color: #fcd805 !important;
    font-weight: 400 !important;
}
.solar-finance .site-heading.border-bottom h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 30px;
}
.solar-finance .btn-cta2 {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.solar-finance .btn-cta2:hover {
    background-color: #000;
    color: #fff !important;
}
.solar-finance ol {
    counter-reset: my-counter; /* Reset the counter for custom numbering */
    list-style-type: none; /* Hide the default numbering */
  }

  .solar-finance ol li::before {
    content: counter(my-counter);
	background-color: #fff2b3;
	padding: 0.1em 0.3em;
	margin-right: 0.5em;
	font-size: 42px;
	line-height: 45px;
	border-radius: 90px;
	height: 45px;
	width: 45px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 18px;
  }

  .solar-finance ol li {
    counter-increment: my-counter; /* Increment the counter for each list item */
	display: flex; /* Align content in a row */
    align-items: flex-start; /* Align content at the start point */
	margin-bottom: 20px;
  }




  /************** New CSS ******************/
.txt-yellow {
    color: #fcd805 !important;
}
.head-title .txt-yellow {
    color: #fcd805;
    font-weight: 700;
    font-size: 40px;
}

.solar-ambassador{
    padding: 40px 0px;
}
.solar-ambassador .overlay{
    background: none;
}
.solar-ambassador .row{
    padding: 40px 80px;
    background-color: rgba(256, 256, 256, 0.8);
    border-radius: 50px;
}
.solar-ambassador .row h2{
    font-weight: 700;
    color: black;
    font-size: 45px;
}
.solar-ambassador .row p{
    color: black;
    font-size: 20px;    
}
.referral-program .inner-page-title-two
{
    line-height: 50px;
}
.referral-program p{
    font-size: 20px;
}
.inner-page-title-two .lite-txt{
    font-weight: 500;
}
.inner-page-title-two .fs-mini-heading{
    font-size: 34px;
}
.referral-details{
    margin-top: 20px;
}
.referral-right-txt{
    position: relative;
    overflow: hidden;
}
.referral-program-details{
    position: relative;
    display: inline-block;
    padding: 25px;
    padding-right: 80px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #ffd000;
    background-image: url('/assets/img/RAF/yl-fav-icon.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 115% center;
    min-width: 300px;
    min-height: 130px;
}
.referral-program-details h3{
    line-height: 1;
}
.referral-program-details p{
    margin-top: 10px;
}
.referral-program-details span{
    font-size: 15px;
}
.referral-program-details-bg{
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.referral-paid-customer .inner-page-title-two{
    font-size: 45px;
    line-height: 50px;
}
.referral-paid-customer p{
    font-size: 20px;
    margin-bottom: 20px;
}
.solar-referring-program .overlay{
    background: rgba(27,45,58,0.8);
}
.solar-referring-program{
    text-align: left;
}
.solar-referring-program .inner-page-title-two{
    font-size: 45px;
    color: white;
    line-height: 1;
}
.solar-referring-program p{
    color: white;
    margin-bottom: 20px;
}
.solar-referring-program .btn-common{
    color: black;
}

.how-it-works{
    text-align: center;
}
.how-it-works .inner-page-title-two{
    font-size: 45px;
    line-height: 1;
    margin-bottom: 40px;
}
.how-it-works .referral-steps{
    position: relative;
}
.referral-steps-img-div{
    position: relative;
}
.referral-steps-img-div img{
    margin-top: 20px;
    margin-bottom: 20px;
}
.referral-steps h4{
    font-size: 22px;
    font-weight: 700;
}
.referral-steps p{
    font-size: 16px;
}
.how-it-works .disclaimer{
    text-align: center;
    background-color: #ffd200;
    border-radius: 30px 30px 0px 0px;
    margin-top: 60px;
    padding: 35px 60px;
}
.how-it-works .disclaimer h4{
    display: block;
    font-size: 22px;
}
.how-it-works .disclaimer h4 span{
    color: red;
}
.how-it-works .disclaimer p{
    padding-bottom: 35px;
}
.referral-form {
    text-align: left;
}
.referral-form .overlay{
    background: rgba(27,43,56, 0.4);
    backdrop-filter: blur(5px);
    -webkit-filter: blur(5px);
}
.referral-form h2{
    font-size: 45px;
    color: white;
    line-height: 1;
}
.talk-to-expert{
    background-color: #1b2b38;
    padding: 30px 20px;
}
.talk-to-expert .section-title{
    color: white;
    font-size: 30px;
    font-weight: 400;
}
.refer-form .form-rows .row{
}
.refer-form input, .refer-form textarea{
    padding: 10px 15px;
    border: 0px !important;
    width: 100%;
}

.refer-form input:focus-visible,.refer-form textarea:focus-visible{
    border: 0px !important;
}
.refer-form label{
    color: white;
    padding-top: 15px;
}
.refer-form label em{
    color: red !important;
}
.refer-form button{
    color: #000;
}
.refer-form .form-title h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}


@media(max-width:771px) {
    .solar-ambassador .row{
        padding: 20px 40px;
    }
    .solar-referring-program .inner-page-title-two {
        margin-top: 40px;
    }
    .referral-paid-customer img{
        margin-top: 30px;
    }
    .referral-program .inner-page-title-two, .referral-paid-customer .inner-page-title-two,
    .solar-referring-program .inner-page-title-two, .how-it-works .inner-page-title-two,
    .referral-form h2{
        font-size : 35px;
    }
    .referral-program-details h3{
        font-size: 30px;
    }
}
@media(max-width:500px) {
    .solar-ambassador .row{
        padding: 30px 10px 10px 10px;
    }
}




.ev-form{
    border: 1px solid #EDEDED;
    background: #F8F8F8;
    padding: 20px;
}
.ev-form label{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.ev-form input, .ev-form textarea{
    border-radius: 3px;
    border: 0.75px solid #C9C9C9 !important;
    background: #FFF;
}
.ev-form h5{
    color: #000;
    font-size: 24px;
    font-weight: 800;
}
.ev-form .btn{
    width: 100%;
}
.ev-about{
    background-color: #000;
}
.ev-about-text{
    color: white;
    padding: 30px;
}
.ev-about h3{
    color: #fff;
}
.ev-about p{
    color: #fff;
}
.ev-about .btn-common{
    color: #000;
}
.ev-tags{
    background-color: #fcd805;
    padding: 20px;
}
.ev-tags ul li p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
}

.ev-section-info h2{
    margin-bottom: 20px;
}
.ev-section-info p{
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.ev-section-info .ev-section-end{
    display: inline-block;
    width: 297px;
    height: 3px;
    flex-shrink: 0;
    background: #FCD805;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ev-section-info p{
    margin-bottom: 20px;
}
.ev-section-info p strong{
    font-size: 24px;
}
.ev-section-info .ev-sub-heading{
    font-size: 20px;
    font-weight: bold;
}
.ev-section-info table{
    margin-top: 20px;
}
.ev-section-info table td,.ev-section-info table th{
    border: 1px solid #1b2b38;
}
.ev-section-info table th p{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.ev-section-info table tr p{
    margin-bottom: 0px;    
}
.ev-table-yellow-row{
    background-color: #fcd805;
    color: #1b2b38;
}
.ev-table-blue-row{
    background-color: #1b2b38;
    color: white;
}
.pos-sticky{
    position : sticky;
    top :0;
}
.txt-black{
    color: black;
}
.banner-img {
  height:100% ;
  min-height: 500px;
  object-fit: cover;
}
.solar-bg {

  background: url(../img/solar-modal-bg.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* border-bottom: 10px solid #FFD204; */
}

.title-content {
  font-size: 28px;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;

}
.title-content small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  padding-top: .75rem;
}
.disclaimer-modal{
  font-size: 12px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.add-close-btn {
  position: absolute;
  right: 10px ;
  top: 0px;
  background: none;
  border: none;
  z-index: 100;
  font-size: 1.5rem;
  color: #999;
}

.add-close-btn:hover {
  color: #000000;
} 

.pr-0{
  padding-right: 0px;
}

.modal-solar-bg {
  background: url(../img/solar-modal-bg.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* border-bottom: 10px solid #FFD204; */
}

.modal-title-content {
  font-size: 20px;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
}