/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
{% include '../tools/_macros.css' %}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

{% set body_copy1 = theme.typography.body_copy1 %}
{% set body_copy2 = theme.typography.body_copy2 %}


/* Back To Home CSS Start */

.backtohome-main {
  display: block;
  width: 40px;
  height: 40px;  
  position: fixed;
  right: 30px;
  bottom: 120px;
  background-color: rgba(,);
  padding-top: 5px;
  text-align: center;
  z-index: 1111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  ;
}

.backtohome-main .backtohome-arrow {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid ;
  border-left: 2px solid ;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  ;
}

.backtohome-main .backtohome-arrow.text-white {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.backtohome-main:hover .backtohome-arrow{
  margin-top: -5px;  
}

.backtohome-main:hover {
  background: 
}

.backtohome-main:hover .backtohome-arrow {
  border-color: #fff;
}
/**************************
   Footer Style One CSS
 **************************/

.rpfooter {
  padding: 100px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  
  position: relative;
  float: left;
  width: 100%;
  
}

.rpfooter .overlay {
  position: absolute;
  content:"";
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.regal-footer {
  position: relative;
  z-index: 11;
}

.rpfooter h5.footer-title {
  color: ;
  margin-bottom: 15px;
}

.rpfooter h5.footer-title div{
  color: ;
 
}

.footer-descirption p {
  max-width: 300px;
}


.rpfooter .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {  
  font-size: ;  
  color: ;
  text-transform:capitalize;
  font-weight: normal;
  padding: 0;
  ; 
  
}

.rpfooter.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
   color: #fff;
}

.rpfooter .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  margin-bottom: 5px;
}

.rpfooter .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: ;
}

.rpfooter.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: rgba(255,255,255,0.7);
}

.rpfooter .hs-menu-wrapper.hs-menu-flow-horizontal > ul li::before {
  display: none;
}

.copyright-block p {
  color: ;
  font-size:14px;
  font-family: ;
  margin-left: 0;
  margin-bottom: 0;
  
}

.rpfooter.text_white .copyright-block div {
    color: #fff;  
}


.footer-logo {
  margin-bottom: 15px;
}  

.rpfooter.text_white .copyright-block p {
   color: #fff;
}
.span12.copyright-block {
  margin-left: 0 !important;
}

.rpfooter .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  padding-left: 0;
  width: 100%;
}

.rpfooter.text_white .footer-descirption p{
  color: #fff;
  max-width: 270px;
}

.rpfooter.text_white h5.footer-title {
  color: #fff;
}

.rpfooter.text_white h5.footer-title div {
  color: #fff;
}

.social-links__icon:fist-child {
  margin-left: 0;
}

.social-links__icon:last-child {
  margin-right: 0;
}

.rpfooter .span4.footer-nav {
	text-align: left;
}

/**************************
   Footer Style Two CSS
 **************************/
.footer-address address {
  color: ;
}
.rpfooter.text_white  address {
  color:#fff;
}

.footer-descirption-col p {
  max-width: 300px;
}

.rpfooter.text_white .footer-descirption-col p {
  color:#fff;
}

.rpfooter .emailinfo {
  color:;
  ;
}

.rpfooter.text_white .emailinfo {
  color:#fff;
  
  
}

.rpfooter.text_white .emailinfo div {
  color:#fff;
}

.rpfooter.text_white .emailinfo div:hover,
.rpfooter.text_white .emailinfo:hover {
  color: rgba(255,255,255,0.7);
}

.span6.social-wrapper {
  display: flex;
  justify-content: flex-end;
}

.social-links__icon {
  display: inline-block;
  position: relative;  
  margin: 0 5px;
  width: 25px;
  height: 25px;
  ;
  
   
}

.social-links__icon svg {
  fill: ;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  ;
   
}

.social-links__icon:hover svg {
   margin-top: -3px;
}

.rpfooter.text_white .social-links__icon svg {
   fill: #fff;
  
}
.rpfooter.text_white .social-links__icon:hover svg{
  margin-top: -3px;
}

.span6.copyright-inner {
  display: flex;
  align-items: center;
}

.copyright-block {
  padding: 40px 0 0 0;
}

.emailinfo:hover {
  color: ;
}

/**************************
   Footer Style Three CSS
 **************************/
