/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1715px;
}

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #ffffff;
}
.page-center {
  max-width: 1715px;
}




html {
  font-size: 16;
}

body {
  color: rgba(255, 255, 255, 1.0);
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

p{
  font-family: proxima-nova, sans-serif;
}

a {
  color: rgba(79, 181, 230, 1.0);
  cursor: pointer;
}

a:active,
a:hover,
a:focus {
  color: rgba(247, 186, 52, 1.0);
}



h1 {
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova-condensed, sans-serif;
  font-size: calc(1.5em + 1.5vw);
  font-weight: 600;
}


@media(max-width: 479px) {
  h1 {
    /*     font-size: 1.21875px;  */
  }
}

h2 {
  color: #FFF;
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

@media(max-width: 479px) {
  /*   h2 {
  font-size: 2.49999999999em; 
} */
}

h3 {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media(max-width: 767px) {
  h3 {
    /*     font-size: 2.0px; */
  }
}
h4 {
  color: #FFF;
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

h5 {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova, sans-serif;
  font-size: calc(1em + 0.75vw);
  font-weight: 600;
}

h6 {
  color: #FFF;
  color: rgba(255, 255, 255, 1.0) ;  
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

blockquote {
  border-left: 3px solid #ffffff;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: proxima-nova;
}

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

.hs-button,
.button--primary {
  background-color: rgba(247, 186, 52, 1.0);
  border-color: rgba(247, 186, 52, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:active,
.button--primary:active,
.btn:focus,
.btn:hover,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(247, 186, 52, 1.0);
  border-color: rgba(247, 186, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);

}


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

.hs-form legend {
  color: rgba(124, 152, 182, 1.0);
}

input#hs-pwd-widget-password,
.hs-search-field__input,
input[type=password],
.hs-input[type=password],
form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
}


form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: rgba(245, 248, 250, 1.0);
}


.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #FFF;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: proxima-nova;
}
/* 
.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}
.fn-date-picker td.is-today .pika-button {
  color: #ffffff;
}

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

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




th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(222, 226, 230, 1.0);
  color: rgba(102, 102, 102, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(222, 226, 230, 1.0);
}





header.header {
  background-color: rgba(9, 33, 44, 1.0);
/*   border-bottom-color: rgba(79, 181, 230, 1.0); */
}

.header__container {
  max-width: 1715px;
}

.header_top li a{
  color: rgba(121, 132, 138, 1.0);
}

.header_top li a:hover{
  color: rgba(247, 186, 52, 1.0);
}


/*-----------*/


@media(min-width:768px){

  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(255, 255, 255, 1.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0) !important;
  }


  .cm-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: rgba(247, 186, 52, 1.0) ;
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,  
  .cm-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(247, 186, 52, 1.0);
  }
  
  .cm-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,  
  .cm-menu-primary .hs-menu-wrapper > ul > li.active > a:hover {
    background-color: rgba(255, 255, 255, 0.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li > a:after{
    background-color: rgba(255, 255, 255, 1.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    background-color: rgba(247, 186, 52, 1.0);
  }



  /*-----------*/

  .cm-menu-primary .hs-menu-wrapper > ul li > ul  {
    background-color: rgba(255, 255, 255, 0.0);
    border-color: rgba(#null, 0.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul ul > li > a {
    color: rgba(255, 255, 255, 1.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    background-color: rgba(85, 89, 92, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .cm-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a,  
  .cm-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
    background-color: rgba(85, 89, 92, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .header_bottom .cont_button a.cta_button{
    background-color: rgba(247, 186, 52, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .header_bottom .cont_button a.cta_button:hover{
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(247, 186, 52, 1.0);
  }
}





.footer {
  background-color: rgba(7, 24, 34, 1.0);
  color: rgba(7, 24, 34, 1.0);
}

.footer a {
  color: rgba(79, 181, 230, 1.0);
}

.footer a:hover {
  color: rgba(247, 186, 52, 1.0);
}

.footer__container {
  max-width: 1715px;
}


.social_share a.elementor-social-icon{
  background-color: rgba(96, 106, 115, 1.0);
  color: rgba(7, 24, 34, 1.0);
}

.social_share a.elementor-social-icon:hover{
  background-color: rgba(79, 181, 230, 1.0);
  color: rgba(7, 24, 34, 1.0);
}

.social_share a.elementor-social-icon svg .st0{
  fill: rgba(7, 24, 34, 1.0);
}

.social_share a.elementor-social-icon:hover svg .st0{
  fill:  rgba(7, 24, 34, 1.0);
}

.mail_link .footer_email:before,
.footer_top .call_us_wrap ul li.call_us:before{
  color: rgba(96, 106, 115, 1.0);
}





.content-wrapper {
  max-width: 1715px;
}

.blog-post__date {
  border-color: #FFF;
}

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

.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: #d7d7d7;
}

.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: #ffffff;
}

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

.blog-pagination__link {
  color: #FFF;
}

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

.blog-post__title {
  color: #FFF;
  font-family:proxima-nova-condensed;
  font-size: 3px;
  font-weight: ;
}

.blog-post__author {
  background-color: #ffffff;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #f7ba34;
}

.blog-post__read-more svg {
  fill: #FFF;
}

.blog-post__read-more a:hover svg {
  fill: #f7ba34;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #FFF;
}

.blog-sidebar a:hover {
  color: #f7ba34;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #FFF;
}

.blog-post__body, .blog-post__tags a {
  color: #FFF;
}

.blog-post__meta a:hover {
  color: #f7ba34
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #FFF;
}

.blog-post__back-to-blog:hover {
  color: #f7ba34;
}

.blog-post__back-to-blog svg {
  fill: #FFF;
}

a.blog-post__back-to-blog:hover svg {
  fill: #f7ba34;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #ffffff;
}

body .tns-nav button.tns-nav-active {
  background-color: #ffffff;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #ffffff;
}

body .social-links__icon {
  background-color: #ffffff;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #ffffff;
}

.page-center {
  max-width: 1715px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

@media(max-width:1024px){
  .container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container,
  .header__container {
    max-width: 1024.9999999932002px;
  } 
}

@media(max-width:767px){
  .container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container,
  .header__container {
    max-width: 767.99999998505px;
  } 
}




.slick-dots button,
.swiper-pagination-bullet,
button.testimonial-slider--dnd_area_main_banner-module-32{
  pointer-events: none;
}

.slick-slider .slick-next {
    right: -25px !important;
    height: 48px;
    width: 48px;
}
  
.slick-slider .slick-prev {
    left: -25px !important;
    height: 48px;
    width: 48px;
}

.post-sharing-icons.arcus-custom-post-sharing-icons ul li i {
    font-size: 24px;
}

.arcus-topic-list span>a {
    font-size: 14px;
}


@media(max-width:767px) {

}





@media(max-width:1024px) {
.hs-content-id-49851715139 .hm_page_bnr {
  min-height: 602px;
  }
  
  #hs_cos_wrapper_widget_1648244249902_,
  #hs_cos_wrapper_module_16482442729143_,
  #hs_cos_wrapper_widget_1648244226229_,
  #hs_cos_wrapper_module_16482442744053_,
  #hs_cos_wrapper_module_16482442578823_,
  #hs_cos_wrapper_module_16482442758093_,
  #hs_cos_wrapper_module_16482442597733_,
  #hs_cos_wrapper_module_16482442773613_,
  #hs_cos_wrapper_module_16482442614223_,
  #hs_cos_wrapper_module_16482442629173_,
  #hs_cos_wrapper_module_16482442643713_,
  #hs_cos_wrapper_module_1648244266352_ {
    text-align:center; 
  }
}