







/* 1a. Containers */






/* 1b. Colors */








/* 1c. Typography */











































































form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:;
  color:;
  border-color:;
}

/* 1e. Forms */














form{
  background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
}
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 {
  background-color:

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
  border:px solid ;
  border-radius:px;
  border-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form select::placeholder,
form textarea::placeholder{
  color: #7a7a7a
}

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 {
  color:;
  border-color: 

  
  
    
  


  rgba(88, 37, 220, 1.0)

;
}

.hs-form-booleancheckbox label span{
  color: #7a7a7a;
}


/* 1h. Site footer */
























.content-wrapper{
  padding: 0 0px 0px;
}


.content-wrapper,
.dnd-section > .row-fluid{
  max-width: 1240px;
}  
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 0px;
}







body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(17, 16, 16, 1.0)

;
  font-weight: 400;
  font-family: Open Sans;
  background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
}


@media (max-width: 767px){
  body{
    font-size: 15px
  }
}


/* Paragraphs */

body .body-wrapper p {
  font-size: 16px;
  color: #111010;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 1.5
}


body.darkModeOn .body-wrapper p {
  color: 
}

@media screen and (max-width: 767px){
  body .body-wrapper p {
    font-size: 15px;
    line-height: 21px;   
  }
}
/* Anchors */

a {
  color: 

  
  
    
  


  rgba(17, 16, 16, 1)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(1, 116, 196, 1)

;
}

/* Headings */

h1, .h1 {
  font-family: Open Sans;
  font-size: 54px;
  color: #2b2a3c;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  font-style: normal;
}

@media (max-width: 767px){
  h1, .h1{
    font-size: 40px;
    line-height: 1.5;

  }
}

h2, .h2 {
  font-family: Open Sans;
  font-size: 42px;
  color: #2b2a3c;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px){
  h2, .h2{
    font-size: 32px;
    line-height: px
  }
}


h3, .h3 {
  font-family: Open Sans;
  font-size: 30px;
  color: #2b2a3c;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px){
  h3, .h3{
    font-size: 26px;
    line-height: px
  }
}


h4, .h4 {
  font-family: Open Sans;
  font-size: 24px;
  color: #2b2a3c;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px){
  h4, .h4{
    font-size: 22px;
    line-height: px
  }
}


h5, .h5 {
  font-family: Open Sans;
  font-size: 20px;
  color: #2b2a3c;
  font-weight: 400;
  line-height: 1.3;
}

h5.subtitle-style{
  color: rgba(1, 116, 196, 1.0);
  margin-bottom: 10px;
}

@media (max-width: 767px){
  h5, .h6{
    font-size: 18px;
    line-height: px
  }
}


h6, .h6 {
  font-family: Open Sans;
  font-size: 18px;
  color: #2b2a3c;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px){
  h6, .h6{
    font-size: 16px;
    line-height: px
  }
}


/* Blockquote */

blockquote {
  border-left-color: 

  
  
    
  


  rgba(43, 42, 60, 1.0)

;
}






/* 1d. Buttons */














/* 1d. Secondary Buttons */














/* Move Line Primary Button */












/* Move Line Secondary Button */











/* Arrow Line Button */












.arrow_line_btn{
  background-color:

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
  font-size: 16px;
  line-height: 1.5;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  border-radius: 0px;
  padding: 0px 40px 0px 0px;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
}

.arrow_line_btn:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: currentColor;
  transition: .5s;
  opacity: 1;
}

.arrow_line_btn:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: currentColor;
  transition: .5s;
  left: -40px;
  right: unset;
  opacity: 0;
}

.arrow_line_btn:hover{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
  text-indent: 40px;
}
.arrow_line_btn:hover:before{
  right: -60px;
  opacity: 0;
}
.arrow_line_btn:hover:after{
  left: 0px;
  opacity: 1;
}
.pri_move_line_btn{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}
.pri_move_line_btn::before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 50px;
  height: 100%;
  transition: background-color .3s, width .3s, box-shadow .3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 5px;
  z-index: 0;
  background: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
}
.pri_move_line_btn:hover,
.pri_move_line_btn:active{
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}
.pri_move_line_btn:hover:before{
  background: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  width: 100%;
}