.rpfooter.footer-style3 .span4.social-wrapper {
  display: flex;
  justify-content: flex-end;
}

.rpfooter .social-wrapper h5.footer-title {
  padding-left: 10px;
}

.rpfooter.footer-style3 .copyright-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpfooter.text_white .copyright-block a {
  color: #fff;
}

/**************************
   Footer Style Four CSS
 **************************/
.rpfooter.footer-style4 .span12.footer-top-wrap {
  display: flex;
}

.rpfooter.footer-style4 .span4.footer-logo-columns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.rpfooter.footer-style4 .copyright-block {
  padding: 0;
}

/**************************
   Footer Style Five CSS
 **************************/
  .rpfooter.footer-style5 {
    padding: 70px 0;  
  }

.rpfooter.footer-style5 .footer-logo {
  margin-bottom: 0;
}

.rpfooter.footer-style5 .span12.footer-allcol-wrap {
  display: flex;
  align-items: center;
}

.rpfooter.footer-style5 .footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rpfooter.footer-style5 .span3.social-wrapper {
  display: flex;
  justify-content: flex-end;
}

.rpfooter.footer-style5 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  margin-bottom: 0 !important;
}

.rpfooter.footer-style5 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-weight: 600;
}

/**************************
   Footer Style Six CSS
 **************************/
/* .rpfooter.footer-style6 .footer-descirption p {
  max-width: 100%;
}

.rpfooter.footer-style6 .span12.footer-form-block {
	padding-left: 80px;
}
 */
.footer-form-wrap {
  margin-top: 40px;
}
.footer-form-wrap form{
  display: flex;
  position: relative;
}

.footer-form-wrap form .hs_email label {
  display: none;
}

.footer-form-wrap .hs-button.primary.large {
	min-width: 153px;
	padding: 17px 20px;
}

.footer-form-wrap .hs-button.primary.large:focus {
  outline: 0;
}

.footer-form-wrap .hs_email {
  width: 80%;
  margin-right: 20px;
}

.footer-form-wrap form .hs_email label.hs-error-msg {
  display: block !important;
}

.footer-form-wrap .hs_error_rollup {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
}

/****************************
    Footer Style Seven
****************************/
.footer-style6 .copyright-block .span12.social-wrapper {
  display: flex;
  justify-content: center;
}

.rpfooter.footer-style6 {
  padding: 40px 0;
}

.footer-style6 .copyright-block {
  padding-top: 0;
}



.footer-form-wrap .hs_cos_wrapper h3{
  padding: 0;
}

