@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800&amp;display=swap');

*{margin:0px; padding:0px;
    font-family: 'Raleway', sans-serif;
}


body{
    font-family: 'Raleway', sans-serif;
}

p{font-family: 'Raleway', sans-serif;}
	
h1,h2,h3,h4,h5,h6{font-family: 'Raleway', sans-serif;}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
	}
.header{
    background-image: url('../images/menu-bg.jpg');
    background-size:cover;
    background-repeat: no-repeat;
	z-index: 111;
	}
ul.grt-menu li a { 
	font-size: 15px !important; 	
	text-transform:capitalize !important;
	padding:25px 18px !important;
	}	
ul.grt-menu li.active a:after{
	display:none;
	}
ul.grt-menu li a i.cart{
    background: #4699f9;
    color: #fff;
    padding: 13px;
    border-radius: 50px;
}
ul.grt-menu li a span {
    background: #4699f9;
    color: #fff;
    padding: 1px 6px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 4px;
}

/* .sl-txt{ 
    position: absolute;
    z-index: 999;
    transform: translateY(-100px);
    top: 50%;	
    } */
    .carousel-caption.sl-txt {
        bottom: 0;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-30%);
        width: 70%;
        margin: auto;
    }

.sl-txt h2{
	font-size: 5em;
    font-weight: 300;
	}
.sl-txt p{    
    width: 50%;
    margin: auto;
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
	}
.sl-txt h2:after{
    display: block;
    content: '';
    background: #0ea811;
    width:6%;
    height: 4px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	}	
.sl-txt a{position:relative; top:50px;}
.sl-txt a.more {
    border: #ffff solid 1px;
    text-decoration: none;
    padding: 11px 20px;
    color: #fff;
    margin-right:10px;
	transition:all 0.3s ease-in-out;
	}
.sl-txt a.more:hover{
	background:#ffff; color:#000;
	}
.welcome_cont{padding: 100px 0;
    text-align: center;}
