/* xl - DESKTOP STYLES */ 
html {/* set root-em */
	font-size: 16px;
}

.elementor-kit-18 {
	
	--font-family-header: 'Mulish' sans-serif;
	--font-family-subheader: 'Fanwood Text';
	--font-family-text: 'Hind Madurai' sans-serif;
	
	--color-gold: #FEB614;
	--color-gold-lt: #FCF2CF;
	--color-grey-lt: #E2E3E5;
	--color-grey: #818181;
	--color-grey-dk: #444444;
	
}

.content-std.maxsingle {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

body section .elementor-widget-container h1 {
	color: var(--color-grey);
	font-family: var(--font-family-header);
	font-size: 2.5rem;
	line-height: 2.25;
	font-weight: 500;
}
body section .elementor-widget-container h2 {
	color: #000000;
	font-family: var(--font-family-subheader);
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 600;
}
body section .elementor-widget-container h3,
body section .elementor-posts .elementor-post__title {
	color: var(--color-grey-dk);
	font-family: var(--font-family-header);
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 700;
	letter-spacing: 1.5px;
}
body section .elementor-widget-container h4 {
	text-align: center;
	color: #000000;
	font-family: var(--font-family-subheader);
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: 600;
}
body section .elementor-widget-container h5 {
	
	color: var(--color-blue-dk);
	font-family: var(--font-family-text);
	font-size: 1rem;
	line-height: 2;
	font-weight: 300;
}
body section .elementor-widget-container h6 {
	color: var(--color-grey-dk);
	font-family: var(--font-family-text);
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 500;
}

body section .elementor-widget-container p {
	color: var(--color-grey);
	font-family: var(--font-family-text);
	font-size: 1.2rem;
	line-height: 1.75;
	font-weight: 400;
	
}


.content-std ul {
	margin: 0px 0 20px 0;
    padding: 0px 0px 0px 18px;
	-webkit-margin-before: 0;
	  -webkit-margin-after: 0;
}
.content-std ul li {
	margin-bottom: 8px;
}



.content-std .elementor-slide-heading {
	padding-right: 200px;
	
}

.content-std .elementor-slide-description {
	padding-right: 200px;
}

section .elementor-slides .swiper-slide-inner .elementor-slide-description {
	
}


.side-nav {
	border-bottom: 5px solid var(--color-gold);
	background-color:var(--color-gold);
	padding: 10px 0px 0px 0px;
}
.side-nav a{
	display: block;
	background-color: var(--color-grey-lt);
	padding: 20px 20px 16px 20px;
	margin: 0px 0px -16px 0px;
	border-bottom: 1px solid var(--color-grey);
	color: var(--color-grey-dk);
}
.side-nav h6:last-of-type a {
	border-bottom: 0px;
}

.side-nav a:hover {
	background-color: var(--color-grey) !important;
	padding: 20px 20px 16px 20px !important;
	margin: 0px 0px -16px 0px !important;
	color: #FFFFFFFF !important;
}

.bullet-col {
	margin-top: 4px;
	column-count: 2;
}

section .article-links .elementor-widget-container p a {
	text-decoration: underline !important;
}

.strong-view.slider-container {
   
    margin-top: -30px;
}

.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content {
	font-size: 1.5rem;
    font-style: var(--font-family-subheader);
    margin: 0 30px;
    position: relative;
    text-align: justify;
}
.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content p {
	color: #000000;
	font-family: var(--font-family-subheader);
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
}
.strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	color: var(--color-grey-dk);
	font-family: var(--font-family-header);
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 400;
}

.elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    content: "";
    left: -50px;
    top: 0;
	color: #FCF2CF;
	background: #FCF2CF;
	
}
.elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    content: "";
    right: -50px;
    bottom: 0;
	color: #FCF2CF;
	background: #FCF2CF;
}



section .article-links a,
section .article-links a:link,
section .article-links  a:visited,
section .article-links a:active {
	color: #000000;
}
section .article-links a:hover {
	color: #000000 !important; 
	text-decoration: underline 1px #000000 !important;
}


section .footer-links p {
	color: var(--color-grey-lt) !important;
}

section .footer-links a,
section .footer-links a:link,
section .footer-links  a:visited,
section .footer-links a:active {
	color: var(--color-grey-lt);
}
section .footer-links a:hover {
	color: #FCF2CF !important; 
	text-decoration: underline 1px #FCF2CF !important;
}


body section .header-links .elementor-widget-container h5 {
	line-height: 1.5;
}

section .header-links a,
section .header-links a:link,
section .header-links  a:visited,
section .header-links a:active {
	color: var(--color-grey);
}
section .header-links a:hover {
	color: #000000 !important; 
	text-decoration: underline 1px #000000 !important;
}

.wistia_embed {
	cursor: pointer;
	max-width: 800px;
	width: 100%;
	
	display: block;
    margin: 0px auto;
	font-size: 0;
}
.wistia_embed>div {
	border-bottom: 5px solid var(--color-gold);
	width: 100% !important;
	height: auto !important;
}
.wistia_embed img {
	width: 100%;
	height: auto;
}

.bg-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,babbbc+50,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #babbbc 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#babbbc 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#babbbc 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


}