.footer-form-wrap .hs_cos_wrapper form {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/*  Footer No Navigation CSS */
.rpfooter.footer--no-navigation {
	padding: 30px 0;
	color: #fff;
	background-color: #021626;
}

.rpfooter.footer--no-navigation .footer-bottom-left a {
  color: ;
  ;
}

.rpfooter.footer--no-navigation .footer-bottom-left a:hover {
  color: rgba(,0.8);
}


.footer-social-media ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-social-media ul li {
  padding-left: 0;
  display: inline-block;
  margin: 0;
}

.footer-social-media ul li:before {
  display: none;
}

.footer-social-media ul li a {
  color: #fff; 
  background-color: transparent;  
  border-radius: 100%;
	width: 30px;
	height: 30px;	
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  ;

}

.footer-social-media ul li a:hover {
  color: ;
  background-color: #fff;
}

.footer-social-media ul li:last-child a {
  padding-right: 0;
}

.span6.footer-social-block{
  display: flex;
  justify-content: flex-end;
}

.span6.copyright-inner a {
  color: ;
  ;
}

.span6.copyright-inner a:hover {
  color: rgba(,0.8);
}

.rpfooter.text_white .footer-form-wrap .hs-button.primary.large {
  background-color: #fff;
  color: ;
}

.rpfooter.text_white .footer-form-wrap .hs-button.primary.large:hover {
  background-color: #fff;
   -webkit-filter: contrast(2);
  filter: contrast(2);
  ;
  color: ;
}

.rpfooter .footer-form-wrap .hs-button.primary.large{
  background-color:;
  color: #fff;
}

.rpfooter .footer-form-wrap .hs-button.primary.large:hover {
  background-color:;
  color: #fff;
  -webkit-filter: contrast(2);
  filter: contrast(2);
}

/* .rpfooter.footer-style6 .span4.footer-nav {
  text-align:left;
}
 */

.rpfooter.footer-style2 .span6.footer-contactinfo {
	text-align: right;
}

.rpfooter.footer-style2 .span6.footer-address {
	text-align: right;
}

.footer-block .row-fluid [class*="span"],
.foorer-nonav-block .row-fluid [class*="span"]{
  min-height: 0 !important;
}

/****************************
    Footer Responsive CSS
****************************/

@media only screen and (max-width:991px) {
  .rpfooter {
    padding: 80px 15px !important;
  }
  
   /* Footer Style Six CSS   */
/*   .rpfooter.footer-style6 .span12.footer-form-block {
	  padding-left: 0;
  } */
  
  .footer-form-wrap .hs-button.primary.large {
	    min-width: 132px;
	}
  
  
}

@media only screen and (max-width:767px) {
  .rpfooter {
    padding: 50px 15px !important;
  }
  
  .footer-logo-columns {
    margin-bottom: 15px;
  }
  .span4.footer-nav{
    float:left;
    width:100%;
    margin-bottom: 15px;
  }
  
  .span6.footer-address {
	  margin-bottom: 20px;
  }
  
  .span6.copyright-inner {
	  width: 50%;
  }
  
  .span12.copyright-block {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  
  .span6.social-wrapper {
	  width: 50%;
  }
  
  /*  footer style three css */
  .rpfooter.footer-style3 .span4.social-wrapper {	
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .span3.footer-nav {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  
  .rpfooter .social-wrapper h5.footer-title {
     padding-left: 0px;
  }
 
  /*  footer style four css  */
  .footer.footer-style4 .span12.footer-top-wrap {
    flex-wrap: wrap;
  }
  
  .rpfooter.footer-style4 {
    position: relative; 
    padding-bottom: 40px !important;
  }
  
  .rpfooter.footer-style4 .copyright-block {
	  position: absolute;
	  bottom: -40px;
  }
  
  /* Footer Style Five CSS  */
  .rpfooter.footer-style5 .span6.footer-nav {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 20px;
    }
  
  .rpfooter.footer-style5 .span12.footer-allcol-wrap {
    flex-wrap: wrap;
  }
  
  .rpfooter.footer-style5 .span3.footer-logo-columns {
    width: 100%;
    text-align: center;
  }
  
  .rpfooter.footer-style5 .span3.social-wrapper {
    justify-content: center;
    width: 100%;
  }
  
  /* footer Seven css  */  
  .footer-style6 .copyright-block {
    padding-top: 0;
  }
  
  .footer-style6 .copyright-block .span12.social-wrapper {
    width: 100%;
  }
  
  .rpfooter.footer-style6 {
    padding: 30px 0;
  }
  
  /* Footer No Navigation CSS   */
  .span6.footer-social-block {   
    justify-content: center;
    margin-top: 10px;
  }
  
  .span6.footer-bottom-left {
    text-align: center;
  }
  
   .regal-footer .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer .span4.footer-nav {
    text-align: left;
  }
  
  .rpfooter.footer-style2 .span6.footer-contactinfo {
    text-align: left;
  }

  .rpfooter.footer-style2 .span6.footer-address {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  
  .rpfooter h5.footer-title {
    margin-bottom: 10px;
  }
  
  .span12.copyright-block {
    padding-top: 25px;
  }
  .span6.copyright-inner {
	  width: 100%;
  }
  
  .span6.social-wrapper {
	  width: 100%;
  }
  
  .span6.social-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
  }
  
  /* Footer Style Five CSS   */
  .rpfooter.footer-style5 .footer-nav ul {
    flex-wrap: wrap;
  }
  
  .rpfooter.footer-style5 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	  margin-bottom: 5px !important;
  }
  
  .rpfooter.footer-style5 {
    padding-bottom: 40px !important;
  }
  
  /* Footer Style Six CSS    */
  .footer-form-wrap form {
    flex-wrap: wrap;
  }
  
  .footer-form-wrap {
	  margin-top: 30px;
  }
  
  /*  footer seven css   */
  .span12.copyright-block {
    padding-top: 0;
  }
  
 
}