/*My Styles
====================================================================================================================*/
html, body {
    width: 100% !important;
    max-width: 100% !important;
    height: auto!important;
    overflow-x: hidden !important;
    margin: 0px !important;
    padding: 0px !important;
}

body {
	background-color: #D0D6D9 !important;
	font-family: Poppins;
}


/* background color */


/* CSS */

#g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -50px 0 0 0 !important;
	z-index: -999999;
	opacity: 0;
	width: 100%;
}

.g-recaptcha {
	display: inline-block !important;
	width: 100% !important;
	height: auto;
	margin: auto !important;
	text-align: center !important;
	padding-left: 15px;
}

.break {
	word-wrap: break-word !important;
}





/* wrapper width 100% */

.fluid-width {
	width: 100%;
}


/* wrapper width 80% */

.wrapper {
	background: white;
	width: 80%;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* wrapper width 85 % */

.mycontainer-2 {
	width: 85%;
	margin: auto;
}


/* wrapper width 90% */

.mycontainer-3 {
	width: 90%;
	margin: auto;
}


/* wrapper width 90% */

.mycontainer-4 {
	width: 98%;
	margin: auto;
}

.mycontainer-5 {
	width: 80%;
	margin: auto;
}


/* 80% width & Centered */

.content {
	margin: auto;
	width: 80%;
}


/*Centered*/

.center {
	margin: auto;
	text-align: center;
}


/*Padding*/

.contract {
	margin-bottom: 32px !important;
}


/*Back to top arrow
====================================================================================================================*/


/* Button Position*/

.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 25px;
	display: none;
    overflow-x: hidden !important;
}


/* Button Color*/

