/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}

/* Skin Colors */
:root {
	--primary: #c80404;
	--primary-100: #af0404;
	--primary-200: #a30303;
	--primary-300: #960303;
	--primary--100: #e10505;
	--primary--200: #ee0505;
	--primary--300: #fa0505;
	--primary-rgba-0: rgba(200, 4, 4, 0);
	--primary-rgba-10: rgba(200, 4, 4, 0.1);
	--primary-rgba-20: rgba(200, 4, 4, 0.2);
	--primary-rgba-30: rgba(200, 4, 4, 0.3);
	--primary-rgba-40: rgba(200, 4, 4, 0.4);
	--primary-rgba-50: rgba(200, 4, 4, 0.5);
	--primary-rgba-60: rgba(200, 4, 4, 0.6);
	--primary-rgba-70: rgba(200, 4, 4, 0.7);
	--primary-rgba-80: rgba(200, 4, 4, 0.8);
	--primary-rgba-90: rgba(200, 4, 4, 0.9);
	--secondary: #e36159;
	--secondary-100: #df4c43;
	--secondary-200: #dd4238;
	--secondary-300: #dc372d;
	--secondary--100: #e7766f;
	--secondary--200: #e9807a;
	--secondary--300: #ea8b85;
	--secondary-rgba-0: rgba(227, 97, 89, 0);
	--secondary-rgba-10: rgba(227, 97, 89, 0.1);
	--secondary-rgba-20: rgba(227, 97, 89, 0.2);
	--secondary-rgba-30: rgba(227, 97, 89, 0.3);
	--secondary-rgba-40: rgba(227, 97, 89, 0.4);
	--secondary-rgba-50: rgba(227, 97, 89, 0.5);
	--secondary-rgba-60: rgba(227, 97, 89, 0.6);
	--secondary-rgba-70: rgba(227, 97, 89, 0.7);
	--secondary-rgba-80: rgba(227, 97, 89, 0.8);
	--secondary-rgba-90: rgba(227, 97, 89, 0.9);
	--tertiary: #2BAAB1;
	--tertiary-100: #26969c;
	--tertiary-200: #248c92;
	--tertiary-300: #218388;
	--tertiary--100: #30bec6;
	--tertiary--200: #34c6ce;
	--tertiary--300: #3fc9d0;
	--tertiary-rgba-0: rgba(43, 170, 177, 0);
	--tertiary-rgba-10: rgba(43, 170, 177, 0.1);
	--tertiary-rgba-20: rgba(43, 170, 177, 0.2);
	--tertiary-rgba-30: rgba(43, 170, 177, 0.3);
	--tertiary-rgba-40: rgba(43, 170, 177, 0.4);
	--tertiary-rgba-50: rgba(43, 170, 177, 0.5);
	--tertiary-rgba-60: rgba(43, 170, 177, 0.6);
	--tertiary-rgba-70: rgba(43, 170, 177, 0.7);
	--tertiary-rgba-80: rgba(43, 170, 177, 0.8);
	--tertiary-rgba-90: rgba(43, 170, 177, 0.9);
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
	--Main-theme-590000: #fbb03b;
	--Main-theme-box-213153: #213153;
	--e-global-color-fbb03b: #A51C30;
	--primary-bg: #212529;
	--primary-bg-100: #16181b;
}

.Main-theme-color {
	background-color: var(--Main-theme-590000);
}

/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}

/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}


#footer {
	background: #595959;
	;
	border: 0;
}

#footer .custom-footer-label-1 {
	display: block;
	margin: 0;
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
}

#footer .custom-footer-strong-1 {
	display: block;
	margin: 0;
	color: var(--dark--200);
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 1.3;
}

#footer .custom-social-icons-style-1 li a {
	font-size: 22.4px;
	font-size: 1.4rem;
	width: auto;
	height: auto;
	line-height: 1.3;
}

#footer .custom-social-icons-style-1 li:hover a {
	opacity: 0.8;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-instagram a {
	background: none !important;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-facebook a {
	background: none !important;
}

#footer .custom-social-icons-style-1 li:hover.social-icons-twitter a {
	background: none !important;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #202020;
	border: 0;
}

@media (max-width: 767px) {
	 #mainSlider {
		background-image: url(../img/slides/home-slider-responsive.png) !important;
		background-position: 50% top;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 70% auto;
	}
	#pMainTxt {
		padding-top: 3.5rem !important
	}
	#h2MainText {
		padding-top: 21rem !important;
	}
	.mainBoxes{
		height: 225px !important;
	}
}



@media (min-width: 1200px) {
	.mainBoxes {
		height: 270px !important;
	}
	
}
 