/*

TemplateMo 546 Ratnir Insulations

https://templatemo.com/tm-546-sixteen-clothing

*/
body {
	font-family            : 'Poppins', sans-serif;
	overflow-x             : hidden;
	text-rendering         : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0px;
	font-size    : 14px;
	font-weight  : 300;
	color        : #0c0c0c;
	line-height  : 24px;
}

a {
	text-decoration: none !important;
}

ul {
	padding   : 0;
	margin    : 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

ul.social-icons li {
	display     : inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width           : 50px;
	height          : 50px;
	display         : inline-block;
	line-height     : 50px;
	background-color: #eee;
	color           : #121212;
	font-size       : 18px;
	text-align      : center;
	transition      : all .3s;
}

ul.social-icons li a:hover {
	background-color: #f33f3f;
	color           : #fff;
}

a.filled-button {
	background-color: #f33f3f;
	color           : #fff;
	font-size       : 14px;
	text-transform  : capitalize;
	font-weight     : 300;
	padding         : 10px 20px;
	border-radius   : 5px;
	display         : inline-block;
	transition      : all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color           : #fff;
}

.section-heading {
	text-align      : left;
	/* border-bottom: 1px solid #eee; */
}

.section-heading h2 {
	font-size    : 28px;
	font-weight  : 400;
	color        : #1e1e1e;
	margin-bottom: 15px;
}

.products-heading {
	background-image: url(../images/Product_Pics/banner4-ratnir.png);
}

.services-heading {
	background-image: url(../images/services-heading.jpeg);
}

.about-heading {
	background-image: url(../images/bulb-future.jpg);
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
}

.page-heading {
	padding            : 210px 0px 130px 0px;
	text-align         : center;
	background-position: center center;
	background-repeat  : no-repeat;
	background-size    : cover;
}

.page-heading.products-heading {
	padding-bottom: 260px !important;
}

.page-heading.about-heading {
	padding-bottom: 210px !important;
}

.page-heading .text-content h4 {
	color         : #f33f3f;
	font-size     : 22px;
	text-transform: uppercase;
	font-weight   : 700;
	margin-bottom : 15px;
}

.page-heading .text-content h2 {
	color         : #fff;
	font-size     : 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.page-heading.products-heading .text-content h2 {
	color: #4141eec2;
}

#preloader {
	overflow  : hidden;
	background: #f33f3f;
	left      : 0;
	right     : 0;
	top       : 0;
	bottom    : 0;
	position  : fixed;
	z-index   : 9999999;
	color     : #fff;
}

#preloader .jumper {
	left    : 0;
	top     : 0;
	right   : 0;
	bottom  : 0;
	display : block;
	position: absolute;
	margin  : auto;
	width   : 50px;
	height  : 50px;
}

#preloader .jumper>div {
	background-color           : #fff;
	width                      : 10px;
	height                     : 10px;
	border-radius              : 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
	position                   : absolute;
	opacity                    : 0;
	width                      : 50px;
	height                     : 50px;
	-webkit-animation          : jumper 1s 0s linear infinite;
	animation                  : jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay        : 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay        : 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity          : 0;
		-webkit-transform: scale(0);
		transform        : scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform        : scale(1);
		opacity          : 0;
	}
}