.btn-red {
	background-color: darkred !important;
	color: white !important;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Button Hover*/

.btn-red:hover {
	background-color: #585B5C !important;
	color: white !important;
}


/*Banner - Hero Image 
====================================================================================================================*/


/*Hero image container*/

.mycontainer {
	position: relative;
	width: 100%;
	background-color: white !important;
	padding: 0px 0px 20px 0px;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Hero image responsive*/

.mycontainer img {
	width: 100%;
	height: auto;
}


/*Hero image button CSS*/

.mycontainer .button-1 {
	position: absolute;
	top: 80%;
	left: 65%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #ad1f23;
	color: white;
	border: none;
	letter-spacing: 1px;
	font-size: 20px;
	padding: 6px 12px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	font-family: Poppins;
}


/*Hero image button hover*/

.mycontainer .button-1:hover {
	background-color: #66513e;
	letter-spacing: 1px;
}


/*Navbar
====================================================================================================================*/


/*Nav font size*/

.nav-font {
	font-size: 20px;
	font-family: Poppins;
	letter-spacing: 1px;
}


/*Nav shadow*/

.mynav {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Nav width 80%*/

.navbar-custom {
	background-color: darkred;
	width: 80%;
	margin: auto;
}


/*Nav List links*/

.mynav li a {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	display: block;
	text-decoration: none;
	color: #ecf0f1;
	padding: 1px 0;
	transition: 0.5s;
}


/*Nav list links*/

.mynav li a::after {
	position: absolute;
	content: "";
	width: 100%;
	max-width: 200px;
	height: 3px;
	top: 100%;
	left: 0;
	background: white;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
}


/*Nav list hover*/

.mynav li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}


/*Nav list hover text color*/

.mynav li a:hover {
	color: white;
}


/*Nav list visited*/

.mynav li a:visited {
	color: white;
}


/*Nav Box*/

.nav-box {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 99;
}


/*Navbar responsive width*/

.navbar {
	width: 100%;
}


/*banner button link My link 
===========================================================*/


/*Link color*/

.mylink {
	color: white;
}


/*Link hover*/

.mylink:hover {
	color: white;
	text-decoration: none;
}


/*Link visited*/

.mylink:visited {
	color: white;
	text-decoration: none;
}


/*Brand CSS
===========================================================*/


/* Link */

.mybrand {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 24px !important;
	font-size: 2vw !important;
	letter-spacing: 1px;
}


/* Hover */

.mybrand:hover {
	color: white;
}


/*Visited */

.mybrand:visited {
	color: white;
}


/*Toggle
===========================================================*/


/*Toggle color*/

.custom-toggler.navbar-toggler {
	border-color: white;
	background-color: darkred;
	color: white;
}


/*Toggle hover*/

.custom-toggler.navbar-toggler:hover {
	border: solid 2px white;
}


/*Carousel
====================================================================================================================*/


/* Carousel CSS */

.carousel {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Image fully responsive */

.carousel-inner img {
	width: 100%;
	height: 100%;
}


/*Carousel size & font*/

.caro {
	width: 70%;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 55px 0px 55px 0px;
}


/*Carousel font*/

.carousel-header {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 20px !important;
	letter-spacing: 1px;
	font-family: poppins;
}


/*Carousel text box*/

.box {
	background: rgba(0, 0, 0, 0.3);
	max-width: 370px;
	height: auto;
	margin: auto;
}


/*Carousel text box 2*/

.box-2 {
	background: rgba(0, 0, 0, 0.2);
	max-width: 305px;
	height: auto;
	margin: auto;
}


/*Carousel text box 3*/

.box-3 {
	background: rgba(0, 0, 0, 0.3);
	max-width: 250px;
	height: auto;
	margin: auto;
}

.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ad1f23' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	height: 50px;
	width: 50px;
}

.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ad1f23' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	height: 50px;
	width: 50px;
}

.carousel-indicators li {
	display: inline-block;
	width: 50px !important;
	height: 10px !important;
	margin: 0px;
	text-indent: 0;
	cursor: pointer;
}

.carousel-indicators .active {
	background-color: #ad1f23;
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}


/*Hyperlink CSS
====================================================================================================================*/

.my-link {
	color: darkred !important;
}


/*Hover*/

.my-link:hover {
	color: #585B5C !important;
	;
	text-decoration: none;
}


/*Visited*/

.my-link:visited {
	color: black;
	text-decoration: none;
}


/*Paragraph
====================================================================================================================*/

p {
	font-size: 20px;
	font-family: poppins;
	letter-spacing: 1px;
}


/*Paragraph custom CSS*/

.lead-2 {
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
	font-family: Poppins;
	margin: auto !important;
}

.lead-3 {
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
	font-family: Poppins;
	margin: auto !important;
	padding-bottom: 15px !important;
}

.lead {
	width: 80%;
	margin: auto;
	font-size: 22px;
	font-family: Poppins;
	letter-spacing: 1px;
}


/*More info*/

.info {
	font-size: 20px;
	font-weight: bold;
	margin: auto;
}


/*Marketing*/

.red {
	color: darkred;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}


/*Headers 
====================================================================================================================*/

h1 {
	color: #ad1f23;
	width: 80%;
	margin: auto;
	font-family: Poppins;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	color: #ad1f23;
	font-family: Poppins !important;
	font-weight: bold !important;
	letter-spacing: 1px;
}

h3 {
	letter-spacing: 1px;
	font-family: poppins;
	font-size: 26px !important;
	font-weight: bolder !important;
	
}


/*Header classes*/

.header {
	font-size: 50px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

.header-2 {
	font-weight: bold;
	font-size: 42px;
	font-size: 4vw;
	width: 100%;
	padding-bottom: 10px !important;;
	letter-spacing: 1px;
	word-wrap: break-word !important;
}

.header-3 {
	font-weight: bold;
	font-size: 42px;
	font-size: 4vw;
	color: #ad1f23;
	letter-spacing: 1px;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}


/*Form CSS
====================================================================================================================*/


/*Thank you message CSS*/

.thankyou {
	font-size: 16px;
	text-align: center;
}


/*Form font*/

form {
	font-family: poppins;
	letter-spacing: 1px;
	font-size: 18px !important;
}


/*Form CSS*/

.form-box {
	background: #F0F2F2;
	padding: 20px 30px 40px 30px;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Form padding*/

.form-padding {
	padding-top: 15px !important;
	padding-bottom: 15px;
	max-height: 10px
}


/*Form input feils*/

input {
	border-radius: 15px;
}


/*Submit*/

input[type=submit] {
	padding: 5px 15px;
	background: darkred;
	color: white;
	font-family: Poppins;
	letter-spacing: 1px;
	font-size: 18px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto !important;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Submit Hover*/

input[type=submit]:hover {
	padding: 5px 15px;
	background: #585B5C;
	color: white;
	font-family: Poppins;
	letter-spacing: 1px;
	font-size: 18px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto !important;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Message box*/

textarea {
	width: 100%;
	height: auto;
	min-height: 150px;
}


/*Padding
====================================================================================================================*/

.top-bottom {
	padding: 0px !important;
}

.top-padding {
	padding-top: 20px !important;
}

.padding-bottom {
	padding-bottom: 10px;
}

.padding-bottom-2 {
	padding: 0px 0px 0px 35px !important;
	margin: auto;
}

.padding-bottom-3 {
	padding-bottom: 10px !important;
}

.padding-left {
	padding-left: 15px;
}


/*Padding on card paragraphs*/

.padding-left-right {
	padding-left: 2px !important;
	padding-right: 2px !important;
}


/*Image CSS
====================================================================================================================*/

.pic {
	border-radius: 15px;
	width: 350px;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
}

.pic-2 {
	border-radius: 15px;
	width: 350px;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.mouse {
	border-radius: 15px;
	margin: auto !important;
	margin-top: 0px;
	padding: 0px !important;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Unordered list bullet styes
====================================================================================================================*/


/*List*/

li {
	list-style: none;
}


/*Unordered list font & bullet style*/

ul {
	font-family: Poppins;
	font-size: 22px;
	list-style: square;
	text-align: left;
}


/*Red bullets*/

.red-box {
	margin: auto;
}

.red-box li::before {
	content: '■';
	color: darkred;
	/* Change the color */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}


/*Cards
====================================================================================================================*/


/*Cards*/

.card-color {
	background-color: white;
	width: 90%;
	max-width: 350px;
	min-height: 450px;
	height: auto;
	margin: auto;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 3em;
	border-radius: 15px;
}


/*Shorter Cards*/

.card-color-2 {
	background-color: white;
	width: 90%;
	height: auto;
	max-width: 350px;
	max-height: 460px !important;
	margin: auto;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 3em;
	border-radius: 15px;
}


/*Responsive Cards*/

.cards {
	width: 100%;
	margin: auto !important;
	text-align: center;
}


/*Photo shadow*/

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.29) !important;
}


/*Rating*/

.stars {
	padding-top: 45px;
	padding-bottom: 10px;
}


/*Reveiw*/

.review {
	width: 80%;
	margin: auto !important;
}


/*Reveiw name*/

.card-name {
	padding-top: 5px;
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 22px;
}


/*Padding*/

.no-contract {
	padding-top: 25px;
}


/*Button padding*/

.btn-1 {
	padding-top: 25px !important;
}


/*Button padding*/

.btn-2 {
	padding-top: 35px !important;
}


/*Button*/

.mybutton {
	background-color: darkred !important;
	color: white !important;
	letter-spacing: 1px;
}


/*Hover*/

.mybutton:hover {
	background-color: #585B5C !important;
	color: white;
	letter-spacing: 1px;
}


/*Bugs List
====================================================================================================================*/


/*bugs formatting*/

.bugs {
	width: 80%;
	height: auto;
	margin: auto;
	text-align: center;
}

.width-flex {
	width: 200px;
	height: auto;
}


/*Footer
====================================================================================================================*/


/*Footer color*/

footer {
	background-color: darkred;
	color: white;
	font-family: Poppins;
	font-size: 20px;
	text-align: center;
	margin: auto;
	width: 100% !important;
	height: auto !important;
}


/*Footer padding*/

.foot {
	padding: 12px 12px 12px 12px;
}


/*Footer Icon
===========================================================*/


/*Links*/

.icons {
	color: white;
}


/*Hover*/

.icons:hover {
	color: #F0F2F2 !important;
}


/*Visited*/

.icons:visited {
	color: white;
}


/*Div Backgrounds
====================================================================================================================*/

.light-grey-1 {
	background-color: #F0F2F2 !important;
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
}

.light-grey-2 {
	background-color: #F0F2F2 !important;
	padding: 75px 0px 25px 0px;
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
}

.light-grey-3 {
	background-color: #F0F2F2 !important;
	padding: 75px 0px 75px 0px;
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
}

.white {
	background-color: white !important;
	padding: 75px 0px 75px 0px;
}

.white-2 {
	background-color: white !important;
	padding: 35px 0px 75px 0px;
	width: 100%;
	height: auto;
}


/*Mobile Resize
====================================================================================================================*/


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 500px) {
	.mybrand {
        max-width: 25px;
        visibility: hidden;
	}
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
	.mybrand {
		color: white;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		font-size: 18px !important;
		font-size: 5.2vw !important;
		letter-spacing: 1px;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	.mybrand {
		color: white;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		font-size: 18px !important;
		font-size: 5vw !important;
		letter-spacing: 1px;
	}
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
	.mybrand {
		color: white;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		font-size: 22px !important;
		font-size: 3vw !important;
		letter-spacing: 1px;
	}
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
	.mybrand {
		color: white;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		font-size: 26px !important;
		font-size: 2.5vw !important;
		letter-spacing: 1px;
	}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
	.mybrand {
		color: white;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		font-size: 30px !important;
		font-size: 2.2vw !important;
		letter-spacing: 1px;
	}
}


/* Extra small devices (phones, 600px and down) 

Review size */

@media only screen and (max-width: 600px) {
	.review {
		width: 80%;
		margin: auto !important;
		word-wrap: break-word !important;
	}
}


/* Extra small devices (phones, 600px and down) 

Header resize on index */

@media only screen and (max-width: 600px) {
	h2 {
		color: #ad1f23;
		font-family: Poppins !important;
		font-weight: bold !important;
		letter-spacing: 1px;
		font-size: 26px !important;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	h2 {
		color: #ad1f23;
		font-family: Poppins !important;
		font-weight: bold !important;
		letter-spacing: 1px;
	}
}


/* Extra small devices (phones, 600px and down) 

Header resize on index */

@media only screen and (max-width: 600px) {
	.header {
		font-weight: bold;
		font-size: 36px !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	.header {
		font-weight: bold;
		font-size: 50px !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
	.header-3 {
		font-weight: bold;
		font-size: 24px !important;
		font-size: 9.5vw !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	.header-3 {
		font-weight: bold;
		font-size: 28px !important;
		font-size: 6vw !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
	.header-3 {
		font-weight: bold;
		font-size: 32px !important;
		font-size: 5vw !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
	.header-3 {
		font-weight: bold;
		font-size: 36px !important;
		font-size: 4.5vw !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
	.header-3 {
		font-weight: bold;
		font-size: 42px !important;
		font-size: 4vw !important;
		color: #ad1f23;
		letter-spacing: 1px;
		margin: auto;
		text-align: center;
		padding-bottom: 15px;
		word-wrap: break-word !important;
	}
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
	.header-2 {
		font-weight: bold;
		font-size: 24px !important;
		font-size: 9.5vw !important;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 1px;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	.header-2 {
		font-weight: bold;
		font-size: 28px !important;
		font-size: 6vw !important;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 1px;
		word-wrap: break-word !important;
	}
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
	.header-2 {
		font-weight: bold;
		font-size: 32px !important;
		font-size: 5vw !important;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 1px;
		word-wrap: break-word !important;
	}
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
	.header-2 {
		font-weight: bold;
		font-size: 36px !important;
		font-size: 4.5vw !important;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 1px;
		word-wrap: break-word !important;
	}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
	.header-2 {
		font-weight: bold;
		font-size: 42px !important;
		font-size: 4vw !important;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 1px;
		word-wrap: break-word !important;
	}
}


@media only screen and (max-width: 325px) {
    .card-color-2 {
		background-color: white;
		width: 90%;
		height: auto !important;
		min-height: 550px !important;
		margin: auto;
		text-align: center;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-bottom: 3em;
		border-radius: 15px;
	}
    
}

@media only screen and (max-width: 600px) {
	.back-to-top {
		position: fixed;
		bottom: 100px;
		right: 30px !important;
		display: none;
	}
	.card-color-2 {
		background-color: white;
		width: 90%;
		height: auto!important;
		min-height: 400px;
		margin: auto;
		text-align: center;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-bottom: 3em;
		border-radius: 15px;
	}
}

@media only screen and (max-width: 600px) {}

@media (min-width: 600px) {
	.top-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 600px) {
	.top-padding {
		padding-top: 10px !important;
	}
}

@media (max-width: 900px) {}

@media (min-width: 992px) {
	.btn-2 {
		padding-top: 5px !important;
	}
}

@media (min-width: 1126px) {
	.btn-2 {
		padding-top: 35px !important;
	}
}


/*Mobile reize for hero image button*/

@media (max-width: 768px) {
	.mycontainer .button-1 {
		position: absolute;
		top: 80%;
		left: 65%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #ad1f23;
		color: white;
		font-size: 14px;
		padding: 6px 12px;
		border: none;
		cursor: pointer;
		border-radius: 10px;
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.mycontainer .button-1 {
		position: absolute;
		top: 80%;
		left: 65%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #ad1f23;
		color: white;
		font-size: 14px;
		padding: 6px 12px;
		border: none;
		cursor: pointer;
		border-radius: 10px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.button-1 {
		padding: 0x;
		font-size: 14px;
		line-height: 1;
		border-radius: 3px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.button-1 {
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
	}
}


/*Mobile resize for flexbox*/

@media (max-width: 640px) {
	.width-flex {
		width: 50px;
		height: auto;
	}
	/*Mobile resize for carousel*/
	@media (max-width: 640px) {
		.caro {
			width: 90%;
			height: auto;
			margin: auto;
			text-align: center;
			font-size: 12px !important;
			font-family: Poppins;
		}
		/*Mobile resize for carousel text*/
		@media (max-width: 640px) {
			/*Carousel font*/
			.carousel-header {
				text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
				font-size: 11px !important;
				letter-spacing: 1px;
				font-family: poppins;
				margin-top: 20px !important;
			}
		}
		/*Bug label resize*/
		@media (max-width: 640px) {
			.font-resize {
				font-size: 8px !important;
				font-family: poppins;
				margin: auto !important;
				text-align: center !important;
			}
		}
		/*Navbar underline resize*/
		@media (max-width: 640px) {
			.mynav li a::after {
				position: absolute;
				content: "";
				max-width: 200px;
				height: auto;
				width: 100%;
				height: 2px;
				top: 100%;
				left: 0;
				background: #ffffff;
				transition: transform 0.5s;
				transform: scaleX(0);
				transform-origin: right;
			}
		}
	}
}