.sec_move_line_btn{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}
.sec_move_line_btn::before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 50px;
  height: 100%;
  transition: background-color .3s, width .3s, box-shadow .3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform-origin: 0 0;
  border-radius: 5px;
  transform-origin: 0 0;
  z-index: 0;
  background: 

  
  
    
  


  rgba(247, 248, 253, 1.0)

;
}
.sec_move_line_btn:hover,
.sec_move_line_btn:active{
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}
.sec_move_line_btn:hover:before{
  background: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  width: 100%;
}



.primary-btn,
.primary,.hs-btn,
.hs-primary-btn{
  background-color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  border-radius: 5px;
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}


.primary:hover,
.hs-btn:hover,
.primary-btn:hover,
.hs-primary-btn:hover,
.primary-btn:focus,
.hs-primary-btn:focus{
  background-color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
  border-color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
}


button:active,
.button:active {
  background-color: rgba(41, 156, 236, 0.0);
  border-color: ;
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}


.secondary-btn,
.hs-sec-button,
.secondary-button,
.hs-secondary-btn{
  background-color: 

  
  
    
  


  rgba(43, 42, 60, 0.0)

;
  border: 1px solid 

  
  
    
  


  rgba(43, 42, 60, 1.0)

;
  border-radius: 5px;
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1.5;
}