@keyframes jumper {
	0% {
		opacity          : 0;
		-webkit-transform: scale(0);
		transform        : scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/* Header Style */
header {
	position          : absolute;
	z-index           : 99999;
	width             : 100%;
	height            : 80px;
	background-color  : #232323;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition   : all 0.3s ease-in-out 0s;
	-o-transition     : all 0.3s ease-in-out 0s;
	transition        : all 0.3s ease-in-out 0s;
}

header .navbar {
	padding: 17px 0px;
}

.background-header .navbar {
	padding: 17px 0px;
}

.background-header {
	top             : 0;
	position        : fixed;
	background-color: #fff !important;
	box-shadow      : 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
	color: #121212 !important;
}

.background-header .navbar-nav a.nav-link {
	color: #1e1e1e !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #f33f3f !important;
}

.navbar .navbar-brand {
	float     : left;
	margin-top: -12px;
	outline   : none;
}

.navbar .navbar-brand h2 {
	color             : #fff;
	text-transform    : uppercase;
	font-size         : 24px;
	font-weight       : 700;
	-webkit-transition: all .3s ease 0s;
	-moz-transition   : all .3s ease 0s;
	-o-transition     : all .3s ease 0s;
	transition        : all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	color     : #52a1fc;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size     : 15px;
	font-weight   : 500;
	letter-spacing: 0.5px;
	color         : #fff;
	transition    : all 0.5s;
	margin-top    : 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color         : #fff;
	padding-bottom: 25px;
	border-bottom : 3px solid #f33f3f;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	border-color    : #fff;
	background-color: #fff;
	height          : 36px;
	outline         : none;
	border-radius   : 0px;
	position        : absolute;
	right           : 30px;
	top             : 20px;
}

.navbar .navbar-toggler-icon:after {
	content    : '\f0c9';
	color      : #f33f3f;
	font-size  : 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.banner {
	position   : relative;
	text-align : center;
	padding-top: 80px;
}

.banner-item-01 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_1.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_2.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_3.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-04 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_4.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-05 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_5.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-06 {
	padding              : 300px 0px;
	background-image     : url(../images/gallery/ratnir_14.jpeg);
	background-size      : cover;
	background-repeat    : no-repeat;
	background-position-y: 40%;
}

.banner-item-07 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_7.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-08 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_8.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-09 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_9.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-10 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_10.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner-item-11 {
	padding            : 300px 0px;
	background-image   : url(../images/gallery/ratnir_13.jpg);
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position  : absolute;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
	width     : 100%;
}

.banner .text-content h4 {
	color         : #f33f3f;
	font-size     : 22px;
	text-transform: uppercase;
	font-weight   : 700;
	margin-bottom : 15px;
}

.banner .text-content h2 {
	color         : #fff;
	font-size     : 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
	border-radius: 3px;
}

.owl-banner .owl-dots {
	display                : -webkit-box;
	display                : -webkit-flex;
	display                : -ms-flexbox;
	display                : flex;
	-ms-flex-pack          : center;
	-webkit-justify-content: center;
	justify-content        : center;
	position               : absolute;
	left                   : 50%;
	transform              : translateX(-50%);
	bottom                 : 30px;
}

.owl-banner .owl-dots .owl-dot {
	width           : 10px;
	height          : 10px;
	border-radius   : 50%;
	margin          : 0 10px;
	background-color: #fff;
	opacity         : 0.5;
}

.owl-banner .owl-dots .owl-dot:focus {
	outline: none
}

.owl-banner .owl-dots .owl-dot.active {
	background-color: #fff;
	opacity         : 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float         : right;
	margin-top    : -35px;
	text-transform: uppercase;
	font-size     : 13px;
	font-weight   : 700;
	color         : #f33f3f;
}

.product-item {
	border       : 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding : 30px;
	position: relative;
	height  : 250px;
}

.product-item .down-content .stars {
	bottom  : 30px;
	position: absolute;
}

.product-item img {
	width   : 100%;
	overflow: hidden;
	height  : 268px
}

.product-item .down-content h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position : absolute;
	top      : 30px;
	right    : 30px;
	font-size: 18px;
	color    : #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color    : #f33f3f;
	font-size: 14px;
}

.product-item .down-content span a {
	position      : absolute;
	right         : 30px;
	bottom        : 30px;
	font-size     : 13px;
	float         : right;
	text-transform: uppercase;
	font-weight   : 700;
	color         : #f33f3f;
}




/* Best Features */

.about-features {
	margin-top: 100px !important;
}

.about-features p {
	border-bottom : 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px !important;
	border-bottom : none !important;
}

.best-features {
	margin-top: 50px;
}

.best-features ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content    : "\f101";
	display    : inline-block;
	margin-left: -1.3em;
	width      : 1.3em;
}

.best-features ul {
	padding-left: 25px;
	margin      : 0px 0px 20px 0px;
	font-size   : 14px;
	line-height : 24px;
	font-weight : 300;
	color       : #0c0c0c;
}

.best-features .container .row {
	border-bottom : 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width   : 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display      : block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size   : 14px;
	color       : #0c0c0c;
	font-weight : 300;
	transition  : all .3s;
	position    : relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content         : '';
	width           : 5px;
	height          : 5px;
	display         : inline-block;
	background-color: #0c0c0c;
	position        : absolute;
	left            : 0;
	transition      : all .3s;
	top             : 8px;
}

.best-features ul.featured-list li a:hover {
	color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 20px;
}

.call-to-action .inner-content {
	margin-top      : 60px;
	padding         : 30px;
	background-color: #f7f7f7;
	border-radius   : 5px;
}

.call-to-action .inner-content h4 {
	font-size     : 17px;
	color         : #1a6692;
	margin-bottom : 15px;
	text-transform: uppercase;
}

.call-to-action .inner-content em {
	font-style : normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

footer {
	padding-top     : 30px;
	background-color: #212121;
	color           : white;
}

footer div:first-child {
	margin : 0px 0px !important;
	padding: 0px 20px !important;
}

footer div:first-child .justify-content-center div:first-child {
	mix-blend-mode  : difference;
	overflow        : hidden;
	background-color: rgb(300, 300, 300);
	border-radius   : 2%;
}

footer div:first-child .justify-content-center div:first-child img {
	height    : 89%;
	margin-top: 6px;
	width     : 100%;
}

footer div:first-child .list-inline {
	font-size: 20px;
	margin   : 20px 0px !important;
}

footer div:first-child .list-inline .list-inline-item {
	margin-right: 1.5rem;
}

footer a {
	color: white;
}

footer p {
	color    : white;
	font-size: 17px;
}

footer p u {
	font-size: large;
}

footer hr {
	background-color: white;
}

footer a:hover {
	color          : #4821b4;
	text-decoration: none;
}

footer ul {
	list-style    : none;
	margin        : 0;
	padding       : 0;
	text-transform: uppercase !important;
}


.products {

	overflow: hidden;
	position: relative;
	width   : 100%;
}

.products .filters {
	text-align       : left;
	border-bottom    : 1px solid #eee;
	padding-bottom   : 0;
	/* margin-bottom : 60px;
	height           : 100%; */
	width            : 250px;
	left             : 0;
	top              : 0;
	/* position      : absolute; */
	z-index          : 1;
	overflow-x       : hidden;
	padding-top      : 0;
	display          : block;
	padding-left     : 0px !important;
	padding-right    : 0px !important;
}

.products .filters li {
	text-transform: uppercase;
	font-size     : 13px;
	font-weight   : 700;
	color         : #121212;
	display       : inline-block;
	margin        : 0px 10px;
	transition    : all .3s;
	cursor        : pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
	color: #f33f3f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin : 0px 2px;
}

.products ul.pages li a {
	width      : 44px;
	height     : 44px;
	display    : inline-block;
	line-height: 42px;
	border     : 1px solid #eee;
	font-size  : 15px;
	font-weight: 700;
	color      : #121212;
	transition : all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color    : #f33f3f;
	color           : #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border       : 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width   : 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding   : 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position        : absolute;
	background-color: rgba(243, 63, 63, 0.9);
	top             : 0;
	left            : 0;
	width           : 100%;
	height          : 100%;
	opacity         : 0;
	visibility      : hidden;
	transition      : all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position  : absolute;
	display   : inline-block;
	width     : 100%;
	text-align: center;
	top       : 50%;
	transform : translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color           : #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity   : 1;
}

.team-member .down-content h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display      : block;
	font-size    : 13px;
	color        : #f33f3f;
	font-weight  : 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image     : url(../images/bulb-future.jpg);
	background-position  : center center;
	background-repeat    : no-repeat;
	background-size      : cover;
	background-attachment: fixed;
	padding              : 100px 0px;
	text-align           : -webkit-center;
}

/* .services .container {
	display        : flex;
	justify-content: center;
} */

.services .service-item {
	text-align: center;
	height    : 100%;
	overflow  : hidden;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding         : 40px;
}

.services .service-item .icon i {
	width           : 100px;
	height          : 100px;
	display         : inline-block;
	text-align      : center;
	line-height     : 100px;
	background-color: #f33f3f;
	color           : #fff;
	font-size       : 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding         : 40px 30px;
	height          : 100%;
}

.services .service-item .down-content h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top   : 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width : 100%;
	overflow  : hidden;
	transition: all .3s;
	cursor    : pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}

