:root {
  /* Color Variables */
  --primary_color:#9F1D21;
  --secondary_color:#000000;
  --tertiary_color: #000000;
  --quaternary_color: #e8f9f3;
  --quinary_color: #D4D4D4;
  
	--addit_black: #000000;
  --addit_white: #ffffff;
  
  --addit_color1: rgb(242 104 44 / 86%);
  --addit_color2: #202C47;
  --addit_color3: #EEFBF6;
  --addit_color4: #F2682C;

  /* Font Variables */
  --primary_font:'Oswald';
  --secondary_font:'Roboto';
  --tertiary_font: 'Poppins';
  --quaternary_font: 'Poppins', 'Roboto';
  --quinary_font: 'Poppins', 'Roboto';
	--primary_font_color: #212529;
	--secondary_font_color: #B7C8DE;
	
}
h1 span{
    color: #fff;
}
a:hover, a:focus {
	text-decoration:none!important;
	box-shadow:none!important;
}
a{
	color:var(--secondary_color);
	transition: all .5s;
	/* font-family: var(--primary_font); */
}

a:hover{
	color:var(--primary_color);
}



img {
  max-width: 100%;
height:auto;
}
* {
  padding:0px;
  margin:0px;
  box-sizing: border-box;
	font-family:var(--tertiary_font);
}
body,
button, input, optgroup, select, textarea,
ul,li,table,td,th,strong{
	font-family:var(--tertiary_font);
	font-weight:400;
	/* margin:0px; */
	/* list-style:none; */
}
p
{
	font-size:17px;
	font-family:var(--tertiary_font);
	line-height:26px;
	color: var(--tertiary_color);
	margin-bottom:0px;
	font-weight:400;
}
h1,h2 span,h2,h3,h4,h5,h6,h3 {
	font-family:var(--secondary_font);
}
.section-head span{
	font-family:var(--primary_font);
}
h3 *,
h3{
	font-size:20px;
	text-transform:capitalize;
}
h4{
	font-size:20px;
}
.section-head h2,h2{
	font-size:33px;
	margin-bottom: 35px;
	text-transform: capitalize;
	font-family:var(--secondary_font);
}
.section-head.text-center span:after
 {
    display: block;
}
.section-head span:after {
    display: none;
    margin-left: 10px;
    margin-right: 0;
}
.section-head span:before, .section-head span:after {
    width: 35px;
    height: 1px;
    content: '';
    background: var(--primary_color);
    margin-right: 10px;
}
.section-head span {
	text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    color: var(--primary_color);
    display: inline-flex;
    align-items: center;
}
@media (max-width: 1024px) {
	 .section-head h2, h2 { 
		margin-bottom: 30px;
		font-size: 28px;
		}
}
@media (max-width: 992px) {
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  .section-head h2, h2 { font-size: 30px; }
  .section-head span { font-size: 16px; }
}

@media (max-width: 768px) {
  h3 { font-size: 20px; }
  h4 { font-size: 19px; }
  .section-head h2, h2 { 
	/* margin-bottom: 15px; */
  font-size: 26px; }
  .section-head span { font-size: 16px; }
}

@media (max-width: 576px) {
  h3 { font-size: 19px; }
  h4 { font-size: 18px; }
  .section-head h2, h2 { font-size: 24px; }
  .section-head span { font-size: 14px; }
}
.page-wrapper *:focus, 
.ui-dialog *:focus,
.form-element:active,
.form-element:focus,
a:focus,
a:focus,
.form-element:hover,
a:hover:focus,
.form-element:hover:focus{
	outline: none;
	border-color:transparent;
	border-width:0px;
	border-style:none;
	box-shadow:none;
	border: none;
}

/* bg-section class  */

.bg-section {
  padding: 100px 0;    
  margin-top: 100px;
  background-color:#f7f7f7;
}
.calendar-list-tabs,
.section {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .bg-section {
    padding: 80px 0;
    margin-top: 70px;
  }
  .calendar-list-tabs,
   .section {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .bg-section {
    padding: 80px 0;
    margin-top: 70px;
  }.calendar-list-tabs,
   .section {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .bg-section {
    padding: 60px 0;
    margin-top: 50px;
  }.calendar-list-tabs,
   .section {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .bg-section {
    padding: 40px 0;
    margin-top: 30px;
  }.calendar-list-tabs,
    .section {
    margin-top: 40px;
  }
}


.container {
	max-width: 1400px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.quantity .form-actions,
.site-buttons
{
	font-weight: 500;
	position:relative;
	font-family:var(--secondary_font);
	font-size:16px;
	background:var(--primary_color);
	margin-right:10.5px;
	margin-bottom:10.5px;
	color:#fff;
	text-transform: capitalize;
	line-height:24px;
	padding:11px 19px;
	transition:all 0.3s ease;
	letter-spacing:0.6px;
	border:1px solid var(--primary_color);
}
.quantity .form-actions:hover,
.site-buttons:hover
{
	color:var(--primary_color);
	background: #fff;
}
.quantity .form-actions:before,
.site-buttons:before
{
	position:absolute;
	right:-5.5px;
	transition:all 0.3s ease;
	top:10.5px;
	width:1px;
	background:var(--primary_color);
	content:'';
	height:100%;
}
.quantity .form-actions:after,
.site-buttons:after
{
	position:absolute;
	left:10.5px;
	bottom:-5.5px;
	transition:all 0.3s ease;
	height:1px;
	background:var(--primary_color);
	content:'';
	width:100%;
}
.quantity .form-actions:hover:before,
.site-buttons:hover:before
{
	height:0%;
}
.quantity .form-actions:hover:after,
.site-buttons:hover:after
{
	width:0%;
}
.site-buttons.white
{
	background:#fff;
	border-color:#fff;
	color:var(--primary_color);
	    font-weight: 500;	
}
.site-buttons.white:hover
{
	background:transparent;
}
.site-buttons.white:hover
{
	color:#fff;
}

.site-buttons.white:before,.site-buttons.white:after
{
	background:#fff;
}