.welcome_cont h5{ font-weight: 400;
    font-size: 34px;
    color: #0c6daf;}
    .welcome_cont h5 span {
        font-weight: 900;
        color: #163560;
    }
.welcome_cont h2{font-size:50px; color:#4699f9; font-weight:300;}
.welcome_cont h2 span{ color:#0ea811;}
.welcome_cont h2:after{    
	display: block;
	content: '';
	background: #4699f9;
	width: 6%;
	height: 3px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.welcome_cont p {
    width: 70%;
    margin: auto;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    margin-bottom: 15px;
}	



/* service section start here */
.Our_Services {
    background-image: url(../images/service-bg.jpg);
    padding: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-size: cover;
    background-position: bottom;
}

.Our_Services h2{    
    color: #4699f9;
    font-size: 35px;
    font-weight:300;
    margin-bottom: 45px;
	}
.Our_Services h2 span{color:#0ea811; }	
.Our_Services h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 46px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.line-image {
    margin-bottom: 25px;
}
.services_block{
    width: 100%;
    margin: auto;
	margin-bottom:15px;
    padding: 10px;
    min-height: 200px;
	transition:all 0.3s ease-in-out;	
	}

.services_block p{    
	color: #fff;
    font-size: 12px;
    font-weight:400;
    margin-top:10px;
    }	
    
.services_link a {
    text-decoration: none;
    display: block;
	}	
.services_block img {
    margin: auto;
    display: block;
	}
.empty_space{height:50px;}
.view_all{ margin:40px 0;}
.view_all a{ 
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #0c6daf;
	}




.our_product_bg{
	background:#fff;
	padding:40px 0;
	}
.our_product_bg{ text-align:center;}
.our_product_bg h2{
    font-weight: 500;
    color: #0c6daf;
    font-size: 46px;
    width: 100%;
    text-align: center;
    }
.our_product_bg h2 span{ color:#0ea811;}

.our_product_bg p{ color: #595959; font-weight: 300; padding: 10px 0 30px 0;}
.image_box{ position:relative; }
.image_box .middle{
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;	
	}	

  /* .image{
  background-color:rgba(0, 0, 0, 0.9);  
  width:268px;
  height:269px;
  transition: .5s ease;
  backface-visibility: hidden;
  }	 */

.image_box:hover { margin:auto; background: #000; width:268px; height:269px;}    
.image_box:hover .image { opacity: 0.3; }
.image_box:hover .middle { opacity: 1;}
.image_box .middle a{    
    text-decoration: none;
    border: #fff solid 1px;
    color: #0ea811;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
	}
.image_box .middle a:hover{
	background:#0ea811;
	border: #0ea811 solid 1px;
	color:#fff;
	}
	
.tb_background{ background:#4699f9; width:268px; margin:auto; margin-bottom:25px;}
.tb_background a{	
	text-decoration:none;
	color:#fff;	
	padding:15px 35px;
	font-size:16px;
	line-height:45px;
	text-align:center;
}
.tb_background a:hover{		
	color:#000;	
}


footer{
    background: #153560;
    padding: 40px 0 30px 0;
}
footer h4 {
    color: #fff;
    font-size: 17px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-logo{
    margin-bottom: 10px;
}
footer p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 8px;
}
footer a{text-decoration:none; color:#fff; transition:all 0.3s ease-in-out;}
footer a:hover{ color:#005a5b; text-decoration:none;}
footer ul{float:left; width:50%;}
footer ul li { list-style: none; line-height: 28px;}
footer ul li a{text-decoration:none; font-size:15px;}
footer input.form-control{
	background: transparent;
    font-size: 13px;
    color: #fff !important;
    border: navajowhite;
    border-radius: 50px;
    background-color: #10508e;
    height: 45px;
	}
footer .form-control:focus{
    background-color:#10508e;
    box-shadow: none !important;
    caret-color: yellow;
	
    }	
    footer .third-column .input-group-append {
        background: #fff;
        color: #fff;
        outline: none;
        border-radius: 50px;
        border: 0;
        font-size: 14px;
        padding: 0 20px;
        position: absolute;
        right: -10px;
        height: 45px;
        z-index: 999;
    }	
    footer button#button-addon2 {
        background: #ffffff;
        color: #143560;
        border: none;
        font-size: 14px;
        font-weight: 600 !important;
    }
footer button#button-addon2:focus { 
	box-shadow: 0 0 0 0 rgba(108,117,125,.5) !important;
	}
footer .input-group.mb-3 {
    margin: 25px 0;
	}
footer input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  }
footer input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
  }
footer input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
  }
footer input.form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
  }
footer .social_icon{ margin-top: 30px;}
footer .social_icon ul{margin:0px; padding:0px; width:auto !important;}
footer .social_icon ul li{display:inline; padding-right:4px;}
footer .social_icon ul li a {
    border: #fff solid 1px;
	font-size:18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #0d6daf;
    display: inline-block;
	}
footer .social_icon ul li a:hover{ border-color: #0d6daf; color:#fff; }
.first-column p {
    margin-top: 20px;
    font-size: 14px;
}
.copyright {
    background: #0a1d37;
    padding: 2px 0;
}
.copyright p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
}	
.carousel-indicators li {   
    width: 15px !important;
    height: 15px !important;
    border-radius:50%;
	}	



/* Entrant Technologies by bharat kumar 04/03/2021 */
   
.product_page_heading {
    font-weight: 500;
    color: #0c6daf;
    font-size: 34px;
    margin: 0;
}

.product_page_sub_heading {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin-top: 0;
}

.product_page_header {
    border-bottom: 1px solid #85b6d7;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px;
}  
   
.product_image_holder img {
    width: 100%;
}

.product_content_right {
    padding: 20px 0px 0px;
}

.product_page_content {
    padding: 30px 0px;
}

.product_content {
    margin: 0px 0px 30px;
}
.product_description {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px 0px;
}

.related_product_heading {
    font-weight: 500;
    font-size: 34px;
    color: #0c6daf;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.related_product_list_item_name {
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-weight: 700;
    font-size: 17px;
    color: #0c6daf;
    text-transform: uppercase;
    text-decoration: none;
}

.related_product_list_item {
    border: 1px solid #ddd;
}

.related_product_list_item_image img { 
	width: 100%;
}

a.view_product_detail {
    background: #0c6daf;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: ease 0.3s;
}

.related_product_list_item_image {
    position: relative;
    overflow: hidden;
}

.related_product_list_item:hover a.view_product_detail {
    left: 0;
}


@media only screen and (max-width:768px){
.empty_space{height:32px;}
	
}


/* kk */
.products-box {
    background-color: #fff;
    cursor: pointer;
}

.products-box .product-image {
    width: 100%;
    position: relative;
}

.products-box .product-image img {
    width: 100%;
}
.products-box .product-image .viewBtn {
    position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
    z-index: 99;
}



.products-box .product-image .viewBtn a {
    color: #fff;
    border: 1px solid #0d6daf;
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s;
    background-color: #0d6daf;
    padding: 20px 0px;
    width: 100%;
    text-transform: uppercase;
    transform-origin: top left;
    transform: scale(0);
    border-radius: 0px;
}
.products-box:hover .product-image .viewBtn a {
    transform: scale(1);
}
.products-box:hover .product-image .viewBtn a{
    display: block;
}

.products-box .product-image .viewBtn a:hover {
    background-color: #0d6daf;
    transition: 0.5s;
}
/* 
.owl-products-slider .owl-item {
    margin-right: 30px;
} */

.products-box .products-content a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    border: 1px solid #f0f0f0;
    color: #0c6daf;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}


.products-box:hover .products-content a {
    text-decoration: none;
}

.testimonial-section{
    background-image:url('../images/testimonial-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.testimonial-section {
    text-align: center;
    padding: 60px 0px 100px;
}

section.testimonial-section h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
}

section.testimonial-section .line2-image {
    margin-bottom: 10px;
}

section.testimonial-section .testimonialBox {
    width: 100%;
}

.header .container {
    padding-right: 0px;
}

@media screen and (max-width:1200px){
    .services_block p {
        font-size: 17px;
    }
}
@media screen and (max-width:992px){
    .Our_Services .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:767px){
    .services_block {
        box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .1);
        min-height: 220px;
        margin-bottom: 30px;
    } 
    .our_product_bg .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    footer h4 {
        padding-bottom: 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px){
    .Our_Services .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our_product_bg .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.nav-trasparent{
    background-color: transparent !important;
    padding: 0px;
    
}
a.navbar-brand.brand-name img {
    width: 100%;
}
.navbarMenu li a.nav-link {
    padding:0px 42px 0px 0px !important;
    color: #fff !important;
    font-weight: 400;
    font-size:17px;
}
li.nav-item.cart-icon a.nav-link {
    padding: 0px !important;
}
li.nav-item.cart-icon a i{
    color: #0c6daf;
}
ul.navbar-nav.ml-auto.navbvar-top li.nav-item {
    background-color: #124979;
    margin-left: 15px;
    position: relative;
    top: 0px;
    padding: 10px 20px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}
ul.navbar-nav.ml-auto.navbvar-top li.nav-item:hover a{
    text-decoration:none;
}

ul.navbar-nav.ml-auto.navbvar-top li.nav-item i {
    margin-right: 10px;
    /* border-bottom-right-radius: 20px; */
}

ul.navbar-nav.ml-auto.navbvar-top li.nav-item a {
    color: #fff;
    font-size: 14px;
}
.navbarMenu li.cartsec {
    padding-left: 23px;
}

.navbarMenu li .cartBox span {
    position: absolute;
    top: -6px;
    left: auto;
    right: -6px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4699f9;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    /* z-index: -1; */
}
.navbarMenu li .cartBox {
    width: 40px;
    height: 40px;
    background-color: #4699f9;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.navbar-brand.brand-name img {
    width: auto;
    height: 100%;
}
.contact-addressFoter {
    width: 100%;
    position: relative;
    left: -10px;
}

.contact-addressFoter li span {
    font-weight: 500;
    color: #fff;
    position: relative;
}

.contact-addressFoter li span::after {
    content: ':';
    position: absolute;
    right: 0px;
}

.contact-addressFoter li {
    color: #fff;;
}


footer ul.footer-menu li:hover a {
    color: #f7f4f4 !important;
}
.contact-addressFoter li:hover a{
    color: #f7f4f4 !important;
}
.sign-up-mobile{
    display: none;;
}
a.nav-link.sign-up-mobile {
    color: #fff;
}

.contact-addressFoter li a,.contact-addressFoter li p {
    font-size: 14px;
    margin-top: 8px;
}

.contact-addressFoter li i {
    top: 5px;
}

section.testimonial {
    background-image: url('images/testimonial-bg.html');
    background-size: cover;
    background-repeat: no-repeat;
}

.drop-down-li .dropdown-menu {
    margin: 0;
    padding: 0;
    top: calc(100%);
    border-radius: 0;
    border: none;
    /* display: inline-block; */
    position: relative;
    background-color: #262626;
    border-color: #3d3d3d;
    width: 230px;
}

.drop-down-li .dropdown-menu a {
    border-bottom: 1px solid #4d4b4b;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 10px 12px 20px;
}

.drop-down-li .dropdown-menu a:hover {
    background-color: inherit;
    color: rgba(255, 255, 255, 0.91);
}

.drop-down-li:hover .dropdown-menu {
    display: inline-block;
}

.collapse.navbar-collapse.navbar_collapseBox {
    flex-direction: column-reverse;
}

ul.navbar-nav.ml-auto.navbvar-top {
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}
ul.navbar-nav.ml-auto.navbarMenu {
    position: relative;
    top: 20px;
}

ul.navbar-nav.ml-auto.navbvar-top li a {
    padding: 0 !important;
}

ul.navbar-nav.ml-auto.navbvar-top li {
    padding: 0 !important;
    height: auto;
}
li.nav-item.cart-icon {
    background-color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    top: 33px;
    margin-left: 30px;
}

/* li.nav-item.cart-icon a {
    background-image: url(http://ashw.digitalservicesguru.com/egeneid/wp/wp-content/uploads/2019/09/Layer-11.png) !important;
    background-size: contain !important;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    padding: 0 !important;
} */


/* ul.navbar-nav.ml-auto.navbarMenu {
    position: relative;
    top: 10px;
}

ul.navbar-nav.ml-auto.navbarMenu li.nav-item.cart-icon {
    top: -7px;
    position: relative;
} */

li.nav-item {
    height: 100px;
    display: flex;
   align-items: center;
   justify-content: center;
}
li.nav-item.cart-icon:hover::after {
    display: none;
}













.carousel-control-prev span,.carousel-control-next span {
    background-image: none;
    width: 20px;
    width: 50px;
    height: 50px;
    /* background-color: red; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #285172;
}

.carousel-control-prev span::before {content: "\f060";font-family: FontAwesome;}
.carousel-control-next span::before {content: "\f061";font-family: FontAwesome;}



.carousel.slide:hover .carousel-control-prev span, .carousel.slide:hover .carousel-control-next span{
   background-color:rgba(0, 0, 0); 
}


.testimonialBox {
    margin-top: 20px;
}

.testimonial-image {
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.testimonial-content h3 {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
}

.testimonial-content h4 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

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

.testimonial-content p {
    width: 90%;
    margin: auto;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    font-style: italic;
    position: relative;
}
.testimonial-content p::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url('../images/left-comma.png');
    
}
.testimonial-content p::after {
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url('../images/right-comma.png');
}

.navbarMenu li.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-top-color: transparent !important;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
        margin-left: -20px;
}
.navbarMenu li.nav-item:hover::after{
    display:block;
}
.navbarMenu li.nav-item.active::after{
    display:block;
}
li.nav-item.cart-icon:hover::after {
    display: none;
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

button.owl-prev {
    position: absolute;
    left: -80px;
    right: auto;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #e4f1fb !important;
    z-index: 999;
    border-radius: 50% !important;
}

button.owl-next {
    position: absolute;
    left: auto;
    right: -80px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #e4f1fb !important;
    z-index: 999;
    border-radius: 50% !important;
}

button.owl-next span, button.owl-prev span {
    font-size: 30px;
    color: #143560;
}



@media screen and (max-width:1380px){
   .header .container {
    padding-right: 15px;
}
  }
@media screen and (min-width:1201px){
    .container{
        max-width: 1170px !important;
        
    }
    
}

@media screen and (max-width:1200px){
    .container{
        max-width: 970px !important;
        
    }
    .navbarMenu li a.nav-link{
        padding: 0px 12px !important;
    }
    .navbarMenu li.cartsec {
        padding-left: 12px;
        position: relative;
        top: -7px;
    }
    .sl-txt h2 {
        font-size: 3em;
    }
    .carousel-caption.sl-txt {
        top: 25%;
        transform: translateY(0%);
    }
    .sl-txt a {
        top: 30px;
    }
    .contact-addressFoter li span {width: 25%;}

.contact-addressFoter li a, .contact-addressFoter li p {
    width: 75%;
  
}
}

@media screen and (max-width:1000px){
    .container{
        padding:0px 25px !important;
    }
}

@media screen and (max-width:992px){
    .sl-txt h2 {
        font-size: 2em;
        margin-bottom: 0px;
        line-height: initial;
    }
    .sl-txt p {
        width: 80%;
        font-size: 14px;
    }
    .sl-txt a.more {
        font-size: 14px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.nav-trasparent {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 0;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
    }
    a.navbar-brand.brand-name {
        height: 88px;
        margin: auto;
        left: 0px;
        position: relative;
    }
    .header{
        border:none;
        background-color:#131313 !important;
        position: relative;
    }
    .carousel-caption.sl-txt {
        top: 10%;
        transform: translateY(0%);
    }
    .carousel-control-next, .carousel-control-prev{top:0;}
    ul.navbar-nav.ml-auto.navbarMenu {
        top: 0;
      
    }
    .navbarMenu li a.nav-link {
        padding: 9px 12px !important;
    }
    .contact-addressFoter li span {width: 28%;}

.contact-addressFoter li a, .contact-addressFoter li p {
    width: 72%;
  
}
.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
}
.sign-up-mobile{
    display: block;
}
.sign-up{
    display: none;
}
ul.navbar-nav.ml-auto.navbvar-top {
    display: none;
}
.container{
        max-width: 750px !important;
        padding:0px 15px !important;
    }
    
    
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
    position: relative !important;
    top: 0 !important;
    transform: translateY(0px);
}
button.owl-prev {
    position: relative;
    left: 0px;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 40px !important;
}


button.owl-next {
    position: relative;
    right: 0px;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 40px !important;
}

button.owl-next span, button.owl-prev span {
    line-height: 0 !important;
}
li.nav-item {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
li.nav-item.cart-icon {
    display: none;
}

.navbarMenu li.nav-item:hover::after,.navbarMenu li.nav-item.active::after {
    display: none;
}

li.nav-item.nav-itemText.d-none {
    display: block !important;
}
}



@media screen and (max-width:767px){
    
    .carousel-item{
        height: 400px;
    }
    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
    .row.mobile-width .col-md-4.first-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row.mobile-width .col-md-4.second-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row.mobile-width .col-md-4.third-column {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .container{
        max-width: 100% !important;
        padding:0px 30px !important;
    }
    .services_block {
    box-shadow: none;
}
.welcome_cont {
    padding: 40px 0;
}
.welcome_cont p {
    width: 90%;
}
}
@media screen and (max-width:576px){
    .sl-txt p{
        display: none;
    }
    .sl-txt a {
        top: 0px;
    }
    .carousel-item{
        height: 300px;
    }
    .carousel-caption.sl-txt {
        top: 23%;
    }
    a.navbar-brand.brand-name {
        height: 60px;
    }
    .row.mobile-width .col-md-4.first-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .row.mobile-width .col-md-4.second-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .row.mobile-width .col-md-4.third-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-addressFoter li span {
        width: 17%;
    }
    .header{
        padding: 10px 0px;
    }
}

@media screen and (max-width:480px){
    .carousel-caption.sl-txt {
        top: 15%;
    }
    .contact-addressFoter li span {
        width: 20%;
    }
    
}


 .owl-carousel .owl-nav.disabled , .owl-carousel .owl-nav{
    display:none !important;
}
