/*/// General Style ///*/

@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/magnific-popup.css");

/* ------------------------------------------------------------------
    font-family: 'Poppins', sans-serif;
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

/**/

html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	color: #333333;
	background-color: #fff;
}

p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	color: #333333;
}

@media (max-width: 991px) {
	body,
	p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	body,
	p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	body,
	p {
		font-size: 13px;
		line-height: 24px;
	}
}

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

.fit_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */

::-moz-selection {
	background: #ff0302;
	color: #fff;
}

::-webkit-selection {
	background: #ff0302;
	color: #fff;
}


/* ------------------------------------------------------------------
Transition elsements
------------------------------------------------------------------- */

a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

b,
strong {
	font-weight: 700;
}

a,
a:visited,
a:active {
	color: #ff0302;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #1c1c1c;
	outline: 0;
}

h1:not(.site-title):before,
h2:before {
	display: none;
}

h1 {
	font-size: 56px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
}
@media (max-width: 420px) {
	h1 {
		font-size: 26px;
	}
}

h2 {
	font-size: 46px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	color: #1c1c1c;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 600;
	color: #1c1c1c;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	h3 {
		font-size: 19px;
	}
}

h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 600;
	color: #1c1c1c;
}

@media (max-width: 767px) {
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
}

h1,
h2,
h3,
h4 {
	margin: 0;
	margin-bottom: 20px;
}

h1 span,
h2 span,
h3 span {
	color: #ff0302;
}


.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white a,
.white li,
.white span {
	color: #fff;
}

.white a:hover{
	color: #ff0302;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}

ol li,
ul li {
	list-style: none;
}

blockquote {
	border-color: #f7f7f7;
}

blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 575px) {
	h1,
	h2,
	h3,
	h4 {
		margin-bottom: 15px;
	}
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}


/* ------------------------------------------------------------------ 
	Form 
------------------------------------------------------------------- */

input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	padding: 10px 15px !important;
	height: inherit;
	z-index: 1;
	direction: ltr;
	position: relative;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #1c1c1c;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border: solid 1px #1c1c1c;
	outline: 0;
	box-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #c4c4c4;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #c4c4c4;
	font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #c4c4c4;
	font-size: 16px;
}

label {
	margin-bottom: 5px;
    line-height: 1.2;
}

label span {
	color: red;
}

.form-group {
	margin-bottom: 20px;
}

@media(max-width:991px) {
    input[type="email"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    textarea,
    select {
        padding: 8px 15px !important;
        font-size: 14px;
    }
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		font-size: 14px;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder,
	select:-ms-input-placeholder {
		font-size: 14px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder,
	select::-webkit-input-placeholder {
		font-size: 14px;
	}
	.form-group {
		margin-bottom: 15px;
	}
}
@media(max-width: 575px) {
    input[type="email"],
    input[type="text"],
    input[type="password"],
    input[type="tel"],
    textarea,
    select {
        padding: 8px 15px !important;
        font-size: 12px;
    }
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		font-size: 12px;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder,
	select:-ms-input-placeholder {
		font-size: 12px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder,
	select::-webkit-input-placeholder {
		font-size: 12px;
	}
}

.form-control:focus {
	box-shadow: none;
}

button,
button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}


/* ------------------------------------------------------------------ 
	Buttons 
------------------------------------------------------------------- */

.btn_holder {
	margin-top: 25px;
	display: block;
}
.btn_holder > a:not(:first-child){
    margin-left: 25px;
}

input[type="submit"],
button[type="submit"],
.my_btn {
	position: relative;
	text-align: center;
	padding: 12px 40px;
	min-width: 200px;
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 31px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border: none;
    background-color: #ff0302;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.my_btn.sm {
	padding: 9px 15px;
	min-width: 150px;
	font-size: 15px;
	line-height: 28px;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
    background-color: #1c1c1c;
	color: #fff !important;
}   
.my_btn:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #1c1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my_btn:hover:before{
    width: 100%;
    height: 100%;
}
.my_btn span{
    position: relative;
    z-index: 2;
}

.my_btn.white {
	color: #1c1c1c !important;
    background-color: #fff;
}
.my_btn.white span{
	color: #1c1c1c !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my_btn.white:hover {
	color: #fff !important;
    background-color: #1c1c1c;
}
.my_btn.white:hover span {
	color: #fff !important;
}

@media(max-width: 1199px) {
    .btn_holder > a:not(:first-child) {
        margin-left: 15px;
    }
}
@media(max-width:991px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 10px 30px;
		min-width: 180px;
		font-size: 16px;
        line-height: 26px;
	}
}

@media(max-width:767px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 8px 25px;
		min-width: 160px;
		font-size: 14px;
        line-height: 24px;
	}
    .my_btn.sm {
        padding: 7px 15px;
        min-width: inherit;
        font-size: 13px;
        line-height: 24px;
    }
}

@media(max-width:575px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 8px 20px;
		min-width: 130px;
		font-size: 13px;
        line-height: 22px;
	}
    .my_btn::before {
        width: 5px;
    }
	.btn_holder {
		margin-top: 15px;
	}
    .btn_holder > a:not(:first-child) {
        margin-left: 8px;
    }
    .my_btn.sm {
        font-size: 12px;
        line-height: 20px;
    }
}



/* ====== Header ====== */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}

/* ====== Top Header ====== */

.header .logo_header {
	text-align: right;
}

.header .logo_header .container {
	overflow: hidden;
}

.header .logo_header a:hover {
	color: #ff0302;
}

.header .logo_header .logo {
	float: left;
    padding: 19px 0;
}

.header .logo_header .logo img {
	max-width: 470px;
	height: auto;
}

