@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Raleway: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');*/
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

/*-------------- FONT STARTS --------------*/

.primary-font{
	font-family: 'Abril Fatface', cursive;
	/*font-family: 'Work Sans', sans-serif;*/
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'Ruda', sans-serif;*/
	/*font-family: 'Oxygen', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
}

.secondary-font{
	font-family: 'Poppins', sans-serif;
}

/*-------------- FONT ENDS --------------*/


/*-------------- FONT SIZE STARTS -------------*/

.font-size-16{
	font-size: 16px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-65{
	font-size: 65px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-75{
	font-size: 75px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.font-size-90{
	font-size: 90px;
}

.font-size-95{
	font-size: 95px;
}

.font-size-100{
	font-size: 100px;
}

/*-------------- FONT SIZE ENDS -------------*/



/*-------------- FONT WEIGHT STARTS -------------*/

.font-weight-100{
	font-weight: 100;
}

.font-weight-200{
	font-weight: 200;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-800{
	font-weight: 800;
}

.font-weight-900{
	font-weight: 900;
}

/*-------------- FONT WEIGHT ENDS -------------*/



/*-------------- LETTER SPACING STARTS -------------*/

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-4{
	letter-spacing: 4px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

/*-------------- LETTER SPACING ENDS -------------*/



/*-------------- COLORS START ---------------*/

.primary-color{
	color: #c4211c;
}

.secondary-color{
	color: #e34440;
}

.tertiary-color{
	color: #f59b66;
}

.quaternary-color{
	color: #f7ba79;
}

.text-black{
	color: #000;
}

.primary-flat-bg{
	background: #c4211c;
	color: #fff;
}

.secondary-flat-bg{
	background: #e34440;
}

.tertiary-flat-bg{
	background: #f59b66;
}

.quaternary-flat-bg{
	background: #f7ba79;
}

.primary-gradient-bg{}

.secondary-gradient-bg{}

.tertiary-gradient-bg{}

.quaternary-gradient-bg{}

.black-bg{
	background: #000;
}

.light-black-bg{
	background: #111;
}

.btn-grad{
	background: #FF512F;
	padding: 12px 25px;
	color: #fff;
	border-radius: 35px;
}

/*.btn-grad {
	background-image: linear-gradient(to right, #FF512F 0%, #F09819 70%);
	padding: 12px 25px;
	color: #fff;
	border-radius: 35px;
}

.btn-grad:hover
{
	background-position: right center;
	background-image: linear-gradient(to right, #F09819 0%, #FF512F 70%);
	color: #fff;
}*/


/*.btn-grad {background-image: linear-gradient(to right, #c21500 0%, #ffc500 51%, #c21500 100%); padding: 12px 25px;
	color: #fff;
	border-radius: 35px;}
.btn-grad:hover { background-position: right center; color: #fff;}*/

/*-------------- COLORS START ---------------*/


/*-------------- BUTTON STYLING STARTS ------------*/

a{
	transition: 0.3s;
}

a:hover{
	text-decoration: none;
}

.button-style-1{
	padding: 15px 25px;
}

.button-style-1:hover{}

.button-style-2{
	padding: 10px 20px;
}

.button-style-2:hover{}

.button-style-3{}

.button-style-3:hover{}

.button-style-4{}

.button-style-4:hover{}

.button-style-5{}

.button-style-5:hover{}

.plain-link{}

.plain-link:hover{}

/*-------------- BUTTON STYLING ENDS ------------*/



/*-------------- BOX SHADOW ON HOVER STARTS ------------*/

.hoverable-card{
	border: 1px solid #e3e6f0;
	border-top-width: 0.25rem;
	transition: 0.3s;
}

.hoverable-card.active,
.hoverable-card:hover {
    border-color: rgba(33, 200, 122, 0.7);
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

/*-------------- BOX SHADOW ON HOVER ENDS ------------*/


/*-------------- OVERLAY STARTS ------------*/

.gradient-overlay-half-dark-v1::before {
    background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.gradient-overlay-half-dark-v2::before {
    background-image: linear-gradient(0deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

[class*="gradient-overlay"]::before,
[class*="gradient-overlay"]::after,
[class*="gradient-overlay-half"]::before,
[class*="gradient-overlay-half"]::after,
[class*="gradient-overlay-quarter"]::before,
[class*="gradient-overlay-quarter"]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}


[class*="gradient-overlay"],
[class*="gradient-overlay-half"],
[class*="gradient-overlay-quarter"] {
    position: relative;
    z-index: 1;
}

/*-------------- OVERLAY ENDS ------------*/




.h-250rem {
    height: 15.625rem;
}


.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}







/*---------------- IMAGE ZOOM ON HOVER STARTS -----------------*/

.cbp-caption, .cbp-caption-defaultWrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
}

/*---------------- IMAGE ZOOM ON HOVER ENDS -----------------*/