.secondary-btn:hover,
.hs-sec-button:hover,
.secondary-btn:hover,
.hs-secondary-btn:hover{
  background-color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  border-color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






form,
.submitted-message {
  font-size: 16px;
  color: #111010;
  font-weight: 400
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(254, 254, 254, 0.0)

;
  color: 

  
  
    
  


  rgba(9, 17, 32, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(58, 58, 58, 1.0)

;
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: #111010;
}

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(17, 16, 16, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(17, 16, 16, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(17, 16, 16, 1.0)

;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(1, 116, 196, 1.0)

;
  border-radius: 5px;
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
  padding: 10px 20px;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
  color: 

  
  
    
  


  rgba(254, 254, 254, 1.0)

;
}





table {
  background-color: ;
  border-color: ;
}

th,
td {
  border-color: ;
  color: ;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: ;
  color: ;
}

















body.active-dark .header_menu-section.mobile_link .sli-p-menu-list{
  background-color: ;
}

header.header,
.sil-header,
header.header .sil-header-inner{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  background-image: ;
}

header.header .sli-header-menu .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .sli-header-menu .hs-menu-wrapper>ul>li:hover>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-menu .hs-menu-wrapper>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-menu .hs-menu-wrapper ul ul li a{
  color: 

  
  
    
  


  rgba(#null, 1)


}

.header-menu .hs-menu-wrapper ul ul li a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)


}

header.header .sli-header-menu .hs-menu-wrapper>ul>li>ul{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-menu .hs-menu-wrapper ul ul li:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-text h6{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-text h6 span a,
header.header .sli-menu-others .cont-us-sec span{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .sli-header-menu .hs-menu-wrapper>ul>li span.l-dropdown-icon{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header.header .sli-header-menu .hs-menu-wrapper>ul>li> ul >li > a {
  color:

  
  
    
  


  rgba(#null, 1)


}

header.header .sli-header-menu .hs-menu-wrapper>ul>li> ul >li > a:hover {
  color:

  
  
    
  


  rgba(#null, 1)


}

header.header .sli-header-menu .hs-menu-wrapper>ul>li> ul >li:hover {
  background-color:

  
  
    
  


  rgba(#null, 1)


}


/* Site Header 2 */














header.header-v2 .header-v2-inner{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  background-image: ;
}

.header-v2 .menu-wrapper{
  background-color: 

  
  
    
  


  rgba(#null, 1)


}

header .sil-button a{
  color: 

  
  
    
  


  rgba(#null, 1)


}

header .sil-button a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)


}

.header-v2 .menu-wrapper nav.menu-navbar .hs-menu-wrapper > ul > li > a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.header-v2 .menu-wrapper nav.menu-navbar .hs-menu-wrapper > ul > li:hover > a{
  color: 

  
  
    
  


  rgba(#null, 1)


}
.header-v2 .menu-wrapper nav.menu-navbar .hs-menu-wrapper > ul > li{
  background-color: 

  
  
    
  


  rgba(#null, 1)

 
}

.header-v2 .menu-wrapper nav.menu-navbar .hs-menu-wrapper > ul > li:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

 
}

.header-v2 .menu-wrapper nav.menu-navbar .hs-menu-wrapper > ul > li > a.mb-dropdown-icon{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
























.header_menu-section .sli-p-menu-list .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)


}

.header_menu-section .sli-p-menu-list .hs-menu-wrapper>ul>li:hover>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_menu-section .sli-p-menu-list .hs-menu-wrapper>ul>li{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-wrapper-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>ul.hs-menu-children-wrapper{
  background-color: 

  
  
    
  


  rgba(#null, 1)


}

.header-wrapper-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>ul li a{
  color: 

  
  
    
  


  rgba(#null, 1)


}

.header-wrapper-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>ul li a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-wrapper-v3 .header_other .contact a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-wrapper-v3 .header_other .contact a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-wrapper-v3 .header_other .social-icons ul li a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header-wrapper-v3 .header_other .social-icons ul li a:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.header--searchs .search-icon i{
  color: ;
}
.header--searchs .search-icon i:hover{
  color: ;
}

.header--searchs .hs-search-field form input{
  background-color: ;
  color: ;
  border: px solid ;
}

.header--searchs .hs-search-field form input::placeholder{
  color: 
}

.header--searchs .close-btn{
  color: 
}




footer.footer,
footer.footer.sty1 .footer-bottom:before{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer .social-circle-style .mo-svg-circle circle:first-child{
  stroke: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer ul.social-circle-style li a:hover circle:first-child{
  stroke: 

  
  
    
  


  rgba(#null, 1)

;
}

.footer .social-circle-style .mo-svg-circle circle{
  fill: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer ul.social-circle-style li a:hover circle{
  fill: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer ul.social-circle-style li a i{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer ul.social-circle-style li a:hover i{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

footer.footer a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
footer .col-lg-6.sec-2 .hs-menu-wrapper > ul > li > a:first-child,
footer .col-lg-6 .footer-widget-2 h4,
footer .support-sec h4{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
footer.footer .footer-bottom .privacy-menu ul li a,
footer .col-lg-6.sec-2 .hs-menu-wrapper > ul ul li a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
footer.footer .footer-bottom .privacy-menu ul li a:hover,
footer .col-lg-6.sec-2 .hs-menu-wrapper > ul ul li a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
footer.footer .footer-bottom a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

footer.footer a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body .body-wrapper .footer p{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
footer.footer .footer-bottom a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.middle-footer p{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.footer-top p{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.bottom-footer p{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.bottom-footer p a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

.bottom-footer p a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

footer .footer-button a{
  background-color: ;
  color: ;
}

footer .footer-button a:hover{
  background-color: ;
  color: ;
}

footer .footer-social a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)


}

footer .footer-social a:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)


}









.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #111010;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: 

  
  
    
  


  rgba(1, 116, 196, 1)

;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: 

  
  
    
  


  rgba(1, 116, 196, 1)

;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #111010;
}

.blog-pagination__link {
  color: #111010;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #111010;
}

.blog-post__title {
  color: #2b2a3c;
  font-family:Open Sans;
  font-size: 54px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #2b2a3c;
}












.card__price {
  font-family: Open Sans
    font-size: 30px;
  color: #2b2a3c;
  font-weight: 700
}