.xv-slider-content.clearfix.color-white {
    min-height: 370px;
}

img.slider-product {
    width: 330px !important;
    float: right;
}

.carousel-item {
    height: 600px;
    }

.carousel-caption {
    bottom: 10% !important;
}

.carousel-caption h4 {
    text-align: left !important;
}

.carousel-caption p{
    text-align: left !important;
}

.btn-slid{
	padding:5px 30px;
	background: transparent;
	border:solid 2px #fff;
	color: #fff;
	display: block;
}

.btn-slid:hover{
	background: white;
	color: black
}

.home-about{
	text-align: center;
	padding: 50px 0px;
}

.home-about p{
	padding:30px 0px; 
	font-size: 17px;
}
.home-about h2{
	color: #C02000;
}

.btn-about{
	padding:5px 40px;
	background: transparent;
	border:solid 2px #C02000;
	color: #C02000;

}

.btn-about:hover{
	background:rgba(192,32,0);
	color: #fff;
}

.bg-dark {
    BACKGROUND: #FFF !important;
}

a.nav-link {
    color: #000 !important;
    font-size: 18px !important;
}

a.nav-link:hover {
	color: #C02000;
}
li.nav-item.active{
	color: #C02000;
	border-bottom: solid;
}

.service-home{
	text-align: center;
	padding: 50px 0px;
}

.service-home img{
	width: 150px
}


.service-home h4{
	padding:20px 0px;
	text-align: center;

}

.try-home{
	background:url('../img/tech.jpg');
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 10% 3%;
}

.try-home button{
	display: block;
	margin:0px auto;
}

 .try-home-inner p{
 	max-width: 700px;
 	display: block;
 	margin: 0px auto;
 	padding:30px 0px;
 }

.card-header {
    padding: 0px;
}

.case-btn{
	text-align: center;
	padding: 50px 0px;
}

footer{
	background: #000;
}
.copy-rights {
    background: rgba(39, 72, 105, 1) !important;
}

.header-light .header-top {
   background: rgba(39, 72, 105, 1) !important;
}

.header-light .header-bottom ul > li a:hover {
    color: #fff!important;
    background: gray;
}

.child-main {
    padding-top: 50px !important;
}

.child-main .btn-cart {
    background: #C02000;
}

.child-main .btn-cart:hover {
    background:rgba(39, 72, 105, 1) !important;
}

.child-main .btn-cart a {
    color:#fff;
    text-decoration:none;
}

.dropbtn {
    color: #616161;
    background: none;
    list-style: none;
    border: none;
    padding: 20px 23px;  
}



 .dropbtn:hover a {
    color: #fff !important;
}

.dropbtn a {
    color: #616161;
    font-weight: 600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.emp-form {
    max-width: 400px;
    display: block;
    margin: 0px auto;
    border: solid 1px #e0d8d8;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 50px;
}

.emp-form .btn-about {
    margin-top: 30px;
}

.dropdown-content a {
    padding: 10px !important;
}

.dropdown:hover .dropbtn {
    background: gray !important;
    color: #fff !important;
}

ul.top-nav.text-right li a:hover {
    color: #fff !important;
}

.single-product-detail .owl-item.active {
    width: 100% !important;
}

.single-product-detail .owl-stage {
    width: 100% !important;
}

.product-slider.styleDetail {
    padding: 15px 30px !important;
}

.product-slider-wrap.text-center.shadow-around {
    padding-top: 0px !important;
}
.single-product-overview .no-mar {
    display: none;
}

.single-product-overview h2 {
    padding-bottom: 22px;
}
.single-product-overview .cart-options {
    padding-top: 22px;
}
.xv-product.style.shadow-around figure {
    min-height: 232px;
}
/*
.pagination {
    display: none !important;
}
*/

button.dropbtn {
    font-size: 14px !important;
}

.dropdown .dropdown-content {
    font-size: 14px !important;
}

ul.side-menu {
    padding-top: 200px;
}

.side-menu li {
    list-style: none;
    background: #274869;
    padding: 10px 20px;
    color: #fff;
    border: solid;
    border-bottom: 1px #fff;
    cursor: pointer;
}
.side-menu li:hover {
    background: #c02000;
}

.side-menu .active{
    background: #c02000;
}

ul.side-menu li a {
    text-decoration: none;
    color: #fff;
}

.sec-heading h2 span:before{
    display:none;
}

.sec-heading h2 span:after{
   display:none;
}

.detail-slider .owl-nav {
    display: none;
}
.contact p {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 15px !important;
}

.container.try-home-inner h2 {
    font-size: 40px;
}

.container.try-home-inner p {
    font-size: 22px;
}

button.btn.btn-slid {
    font-size: 20px;
}

button.btn.btn-about a {
    font-size: 20px;
}
.col-lg-12.case-btn a {
    font-size: 20px;
}

.slide-layer {
    background: #00000059;
    padding: 10px 15px;
    border-radius: 20px;
}

input::placeholder {
    color: #d4bebe;
}

.xv-slider-wrap .xv-slide {
    background-position: center bottom !important; 
}

span.tcon {
    font-size: 16px;
    font-weight: 200;
}

th.mid-h {
    width: 600px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    color: #142639 !important;
}

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

	a.logo {
    z-index: 0 !important;
}

.home-about p {
    padding: 10px 15px;
}

.home-about {
    padding: 0px 0px;
}

.btn-about {
    margin-bottom: 30px;
    }

}

@media only screen and (max-width: 600px) {
	.hidden-xs{
	display:none;
	}
}

@media only screen and (min-width: 601px) {
	.hidden-md{
	display:none;
	}
}



.card-header img {
    height: 280px !important;
    background-size: 100% !important;
    object-fit: cover !important;
}

.dropdown-content {
    background: grey !important;
}

