p{font-size: 15px;
    line-height: 2;}
ul{padding:unset}
a {
    color: rgba(0,0,0,.9);
}
a:hover {
    color: #28a745;
  }
.gallery-row a{margin-bottom:15px}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.header-top a{
  font-weight: 600;
    font-family: monospace;
    display: flex;
    align-items: center;
}
.social-media ul li{
  background-color: #365899;
}
.social-media ul li:nth-child(2){
  background-color: #2edbff;
}
.social-media ul li:nth-child(3){
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-media ul li:nth-child(4){background-color: #2977c9;}
.social-media ul li a{color:#fff;}
.navbar-brand{max-width:285px;}
.sticky-top .navbar-brand{max-width:115px; -webkit-transition: all .6s ease-in-out;}
.sticky-top{
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .6s ease-in-out;
}
.navbar-nav li {
    position: relative;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height:100%;
	-webkit-animation: zoom 20s;
    animation: zoom 20s;
}


/*Tab*/
.banner-form{
	position: absolute;
    top: 3px;
    z-index: 5;
    left: 55%;
    display: flex;
    align-items: center;
   transform: translate(0%, 10%);
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem;
}
.banner-form ul li{margin-right: 0.5rem}
.banner-form ul li:last-child{margin-right: unset;}
.banner-form ul li a{
	border-bottom: 4px solid #333; 
	color:#e67307;
	font-weight: 600;
    font-size: 12px;
}
.banner-form .nav-pills .nav-link.active, .banner-form .nav-pills .show>.nav-link {
    color: #e67307;
    background-color: #ffffff;
    border-color: #e67307;
}
.banner-form .form-content{max-height:400px; overflow: auto;}
.banner-form  .form-control{background-color: #e9ecef;}
@media (min-width: 992px){
	.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: 0.75rem;
    	padding-left: 0.75rem;
	}	
}
.bg-gradient{
  background: linear-gradient(150deg, #f5f6f7, #f8f9fa, #e9ecef, #f8f9fa);
    border-bottom: 1px solid #dddfe2;
background-size: 400% 400%;
  -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite;
    position:relative;
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.content-heading {position:relative; padding-bottom: 3rem}
.content-heading h2{
  font-weight:900; 
  background: linear-gradient(-45deg, #FF9800, #FF9800, #ed4b5d, #ed4b5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 70% 70%;
  -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite;
    position:relative;
}

.services{
  background: url(../images/service_banner.jpg) top center no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
}
.services:before{
  background: transparent none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.services .content-heading{color:#fff;}
.services .content-heading h2{
     background: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
}
.services .icon-img{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 0.75rem;
    background: #ffffff;
    border-radius: 100%;
}

.services .card{
  background-color: rgba(255, 255, 255, 0.65);
  border-bottom: 4px solid #E91E63 !important;
  border-radius: 1.35rem;
  margin-bottom: 2rem;
  
}
.products-sec .card{min-height: 405px;}
.services .card:hover{background:#fff;
box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
transition: box-shadow 0.2s ease, 
z-index 0s 0s ease, 
-webkit-transform 0.2s ease;
transition: box-shadow 0.2s ease, 
transform 0.2s ease, 
z-index 0s 0s ease;
transition: box-shadow 0.2s ease, 
transform 0.2s ease, z-index 0s 0s ease, 
-webkit-transform 0.2s ease;
}
.services .box:nth-of-type(even) .card{
  border-bottom: 4px solid #FF9800 !important;
}
.services h5{font-size: 1rem; text-transform: uppercase;}
.services p{font-size: 14px;}

.box-service__link {
    font-size: 13px;
    color: #33363e;
    letter-spacing: 1.5px;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}
.box-service__link:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 37px;
    height: 2px;
    background: #333;
}
.card:hover .box-service__link:after, .box-service__link:hover:after {
    width: 100%;
    transition: all 300ms linear 0s;
    outline-color: #000;
    height: 35px;
    left: 0px;
    outline-style: inset;
    background: transparent;
}
/*===============Gallery=====================*/
.gallery{
 position: relative;
}

.galleryImg {
  margin: 15px 0;
}

.galleryImg {
  overflow: hidden;
  position: relative;
}
.jx-portfolio-hoverlayer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.27);
    opacity: 1;
    z-index: 999;
    top: 0%;
    left: 0;
    transition: all .3s ease-out;
	
}
.jx-portfolio-hover {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    transition: all .3s ease-out;
}
.jx-portfolio-top-hover {
	position: absolute;
    bottom: 0;
    transition: all 0.3s ease-out;
    top: 0;
    width: 100%;
    left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.jx-portfolio-hover:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	outline-style: double;
    outline-color: #fff;
    outline-offset: -8px;
    outline-width: medium;
}



.jx-portfolio-top-hover .jx-title {
	font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-family: cursive;
    position: relative;
}

.galleryImg:hover img{
	-webkit-transform: scale(1.1,1.1) rotate(1deg);
    transform: scale(1.1,1.1) rotate(1deg);
    -webkit-transition: all 3s;
    transition: all 3s;
}


.discover-more .box-service__link:after{width:76%}
.discover-more .box-service__link:hover:after{width:100% !important}
.testimonial-sec{
  background: url(../images/floral_pattern.jpg) no-repeat right center;
    background-size: 70%;
}


.testimonial-sec .content-heading img{max-width: 335px;}
.testimonial-sec .content-heading h2:after{
	background-image:unset;
}

.carousel-control-prev-icon, .carousel-control-next-icon{background-image:unset}
.carousel-indicators{ position:relative;margin-top: 1rem;
    margin-bottom: unset;}
    .testimonial-sec .testimonial{padding:0 1.5rem;}
#slider-banner .carousel-control-next, #slider-banner .carousel-control-prev{
	width:10%;
}

.carousel-indicators li{width:10px; height:10px; background:linear-gradient(22deg, #FF9800, #FF9800, #28a745, #28a745) no-repeat}

.carousel-control-next, .carousel-control-prev{opacity:1; color:#fff; width: 0%; font-size: 70px;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
color: #28a745;}


.contact-info{list-style-type:none; padding:0}
.contact-info li {
    position: relative;
    color: #000;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.footer-top .content-heading{padding-bottom:0.5rem}
.footer-top ul li {
    padding-right: 4px;
    list-style-type: none;
}
.contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    font-size: 20px;
}
.footer-top .quick-links ul li {
    margin-bottom: 8px;
}
.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}
.quick-links ul li a:before {
    color: #ffc107;
    content: "\e649";
    font-family: "themify";
    font-size: 9px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 2px;
}
.problems .owl-carousel .item .card{
  position:relative;
      overflow: hidden;
          min-height: 327px;
}
.problems .owl-carousel .item .card .border-desig:before, 
.problems .owl-carousel .item .card .border-desig:after
{
    content: '';
    position: absolute;
    background: linear-gradient(-45deg, #FF9800, #FF9800, #ed4b5d, #ed4b5d);
    width: 100%;
    height: 4px;
}
.problems .owl-carousel .item .card .border-desig:before{
  top: 0;
  left: 0;
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%);
}
.problems .owl-carousel .item .card .border-desig:after{
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(85%);
  transform: translateX(85%);
}


.problems .owl-carousel .item .card .card-body:before,
.problems .owl-carousel .item .card .card-body:after{
    width: 4px;
    height: 325px;
    position: absolute;
    content: '';
    background: linear-gradient(-45deg, #FF9800, #FF9800, #ed4b5d, #ed4b5d);

}
.problems .owl-carousel .item .card .card-body:after{
    bottom: 0px;
    right: 0;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
}
.problems .owl-carousel .item .card .card-body:before{
    top: 0px;
    left: 0;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
.problems .owl-carousel .item img{
  width:85px;
  height:auto;
  margin:0 auto 1.5rem;
}

.problems .owl-carousel .item .card:hover .card-body:after,
.problems .owl-carousel .item .card:hover .card-body:before,
.problems .owl-carousel .item .card:hover .border-desig:after,
.problems .owl-carousel .item .card:hover .border-desig:before{
  transform: translateY(0);
  transition: all 500ms linear 0s;
}
.problems .owl-carousel .item .card .card-body{padding: 1.25rem 1.25rem 3.25rem}
.navbar-offcanvas{background:#fff; padding:unset}

.quote:before{
  background: rgba(0, 0, 0, 0.37) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.quote{
  position:relative;
  background:no-repeat center center;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.quote .content-heading h3{font-weight:900; text-transform: uppercase;}
.quote .card{background-color: rgba(255, 255, 255, 0.76);}
.quote .card .card-body{outline: #212529 double;}

.inner-banner{position:relative;}
.inner-banner:before{
      background: rgba(0, 0, 0, 0.51) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.Inbanner-img{width:100%; height:100%; position: relative;}
 .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 1;
}
.inner-banner  .img-overlay .content-heading p {
    color: yellow;
    font-size: 1.5rem;
}
.inner-banner .img-overlay .content-heading h3 {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
}
.Refrigerator .custom-control label span, .Washing .custom-control label span{display:none;}
.Refrigerator{background: url(../images/bg_2.png) no-repeat;
    }
.Washing.Machine{background: url(../images/bg_3.jpg) no-repeat; background-size: cover;
    background-position: center;}
.AC{background: url(../images/ac-banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.Microwave{background: url(../images/microwaves_banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.Home.Theater{background: url(../images/theater_banner2.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.Macbook.Laptop{background: url(../images/laptop_banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.All.Phones{background: url(../images/phone_banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.Printer{background: url(../images/printer_banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.More.Products{background: url(../images/more_products_banner.jpg) no-repeat; background-size: cover;
    background-position: center center;}
.Refrigerator:before {background: #00000054 none repeat scroll 0 0;}
.Washing.Machine:before {
    background: #0000006b none repeat scroll 0 0;
    }
.custom-close{
  position: absolute;
    top: 0;
    color: #fff;
    opacity: 1;
    font-size: 10px;
    background: #000 !important;
    right: 0;
    width: 25px;
    padding: 0;
    line-height: 0;
    z-index: 10;
    height: 25px;
    display: inline-block;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.modal_header{
  max-width: 75%;
  text-align: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  background: #ff9800;
}
.modal_header img{margin-bottom: 1rem}
.modal_header h5{font-weight: 800}
#mail_EnquiryModal .custom-close{
  background-color: #333 !important;
}