.header .ct_header {
    float: right;
}
.header .ct_header ul {
	margin-bottom: 0;
	overflow: hidden;
}
.header .ct_header ul li {
	font-size: 20px;
	line-height: 24px;
	padding: 16px 25px;
	float: left;
	color: #1c1c1c;
	border-right: 1px solid #e4e4e4;
	text-align: left;
	min-height: 80px;
    font-weight: 700;
}
.header .ct_header ul li:first-child {
	border-left: 1px solid #e4e4e4;
}
.header .ct_header ul li span{
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #ff0302;
}
.header .ct_header ul li.social_links a{
    margin-right: 5px;
}
.header .ct_header ul li form{
    margin-top: 5px;
}
.header .ct_header ul li .searchbox-input{
    width: 150px;
    line-height: 24px;
    height: 40px;
    display: inline-block;
    font-style: italic;
    padding: 10px;
}
.header .ct_header ul li .searchbox-submit{
    float: right;
	width: 40px;
	min-width: inherit;
	height: 40px;
    padding: 0;
	display: block;
	text-align: center;
	cursor: pointer;
	background-color: #ff0302;
	background-image: url(../images/search_ico.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2px;
}
.header .ct_header ul li .searchbox-submit:hover{
	background-color: #1c1c1c;
}
.header .ct_header ul li a {
	color: #1c1c1c;
}
.footer .social_media li a img,
.header .ct_header ul li.social_links a img {
	width: 18px;
	height: 18px;
	object-fit: cover;
	object-position: top center;
	vertical-align: top;
	margin-top: 2px;
}
.footer .social_media li a img {
	width: 27px;
	height: 27px;
    margin-top: 1px;
}
.footer .social_media li a:hover img,
.header .ct_header ul li.social_links a:hover img {
	object-position: bottom center;
}
/**/
.header.sticky .logo_header {
    display: none;
}
.header.sticky .logo_header .logo {
	padding: 18px 0;
}
.header.sticky .logo_header .logo img {
	max-width: 330px;
}
.header.sticky .ct_header ul li {
	padding: 10px 25px;
	min-height: 68px;
}
/* Header Menu */
.header .header_menu {
	position: relative;
	background-color: #1c1c1c;
}
.header .header_menu .mainmenu {
	display: block;
}

/**/
.header.sticky {
	position: fixed;
	z-index: 100;
	transition: none;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.header.sticky ul.slimmenu li>ul>li a {
	line-height: 21px;
}

.header,
.header .logo_header .logo,
.header .logo_header .logo img,
.header .ct_header ul li{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
	.header .logo img {
		max-width: 350px;
	}
	.header.sticky .logo img {
		max-width: 300px;
	}
    .header .logo_header .logo,
    .header.sticky .logo_header .logo {
        padding: 18px 0;
    }
    .header .logo_header .logo img,
    .header.sticky .logo_header .logo img {
        max-width: 330px;
    }
    .header .ct_header ul li,
    .header.sticky .ct_header ul li {
        padding: 10px 20px;
        min-height: 68px;
    }
}
@media (max-width: 991px) {
	.header,
	.header.sticky {
		position: relative;
		top: 0;
		box-shadow: none;
	}
    .header.sticky .logo_header {
        display: block;
    }
    .header .header_menu .mainmenu {
        position: relative; 
        padding: 8px 0px;
    }
	ul.slimmenu li a,
	.header ul.slimmenu li a,
	.header.sticky ul.slimmenu li a,
	.header.sticky ul.slimmenu li>ul>li a {
		line-height: 28px !important;
	}
    .header .logo_header {
        text-align: left;
    }
    .header .logo_header .logo, 
    .header.sticky .logo_header .logo {
        float: none;
        padding: 15px 0 10px;
    }
    .header .ct_header {
        float: none;
        margin-bottom: 10px;
    }
    .header .ct_header ul li, 
    .header.sticky .ct_header ul li {
        padding: 7px 15px;
        min-height: 62px;
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 22px;
    }
    .header .ct_header ul li span {
        font-size: 14px;
    }
    .header .logo_header .logo img, 
    .header.sticky .logo_header .logo img {
        max-width: 400px;
    }
    .header .ct_header ul li.social_links a img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575px) {
    .header .logo_header .logo img, .header.sticky .logo_header .logo img {
        max-width: 350px;
    }
    .header .ct_header ul li, .header.sticky .ct_header ul li {
        padding: 5px 10px;
        min-height: inherit;
        font-size: 15px;
        line-height: 20px;
    }
    .header .ct_header ul li span {
        font-size: 12px;
    }
    .header .ct_header ul li .searchbox-input {
        line-height: 20px;
        height: 34px;
        padding: 10px;
    }
    .header .ct_header ul li .searchbox-submit {
        width: 34px;
        height: 34px;
    }
    .header .ct_header ul li.social_links a img {
        width: 13px;
        height: 13px;;
    }
    .footer .social_media li a img {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 460px) {
    .header .logo_header .logo img, .header.sticky .logo_header .logo img {
        max-width: 100%;
    }
    .header .ct_header ul li, .header.sticky .ct_header ul li {
        width: 49%;
    }
    .header .ct_header ul li:last-child {
        display: block;
        padding: 5px 0px;
        border-right: 0;
        width: 100%;
    }
    .header .ct_header ul li form {
        padding-right: 36px;
        position: relative;
    }
    .header .ct_header ul li .searchbox-input {
        width: 100%;
    }
    .header .ct_header ul li .searchbox-submit {
        position: absolute;
        top: 0;
        right: 0;
    }
}


/* Billboard */
.billboard {
	margin-top: 135px;
	position: relative;
    overflow: hidden;
	width: 100%;
	min-height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.billboard:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.billboard .container {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}
.billboard .caption {
    background-color: rgba(255,3,2,0.7);
    padding: 15px 20px 24px;
}
.billboard .caption h1 {
    margin-bottom: 5px;
}
.billboard .caption p {
    margin-bottom: 10px;
}
@media (max-width:1199px) {
    .billboard {
        margin-top: 116px;
    }
}
@media (max-width:991px) {
	.billboard {
		margin-top: 0;
	}
}
@media (max-width:767px) {
	.billboard {
        min-height: 500px;
	}
	.billboard .caption h1 {
        margin-bottom: 10px;
	}
	.billboard .caption p {
        display: none;
	}
}

/**/
.sections {
	padding: 90px 0px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.sections_title {
	margin-bottom: 50px;		
    text-align: center;
}

.sections_title h2{
    margin-bottom: 17px;
}
.sections_title h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background-color: #ff0302;
    margin: 17px auto 0;
}
.sections_title.text-left h2:after {
    margin-left: inherit;
}
.sections_title p {
    color: #777777;
    width: 70%;
    margin: auto;
}
.sections_title.text-left p {
	margin-left: inherit;
}
.light_gray{
    background-color: #f9f9f9;
}
.red_bg{
    background-color: #ff0302;
}
hr{
    margin: 20px 0;
    border-color: rgba(28,28,28,0.1);
}
@media (max-width:991px) {
	.sections {
		padding: 80px 0px;
	}
	.sections_title {
		margin-bottom: 30px;
	}
    .sections_title p {
        width: 100%;
    }
    .sections_title h2:after {
        width: 130px;
        height: 4px;
        margin: 15px auto 0;
    }
}
@media (max-width:767px) {
	.sections {
		padding: 60px 0px;
	}
	.sections_title {
		margin-bottom: 20px;
	}
}
@media (max-width:575px) {
	.sections {
		padding: 50px 0px;
	}
    .sections_title h2:after {
        width: 110px;
        height: 3px;
        margin: 12px auto 0;
    }
    hr {
        margin: 15px 0;
    }
}


/* About Us */
.about_us .about_img{
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.about_us .about_text {
	width: 690px;
    min-height: 600px;
    margin: 60px 0 0 -150px;
	background-color: #fff;
	padding: 40px 40px 40px 180px;
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.about_us .about_text h2 {
    font-size: 36px;
    color: #ff0302;
}
.about_us .about_text h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 21px;
}

@media (max-width:1199px) {
    .about_us .about_text {
        width: 600px;
        padding: 40px 30px 40px 170px;
    }
    .about_us .my_btn {
        min-width: inherit;
    }
    .about_us .about_text h4 {
        font-size: 19px;
    }
}
@media (max-width:991px) {
    .about_us .about_text h2 {
        font-size: 32px;
    }
    .about_us .about_img{
        height: 550px;
        margin-bottom: 0px;
    }
    .about_us .about_text {
        width: auto;
        padding: 40px;
        margin: 0;
        min-height: inherit;
    }
    .about_us .about_text h4 {
        font-size: 18px;
    }
}
@media (max-width:575px) {
    .about_us .about_text h2 {
        font-size: 26px;
    }
    .about_us .about_text h4 {
        font-size: 16px;
    }
    .about_us .about_img {
        height: 500px;
        width: 95%;
        margin: 0 auto;
    }
    .about_us .about_text {
        padding: 30px 20px;
    }
}

/* Products */
.products_section .sections_title {
	margin-bottom: 20px;
}
.products_box{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
    box-shadow: 0 3px 30px rgba(220,221,237,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products_box:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}
.products_box .products_text {
	padding: 15px 20px 20px;
}
.products_box .fit_img {
    height: 250px;
    display: block;
    background-color: #ff0302;
}
.products_box .fit_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products_box:hover .fit_img img {
    opacity: 0.7;
    transform: scale(1.05);
}
.products_box .products_text h3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 5px;
	min-height: 52px;
	display: flex;
	align-items: center;
}
.products_box .products_text h3 a{
    color: #333333;
}
.products_box .products_text h3 a:hover{
    color: #ff0302;
}
.products_box .products_text p {
	font-size: 15px;
	line-height: 1.8;
	color: #777777;
    min-height: 81px;
}
@media(max-width:1199px){
    .products_box .products_text h3 {
        font-size: 20px;
        min-height: 48px;
    }
    .products_box .products_text p {
        font-size: 13px;
        line-height: 1.6;
        min-height: 62px;
    }
    .products_box .fit_img {
	    height: 230px;
    }
}
@media(max-width:767px){
    .products_box {
        width: 350px;
        margin: 15px auto;
    }
    .products_box .products_text h3 {
        min-height: inherit;
        margin-bottom: 10px;
    }
    .products_box .products_text p {
        min-height: inherit;
    }
    .products_box .products_text {
        padding: 15px;
    }
}
@media(max-width: 460px){
    .products_box {
        width: auto;
    }
    .products_box .products_text h3 {
        font-size: 18px;
    }
}


/**/
.features_box .row > div{
    position: relative;
}
.features_box .row > div:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(221,153,51, 0.9);
}
.features_box .row > div:nth-child(2):before{
	background-color: rgba(255,3,2, 0.9);
}
.features_box .row > div:nth-child(1) {
    border-right: 6px solid #fff;
}
.features_box .row > div:nth-child(2){
    border-left: 6px solid #fff;
}
.features_box .row > div > div {
	width: 548px;
    position: relative;
    z-index: 2;
}
.features_box .row > div:nth-child(1) > div {
	margin-left: auto;
	padding: 80px 70px 80px 0;
}
.features_box .row > div:nth-child(2) > div{
    margin-right: auto;
	padding: 80px 0 80px 70px;
}
.features_box .row > div img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 30px;
}
.features_box .row > div h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.features_box .row > div p {
    margin-bottom: 15px;
}
.features_box .row > div a {
    text-decoration: underline;
}
.features_box .row > div a:hover {
    color: #333333;
}
@media(max-width:1199px){
    .features_box .row > div > div {
        width: 459px;
    }
    .features_box .row > div h2 {
	    font-size: 32px;
    }
}
@media(max-width:991px){
    .features_box .row > div:nth-child(1) {
        border-right: none;
        border-bottom: 4px solid #fff;
    }
    .features_box .row > div:nth-child(2) {
        border-left: none;
        border-top: 4px solid #fff;
    }
    .features_box .row > div > div {
        width: 690px;
        margin: 0 auto;
        text-align: center;
    }
    .features_box .row > div:nth-child(1) > div,
    .features_box .row > div:nth-child(2) > div {
        padding: 80px 0px;
    }
    .features_box .row > div h2 {
	    font-size: 28px;
    }
}
@media(max-width: 767px){
    .features_box .row > div > div {
        width: 100%;
        padding: 50px 15px !important;
    }
    .features_box .row > div h2 {
        font-size: 26px;
    }
    .features_box .row > div img {
        width: 70px;
        height: 70px;
    }
}





/*Product Literature*/
.product_literature .icon_box{
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    text-align: center;
    padding: 50px 10px;
    text-align: center;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_literature .icon_box:hover,
.product_literature .icon_box:focus{
    border-radius: 50px;
    transform: translateY(-5px);
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.product_literature .icon_box img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 20px;
}
.product_literature .icon_box h3{
    margin-bottom: 0;
}
@media(max-width: 991px){
    .product_literature .icon_box {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px){
    .product_literature .icon_box {
        padding: 40px 10px;
    }
    .product_literature .icon_box img {
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 460px){
    .product_literature .col-6 {
        padding: 0 10px
    }
    .product_literature .icon_box {
        padding: 30px 10px;
        margin-bottom: 20px;
    }
    .product_literature .icon_box:hover {
        border-radius: 30px;
    }
    .product_literature .icon_box h3 {
        font-size: 16px;
    }
    .product_literature .icon_box img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
}


/* News */
.news_box{
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_box:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}
.news_box .fit_img{
    display: block;
    height: 330px;
	background-color: #1c1c1c;
}
.news_box .fit_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_box:hover .fit_img img {
    opacity: 0.7;
    transform: scale(1.05);
}
.news_box .news_text{
    padding: 20px;
    position: relative;
    z-index: 2;
}
.news_box .news_text .post_meta {
	padding: 9px 20px;
	background-color: #ff0302;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	display: table;
    margin-bottom: 18px;
    margin-top: -42px;
    text-transform: uppercase;
}
.news_box .news_text h3{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.news_box .news_text h3 a{
    color: #1c1c1c;
}
.news_box .news_text h3 a:hover{
    color: #ff0302;
}
.news_box .news_text h3::after {
	content: '';
	display: block;
	width: 160px;
	height: 2px;
	background-color: #ff0302;
	margin-top: 12px;
}
.news_box .news_text p{
	font-size: 15px;
	line-height: 1.8;
	color: #777777;
}

.news_updates .btn_holder{
    text-align: center;
    margin-top: 40px;
}

@media(max-width: 1199px){
    .news_box .news_text h3 {
        font-size: 22px;
    }
    .news_box .fit_img {
        display: block;
        height: 270px;
        background-color: #1c1c1c;
    }
    .news_box .news_text .post_meta {
        font-size: 14px;
        padding: 8px 15px;
    }
}
@media(max-width: 575px){
    .news_box .news_text {
        padding: 15px;
    }
    .news_box .news_text h3 {
        font-size: 20px;
    }
    .news_box .news_text h3::after {
        width: 120px;
        margin-top: 10px;
    }
    .news_box .news_text .post_meta {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: -34px;
    }
    .news_box .news_text p {
        font-size: 13px;
        line-height: 1.6;
    }
    .news_updates .btn_holder {
        margin-top: 30px;
    }
}
@media(max-width: 460px){
    .news_box .fit_img {
        height: 230px;
    }
    .news_box .news_text {
        padding: 10px;
    }
    .news_box .news_text h3 {
        font-size: 18px;
    }
    .news_box .news_text .post_meta {
        font-size: 10px;
        padding: 6px 12px;
        margin-top: -24px;
    }
}



/*Call Us*/
.call_us_now{
    padding: 50px 0;
}
.call_us_now h2{
    font-size: 30px;
}
.call_us_now h2::after {
	content: '';
	display: block;
	width: 130px;
	height: 3px;
	background-color: #fff;
	margin-top: 15px;
}
.call_us_now p{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}
@media(max-width: 1199px){
    .call_us_now p {
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .call_us_now {
        padding: 40px 0;
    }
    .call_us_now h2 {
        font-size: 26px;
        margin-bottom: 13px;
    }
    .call_us_now h2::after {
        width: 110px;
    }
    .call_us_now p {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .call_us_now {
        padding: 30px 0;
    }
    .call_us_now h2 {
        font-size: 22px;
    }
    .call_us_now h2::after {
        width: 90px;
    }
    .call_us_now p {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px){
    .call_us_now {
        text-align: center;
    }
    .call_us_now h2::after {
        margin: 12px auto 0;
    }
}













/* Footer */

.footer {
	padding-top: 50px;
	background-color: #212121;
	position: relative;
}
.footer p,
.footer ul li,
.footer a {
	font-size: 16px;
	line-height: 30px;
}
.footer p a{
	color: #fff;
}
.footer p a:hover {
	color: #ff0302;
}
.footer h3 {
	position: relative;
	margin-bottom: 20px;
}

.footer h3:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 7px;
    background-color: #ff0302;
}

.footer ul {
	margin-bottom: 0;
}

.footer ul li {
	list-style: none;
	line-height: 32px;
}
.address p{
    margin-bottom: 5px;
}
.address p strong{
    font-weight: 600;
}
.quick_links ul li {
	line-height: 32px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.quick_links ul li a{
	position: relative;
	padding-left: 18px;
}
.quick_links ul li a:before{
    content: '\f105';
    font: normal normal normal 16px/1 "FontAwesome";
	position: absolute;
	top: 2px;
	left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quick_links ul li a:hover:before{
	left: 5px;
    color: #ff0302;
}
.footer .social_media li {
    display: inline-block;
	margin-right: 15px;
}
.footer .social_media li a {
    font-size: 30px;
}
.footer .copyrights {
	padding: 16px 0;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .copyrights p {
	margin-bottom: 0;
}
.footer .copyrights p a {
	text-decoration: underline;
}
@media (max-width:991px) {
	.footer p,
	.footer ul li,
	.footer a {
		font-size: 15px;
		line-height: 28px;
	}
	.footer .row>div:not(:last-child) {
		margin-bottom: 30px;
	}
	.footer .copyrights p,
	.footer .copyrights p a {
		font-size: 11px;
		line-height: 20px;
	}
}
@media (max-width:767px) {
	.footer .copyrights {
		padding: 15px;
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	.quick_links ul li {
		width: 100%;
	}
	.footer {
		text-align: center;
	}
	.footer h3::after {
		margin: 0 auto;
		margin-top: 7px;
	}
	.footer h3 {
		margin-bottom: 15px;
	}
    .quick_links ul li a {
        padding-left: 15px;
    }
    .quick_links ul li a::before{
        font-size: 14px;
    }
    .footer .social_media li a {
        font-size: 26px;
    }
    .footer .social_media li {
        margin: 0 7px;
    }
}


/* Go-Up */
.go-up {
	background: #f3f6f9;
	color: #212121;
	cursor: pointer;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	z-index: 10;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.go-up:hover {
	color: #fff;
	background: #ff0302;
	animation: none;
}


/* Page-loader */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.page-loader span {
	position: absolute;
	display: inline-block;
	background: #ff0302;
	height: 70px;
	width: 70px;
	left: 48%;
	top: 48%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.2s linear infinite;
	animation: page-loader 1.2s linear infinite;
}

.page-loader span:last-child {
	background: #1c1c1c;
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
}

@media(max-width:991px) {
	.page-loader span {
		left: 47%;
		top: 46%;
	}
}

@media(max-width:768px) {
	.page-loader span {
		left: 45%;
		top: 44%;
	}
}

@media(max-width:575px) {
	.page-loader span {
		left: 47%;
		top: 45%;
	}
    .go-up {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 22px;
        right: 10px;
    }
}

@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/*************************************/


/* Internal Pages */
.billboard.internal_cover {
	position: relative;
	min-height: inherit;
    padding: 300px 0 0;
}
.billboard.internal_cover .container {
	position: relative;
	transform: none;
	z-index: 1;
	top: inherit;
	left: inherit;
}
.billboard.internal_cover .caption {
	width: auto;
	display: inline-block;
    padding: 20px 30px;
}
.billboard.internal_cover h1 {
	margin-bottom: 0px;
	font-size: 46px;
    line-height: 1;
}
.internal_page {
	overflow: hidden;
}
.internal_page ul,
.internal_page ol {
	margin-bottom: 35px;
	padding: 0;
}
.internal_page ul li,
.internal_page ol li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}
.internal_page ul.half li,
.internal_page ol.half li {
    float: left;
    width: 50%;
    vertical-align: top;
}
.internal_page ul li:after,
.internal_page ol li:after {
	font-family: 'FontAwesome';
	content: '\f101';
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 18px;
	line-height: 30px;
	color: #1c1c1c;
}
.internal_page ol {
	counter-reset: my-badass-counter;
}
.internal_page ol li:after {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
}
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 30px 30px 0px;
	float: left;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 0 30px 30px;
	float: right;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {
    .billboard.internal_cover {
        padding: 250px 0 0;
    }
	.alignright,
	.alignleft,
	.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
    .billboard.internal_cover h1 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .billboard.internal_cover {
        padding: 200px 0 0;
    }
    .billboard.internal_cover .caption {
        padding: 15px 20px;
    }
    .billboard.internal_cover h1 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .billboard.internal_cover {
        padding: 150px 0 0;
    }
    .internal_page ul li::after, 
    .internal_page ol li::after {
        font-size: 16px;
        line-height: 24px;
    }
    .billboard.internal_cover h1 {
        font-size: 26px;
    }
}


/* Video */

.video-btn {
	width: 100%;
	background-color: #1c1c1c;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 340px;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    border: 7px solid #fff;
    margin-bottom: 30px;
}
.video-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-btn:hover img {
	transform: scale(1.03);
}
.video-btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	line-height: 75px;
	background-color: rgba(0,0,0,0.15);
	border: 3px solid #ff0302;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.video-btn::after {
	position: absolute;
	content: '\f04b';
	font-family: 'FontAwesome';
	top: 50%;
	left: 50.5%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #ff0302;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.video-btn:hover img {
	opacity: 0.8;
}
.video-btn:hover::before {
	background-color: #ff0302;
    border-radius: 50%;
}
.video-btn:hover::after {
	color: #fff;
}
.modal {
	background-color: rgba(0,0,0, 0.85);
}
.modal-open {
	padding: 0 !important;
}
.modal .modal-dialog {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 10%;
}
.modal .modal-body {
	padding: 0;
}
.modal button.close {
	position: absolute;
	top: -30px;
	right: 0;
}
.close {
	color: #fff;
	opacity: 0.5;
}
.col-12 .video-btn {
	height: 600px;
}
.build_and_price .col-12 p {
	margin:30px 0 0 0;
}

@media (max-width: 1199px) {
	.video-btn {
		margin-left: 20px;
	}
    .modal .modal-dialog {
        width: 95%;
    }
}
@media (max-width: 991px) {
	.video-btn {
		max-width: 100%;
		height: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
        display: block;
	}
    .col-12 .video-btn {
        height: 400px;
    }
}
@media (max-width: 767px) {
	.video-btn {
		height: 300px;
	}
	.video-btn::before {
		width: 55px;
		height: 55px;
		line-height: 65px;
	}
	.video-btn::after {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.video-btn {
		height: 250px;
	}
	.modal .modal-dialog {
		margin-top: 30%;
	}
    .video-btn {
        border: 3px solid #fff;
    }
}
@media (max-width: 400px) {
	.video-btn {
		margin-bottom: 20px;
	}
	.video-btn::before {
		width: 40px;
		height: 40px;
		line-height: 60px;
	}
	.video-btn::after {
		font-size: 22px;
	}
}

/*********/
.products_cat_box {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    border: 7px solid #fff;
    margin-bottom: 50px;
    min-height: 400px;
}
.products_cat_box:last-child {
    margin-bottom: 0;
}
.products_cat_box .fit_img{
    display: block;
    background-color: #ff0302;
    position: relative;
}
.products_cat_box .fit_img img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products_cat_box:hover .fit_img img{
    opacity: 0.7;
    transform: scale(1.05);
}
.products_cat_box .fit_img:after{
    content: '\f045';
    font: normal normal normal 24px/50px FontAwesome;
    position: absolute;
    top: 45%;
    left: 46%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #ff0302;
    text-align: center;
    opacity: 0;
    transform: scale(0) rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products_cat_box:hover .fit_img:after{
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.products_cat_box .text_box{
    padding: 30px 30px 92px;
    position: relative;
    height: 100%;
}
.products_cat_box .text_box h3{
    margin-bottom: 10px;
}
.products_cat_box .text_box p{
    font-size: 16px;
    line-height: 1.6;
}
.products_cat_box .text_box .my_btn {
	position: absolute;
	bottom: 25px;
	left: 30px;
}
@media (max-width: 797px) {
    .products_cat_box .text_box {
        padding: 20px 20px 70px;
    }
    .products_cat_box .text_box .my_btn {
        bottom: 25px;
        left: 20px;
    }
}
@media (max-width: 575px) {
    .products_cat_box .fit_img {
        height: 350px;
    }
    .products_cat_box .text_box h3 {
        font-size: 20px;
    }
    .products_cat_box .text_box p {
        font-size: 14px;
    }
}
@media (max-width: 460px) {
    .products_cat_box .fit_img {
        height: 250px;
    }
    .products_cat_box .text_box {
        padding: 20px 10px 70px;
    }
    .products_cat_box .text_box .my_btn {
        left: 10px;
    }
}


/*****************/
.products_details .video-btn{
    margin-bottom: 20px;
}
.products_details .video-btn img{
    border: none !important;
}
.products_features.row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.products_features h3 span {
	background-color: #1c1c1c;
	padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
.products_features h2 span {
	background-color: #1c1c1c;
	padding: 5px 10px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-transform: capitalize;
}
@media and screen (max-width: 556px) {

.products_features h2 span {
	font-size: 19px;
}
}
.products_details ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 7px;
	list-style: none;
}
.products_details ul li:after {
	font-family: 'FontAwesome';
	content: '\f058';
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 18px;
	line-height: 30px;
	color: #ff0302;
}
.products_details .row > div img{
    border: 7px solid #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    min-height: 400px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
@media(max-width:991px){
    .products_features .my_btn {
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .products_details .row > div img {
        min-height: 350px;
    }
    .products_details ul li::after {
        line-height: 26px;
    }
}
@media(max-width:575px){
    .products_details .row > div img {
        border: 4px solid #fff;
    }
    .products_details ul li {
        padding-left: 22px;
    }
    .products_details ul li:after {
        font-size: 16px;
        line-height: 24px;
    }
}

/*******/
.map_box{
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    border: 7px solid #fff;
}
.map_box iframe {
	width: 100%;
	height: 500px;
	display: block;
}
@media(max-width:575px){
    .map_box{
        border: 4px solid #fff;
    }
    .map_box iframe{
        height: 400px;
    }
}


/*news_details*/
.news_details .col-lg-8 img{
    width: 100%;
}
.news_details h2{
    font-size: 36px;
    margin-bottom: 10px;
}
.news_details .post_meta {
	padding: 9px 20px;
	background-color: #ff0302;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	display: table;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.sidebar ul{
    display: block;
    padding: 0 15px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.sidebar h2.widget-title{
    background-color: #1c1c1c;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 30px;
	font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    }
.sidebar ul li{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    list-style: none;
    position: relative;
	padding: 13px 0px;
    overflow: hidden;
    }
.sidebar ul li:after{
    display: none;
}
.sidebar ul li .post_date {
	margin: 0; 
    font-size: 11px;
    line-height: 18px;
    color: #1c1c1c;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.sidebar ul li .post_body {
	padding-top: 8px;
	padding-left: 115px;
}
.sidebar ul li .post_img {
    float:left;
    margin-right: 15px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #ff0302;
    position: relative;
    border: 1px solid #ccc;
}
.sidebar ul li .post_img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar ul li:hover .post_img img{
    opacity: 0.4;
}
.sidebar ul li h4{
    margin-bottom: 5px;
    text-transform: capitalize;
}
.sidebar ul li a{
	color: #1c1c1c;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
.sidebar ul li .post_meta {
	padding: 0;
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0;
}
.sidebar ul li a:hover{
    color: #ff0302;
}
.sidebar ul li .read_more{
    font-size: 12px;
    color: #ff0302;
}
.sidebar ul li .read_more:hover{
    color: #1c1c1c;
}
.sidebar ul li:last-child{
    border-bottom: none;
}
@media (max-width: 1199px) {
    .news_details .post_meta {
        font-size: 14px;
        padding: 8px 15px;
    }
}
@media(max-width:991px){
    .sidebar{
        margin-top: 40px;
    }
    .news_details h2{
        font-size: 32px;
    }
}
@media(max-width: 767px){
    .news_details h2{
        font-size: 26px;
    }
    .sidebar h2.widget-title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media(max-width: 575px){
    .news_details .post_meta {
        font-size: 12px;
        padding: 8px 12px;
    }
}
@media(max-width: 460px){
    .news_details .post_meta {
        font-size: 10px;
        padding: 6px 12px;
    }
    .sidebar ul li .post_img {
        width: 80px;
        height: 80px;
    }
    .sidebar ul li .post_body {
        padding-left: 95px;
    }
    .sidebar ul li a {
        font-size: 13px;
        line-height: 18px;
    }
    .sidebar ul li .read_more {
        font-size: 11px;
    }
}

/* Contact Page */
.contact_page form,
.contact_info{
    padding: 20px !important;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.contact_page form{
    margin: 0;
}
.contact_info li{
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e4e4e4;
}
.contact_info li:last-child{
    margin-bottom: 0px !important;
    padding-left: 0 !important;
    padding-bottom: 0px !important;
    border-bottom: none;
}
.contact_info li:after {
    display: none;
}
.contact_info li h4{
    text-decoration: underline;
}
.contact_info li p{
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.6;
}
.contact_info li p strong{
    font-weight: 600;
}
.contact_info li a{
    color: #333;
}
.contact_info li a:hover{
    color: #ff0302;
}
.contact_info li h4{
    margin-bottom: 10px;
    font-weight: 500;
}
.contact_info li p:last-child{
    margin-bottom: 0;
}
.map{
    width: 100%;
    height: 220px;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* Team */
.team_box{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border: 1px solid #f4f4f4;
    margin-bottom: 30px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team_box:hover{
    border-radius: 40px;
    transform: translateY(-5px);
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.team_box h3{
    margin-bottom: 5px;
}
.team_box p{
    margin-bottom: 5px;
}
.team_box span{
    display: grid;
    align-content: center;
    font-size: 15px;
    line-height: 1.5;
    min-height: 45px;
    margin-bottom: 10px;
}

@media(max-width:991px){
    .contact_info {
        margin-top: 30px;
    }
}
@media(max-width:767px){
    .team_box {
        text-align: center;
    }
}
@media(max-width:575px){
    .contact_info {
        padding: 15px 20px !important;
    }
    .map{
        height: 350px;
    }
    .contact_info li p {
        margin-bottom: 8px;
        font-size: 14px;
    }
}
@media(max-width:460px){
    .team_box{
        padding: 20px;
    }
}


/**/

.photos_section .envira-gallery-link {
	display: block;
	position: relative;
	overflow: hidden;
	height: 280px;
	background-color: #dd9933;
	-webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.11);
}

.photos_section .envira-gallery-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.photos_section .envira-gallery-link:after {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	font-size: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.photos_section .envira-gallery-link:hover::after {
	opacity: 1;
	font-size: 90px;
	transform: translate(-50%, -50%) rotate(0deg);
}

.photos_section .envira-gallery-link:hover img {
	opacity: 0.3;
    transform: scale(1.03);
}
@media(max-width:991px) {
    .photos_section .envira-gallery-link {
        height: 210px;
    }
}
@media(max-width:767px) {
    .photos_section .envira-gallery-link {
        height: 180px;
    }
	.photos_section .envira-gallery-link:hover::after {
		font-size: 70px;
	}
}

@media(max-width:575px) {
	.photos_section .envira-gallery-link {
		height: 150px;
	}
	.photos_section .envira-gallery-link:hover::after {
		font-size: 50px;
	}
}

@media(max-width:460px) {
	.photos_section .envira-gallery-link {
		height: 160px;
	}
}

@media(max-width:360px) {
	.photos_section .envira-gallery-link {
		height: 140px;
	}
}

/**/
.pdf_btn .my_btn {
	text-align: left;
	padding-right: 50px;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 30px;
}
.pdf_btn .my_btn::after {
	content: '\f019';
	font: normal normal normal 26px/1 "FontAwesome";
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translate(0,-50%);
}
@media(max-width: 991px) {
    .pdf_btn .my_btn {
       margin-bottom: 20px;
	   padding-left: 20px;
    }
    .pdf_btn .my_btn::after {
        font: normal normal normal 22px/1 "FontAwesome";
    }
}

/**/
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label {
	font-weight: 400 !important;
}
.gform_body .ginput_container {
	margin-top: 0 !important;
}
/**/
.post_holder {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	padding: 30px;
}

/**/
.parts_services.product_literature .icon_box h3 {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**/
.build_and_price .products_box h3{
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #1c1c1c;
}
.build_and_price .products_box h3 a{
    color: #fff;
}
.build_and_price .products_box .products_text h4 {
    padding-bottom: 5px;
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #ccc;
}
.build_and_price .products_box .products_text ul {
    min-height: 140px;
}
.build_and_price .products_box .products_text ul li{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
}
.build_and_price .products_box .products_text ul li:before{
    content: '\f058';
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    top: 4px;
    left: 0;
    color: #ff0302;
}
.build_and_price hr{
    margin: 50px 0;
}
@media(max-width: 575px) {
    .build_and_price .products_box .products_text ul li{
        font-size: 13px;
	    padding-left: 18px;
    }
    .build_and_price .products_box .products_text ul li::before {
        font-size: 14px;
        top: 3px;
    }
}

/* Table */
table {
	border-color: #ccc;
    width: 100%;
}
table tr th, table tr td {
	border-color: #ccc;
	padding: 10px;
}
table tr th {
	background-color: #ff0302;
	color: #fff;
}
table tr td {
    font-size: 14px;
    line-height: 1.4;
}

.order-form-row {
	padding: 25px 10px;
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

@media(max-width: 575px) {
    .order-form-row {
        padding: 15px;
        margin: 0 auto;
        width: 90%;
    }
}

/* Base for label styling */
.pro_price [type="checkbox"]:not(:checked), 
.pro_price [type="checkbox"]:checked {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.pro_price [type="checkbox"]:not(:checked) + label,
.pro_price [type="checkbox"]:checked + label {
  position: relative;
  padding-right: 2.95em;
  cursor: pointer;
}

/* checkbox aspect */
.pro_price [type="checkbox"]:not(:checked) + label:before,
.pro_price [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right: 0; 
    top: 0;
  width: 1.25em;
    height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.pro_price [type="checkbox"]:not(:checked) + label::after, 
.pro_price [type="checkbox"]:checked + label::after {
	content: '\2713\0020';
	position: absolute;
	top: -2px;
	right: -2px;
	font-size: 1.5em;
	line-height: 0.8;
	color: #09ad7e;
	transition: all .2s;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.pro_price [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.pro_price [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.pro_price [type="checkbox"]:disabled:not(:checked) + label:before,
.pro_price [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.pro_price [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.pro_price [type="checkbox"]:disabled + label {
  color: #aaa;
}

/**/
.page-template-tpl-about .billboard.internal_cover,
.tax-product_category .billboard.internal_cover,
.single-product .billboard.internal_cover{ 
    padding:0;
    min-height: 600px;
}
.page-template-tpl-about .billboard.internal_cover .container,
.tax-product_category .billboard.internal_cover .container,
.single-product .billboard.internal_cover .container{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}
@media (max-width:1400px) {
    .page-template-tpl-about .billboard.internal_cover,
    .tax-product_category .billboard.internal_cover,
    .single-product .billboard.internal_cover{ 
        padding:0;
        min-height: 600px;
    }   
}
@media (max-width:767px) {
    .page-template-tpl-about .billboard.internal_cover,
    .tax-product_category .billboard.internal_cover,
    .single-product .billboard.internal_cover{
        min-height: 500px;
    }
}
/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.faqs_holder{
    width: 100%; 
}
.faq_accordion{padding-bottom: 15px;}  
.panel-group .panel{
		border-radius: 0;
		box-shadow: none;
		border-color: transparent;
        margin-bottom: 20px;
	}
.panel-default > .panel-heading {
		padding: 10px;
		border-radius: 0px;
		color: #fff;
		background-color: #ff0302;
		border: 1px solid #ff0302; 
	}
.panel-default > .panel-heading h4{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    }
.panel-title > a {
		display: block;
		text-decoration: none;
        color: #fff;
        position: relative; 
        padding-right: 60px;
	}
.panel-title > a  i{
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
	}
.more-less {
	position: absolute;
    right: 20px;
    top: 50%;
    color: #fff;
    margin-top: -18px;
	} 
/*.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: transparent;}*/
.panel-default .panel-body {
    padding: 5px 15px;
    border: 1px solid #ff0302;
    border-radius: 0px;
    margin-top: 0px;
    }
.panel-default .panel-body h4{
    color: #333333;
    margin-bottom: 0;
    }
.panel-default .panel-body .pro_price{
    position: relative;
    display: inline-block;
    margin-right: 15px;
    }
.panel-default .panel-body .bld_pri_rght_row{
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.panel-default .panel-body .bld_pri_rght_row:last-child{
    border-bottom: none; 
}
.bld_pri_rght_col{
    text-align: right; 
}

.panel-default .panel-body p:last-child{margin-bottom: 0;}
.panel-default .panel-body ol{ padding: 0 0 0px 25px;} 
.panel-default .panel-body ol li{list-style: lower-alpha;} 
@media (max-width:991px) {
    .panel-default > .panel-heading h4{
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width:767px) {
    .panel-default > .panel-heading h4{
        font-size: 14px;
        line-height: 23px;
    }
     .panel-title > a { 
        padding-right: 30px;
    }
    .panel-title > a i {
        font-size: 26px; 
    }
    .more-less {
        right: 5px;
    }
    .panel-default .panel-body {
         margin-top: 10px;
    }
    .panel-group .panel {
        margin-bottom: 10px;
    } 
    .panel-default .panel-body .bld_pri_rght_row {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .panel-default .panel-body .pro_price {
         display: block;
        margin-right: 0;
    }
    [type="checkbox"]:not(:checked) + label, 
    [type="checkbox"]:checked + label {
        padding-right: 1.95em;
        display: block;
    }
    .bld_pri_rght_col {text-align: left;}
    .panel-default .panel-body h4 { margin-bottom: 5px;}
}

.error_msg
{
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.review_btn {
	position: relative;
	text-align: center;
	padding: 12px 40px;
	min-width: 200px;
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 31px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border: none;
    background-color: #ff0302;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.review_btn:hover {
    background-color: #1c1c1c;
	color: #fff !important;
}   

#save-order-form .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 10px;
}


#myDiv.error_msg {
	color: green;
	border-color: green;
	font-size: 14px;
	line-height: 1.4;
}

/*@media (max-width: 1199px) {
    #myDiv.error_msg {
	width: 630px;
}
}

@media (max-width: 991px) {
    #myDiv.error_msg {
	width: 420px;
    bottom: 70px;
}
}*/

@media (max-width: 767px) {
    #save-order-form .spinner-border {
        width: 1.1rem;
        height: 1.1rem;
        margin-left: 5px;
    }
   /* #myDiv.error_msg {
        bottom: 70px;
        width: 275px;
        font-size: 10px;
    }*/
}

@media (max-width: 575px) {
#myDiv.error_msg {
	position: static;
	width: 100%;
}
}


.download_btn,.send_email_btn {
	background-color: #1C1C1C !important;
}
.download_btn:hover,send_email_btn:hover {
	background-color: #FF0302 !important;
}

.sections.products_details .row.order-form-row {
	position: relative;
}


/**/
#globallocations .form-inline {
	background-color: #f1f1f1;
	margin: 0 0 20px;
	padding: 10px;
}
#globallocations .form-inline .form-group{
    margin-bottom: 0;
}
#globallocations .form-inline .form-group label{
    margin-right: 8px;
    font-size: 14px;
} 
#globallocations .form-inline .form-group select {
	width: 100%;
	max-width: 250px;
    cursor: pointer;
    background-image: url(../images/select_arrow.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    font-size: 14px;
}
#globallocations .form-inline .form-group input[type="reset"] {
	background-color: #444444;
	margin-right: 10px;
	border-radius: 0;
	border: none;
	font-size: 14px;
	padding: 12px 20px;
}
#globallocations .form-inline .form-group input[type="submit"]:focus,
#globallocations .form-inline .form-group input[type="submit"]:hover,
#globallocations .form-inline .form-group input[type="submit"]:active,
#globallocations .form-inline .form-group input[type="reset"]:focus,
#globallocations .form-inline .form-group input[type="reset"]:hover,
#globallocations .form-inline .form-group input[type="reset"]:active {
    box-shadow: none;
	background-color: #1c1c1c;
	border-color: #1c1c1c;
}
#globallocations .form-inline .form-group input[type="submit"] {
	font-size: 16px;
	padding: 10px 40px;
	min-width: 150px;
	line-height: 26px;
}
#globallocations .findlocation ul {
	border: 1px solid #ccc;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
    counter-reset: my-badass-counter;
}
.form-control:focus {
	color: #1c1c1c;
	border-color: #000;
}
#globallocations .findlocation ul li {
	padding: 18px;
	padding-left: 40px;
	border-bottom: 1px solid #ccc;
    position: relative;
}
#globallocations .findlocation ul li::before {
	content: counter(my-badass-counter)'.';
	counter-increment: my-badass-counter;
	position: absolute;
	top: 19px;
	right: 89%;
	font-size: 16px;
	line-height: 20px;
    font-weight: 600;
}
#globallocations .findlocation ul li:nth-child(2n+1) {
    background-color: #f1f1f1;
}
#globallocations .findlocation ul li h2 {
	font-size: 17px;
	line-height: 1.2;
    font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
#globallocations .findlocation ul li p {
	font-size: 13px;
	margin-bottom: 7px;
	line-height: 1.6;
	padding-left: 20px;
	position: relative;
}
#globallocations .findlocation ul li p:last-child {
	margin-bottom: 0;
}
#globallocations .findlocation ul li p i {
	position: absolute;
	top: 4px;
	left: 0;
}
#globallocations .findlocation ul li p a {
	color: #333333;
	text-decoration: underline;
}
#globallocations .findlocation ul li p a:hover{
    color: #ff0302;
}
#globallocations .findlocation ul li p.getdir a {
	color: #ff0302;
	font-weight: 600;
}
#globallocations .findlocation ul li p.getdir a:hover{
    color: #1c1c1c;
}
#globallocations div#map_canvas {
	height: 500px;
}
#infopopcontent {
	padding: 0 10px 10px 0;
	margin: 0 !important;
}
#infopopcontent h2 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#infopopcontent p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
}
@media(max-width:1199px){
    #globallocations .findlocation ul li h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #globallocations .findlocation ul li p {
        font-size: 12px;
        margin-bottom: 5px;
        padding-left: 17px;
    }
    #globallocations .form-inline .form-group select {
        max-width: 200px;
    }
}
@media(max-width:991px){
    #globallocations .form-inline {
        padding: 15px 0;
    }
    #globallocations .findlocation {
        order: 12;
        margin-top: 30px;
    }
    #globallocations .findlocation ul {
        height: inherit;
    }
    #globallocations .form-inline .form-group select,
    #globallocations .form-inline .form-group input[type="reset"],
    #globallocations .form-inline .form-group input[type="submit"] {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    #globallocations .findlocation ul li::before {
        right: inherit;
        left: 11px;
    }
    #globallocations div#map_canvas {
        height: 400px;
    }
}

@media(max-width: 767px){
    #infopopcontent h2 {
        font-size: 12px;
    }
    #infopopcontent p {
        font-size: 11px;
    }
}


.gfield_checkbox {
    position: relative;
}
.gfield_checkbox [type="checkbox"]:not(:checked) + label, 
.gfield_checkbox [type="checkbox"]:checked + label {
    padding-right: 0;
    padding-left: 2em;
}
.gfield_checkbox [type="checkbox"]:not(:checked) + label:before, 
.gfield_checkbox [type="checkbox"]:checked + label:before {
    left: 0;
    right: inherit;
}
.gfield_checkbox [type="checkbox"]:not(:checked) + label::after, 
.gfield_checkbox [type="checkbox"]:checked + label::after {
    left: 4px;
    right: inherit;
}
.gform_wrapper.gravity-theme .gform_body .ginput_container_date {
    display: block;
}
.gform_wrapper.gravity-theme .gform_body .ginput_container_date input {
    width: 100%;
}
.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.gfield_radio {
    margin-top: 42px;
}
.gfield_radio > div {
    flex: 1;
}
.gfield_radio > div input[type=radio] {
    accent-color: #ff0302;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
@media(max-width: 640px){
    .gfield_radio {
        margin: 10px 0;
    }
}
/*  */
body .gravity-theme.ui-datepicker {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: #333333;
    border-radius: 0;
}
body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
    margin-right: 10px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year, 
body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
    -moz-text-align-last: left;
    text-align-last: left;
    padding: 3px 22px 3px 7px !important;
    border: 1px solid #ccc;
    background-size: 21px 20px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #ff0302;
    border-color: #ff0302;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    color: #777777;
}
body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next, 
body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    color: #333333;
}
@media (max-width: 640px) {
    body .gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
        font-size: 11px;
    }
    body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year, 
    body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
        font-size: 12px;
        padding: 0px 22px 0px 5px !important;
    }
    body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        left: -12px;
    }
    body .gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        right: -12px;
    }
}
.no_pdf_icon .my_btn::after {
    content: '';
}