







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
}





body {
  font-size: 18px;
  font-weight: 300;
  font-family: Work Sans;
  color: rgba(68, 68, 68, 1.0);
}


p{
  color: rgba(68, 68, 68, 1.0);
  font-size: 18px;
}


/* Anchors */

a {
  color: rgba(253, 197, 45, 1.0);
}

a:hover,
a:active {
  color: rgba(253, 197, 45, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Helvetica;
  color: rgba(45, 42, 38, 1.0);
}

h1 {
  font-size: 60px;
  font-weight: 400;
}

h2 {
  font-size: 50px;
  font-weight: 300;
}

h3 {
  font-size: 40px;
  font-weight: 400;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}



@media (max-width:767px){
  h1{
    font-size:50px;

  }
  h2{
    font-size:40px;
  }

  h3{
    font-size:30px;
  }

  h4{
    font-size:20px;
  }

  h5{
    font-size:18px;
  }

}
/* Blockquote */

blockquote {
  border-left-color: rgba(253, 197, 45, 1.0);
}










/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(68, 68, 68, 1.0);
}

/* Form label */

.hs-form label {
  color: rgba(68, 68, 68, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: rgba(217, 216, 214, 1.0);
  border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(217, 216, 214, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  /*   color: ; */
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background:  #444;
}

.fn-date-picker td .pika-button:hover {
  background-color:  #444 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: {color=#444, opacity=100, css=#444444};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(253, 197, 45, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  border-width: 0px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(253, 197, 45, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(253, 197, 45, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}





.sticky.custom-header{
  background-color: rgba(255, 255, 255, 0.9);
}

.sticky .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(45, 42, 38, 1.0);
}
.sticky .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(45, 42, 38, 1.0);
}


.sticky .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(150, 150, 150, 1.0);
}

.sticky .custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(45, 42, 38, 1.0);
}


.sticky .custom-header-nav-social ul li a{
  color: rgba(150, 150, 151, 1.0);
  background-color:  rgba(255, 255, 255, 0.0);
}
.sticky .custom-header-nav-social ul li.social_bookmarks_facebook a:hover{
  background-color:  rgba(55, 88, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.sticky .custom-header-nav-social ul li.social_bookmarks_instagram a:hover{
  background-color:  rgba(166, 118, 88, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.sticky .custom-header-nav-social ul li.social_bookmarks_linkedin a:hover{
  background-color:  rgba(65, 156, 202, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.sticky .custom-header-main,
.sticky .custom-header-nav-wrapper{
  border-color: rgba(253, 197, 45, 1.0);
}

.custom-header{
  background-color: rgba(45, 42, 38, 0.9);
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 0.8);
}

.custom-header-nav-social ul li a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-header-nav-social ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
 .custom-header-nav-social ul li.social_bookmarks_linkedin a:hover{
  background-color:  rgba(65, 156, 202, 1.0);
}
 .custom-header-nav-social ul li.social_bookmarks_instagram a:hover{
  background-color:  rgba(166, 118, 88, 1.0);
}

 .custom-header-nav-social ul li.social_bookmarks_facebook a:hover{
  background-color:  rgba(55, 88, 155, 1.0);
}

span.avia-menu-fx{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(150, 150, 150, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-header-nav-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(45, 42, 38, 1.0);
  background-color: rgba(248, 248, 248, 1.0);
}






.cst-top-footer,
.cst-top-footer,
.cst-top-footer-right{
  background-color: rgba(45, 42, 38, 1.0);
}
.cst-ftr{
  background-color: rgba(255, 255, 255, 1.0);
}
.copyright-wrap a{
  color: rgba(253, 197, 45, 1.0);
}

.copyright-wrap a:hover{
  color: rgba(253, 197, 45, 1.0);
}
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>ul>li>a,.cst-top-footer-left-section3-top-inner p a,
.cst-top-footer-left-section3-bottom h3 a,.cst-top-footer-left-section2-bottom h3 a,
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>ul>li>a:hover,.cst-top-footer-left-section3-top-inner p a:hover,
.cst-top-footer-left-section3-bottom h3 a:hover,.cst-top-footer-left-section2-bottom h3 a:hover,
.cst-top-footer-left-section2-top-inner .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-social ul li a{
  color: rgba(150, 150, 150, 1.0);
}
.footer-social ul li a:hover{
  color: rgba(253, 197, 45, 1.0);
}

.cst-top-footer-right-column{
  border-color:rgba(255, 255, 255, 1.0);
}

.cst-top-footer-left-section3-bottom a.mail,
.iconbox_ico{
  color: rgba(255, 255, 255, 1.0);
}


.custom-header.sticky{
  background-color: rgba(#null, 0.0);
}












.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1410px;
  width:100%;
}

@media only screen and (max-width: 767px){

  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    width: 85%;
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}