.find-us h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}

.latest-products .left-content h4 {
	font-size    : 17px;
	color        : #1a6692;
	margin-bottom: 20px;
}

.latest-products .left-content a {
	float         : right;
	text-transform: uppercase;
	font-size     : 13px;
	font-weight   : 700;
	color         : #f33f3f;
}

.send-message {
	margin-top: 100px;
}

#contact-form input {
	border-radius  : 25px;
	height         : 40px;
	line-height    : 40px;
	display        : inline-block;
	padding        : 0px 15px;
	color          : #6a6a6a;
	font-size      : 13px;
	text-transform : none;
	box-shadow     : none;
	/*margin-bottom: 35px;*/
}

#contact-form textarea {
	border-radius : 25px;
	height        : 120px;
	max-height    : 200px;
	min-height    : 120px;
	display       : inline-block;
	padding       : 15px;
	color         : #6a6a6a;
	font-size     : 13px;
	text-transform: none;
	box-shadow    : none;
	margin-bottom : 35px;
}

#contact-form button.filled-button {
	background-color: #f33f3f;
	color           : #fff;
	font-size       : 14px;
	text-transform  : capitalize;
	font-weight     : 300;
	padding         : 10px 20px;
	border-radius   : 5px;
	display         : inline-block;
	transition      : all 0.3s;
	border          : none;
	outline         : none;
	cursor          : pointer;
}

