/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}
.hero-area .dnd-column{
  padding: 0px !important;
}
.dnd-row > .row-fluid , .edumind-container > .row-fluid {
  max-width: 1200px;
	margin: 0 auto;
}
.hero-area .row-fluid {
  max-width: none !important;
  width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid , .edumind-container > .row-fluid {
    max-width: 1200px; 
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dnd-row > .row-fluid , .edumind-container > .row-fluid {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dnd-row > .row-fluid , .edumind-container > .row-fluid {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .dnd-row > .row-fluid , .edumind-container > .row-fluid {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .dnd-row > .row-fluid , .edumind-container > .row-fluid {
    max-width: 100%;
  }
}





/* Row & Column Space */ 
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both; 
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  .body-container--course-details .row-fluid .span8, .body-container--event-details .row-fluid .span8 {
    width: 100%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  .body-container--course-details .row-fluid .span4, .body-container--event-details .row-fluid .span4 {
    width: 100%;
    margin-top: 50px;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/*--- scss --*/
:root {
	--base-color: rgba(107, 106, 102, 1.0); 

	--primary-color: rgba(60, 183, 157, 1.0);

	--secondary-color: rgba(218, 31, 48, 1.0);

	--headings-color: rgba(239, 140, 19, 1.0);
  
  --light_color: rgba(255, 255, 255, 1.0);

	--link-color:rgba(60, 183, 157, 1.0);

	--link-hover-color: rgba(239, 140, 19, 1.0);

	--body-font-family: Poppins;
	--body-font-size: 15px;
	--body-font-weight: 400;

	--heading-one: 50px;
    --heading-one-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}]; style: {"font-weight":700}; svgUrl: https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/marketer_assets/fonts/JuliusSans-_CWNC/Bold-1722973433038.svg; text-decoration: none; font-style: normal;

    --heading-two-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
    --heading-two: 36px;

    --heading-three-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
    --heading-three: 18px;

    --heading-four-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
    --heading-four: 17px;

    --heading-five-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
    --heading-five: 16px;

    --heading-six-style: name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;  
    --heading-six: 15px;
	
	--form-header-text-color: rgba(239, 140, 19, 1.0); 

    --form-header-background-color: rgba(255, 255, 255, 1.0);  

    --form-inputs-text-color: rgba(107, 106, 102, 1.0); 

    --form-fieldBorder-color: rgba(229, 229, 229, 1.0);

    --form-fieldInput-bg-color: rgba(255, 255, 255, 1.0);

    --form-label-font-color: rgba(60, 183, 157, 1.0); 

    --form-help-text-font-color: rgba(107, 106, 102, 1.0);

    --form-input-border-color: rgba(229, 229, 229, 1.0);

    --form-input-focus-border-color: rgba(60, 183, 157, 1.0);

    --form-bg-color: rgba(255, 255, 255, 1.0);

    --form-border-color: rgba(255, 255, 255, 1.0);

    --form-btn-text-color: rgba(255, 255, 255, 1.0);

    --form-btn-border-color: rgba(60, 183, 157, 1.0);

    --form-btn-bg-color: rgba(60, 183, 157, 1.0);

    --form-btn-hover-text-color: rgba(255, 255, 255, 1.0); 

    --form-btn-hover-border-color: rgba(239, 140, 19, 1.0);

    --form-btn-hover-bg-color: rgba(239, 140, 19, 1.0);

    --form-errorMsgColor: rgba(235, 82, 82, 1.0);

    --form-successMsgColor: rgba(104, 212, 82, 1.0);

	
    --header-top-height: 60px;
    --header-top-background-color: rgba(239, 140, 19, 1.0);
  
    --header-bottom-height: 150px;
    --header-bottom-background-color: rgba(255, 255, 255, 1.0);

    --menu-link-color: rgba(107, 106, 102, 1.0);

    --menu-link-hover-color: rgba(60, 183, 157, 1.0);

    --child-menu-link-color: rgba(107, 106, 102, 1.0);

    --child-menu-link-hover-color: rgba(60, 183, 157, 1.0);

    --dropdown-bg-color: rgba(255, 255, 255, 1.0);

    --footer-bg-color: rgba(#null, 1.0); 

    --footer-link-color: rgba(107, 106, 102, 1.0);

    --footer-link-hover-color: rgba(60, 183, 157, 1.0); 

    --footer-bottom-text-color: rgba(107, 106, 102, 1.0);

	--body-line-height: 1.73;
	--headings-line-height: 1.39;
	--transition: all .3s ease 0s;
	--success: #198754;
	--danger: #dc3545;
	--warning: #FFC107;
	--info: #0DCAF0;
	--gray: #f5f5f5;
	--light: #f8f9fa;
	--dark: #212529;
}

/*-------- default css --------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	color: #6b6a66;
	font-style: normal;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: var(--headings-line-height);
	margin-top: 0;
	margin-bottom: 10px;
}

h1,.h1 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}]; style: {"font-weight":700}; svgUrl: https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/marketer_assets/fonts/JuliusSans-_CWNC/Bold-1722973433038.svg; text-decoration: none; font-style: normal;
	color: #da1f30;
	font-size: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2,.h2 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
	color: #ef8c13;
	font-size: 36px; 
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3,.h3 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal; 
	color: #da1f30;
	font-size: 18px; 
	letter-spacing: 3px;
	text-transform: uppercase;
}

h4,.h4 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
	color: #da1f30;
	font-size: 17px;  
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5,.h5 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
	color: #da1f30;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h6,.h6 {
	name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal; 
	color: #da1f30;
	font-size: 15px; 
	letter-spacing: 3px;
	text-transform: uppercase;
} 

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2,
	.h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	h2,
	.h2 {
		font-size: 25px !important;
	}
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	list-style: none;
}

a {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: var(--link-color);
}


button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

span p {
	line-height: 1.75;
}

button span {
	line-height: 1;
}

a,
button,
input {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

*:focus {
	outline: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: var(--link-hover-color); 
}

button,
input[type=submit] {
	font-family: var(--body-font-family);
	cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

ul {
	margin-top: 0;
	padding: 0;
}

ul:last-child {
	margin-bottom: 0; 
}

hr {
	border-top-width: 2px;
}

/*------ Grid CSS -------*/
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

.row {
	margin-right: calc(-.6 * var(--bs-gutter-x));
	margin-left: calc(-.6 * var(--bs-gutter-x));
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

:root {
	scroll-behavior: unset;
}


/*---------------------------------------
    Margin & Padding
-----------------------------------------*/
.mb-10 {
	margin-bottom: 10px !important;
}

.mb-n10 {
	margin-bottom: -10px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-n20 {
	margin-bottom: -20px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-n30 {
	margin-bottom: -30px;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-n40 {
	margin-bottom: -40px;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-n50 {
	margin-bottom: -50px;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-n60 {
	margin-bottom: -60px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-n10 {
	margin-top: -10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-n20 {
	margin-top: -20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-n30 {
	margin-top: -30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-n40 {
	margin-top: -40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-n50 {
	margin-top: -50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-n60 {
	margin-top: -60px;
}

/* Padding */
.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px; 
}

.section-padding {
  padding: 120px 0;
}
.section-padding-top {
  padding-top: 120px;
}
.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

/*--------------------------
  Button CSS
-----------------------*/
 a.btn,
button.btn {
  name: Bold; files: [{id=15079654, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/JuliusSansOne-Regular.ttf, fileId=175050132642, format=truetype}, {id=15079655, file=https://45565247.fs1.hubspotusercontent-na1.net/hubfs/45565247/LexendDeca-VariableFont_wght.ttf, fileId=175046122349, format=truetype}]; style: {"font-weight":700}; text-decoration: none; font-style: normal;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 62px;
    color: var(--light-color);
    background: var(--primary-color);
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: 15px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
   white-space: nowrap;
}

a.btn:hover,
button.btn:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--light-color);
}

a.btn-primary,
button.btn-primary{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--light-color);
}

@media only screen and (max-width: 767px) {
    a.btn,
    button.btn {
        padding: 0 20px;
        font-size: 14px;
        height: 50px;
        line-height: 52px;
    }
}

a.btn-gradient:after,
  button.btn-gradient:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #31b978 0%, #1ab69d 100%);
    background: linear-gradient(-90deg, #31b978 0%, #1ab69d 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a.btn svg,
  button.btn svg {
    padding-left: 6px;
    position: relative;
    width: 18px;
    height: 18px;
    color: var(--light-color);
}

@media only screen and (max-width: 767px) {
    a.btn svg,
      button.btn svg {
        font-size: 9px;
    }
}

a.btn-gradient:hover:after,
  button.btn-gradient:hover:after {
    left: 0;
    width: 100%;
}

a.btn.btn-large,
  button.btn.btn-large {
    padding: 0 40px;
}

a.btn.btn-large svg,
    button.btn.btn-large svg {
    top: 0;
    padding-left: 10px;
}

a.btn.btn-medium,
  button.btn.btn-medium {
    height: 60px;
    line-height: 62px;
    padding: 0 30px;
}

a.btn.btn-small,
  button.btn.btn-small {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

a.btn.left-icon svg,
  button.btn.left-icon svg {
    padding-left: 0;
    padding-right: 10px;
}

a.btn.btn-secondary,
  button.btn.btn-secondary {
    background: var(--secondary-color);
    color: var(--light-color);
    border: 1px solid var(--secondary-color);
}

a.btn.btn-secondary:hover,
    button.btn.btn-secondary:hover {
    color: var(--light-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

a.btn.btn-primary-outline, button.edu-btn.btn-primary-outline{
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--light-color);
}
a.btn.primary-outline:hover, button.edu-btn.btn-primary-outline:hover{
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--light-color);
}

.z-index-9{
  position: relative;
  z-index: 9;
}


/*--------------- Common Form Style -----------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"], 
textarea,
select {
	width: 100% !important;
	height: 50px;
	padding: 3px 20px;
	color: var(--form-inputs-text-color);
	border: 1px solid var(--form-fieldBorder-color);
	outline: 0;
	background-color: var(--form-fieldInput-bg-color);
	border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus ,
select:focus{
	border-color: var(--form-input-focus-border-color);
}
fieldset {
	max-width: 100% !important;
}
textarea {
	height: 150px; 
	padding: 13px 20px; 
	margin-bottom: 10px;
	transition: var(--transition);
}
@media only screen and (max-width: 767px) {
	textarea {
		height: 120px;
		padding: 20px 28px;
	}
}

form .hs-submit input , .password-prompt form .hs-button , .backup-unsubscribe .hs-button, .subscription-preferences .hs-button {
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px 30px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid var(--form-btn-border-color);
	color: var(--form-btn-text-color);
	background-color: var(--form-btn-bg-color);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	text-align: center;
	font-weight: 500;
	box-shadow: none;
}

form .hs-submit input:hover , .password-prompt form .hs-button:hover  , .backup-unsubscribe .hs-button:hover , .subscription-preferences .hs-button:hover {
	color: var(--form-btn-hover-text-color);
	background-color: var(--form-btn-hover-bg-color);
	border: 1px solid var(--form-btn-hover-border-color);
}
form {
	background-color: var(--form-bg-color); 
	border: 1px solid var(--form-border-color); 
}
label, legend {
    margin: 0 0 8px;
}
label input {
    Margin-right: 10px;
}
form legend {
	color: var(--form-help-text-font-color);
}
label {
    display: block; 
    color: var(--form-label-font-color);
    line-height: 1.4;
}
form .hs-form-field {
    margin-bottom: 20px;
}
.form-title {
  color: var(--form-header-text-color);  
  background-color: var(--form-header-background-color);  
}

/* CTA Shape CSS */

.shape.cta-box-shape-1 {
	bottom: 49%;
	right: 25%;
  z-index: 1;
}
.cta-box-shape-1  img {
	width: 106px;
}

.cta-box-shape-2 {
	right: 25.4%;
	top: 22%;
	z-index: -1 !important;
}
.cta-box-shape-2  img {
	width: 132px;
}

.cta-box-shape-3 {
	left: 25.5%;
	top: 53%;
}
.cta-box-shape-3  img {
	width: 106px;
}

/* Event Shape CSS */
.event-section{
  position: relative;
  z-index: 1;
}
.event-section  .shape.shape-1 {
    left: 245px;
    top: 295px;
}

.event-section .shape.shape-2 {
    left: 120px;
    top: 195px;
    z-index: -1;
}

.event-section .shape.shape-2 span.circle {
    display: block;
    height: 400px;
    width: 400px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 26%;
  }
  .event-section .shape.shape-2 {
    left: 45px;
    top: 100px;
  }
  .event-section .shape.shape-2 span.circle {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 26%;
  }
  .event-section .shape.shape-2 {
    left: 45px;
    top: 150px;
  }
  .event-section .shape.shape-2 span.circle {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 26%;
  }
  .event-section .shape.shape-2 {
    left: 45px;
    top: 150px;
  }
  .event-section .shape.shape-2 span.circle {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 15%;
  }
  .event-section .shape.shape-2 {
    left: 45px;
    top: 150px;
  }
  .event-section .shape.shape-2 span.circle {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 11%;
  }
  .event-section .shape.shape-1 img {
    width: 100px;
  }
  .event-section .shape.shape-2 {
    left: 25px;
    top: 170px;
  }
  .event-section .shape.shape-2 span.circle {
    height: 55px;
    width: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .event-section .shape.shape-1 {
    left: 3%;
    top: 7%;
  }
  .event-section .shape.shape-2 {
    left: 25px;
    top: 110px;
  }
}

/* ------------- Section Title CSS --------------- */

.section-title {
  margin-bottom: 44px;
}
.section-title.cta-title {
	margin-bottom: 27px; 
}
.section-title > span {
	color: var(--secondary-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.section-title h2 {
	margin-bottom: 4px;
}
.section-title h2 > span {
	color: var(--primary-color);
}
.section-title.cta-title h2 > span {
	color: var(--secondary-color); 
}
.section-title-shape-img svg {
  width: 57px;
}
.section-title-shape-img svg path {
  fill: currentColor;
}
.section-title p {
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 35px;
  }
}


/* ------------- Why Choose Section CSS --------------- */
.why-choose-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.why-choose-area:before {
  content: "";
  height: 68%;
  width: 100%;
  background-color: #F7F5F2;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .why-choose-area .shape-group {
      display: none;
  }
}

.why-choose-area .shape.shape-1 {
  top: 80px;
  left: 100px;
}

.why-choose-area .shape.shape-2 {
  top: 50px;
  right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-area .shape.shape-1 img {
    width: 100px;
  }
  .why-choose-area .shape.shape-2 img {
    width: 80px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area .shape.shape-1 {
    left: 46px;
  }
  .why-choose-area .shape.shape-1 img {
    width: 100px;
  }
  .why-choose-area .shape.shape-2 img {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-area .shape.shape-1 {
    left: 35px;
    top: 10px;
  }
  .why-choose-area .shape.shape-2 {
    right: 35px;
    top: 10px;
  }
  .why-choose-area .shape.shape-1 img {
    width: 50px;
  }
  .why-choose-area .shape.shape-2 img {
    width: 40px;
  }
}



/*-------- CTA Banner CSS ----------*/
.cta-banner-area {
  position: relative;
  overflow: hidden;
}
.shape.cta-banner-shape-1 {
	left: 12%;
	bottom: 22%;
	z-index: 1;
}
.shape.cta-banner-shape-2 {
	left: 15.8%;
	bottom: 42%;
	z-index: 1;
}
.shape.cta-banner-shape-3 {
	top: -2%;
	right: 12%;
	z-index: 1;
}
.shape.cta-banner-shape-4 {
	right: 8%;
	top: 16%;
	z-index: 1;
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .shape.cta-banner-shape-3 img {
    width: 130px;
  }
  .shape.cta-banner-shape-4 img {
    width: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shape.cta-banner-shape-3 img {
    width: 100px;
  }
  .shape.cta-banner-shape-4 {
    top: 6%;
  }
  .shape.cta-banner-shape-4 img {
    width: 120px;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape.cta-banner-shape-1 {
    bottom: 9%;
    left: 4%;
  }
    .shape.cta-banner-shape-2 {
    bottom: 22%;
    left: 9.8%;
  }
  .shape.cta-banner-shape-4 {
    right: 8%;
    top: 8%;
  }
  .shape.cta-banner-shape-3 img {
    width: 100px;
  }
  .shape.cta-banner-shape-4 img {
    width: 90px;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape.cta-banner-shape-1 {
    bottom: 9%;
    left: 4%;
  }
    .shape.cta-banner-shape-2 {
    bottom: 22%;
    left: 9.8%;
  }
  .shape.cta-banner-shape-4 {
    right: 6%;
    top: 8%;
  }
  .shape.cta-banner-shape-3 img {
    width: 100px;
  }
  .shape.cta-banner-shape-4 img {
    width: 90px;
  }
  
}
@media only screen and (max-width: 767px) {
  .shape.cta-banner-shape-1 {
    bottom: 9%;
    left: 2%;
  }
  .shape.cta-banner-shape-2 {
    bottom: 17%;
    left: 4.8%;
  }
  .shape.cta-banner-shape-4 {
    right: 5%;
    top: 2%;
  }
  .shape.cta-banner-shape-1 img {
    width: 60px;
  }
  .shape.cta-banner-shape-2 img {
    width: 60px;
  }
  .shape.cta-banner-shape-3 img {
    width: 50px;
  }
  .shape.cta-banner-shape-4 img {
    width: 40px;
  }
  
}



/*-------- About CSS ----------*/
.about-area {
	position: relative;
}
.about-area .section-title {
	margin-right: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .section-title {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .section-title {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .section-title {
    margin-right: 0px;
  }
}
.about-image {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    margin: 30px 0 0;
  }
}
.about-image img {
	width: 100%;
}
.about-shape-1 {
	left: 40.5%;
	top: 23.2%;
}
.about-shape-2 {
	left: 44%;
  top: 20.2%;
	z-index: 1;
}
.about-shape-3 {
	bottom: 17%;
	right: 23%;
}
.about-shape-4 {
	left: 42%;
	bottom: 16%;
	z-index: 3;
}
.shape.about-circle-1 {
	position: absolute;
  left: 6%;
	top: 7.5%;
}

.shape.about-circle-1 span.circle {
	border: 16px solid #f8b81f;
	border-radius: 100%;
	display: block;
	height: 100px;
	width: 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .shape.about-circle-1 span.circle {
    height: 70px;
    width: 70px;
    border: 10px solid #f8b81f;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shape.about-circle-1 span.circle {
    height: 70px;
    width: 70px;
    border: 10px solid #f8b81f;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape.about-circle-1 span.circle {
    height: 60px;
    width: 60px;
    border: 7px solid #f8b81f;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape.about-circle-1 span.circle {
    height: 60px;
    width: 60px;
    border: 7px solid #f8b81f;
  }
}
@media only screen and (max-width: 767px) {
  .shape.about-circle-1 span.circle {
    height: 40px;
    width: 40px;
    border: 5px solid #f8b81f;
  }
}
.about-shape-1 img {
	width: 210px;
}
.about-shape-2 img {
	width: 174px;
}
.about-shape-3 img {
	width: 273px;
}
.about-shape-4 img {
	width: 158px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-shape-3 img {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-shape-3 img {
    width: 180px;
  }
  .about-shape-1 img {
    width: 102px;
  }
  .about-shape-2 img {
    width: 80px;
  }
  .about-shape-4 img {
    width: 158px;
  }
}
@media only screen and (max-width: 767px) {
  .about-shape-3 img {
    width: 100px;
  }
  .about-shape-1 img {
    width: 70px;
  }
  .about-shape-2 img {
    width: 60px;
  }
  .about-shape-4 img {
    width: 100px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .about-shape-3 {
    bottom: 12%;
    right: 11%;
  }
  .about-shape-4 {
    bottom: 11%;
    left: 39%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .shape.about-circle-1 {
    top: 3.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shape.about-circle-1 {
    top: 3.5%;
  }
  .about-shape-1 {
    top: 17.2%;
  }
  .about-shape-3 {
    bottom: 17%;
  }
  .about-shape-4 {
    bottom: 11%;
    left: 38%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape.about-circle-1 {
    top: 3.5%;
  }
  .about-shape-1 {
    top: 17.2%;
  }
  .about-shape-3 {
    bottom: 31%;
    right: 7%;
  }
  .about-shape-4 {
    bottom: 22%;
    left: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape.about-circle-1 {
    top: 3.5%;
  }
  .about-shape-1 {
    top: 2.2%;
    left: auto;
    right: 10%;
  }
  .about-shape-2 {
    left: auto;
    top: 3.2%;
    right: 8%;
  }
  .about-shape-3 {
    bottom: 11%;
    right: 14%;
  }
  .about-shape-4 {
    bottom: 5%;
    left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .shape.about-circle-1 {
    top: 1.5%;
  }
  .about-shape-1 {
    top: 1.2%;
    left: auto;
    right: 10%;
  }
  .about-shape-2 {
    left: auto;
    top: 2.2%;
    right: 8%;
  }
  .about-shape-3 {
    bottom: 8%;
    right: 14%;
  }
  .about-shape-4 {
    bottom: 3%;
    left: 4%;
  }
}

/*-------- Contact Shape CSS ----------*/
.contact-area {
	position: relative;
}
.shape.contact-shape-1 {
	position: absolute;
	right: 0;
	top: 9%;
}
.contact-shape-1 img {
	width: 186px;
}
.shape.contact-shape-2 {
	top: 3%;
	right: 4%;
	z-index: 1;
}
.contact-shape-2 img {
	width: 159px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-shape-1 img {
    width: 120px;
  }
  .contact-shape-2 img {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-shape-2 img {
    width: 120px;
  }
  .contact-shape-1 img {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-shape-2 img {
    width: 50px;
  }
  .contact-shape-1 img {
    width: 50px;
  }
  .shape.contact-shape-1 {
    top: 1%;
    right: 10%;
  }
  .shape.contact-shape-2 {
    top: 1%;
    right: 11%;
  }
}


/*-------- FAQ Shape CSS ----------*/
.faq-area {
  position: relative;
}
.shape.faq-shape-1 {
	right: 43%;
	top: 14%;
	z-index: 1;
}
.shape.faq-shape-2 {
	right: 29%;
	top: 14%;
	z-index: 3;
}
.shape.faq-shape-3 {
	right: 18%;
	top: 38%;
	z-index: 1;
}
.shape.faq-shape-4 {
	right: 16%;
	top: 40%;
	z-index: 1;
}
.shape.faq-shape-5 {
	right: 39%;
	bottom: 26%;
	z-index: 1;
}
.shape.faq-shape-6 {
	right: 40%;
	bottom: 20%;
	z-index: 1;
}

.shape.faq-shape-1 img {
	width: 123px;
}
.shape.faq-shape-2 img {
	width: 158px;
}
.shape.faq-shape-3 img {
	width: 210px;
}
.shape.faq-shape-4 img {
	width: 123px;
}
.shape.faq-shape-5 img {
	width: 210px;
}
.shape.faq-shape-6 img {
	width: 75px;
}


@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .shape.faq-shape-1 {
    right: 41%;
    top: 14%;
  }
  .shape.faq-shape-2 {
    right: 19%;
    top: 16%;
  }
  .shape.faq-shape-3 {
    right: 7%;
    top: 38%;
  }
  .shape.faq-shape-4 {
    right: 5%;
    top: 40%;
  }
  .shape.faq-shape-5 {
    bottom: 26%;
    right: 33%;
  }
  .shape.faq-shape-6 {
    bottom: 20%;
    right: 35%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shape.faq-shape-1 {
    right: 41%;
    top: 14%;
  }
  .shape.faq-shape-2 {
    right: 19%;
    top: 16%;
  }
  .shape.faq-shape-3 {
    right: 4%;
    top: 38%;
  }
  .shape.faq-shape-4 {
    right: 4%;
    top: 39%;
  }
  .shape.faq-shape-5 {
    bottom: 26%;
    right: 33%;
  }
  .shape.faq-shape-6 {
    bottom: 20%;
    right: 35%;
  }
  .shape.faq-shape-1 img {
    width: 100px;
  }
  .shape.faq-shape-2 img {
    width: 120px;
  }
  .shape.faq-shape-3 img {
    width: 150px;
  }
  .shape.faq-shape-4 img {
    width: 80px;
  }
  .shape.faq-shape-5 img {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape.faq-shape-1 {
    right: 41%;
    top: 14%;
  }
  .shape.faq-shape-2 {
    right: 19%;
    top: 16%;
  }
  .shape.faq-shape-3 {
    right: 4%;
    top: 34%;
  }
  .shape.faq-shape-4 {
    right: 4%;
    top: 39%;
  }
  .shape.faq-shape-5 {
    bottom: 42%;
    right: 33%;
  }
  .shape.faq-shape-6 {
    bottom: 33%;
    right: 35%;
  }
  .shape.faq-shape-1 img {
    width: 100px;
  }
  .shape.faq-shape-2 img {
    width: 120px;
  }
  .shape.faq-shape-3 img {
    width: 150px;
  }
  .shape.faq-shape-4 img {
    width: 80px;
  }
  .shape.faq-shape-5 img {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .row-fluid-wrapper > .row-fluid .span6 {
    width: 100%;
  }
  .faq-area .row-fluid-wrapper > .row-fluid .span6 > .row-fluid-wrapper .row-fluid .span6 {
    width: 50%;
  }
  .shape.faq-shape-1 {
    right: auto;
    top: auto;
    bottom: 49%;
    left: 4%;
  }
  .shape.faq-shape-2 {
    right: 46%;
    top: auto;
    bottom: 47%;
  }
  .shape.faq-shape-3 {
    right: 4%;
    top: auto;
    bottom: 33%;
  }
  .shape.faq-shape-4 {
    right: 4%;
    top: auto;
    bottom: 35%;
  }
  .shape.faq-shape-5 {
    bottom: 14%;
    right: auto;
    left: 5%;
  }
  .shape.faq-shape-6 {
    bottom: 10%;
    right: auto;
    left: 24%;
  }
  .shape.faq-shape-1 img {
    width: 60px;
  }
  .shape.faq-shape-2 img {
    width: 100px;
  }
  .shape.faq-shape-3 img {
    width: 150px;
  }
  .shape.faq-shape-4 img {
    width: 80px;
  }
  .shape.faq-shape-5 img {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .shape.faq-shape-1 {
    right: 30%;
    top: 1%;
  }
  .shape.faq-shape-2 {
    right: 8%;
    top: 2%;
  }
  .shape.faq-shape-3 {
    display: none;
  }
  .shape.faq-shape-4 {
    display: none;
  }
  .shape.faq-shape-5 {
    display: none;
  }
  .shape.faq-shape-6 {
    display: none;
  }
  .shape.faq-shape-1 img {
    width: 40px;
  }
  .shape.faq-shape-2 img {
    width: 60px;
  }
  .shape.faq-shape-3 img {
    width: 150px;
  }
  .shape.faq-shape-4 img {
    width: 80px;
  }
  .shape.faq-shape-5 img {
    width: 150px;
  }
}



/*-------------------------
    Blog Details Styles  
---------------------------*/
.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -16px;
    list-style: none !important;
    padding-left: 0px !important;
}

@media only screen and (max-width: 1199px) {
    .blog-meta {
        margin: -5px -10px;
    }
}

.blog-meta li {
    margin: 5px 16px;
    color: var(--heading-color);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li {
        margin: 5px 10px;
    }
}

.blog-meta li:last-child:after {
    display: none;
}

.blog-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 3px;
    right: -18px;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li:after {
        right: -12px;
    }
}

.blog-meta li a {
    color: var(--heading-color);
}

.blog-meta li i {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    color: var(--primary-color);
}

.blog-details-content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.blog-details-content .entry-content .category {
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}

.blog-details-content .entry-content h3 {
    margin-bottom: 5px;
}

.blog-details-content .entry-content .thumbnail {
    margin: 0px 0 40px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .entry-content .thumbnail {
        margin: 20px 0 30px;
    }
}

.blog-details-content .entry-content .thumbnail img {
    border-radius: 10px;
    width: 100%;
}

.blog-details-content > h3 {
    margin-top: 60px;
}

.blog-details-content > p {
    margin-bottom: 26px;
}

.blog-details-content ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-details-content ul li {
    color: var(--heading-color);
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-details-content .features-image {
    margin: 65px 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .features-image {
        margin: 40px 0;
    }
}

.blog-details-content .features-image .thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-content blockquote {
    margin: 65px 0 70px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content blockquote {
        margin: 40px 0 30px;
    }
}

.blog-details-content .blog-share-area {
    margin-top: 65px;
}

.blog-details-content .blog-tags,
  .blog-details-content .blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details-content .blog-tags h6,
    .blog-details-content .blog-share h6 {
    margin-bottom: 0;
    margin-right: 12px;
}

.blog-details-content .blog-share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-share {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }
}

.blog-details-content .blog-share .title {
    margin-right: 25px;
}



blockquote {
    box-shadow: 0px 5px 50px 0px rgba(26, 46, 85, 0.1);
    background-color: var(--light_color);
    border-radius: 10px;
    padding: 35px 40px 35px 120px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    blockquote {
        padding: 35px 30px 35px 100px;
    }
}

blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 35px;
    color: var(--primary-color);
    position: absolute;
    top: 30px;
    left: 40px;
}

@media only screen and (max-width: 767px) {
    blockquote:after {
        left: 30px;
        font-size: 30px;
    }
}

blockquote p {
    font-size: 17px;
    margin-bottom: 8px;
}

blockquote h5 {
    margin-bottom: 0;
}

.tag-list {
    margin: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tag-list a {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 500;
    background-color: transparent;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}



.tag-list a:hover {
    color: var(--light_color);
    border-color: transparent;
    background-color: var(--primary-color);
}


.comment-form-area h3{
  margin-bottom: 30px;
}

		
/*-- Header Language --*/
.header__language-switcher {
  display: flex;
  align-items: center;
  color: var(--headings-color);
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}
#hs_cos_wrapper_language-switcher_ {
  display: flex; 
}
.header__language-switcher:hover .lang_list_class {
  display: block;
  text-align: start;
}
.lang_list_class:after, .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

.lang_list_class:before {
  top: -8px;
  border: 12px solid transparent;
  border-bottom-color: #000;
}

.globe_class {
  background-image: none !important;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.globe_class:after {
  content: "\f0ac";
  margin-top: -5px;
  position: absolute;
  font-family: 'FontAwesome';
  padding-right: 3px;
  color: var(--headings-color);
  font-size: 18px;
}
.language.language-black .header__language-switcher--label-current{
  color: var(--headings-color);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.language.language-black .header__language-switcher--label-current{
		display: none; 
	}
	.globe_class {
		margin-right: 0;
	}
}


.lang_list_class li a:hover{
  color: var(--primary-color) !important;
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.language .lang_list_class li a {
  line-height: 2 !important;
  color: var(--light_color);
}
.language > a + a {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.language > a + a {
  margin-left: 20px;
}
}
.lang_list_class li:first-child {
	padding-top: 10px;
}
.language .lang_list_class li {
  letter-spacing: px;
  text-transform: ;
  color: var(--secondary-color);
  font-weight: 600;
  background-color: #000000; 
  width: 147px;
  text-decoration: none;
  padding: 0 15px 5px;
}		
.lang_list_class::after {
	border-bottom-color: #000 !important;
}	




/*------------------ System Page -----------------------*/
.error-page {
    text-align: center;
  }
  
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .error-500-page h2 {
    line-height: 1.3;
    margin-bottom: 25px;  
  }
  .button-wrap.error-page-btn {
    text-align: center !important;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .error-500-page h2 {
      font-size: 25px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 25px;
    } 
  }
  
  
  
 /* ======== Backup Unsubscribe CSS ========*/

  .systems-page-width {
    max-width: 670px; 
    margin: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .systems-page-width {
      max-width: 600px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .systems-page-width {
      max-width: 100%;
    }
  }

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 40px;
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 32px;
   }
 }
  .page-header h2 {
    display: none;
  }
  .backup-unsubscribe{
   text-align: center;
 }
 .backup-unsubscribe .hs-input {
     padding: 12px 24px !important; 
     height: 56px !important;
     margin: 10px 0 20px !important;
 }
 .backup-unsubscribe .hs-input:focus {
    border: 1px solid var(--primary-color);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   display: inline-block; 
 }
 

 
 /* ======== membership login CSS ========*/
 .system-page-style {
   margin: 0 auto;
 }
 .padding-modify.breadcrumb-padding {
     padding: 110px 0 110px;
 }
 #hs-membership-form .hs-form-field label {
     display: inline-block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .padding-modify.breadcrumb-padding {
     padding: 80px 0 90px;
   }
 }
 @media only screen and (max-width: 767px) {
   .padding-modify.breadcrumb-padding {
     padding: 60px 0 70px;
   }
 }
 #hs_cos_wrapper_content_ {
     text-align: center;
 }
 .system-page-style h1,
 .system-page-style h2 {
   line-height: 1.3;
   margin: 0 0 15px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .system-page-style h1 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .system-page-style h1,
   .system-page-style h2 {
     font-size: 25px;
   }
 }
 .password-prompt h2 {
   line-height: 1;
   margin: 0 0 15px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .password-prompt h2 {
     font-size: 34px;
   }
 }
 
 .system-page-style .form-container {
   text-align: left;
 }
 
 .system-page-style .form-container label, 
 .system-page-style .form-container label,
 .password-prompt form label {
  color: var(--base-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
 }

 .system-page-style .form-container input{
   height: 56px !important;
   margin-top: 10px;
 }
 .system-page-style .form-container .hs-input[type=checkbox]{
   width: 20px !important;
   height: 20px !important;
   padding: 0 !important;
   margin: 0 10px 0 0;
   top: 3px;
   position: relative;
   float: left;
 }
 
 .system-page-style .form-container .hs-button,
 .password-prompt form .hs-button {
   display: inline-block; 
 }
.system-page-style .hs-submit {
  margin-bottom: 10px;
}

 .systems-page--search-results, .subscription-preferences, .subscription-confirmation{
   margin: auto;
 }
 .password-prompt{
 margin-top: 20px;
 text-align: center;
 }
 .subscribe-options p {
 margin-bottom: 15px;
 }
 

 
 .password-prompt form input {
   height: 56px !important; 
   margin-top: 0 !important;
 }

 .password-prompt form .hs-button {
   padding: 11px 36px !important;
   margin: 25px 0 0px !important;  
   width: auto;
   height: auto !important;
 }

 .subscription-preferences .header {
   margin: 10px 0 10px;
   position: static;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary-color);
   margin: 12px 0 0; 
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }
 
.item-inner .checkbox-row {
    margin: 10px 0 10px;
}

.item-inner p {
    margin: 0px 0 10px;
}