.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	color: #000000;
	font-family: var(--font-family-header);
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 400;
}
.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
	color: #000000;
	font-family: var(--font-family-text);
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 300;
	font-style: italic;
}
.home-slider .elementor-slide-description .home-slider-name {
	display: block;
	text-align: right;
	font-size: .85rem;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	margin-top: 8px;
}

.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
	margin-bottom: 10px;
}

.banner-block .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	color: #000000;
	font-family: var(--font-family-header);
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 400;
	font-style: italic;
}

.banner-block-md .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	color: #000000;
	font-family: var(--font-family-header);
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-weight: 400;
	font-style: italic;
}


/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 1023px) {
  body section .elementor-widget-container p {
  	color: var(--color-grey);
  	font-family: var(--font-family-text);
  	font-size: 1rem;
  	line-height: 1.75;
  	font-weight: 400;
  	
  }
  
  
  
  
  .content-std ul {
  	font-size: 1rem;
  	margin: 15px 0 20px 0;
      padding: 0px 0px 0px 18px;
  	-webkit-margin-before: 0;
  	  -webkit-margin-after: 0;
  }
  .content-std ul li {
  	margin-bottom: 8px;
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  body section .elementor-widget-container h1 {
  	color: var(--color-grey);
  	font-family: var(--font-family-header);
  	font-size: 1.5rem;
  	line-height: 2.25;
  	font-weight: 500;
  }
  body section .elementor-widget-container h2 {
  	color: #000000;
  	font-family: var(--font-family-subheader);
  	font-size: 1.2rem;
  	line-height: 1.75;
  	font-weight: 600;
  }
  body section .elementor-widget-container h3,
  body section .elementor-posts .elementor-post__title {
  	color: var(--color-grey-dk);
  	font-family: var(--font-family-header);
  	font-size: 1.2rem;
  	line-height: 1.75;
  	font-weight: 700;
  }
  body section .elementor-widget-container h4 {
  	text-align: center;
  	color: #000000;
  	font-family: var(--font-family-subheader);
  	font-size: 1.2rem;
  	line-height: 1.1;
  	font-weight: 600;
  }
  
  
  
  
  .content-std .elementor-slide-heading {
  	padding-right: 100px;
  	
  }
  
  .content-std .elementor-slide-description {
  	padding-right: 70px;
  }
  
  section .elementor-slides .swiper-slide-inner .elementor-slide-description {
  	
  }
  
  .home-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
  	color: #000000;
  	font-family: var(--font-family-header);
  	font-size: 1rem;
  	line-height: 1.5;
  	font-weight: 300;
  }
  .home-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
  	color: #000000;
  	font-family: var(--font-family-text);
  	font-size: 0.8rem;
  	line-height: 1.25;
  	font-weight: 400;
  	font-style: italic;
  }
  .home-slider .elementor-slide-description .home-slider-name {
  	display: block;
  	text-align: right;
  	font-size: .6rem;
  	line-height: 1.5;
  	font-weight: 300;
  	font-style: normal;
  	margin-top: 8px;
  }
  
  
  
  .banner-block .elementor-slides .swiper-slide-inner .elementor-slide-heading {
  	color: #000000;
  	font-family: var(--font-family-header);
  	font-size: 2rem;
  	line-height: 2rem;
  	font-weight: 300;
  	font-style: italic;
  }
  
  .banner-block-md .elementor-slides .swiper-slide-inner .elementor-slide-heading {
  	color: #000000;
  	font-family: var(--font-family-header);
  	font-size: 2.2rem;
  	line-height: 2.2rem;
  	font-weight: 300;
  	font-style: italic;
  }
  
  
  
  .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content {
  	font-size: 1.5rem;
      font-style: var(--font-family-subheader);
      margin: 0px;
      position: relative;
      text-align: justify;
  }
  .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content p {
  	color: #000000;
  	font-family: var(--font-family-subheader);
  	font-size: 1rem;
  	line-height: 1.2;
  	font-weight: 300;
  	text-align: center;
  }
  .strong-content .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
  	color: var(--color-grey-dk);
  	font-family: var(--font-family-header);
  	font-size: 0.8rem;
  	line-height: 1.3;
  	font-weight: 400;
  }
  
  .elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
      content: "";
      left: -50px;
      top: 0;
  	color: #FCF2CF;
  	background: #FCF2CF;
  	
  }
  .elementor-widget-container .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
      content: "";
      right: -50px;
      bottom: 0;
  	color: #FCF2CF;
  	background: #FCF2CF;
  }
  
  
  
  
  	section .footer-links p {
  	font-size: 0.8rem !important;
  }
  
  section .footer-links a,
  section .footer-links a:link,
  section .footer-links  a:visited,
  section .footer-links a:active {
  	font-size: 0.8rem;
  	color: var(--color-grey-lt);
  }
  
  section .footer-links a:hover {
  	
  	color: #FCF2CF !important; 
  	text-decoration: underline 1px #FCF2CF !important;
  }
}

.profileitem {
	border: 2px dashed #afffaf;
}
.profileitem img {
	border-radius: 15px; 	
	-webkit-box-shadow: 10px 10px 15px 0 #78FFDF;
box-shadow: 10px 10px 15px 0 #78FFDF;

}