#contact-form button.filled-button:hover {
	background-color: #121212;
	color           : #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor       : pointer;
	font-size    : 17px;
	color        : #1a6692 !important;
	margin-bottom: 20px;
	transition   : all .3s;
}

.accordion a:hover {
	color: #f33f3f !important;
}

.accordion a.active {
	color: #f33f3f !important;
}

.accordion li .content {
	display   : none;
	margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding      : 15px 0px;
}


#top {
	display         : none;
	position        : fixed;
	bottom          : 21px;
	right           : 23px;
	z-index         : 99;
	font-size       : 25px;
	border          : none;
	outline         : none;
	background-color: #f33f3f;
	color           : white;
	cursor          : pointer;
	padding         : 0px;
	border-radius   : 50%;
	width           : 50px;
	height          : 50px;
	order           : 1;
	box-sizing      : border-box;
	overflow        : hidden;
	transition      : all 0.5s ease 0s;
	box-shadow      : rgba(0, 0, 0, 0.4) 2px 2px 6px;
}

#top:hover {
	background-color: #555;
}



.tm-btn-primary {
	color           : white;
	background-color: #f33f3f;
	padding         : 12px 30px;
}

.tm-btn-reset {
	padding: 12px 30px;
	color  : white;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
	color           : white;
	background-color: #a64b4b;
}

@media only screen and (max-width: 1024px) {
	.products .filters {
		display: none;
	}
}

/* Responsive Style */
@media only screen and (max-width: 768px) {
	.banner .text-content {
		width      : 90%;
		margin-left: 5%;
	}

	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size     : 36px;
		letter-spacing: 0.5px;
	}

	/* .banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	} */

	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size     : 36px;
		letter-spacing: 0.5px;
	}

	.latest-products .section-heading a {
		float        : none;
		margin-top   : 0px;
		display      : block;
		margin-bottom: 20px;
	}

	.product-item .down-content h4 {
		margin-bottom: 20px !important;
	}

	.product-item .down-content h6 {
		position: absolute !important;
		top     : 30px !important;
		right   : 30px !important;
	}

	.product-item .down-content span {
		position: absolute !important;
		right   : 30px !important;
		bottom  : 30px !important;
	}

	.best-features .left-content {
		margin-bottom: 30px;
	}

	.call-to-action .inner-content {
		text-align: center;
	}

	.call-to-action .inner-content .filled-button {
		text-align: center;
		width     : 100%;
		margin-top: 20px;
	}

	.about-features img {
		margin-bottom: 30px;
	}

	.service-item {
		margin-bottom: 30px;
	}

	.find-us #map {
		margin-bottom: 30px;
	}

	.find-us .left-content {
		margin-left: 0px;
	}

	.product-item .down-content span a {
		position: initial;
	}

	.send-message .accordion {
		margin-top : 30px;
		margin-left: 0px;
	}

	.about-us-desktop {
		display: none !important;
	}

	.about-us-mobile {
		display: block !important;
	}

	.contact-item {
		margin-bottom: 30px;
	}

	.tm-contact-info {
		margin-top: 50px;
	}

	.send-btn-div-container {
		width     : 100% !important;
		text-align: center !important;
	}

	.send-btn-div-container>div:first-child {
		margin-bottom: 20px;
	}

	.send-btn-div-container button {
		width  : 100% !important;
		display: inline-block !important;
	}

	.services>div>div:not(:first-child) {
		margin-top: 20px;
	}

	footer div:first-child>div>div:not(:last-child) {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left    : 30px;
		top     : 32px;
	}

	.navbar .navbar-brand {
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index         : 99999;
		position        : absolute;
		top             : 80px;
		left            : 0;
		width           : 100%;
		text-align      : center;
		background-color: #fff;
		box-shadow      : 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color  : #1e1e1e !important;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color         : #f33f3f !important;
		border-bottom : none !important;
		padding-bottom: 15px;
	}

	.product-item .down-content h4 {
		margin-bottom: 10px;
	}

	.product-item .down-content h6 {
		position     : relative;
		top          : 0;
		right        : 0;
		margin-bottom: 20px;
	}

	.product-item .down-content span {
		position: relative;
		right   : 0;
		bottom  : 0;
	}

}



.about-us-desktop {
	display: block;
}

.about-us-mobile {
	display: none;
}