/* Start custom CSS for html, class: .elementor-element-1cfa4a7f */.elementor-12653 .elementor-element.elementor-element-1cfa4a7f .email-error-msg {
    position: absolute;
    font-size: 14px;
    bottom: -24px;
    left: 22px;
    display: none;
}
.elementor-12653 .elementor-element.elementor-element-1cfa4a7f .email-error-msg.active {
    display: block;
}

.elementor-section.elementor-section-boxed>.elementor-container{
  max-width: 100%;
}

#alp-footer h1,
#alp-footer h2,
#alp-footer h3,
#alp-footer h4,
#alp-footer ul,
#alp-footer p{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
  padding: 0;
}
#alp-footer .subscribe-form .btn:before{
  content: '';
  display: block;
  position: absolute; }
  #alp-footer .subscribe-form .btn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  #alp-footer .soc-list a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #alp-footer .soc-list a:hover {
    opacity: .8; }
    #alp-footer .subscribe-form .btn {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #alp-footer .subscribe-form input {
  border: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  color: #3E3E3E;
  font-family: "Montserrat", sans-serif; }
  #alp-footer {
  background-color: #3E3E3E;
  padding: 82px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff; }
  #alp-footer {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (min-width: 768px) {
      #alp-footer {
        padding-left: calc(40px + 130 * ((100vw - 768px) / 1152));
        padding-right: calc(40px + 130 * ((100vw - 768px) / 1152)); } }
    @media screen and (min-width: 1920px) {
      #alp-footer {
        padding-left: 170px;
        padding-right: 170px; } }
  @media only screen and (max-width: 1280px) {
    #alp-footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 660px) {
    #alp-footer {
      padding-top: 30px;
      padding-bottom: 25px;
      text-align: center; } }
  #alp-footer .title {
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1280px) {
      #alp-footer .title {
        font-size: 18px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 660px) {
      #alp-footer .title {
          font-size: 20px;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 660px) {
    #alp-footer .alpFooter-col {
      width: 100%; } }
  #alp-footer .alpFooter-col p {
    font-size: 24px;
    line-height: 120%; }
    @media only screen and (max-width: 1280px) {
      #alp-footer .alpFooter-col p {
        font-size: 14px; } }
  #alp-footer .alpFooter-col .foot-menu {
    text-align: left; }
    @media only screen and (max-width: 660px) {
      #alp-footer .alpFooter-col .foot-menu {
        margin-top: -16px; } }
    #alp-footer .alpFooter-col .foot-menu ul {
      list-style: none;
      padding: 0; }
      #alp-footer .alpFooter-col .foot-menu ul li {
        margin-bottom: 34px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.22222;
        text-transform: uppercase; }
        @media only screen and (max-width: 1280px) {
          #alp-footer .alpFooter-col .foot-menu ul li {
            font-size: 10px;
            margin-bottom: 14px; } }
        #alp-footer .alpFooter-col .foot-menu ul li:last-child {
          margin-bottom: 0; }
        #alp-footer .alpFooter-col .foot-menu ul li a {
          color: inherit; }
          #alp-footer .alpFooter-col .foot-menu ul li a:hover {
            text-decoration: underline; }
  #alp-footer .subscribe-form {
      position: relative;
    margin-top: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    max-width: 450px; }
    @media only screen and (max-width: 1280px) {
      #alp-footer .subscribe-form {
        margin-top: 16px;
        max-width: 240px; } }
    @media only screen and (max-width: 660px) {
      #alp-footer .subscribe-form {
        margin-top: 29px;
        max-width: 100%; } }
    #alp-footer .subscribe-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    #alp-footer .subscribe-form input {
      font-family: "Montserrat", sans-serif;
      border-radius: 5px 0 0 5px;
      color: #fff;
      border-right: none;
      height: 38px;
      padding: 0 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 14px; }
      #alp-footer .subscribe-form input::-webkit-input-placeholder {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      #alp-footer .subscribe-form input::-moz-placeholder {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      #alp-footer .subscribe-form input:-ms-input-placeholder {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      #alp-footer .subscribe-form input:-moz-placeholder {
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      @media only screen and (max-width: 1280px) {
        #alp-footer .subscribe-form input {
          height: 20px;
          font-size: 8px;
          padding: 0 10px; } }
      @media only screen and (max-width: 660px) {
        #alp-footer .subscribe-form input {
          height: 38px;
          font-size: 13px; } }
    #alp-footer .subscribe-form .btn {
      background-color: #fff;
      border-radius: 5px;
      width: 80px; }
      @media only screen and (max-width: 1280px) {
        #alp-footer .subscribe-form .btn {
          width: 42px; } }
      @media only screen and (max-width: 660px) {
        #alp-footer .subscribe-form .btn {
          background-color: transparent; } }
      #alp-footer .subscribe-form .btn:before {
        background-size: 100%;
        background-image: url(https://res.cloudinary.com/uprightpose/image/upload/v1616402168/arrow-right_ipssec.svg);
        width: 15px;
        height: 17px; }
        @media only screen and (max-width: 1280px) {
          #alp-footer .subscribe-form .btn:before {
            width: 6px;
            height: 7px; } }
        @media only screen and (max-width: 660px) {
          #alp-footer .subscribe-form .btn:before {
            width: 9px;
            height: 10px;
            background-image: url(https://res.cloudinary.com/uprightpose/image/upload/v1616402170/arrow-right-white_fwo3vf.svg); } }
  #alp-footer .soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px; }
    @media only screen and (max-width: 1280px) {
      #alp-footer .soc-list {
        margin-top: 26px; } }
    @media only screen and (max-width: 660px) {
      #alp-footer .soc-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    #alp-footer .soc-list a {
      margin-right: 40px; }
      @media only screen and (max-width: 1280px) {
        #alp-footer .soc-list a {
          margin-right: 20px; }
          #alp-footer .soc-list a img, #alp-footer .soc-list a svg {
            max-height: 13px; } }
      #alp-footer .soc-list a:last-child {
        margin-right: 0; }
  #alp-footer .footer-bottom {
    width: 100%;
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 150%; }
    
    #alp-footer .after_submit{
        font-size: 24px;
line-height: 170%;

    }
    
    @media only screen and (max-width: 1280px) {
      #alp-footer .footer-bottom {
        margin-top: 50px;
        font-size: 10px; } 
         #alp-footer .after_submit{
             font-size:14px;
         }
        
    }
    @media only screen and (max-width: 660px) {
      #alp-footer .footer-bottom {
        margin-top: 23px; } 
        #alp-footer .alpFooter-col .foot-menu ul li{
            font-size:12px;
            margin-bottom:8px;
        }
        #alp-footer .after_submit{
            text-align:center;
            margin-top:20px;
            margin-bottom:50px;
        }
        #alp-footer .alpFooter-col .foot-menu ul li:last-child{
            margin-bottom:0px;
        }
        #alp-footer .soc-list a img, #alp-footer .soc-list a svg{
            max-height:15px;
        }
        #alp-footer .soc-list a{
            margin-right:15px;
        }
        #alp-footer .soc-list a:last-child{
            margin-right:0;
        }
    }
    
    
    
     .dnone{
        display: none !important;
    }/* End custom CSS */