
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import "https://cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0.3/css/all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Header*/

body{
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 170%;
  color: #333;
  overflow-x: hidden;
}

p{ margin: 0 0 10px 0; }

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 500;
  margin: 10px 0;
}

h1, .h1{ font-size: 1.8em; color: #000; }

h2, .h2{ font-size: 1.6em; color: #000; }

h3, .h3{ font-size: 1.4em; color: #000; }

h4, .h4{ font-size: 1.2em; color: #000; }

h5, .h5{ font-size: 1em; color: #000; }

img{ max-width: 100%; height: auto; }

a{
  color: black;
}

a:hover{
  color: black;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}
.block-center{

  margin: auto;
  width: 50%;

}

.main-header{
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  background-size: cover;
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: rgb(177, 177, 177);
  border-bottom-width: thin;
  position: fixed;
  width: 100%;
  z-index: 10000;
  background-color: white;
}

.main-header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  font-weight: lighter;
}

.main-header .region{
  position: relative;
  z-index: 2;
}
/* main content place */
#wrapper {
  margin-top:60px;
  background-color: #f5f4f0;
}
/*region header*/

.site-branding{
  margin: 0;
  width: 350px;
}

.brand.logo{
  padding-top: 10px;
  margin-right: 5px;
  width: 60%;
  height: auto;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  font-family: "Luxurious Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: large;
}

.site-name a{
  font-size: 26px;
  color: #fff;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .fa span{
  display: none;
}

/*footerwidget*/

.footerwidget{
  background: #2e2e2e;
  color: #D0D0D0;
  padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: #000;
  font-size: 10px;
  color: #999;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #f1f1f1;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #eee;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #19c2c8;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 42px;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #13ADB3;
}

/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: center;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
  color:#000;
}

.menu-base-theme li a{
  background: #FBFBFB
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.flexslider{
  z-index: 1;
  margin-top: 10px;
}

.flexslider .slides > li{
  position: relative;
}

.slider-caption{
  display: none;
  position: absolute;
  z-index: 99;
  width: 40%;
  background: #0009;
  left: 10px;
  bottom: 10px;
  padding: 20px;
}

.slider-caption .slider-title{
  color: #fff;
  margin-top: 0;
}

.flex-direction-nav a{
  padding: 10px;
  color: #000;
}

.flex-direction-nav a:before{
  color: #000;
}

.flex-control-paging li a.flex-active{
  background: #fff;
}
.node--type-homepage{

  text-align: center;
}

.node__content h1{
  font-size: clamp(3rem, 6vw, 7rem);
  
  font-weight: 800;
  
}

.node__content h2{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}
.node__content h6{
  font-size: 14px;
}

/* overall style section */
.section-margin-top {
  padding-top: 30px;
}
.section-margin-bottom {
  padding-bottom: 30px;
}


/* homepage style */
.style_image_author {
  width: 15rem;
  height: 15rem;
  border: solid #a7a9ac 2px;
  border-radius: 50%;
}

.style_image_author::after {
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  content: '';
  width: 15rem;
  height: 15rem;
  border: solid transparent 10px;
  border-right: solid #658d1b 10px;
  border-radius: 50%;
  transform: rotate(45deg);

}
.style_image_author::before {
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  content: '';
  width: 15rem;
  height: 15rem;
  border: solid transparent 20px;
  border-right: solid white 20px;
  border-radius: 50%;
  transform: rotate(45deg);
}


.block_header_margin_top {
  margin-top:80px;
}
.content_text_size_bigger h5, .content_text_size_bigger p {
  font-size: 16px;

}
.home-services .views-view-responsive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.home-services .views-view-responsive-grid__item {
  background: #f5f4f0;
  padding: 2.5rem;
  position: relative;
  transition: background 0.3s;
}

.homepage-skills span{
  font-weight: bold;
}
.site-name {
  color:black;
}

.block-views-blockhome-services-block-1 .views-col{
  padding-left: 25px;
  padding-right: 25px;

}

.views-field-field-icon-service img{
  padding-top:15px;
  padding-bottom:15px;
}

.block-views-blockhome-services-block-1 .views-col.col-1,
.block-views-blockhome-services-block-1 .views-col.col-2{

  border-right-style: solid;
  border-right-width: 1px;
  border-color:white;

}
.block-views block-views-blockcontent-grid-articles-block-1 h2{
  text-align: center;
}

.img-icon img {
  float:left;
}
.hompage-gallery-img img {
  margin-right:10px;
  margin-left:10px;
}
.button_align_2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.button_big {
    background: #a84030;
    color: #fff;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: opacity 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.button_big a {

  color: white;

}
.button_big_trans {
    color: gray;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1rem 1.75rem;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: border-color 0.2s, color 0.2s;
}
.button_big_trans a {

  color: gray;

}

.more-link{
  background-color: rgb(67, 67, 139);
  border-radius: 15px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.region-footer-second {
  text-align: left;

}

.footerwidget h2{
  font-size: 1.3em;
  
}
.views-field.views-field-title {
  font-size: 15px;
  font-weight: bold;
}
.views-label-field-offering-services {
  font-weight: bold;
}

.layout--onecol.layout__region {

  margin-top:40px;
  margin-bottom:40px;
}
.articles img{
  border-radius:15px;
}
.articles-title{
  font-size: x-large;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles-headline{
  font-size: xx-large;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.articles-block{
  position: relative;
  display: inline-block;
  margin-right: 35px;
  width: 28%;
}
.img-style {
  margin-top:40px;
}
.img-style img{
  margin-left:30px;
  margin-right:30px;
}

.block_large_bg_pinkl {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eeede9;
}

.block_large_bg_pinkl_rounded {
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eeede9;
  border-radius: 10px;
}
.block_large_bg_grayl {
  padding-top:15px;
  padding-bottom:15px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eceaea;
}

.block_large_bg_whitel {
  padding-top:15px;
  padding-bottom:15px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.block_spacing_bottom{
  padding-bottom:40px;
}
.block_spacing_top {
  padding-top:40px;
}
.block_spacing_left {
  padding-right:40px;
}
.block_spacing_left {
  padding-right:40px;
}

.node--type-article{
  text-align:left;
}
/*Content hub listing - style section*/

.content-hub {
  color:black;
}

.content-listing h2{ /*Title for the listing grid*/
  font-size: xx-large;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.content-hub.views-col {
  width: 32%;
  margin-bottom: 20px;
  line-height: 1.6;
  border-radius: 6px;
  border-color: #fff;
  box-shadow: 0 3px 10px rgba(103, 101, 101, 0.2);
  background-color: rgb(255, 255, 255);
}

.listing-block.views-view-responsive-grid__item {
    width: 32%;
    margin-bottom: 20px;
    line-height: 1.6;
    border-radius: 6px;
    border-color: #fff;
    box-shadow: 0 3px 10px rgba(103, 101, 101, 0.2);
    background-color: rgb(255, 255, 255);
  }
.content-hub img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.content-hub-author {
  float:left;
  margin-right: 0px;
  padding-left: 15px;
  padding-right:5px;
}
.content-hub-author-sep {
  float:left;
  margin-right: 5px;
}

.content-hub-author, .content-hub-date, .content-hub-author-sep {
  color: #b5b4b4;
  font-weight: bold;
}

.content-hub-article-title {
  font-size: large;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.1;

}
.content-hub-article-description {
  font-size: medium;
}

.content-hub-article-topics {
  padding-left:15px;
  padding-top: 15px;
  padding-right:15px;
}
.content-hub-article-title, .content-hub-article-description {
  padding-left: 15px;
  padding-right:15px;
}

.content-hub-author {
  padding-left: 15px;
  padding-bottom: 15px;
}
.content-hub-date {
  padding-right:15px;
  text-align: left;
}

.content-hub.views-col.col-1 {
  margin-right: 20px;
}
.content-hub-article-topics {
  text-transform: uppercase;
  color: #069;
  font-weight: bold;

}

.content-hub.views-col.col-3 {
  margin-left: 20px;
}

/*Content hub feature article top - style section*/
.facet-block ul {
  list-style: none;
  display:inline;
  padding-left: 0;
}

.facet-block li, .content-hub_feature_article_image  {
  display: inline;
  margin-top: 10px;
  border-style: solid;
  border-width: thin;
  padding: 10px 10px 10px 10px;
  margin-right: 15px;
  border-radius: 6px;
  border-color: #dbd4d4;
}

.facet-block h3 {
  display: inline;
  font-size: small;
  padding-right: 10px;
}
.headline-page {
  text-align:center;
}

.headline-page h2 {
  font-size:xx-large;
}
.feature-author {
  padding:10px 0px 10px 0px;
}

.img-feature img {
  float:left;
  margin-right:30px;
  width: 60%;
  height: 280px;
  border-radius: 6px;
}

.block-feature-main{
  line-height: 1.0;
}

.content-hub-feature-article_description {

  font-size:medium;
  line-height: normal;


}

.views-field.views-field-field-title-article.feature-title {
  font-size: xx-large;
  text-decoration: none;
  font-weight: bold;
}

.block-feature-second {
  border-left-style: solid;
  border-left-width: thick;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(189, 162, 162, 0.2);
  border-color: #fbf5f5;
  padding: 10px;
}

.block-feature-second.views-field-title {
  margin-top:15px;
  font-size: 16px;
}

/*Content hub feature article related content box - style section*/

.block-feature-second h2 { 
  font-size: medium;
}
.related-author {
  float: left;
  margin-right: 3px;
  padding-bottom:5px;

}

.related-title {
  font-weight: bold;
  padding-top:5px;
}
.related-date {
  font-size:12px;
}
.recent-block {
  line-height: 1.0;
}
.related-image {
  float:left;
  margin-bottom:5px;
  margin-right:5px;
}
.related-image img {
  border-radius: 6px;
}
.listing-block .views-view-responsive-grid__item {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.6;
  border-radius: 6px;
  border-color: #fff;
  box-shadow: 0 3px 10px rgba(103, 101, 101, 0.2);
  background-color: rgb(255, 255, 255);
}

.listing-block img{
  width: 100%;
  border-radius: 6px;
  border-color: #fff;
  box-shadow: 0 3px 10px rgba(103, 101, 101, 0.2);
  background-color: rgb(255, 255, 255);
}
/*Article hub content - style page*/
.article-topic {
  font-size:small;
  font-weight: bold;
  margin-bottom:1em;
}
.article-headline {
  font-size:xx-large;
  font-weight: bold;
  padding-top:10px;
  padding-bottom:  10px;
}
.article-author {
  float: left;
  font-size:medium;
  padding-right:3px;
}
.article-hero-image {
  font-size:xx-large;
}
.article-date {
  font-size:medium;
  float: left;
}
/*single article page - style page*/
.article-page-title {
  font-size:xx-large;
  font-weight: bold;
  margin-bottom:1.5em;
  line-height: 1em;
}
.article-page-date, .article-page-author-image, .article-page-break  {
  float:left;
}
.float  {
  float:left;
}
.article-page-break {
  margin-left:5px;
  margin-right:5px;
}
.article-page-image-main img {
  padding-top:15px;
  padding-bottom:15px;
  width: 100%;
}
.article-page-content {
  font-size:large;
}
.article-page-description {
  font-size:large;
  font-weight: bold;
}
.article-page-author-image {
  width: 50px;
}
.block-views-blockarticle-single-side-bar-articlesidebar {
  position: sticky;
  top: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.votingapi-reaction-label {
  display:none;

}
/*landing page based homepage - style page*/
.page-text-align {
  text-align: left;
}
.block-text-align {
  text-align: left;
}

.page-text-align h2{
  padding-top: 30px;
  font-size:xxx-large;
}
.page-text-align p{
  font-size:large;
}
.form-sub {
  float:left;
}
.webform-submission-form {

  margin: auto;
  //*width: 70%;*/
}
.webform-submission-form .form-actions {
  text-align: left;
  margin-top: 0em;
  margin-bottom: 0em;
}
.webform-submission-form .form-item {
  margin-top: 0em;
  margin-bottom: 0em;

}
.sub-headline {
  text-align: left;
}

.sub-headline h2 {
  font-size: xx-large;
}
.sub-paragraph p {
  font-size: large;
}

.productpage-features {
  padding-bottom: 25px;
}

.productpage-features .views-view-responsive-grid__item {
  text-align: center;
  /*width: 22%;*/
  border-style: solid;
  border-color: #efeeee;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  border-radius: 10px;
  background-color: white;
}

.productpage-feature-col h4{
  font-weight: bold;
}

.productpage-feature-col.col-1, .productpage-feature-col.views-col.col-2, .productpage-feature-col.views-col.col-3 {
  margin-right:15px;
}

.productpage-image-round img {
  border-style:solid;
  border-radius: 10px;
}
.block_center_form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0px;
}
