/*  */
/*  */
/*  */
/*  */
/*  */
/* Custom list */
@font-face {
    font-family: 'poppinsregular';
    src: url('../font/Poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../font/Poppins/poppins-regular-webfont.woff') format('woff'),
         url('../font/Poppins/poppins-regular.tff') format('tff');
    font-weight: normal;
    font-style: normal;
}
*,html,body{
    font-family: 'poppinsregular';
}
ul, ol {
	list-style: none;
	margin-bottom: 0em;
	padding-left: 0px;
}
a, a:hover, a:focus, a:active {
    outline: none;
}
/* Custom Bootstrap - container width 1140 > 1440*/
nav .container ,
.about_section .container,
#contact .container,
#products .container,
footer .container,
.static-area .container ,
.best-sells-area .container,
.products .container {
	max-width: 1440px;
}
/* Custom Margin */
.mtb-60px {
    margin: 60px 0;
}
/* Color Theme */
.primary-theme {
	background-color: #fff;
	color: #000;
}
.primary-theme a {
	color: #000;
}
.secondary-theme {
	background-color: #ececed;
	color: #0c0c0c;
}
.secondary-theme a {
	color: #0c0c0c;
}
.theme-3 {
	background-color: #000;
	color: #fff;
}
.theme-3 a {
	color: #fff;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/* ================================= */
/* ======        Navbar        ======*/
/* ================================= */
nav {
    box-shadow: 0 0 6px -2px #000;
    -moz-box-shadow: 0 0 6px -2px #000; 
    -webkit-box-shadow: 0 0 6px -2px #000; 
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
    color: #000;
}
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .nav-link,.navbar-dark .navbar-nav .nav-link:focus{ outline:none;color: #900;}
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu .dropdown-item{ padding-top: 10px; padding-bottom: 10px; color:#000!important;}
.navbar .nav-item:hover .dropdown-menu .dropdown-item{ color: #900;}
.navbar .nav-item .dropdown-menu{ margin-top:0; }
.nav-item.active {position: relative;}
.nav-item.active .nav-link{color: #000!important;}
.nav-item.active:hover .nav-link{color: #900!important;}
.nav-item.active::after {
	position: absolute;
	top: 85%;
	left: 0.9rem;
	content: '';
	width: 20px;
	height: 2px;
    background-color: #000;
}
.nav-item.active::before {
	position: absolute;
	top: 95%;
	left: 0.9rem;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #000;
}
/*Edited on 24 mar 2021 for humburgermenu icon - by Nidheesh*/
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    border-color: black;
}
/* ================================= */
/* ======        Footer        ======*/
/* ================================= */
.footer-area {
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    background: #efefef;
    overflow: hidden;
}
.footer-area .row .col-lg-4:first-child::before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #000;
    z-index: -1;
    pointer-events: none;
}
.footer-area .footer-top {
    padding: 60px 0 30px;
}
.footer-area .footer-logo {
    margin-bottom: 30px;
}
.footer-area .text-info {
    line-height: 24px;
    color: #fff !important;
    font-size: 14px;
    margin: 36px 0;
}
.footer-area .social-info li {
    display: inline-block;
}
.footer-area .social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #7e7e7e;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 25px;
}
.footer-area .social-info li a i {color: #000;}
.footer-area .footer-heading {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #7e7e7e;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    line-height: 24px;
}
.footer-area .footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #900;
}
.footer-area .footer-links > ul > li {
    display: block;
    margin-bottom: 0px;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-area .footer-links > ul > li a {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
	text-transform: capitalize;
	text-decoration: none;
    color: #7e7e7e;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.footer-area .footer-links > ul > li a:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #7e7e7e;
}
.footer-area .subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.footer-area .img_app {
    margin-top: 40px;
}
.footer-area .address {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer-area .address a {
    text-decoration: none;
    color: #fff;
}
.footer-area .address h6 {
    position: relative;
    margin-bottom: 20px;
}
.footer-area .address h6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background: #fff;
}
.footer-area .address p {
    margin-bottom: 0px;
}
.footer-area .img_app a {
    margin-right: 15px;
}
.footer-area .copy-text {
    margin-top: 30px;
    color: #000;
}
.footer-area .copy-text a {
    text-decoration: none;
    color: #000;
}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .footer-links > ul > li a:hover {
        color: #fff;
    }
    .social-info {
        margin-bottom: 30px;
    }
}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .footer-area {
        background: #000;
    }
    .footer-area .footer-heading {
        margin-top: 20px;
    }
    .footer-area .social-info li a i {color: #7e7e7e;}
    .footer-area .copy-text {
        color: #7e7e7e;
    }
    .footer-area .copy-text a {
        color: #7e7e7e;
    }
}
/********************************************/
/*             Home Page                */
/********************************************/
/*Home - Hero Header*/
#home-banner {
	overflow: hidden;
}
#home-banner .home-banner-bg {
	padding-top: 200px;
	height: calc(100vh - 93px);
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#home-banner .home-banner-bg-overlay {
	position: absolute;
	content: '';
  	background-color: #000;
  	opacity: 0.55;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#home-banner .home-banner-wrap {
	position: relative;
	z-index: 2;
	max-width: 820px;
	text-align: center;
}
#home-banner .home-banner-title {
	color: #fff;
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 17px;
}
#home-banner .home-banner-para {
	color: #F6F6F6;
	font-size: 14px;
	line-height: 26px;
	max-width:547px;
	margin: 0 auto 31px;
	letter-spacing: 0.25px;
}
#home-banner .home-banner-btn a {
	color: #fff!important;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	margin: 0 10px 16px;
	padding: 19px 29px;
	text-decoration: none;
	min-height: 55px;
}
#home-banner .home-banner-btn a span {
    padding-right: 10px;
}
#home-banner .home-banner-btn a.btn-gradient {
    background-image: linear-gradient(to right,#4CB9C1 0%, #74BE3C 51%, #4CB9C1 100%);
    background-size: 200% auto;
    transition: .5s;
	padding: 21px 29px;
}
#home-banner .home-banner-btn a.btn-gradient:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
#home-banner .home-banner-btn a.btn-border-light {
	background-color: transparent;
    color: #fff;
	border: 2px solid #fff;
	padding: 19px 37px;
}
#home-banner .home-banner-btn a.btn-border-light:hover {
	background-color: #fff;
}
#home-banner .home-banner-btn a.btn-border-light:hover span {
    color: #000;
}
#home-banner .home-banner-btn a.btn-border-light:hover i {
    color: #000;
}
#home-banner .home-banner-btn span {
	margin-left: 7px;
}
/*Slick*/
#home-banner .slick-dots {
    outline: 0 !important;
	position: absolute;
	bottom: 34px;
	left: 32px;
	display: flex;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	outline: none;
}
#home-banner .slick-dots li {
	outline: 0 !important;
	width: 5px;
}
#home-banner .slick-dots li button {
    outline: 0 !important;
	display: block;
	width: 6px;
	height: 6px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #fff;
	opacity: 0.41;
	text-indent: -9999px;
}
#home-banner .slick-dots li.slick-active button {
    outline: 0 !important;
	background-color: #fff;
	opacity: 1;
}
#home-banner .slick-list:focus {
    outline: none;
}
/*// Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991.98px) {
	#home-banner .home-banner-title {
		font-size: 46px;
		line-height: 52px;
		margin-bottom: 17px;
	}
}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	#home-banner .home-banner-bg {
		padding-top: 110px;
	} 
	#home-banner .home-banner-wrap {
		max-width: 350px;
	}
	#home-banner .home-banner-title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 17px;
	}
	.home-banner-para {
		max-width:351px;
	}
}
/* ================================= */
/* ======    Home | Services   ======*/
/* ================================= */
.static-area .static-area-wrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 0 20px;
}
.static-area .single-static {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 36px 5px;
}
.static-area .single-static i {
    flex: 0 0 45px;
    margin: 0;
	margin-right: 10px;
	font-size: 40px;
}
.static-area .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.static-area .single-static-meta {
    overflow: hidden;
    flex-grow: 1;
}
.single-static h4 {
    color: #253237;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 0;
}
.static-area .single-static p {
    line-height: 20px;
    color: #666;
    font-size: 13px;
    margin: 0;
}
/* ================================= */
/* ======    Home | About Us   ======*/
/* ================================= */
.about_section.section-b-space {
    padding-bottom: 100px;
}
.about_section .title-3 {
    text-align: center;
}
.about_section .title-3 h3 {
    position: relative;
}
.about_section .title-3 h3::before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 70px;
    left: calc(50% - 62px);
    height: 2px;
    background-color: #900;
}

.about_section .about_img {
    position: relative;
	margin: 0 0 20px;
	min-height: 400px;
    background: url('../images/slides/carousel/slide-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
}
.about_section .about_content {
    margin-left: 20px;
}
.about_section .about_content h5 {
    color: #900;
    margin-bottom: 25px;
}
.about_section .about_content p {
    color: #b2b2b2;
    line-height: 1.8rem;
    margin-bottom: 22px;
    font-size: 15px;
}
.about_section .about_content a.readmore-btn, .about_section .about_content a.readmore-btn:hover {
    padding: 5px 8px;
    background-color: #f8f8f8;
    color:#900;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 13px;
    text-decoration: none;
    outline: none;
}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .about_section .about_content {
        margin-left: 0px;
    }
}
/* ================================= */
/* ======    Home | Products   ======*/
/* ================================= */
#products .card {
	border:none;
}
#products .card-title {
    background-color: #900;
    color: #fff;
}
#products .title-4 h3 {position: relative;}
#products .title-4 h3::before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 70px;
    left: calc(50% - 124px);
    height: 2px;
    background-color: #900;
}
/* ================================= */
/* ======   Home | Query Form   =====*/
/* ================================= */
form .title-5 h3 {
    position: relative;
}
form .title-5 h3::before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 70px;
    left: calc(0px);
    height: 2px;
    background-color: #900;

}
/* Input box */
.cta-input {
	width: 100%;
    height: 44px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 13px;
    background: #fff;
	color: #0c0c0c;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom: 15px;
	border-radius: 5px;
}
/* Message Area */
.cta-txt-area {
	border-radius: 5px;
	color: #0c0c0c;
    width: 100%;
    border: none;
    font-size: 14px;
    resize: none;
    outline: none;
    padding-left: 15px;
    background: #fff;
    padding-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
} 
/* Submit button */
.main_btn {
	border-radius: 5px;
	color: #0c0c0c;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}
/*Home Pre-footer*/
#pre-footer {
    background-color: #fff;
}
#pre-footer .address a,#pre-footer .address a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}
/********************************************/
/*             About Us Page                */
/********************************************/
.sec-banner {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    padding: 115px 0px;
}
.sec-banner::before {
    position: absolute;
    content: '';
    z-index: 2;
    background-color: #000;
    opacity: 0.45;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-title {
    position: relative;
    z-index: 3;
    color: #fff;
}
.sec-title span{
    font-weight: 800;
}
/*image-content-layout*/
.img-content-lyt {
    background-color: #efefef;
}
.img-content-lyt .img-wrapper img {
    min-height: 300px;
}
.img-content-lyt .content-title {
    color: #900;
}
/********************************************/
/*             Products Page                */
/********************************************/
.products {
    padding-top: 80px;
    padding-bottom: 100px;
}
.products .sec-title {
    color: #900!important;
}
.products .card-body {
    background-color:#fff;
}
/* .products .card-img {
    transform: scale(0.5);
    transition: all .2s; 
}
.products .card-body:hover .card-img {
    transform: scale(0.8);
} */
.products .card-title {
    background-color: #900;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}
.filters-button-group button {
    font-size: 13px;
}
.filters-button-group button.is-checked {
    background-color: #900;
    color: #fff;
}
.filters-button-group button:hover {
    background-color: #900;
}
/********************************************/
/*           Products Detail Page           */
/********************************************/
.product-item h4 {
    color: #900!important;
}
.product-item .img-for-wrap {
    min-height: 230px;
}
.product-item .img-nav-wrap {
    margin-left: 10px;
    margin-right: 10px;
}
/********************************************/
/*             Services Page                */
/********************************************/
.service .img-wrapper img {
    min-height: auto!important;
}
.three-col-img-lyt .title,
.service .title  {
    color: #900;
}
.three-col-img-lyt .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #efefef;
    color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin-bottom: 10px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
}

/********************************************/
/*             Downloads Page               */
/********************************************/
.downloads-lyt a.download-content {
    padding: 5px 8px;
    color:#000;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}
.downloads-lyt a.download-content:hover {
    padding: 5px 8px;
    color:#900;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}



/*23 Mar 2021 editted id-"pre-footer" home page - by JKL Info Solutions*/


.floatingwhatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  color: #FFF;
  background: #4dc247;
  font-size: 26px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
  -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}
.floatingwhatsapp:hover {
  color: #FFF;
}

#pre-footer .address {
    padding-left: 1rem;
    padding-right: 1rem;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: -3px;
    text-align: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #900;
    color: #900;
    border-radius: 50%;
}

.clients img
{
	margin-bottom: 30px;
	max-width: 100%;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	padding: 15px;
}

.logo-portfolio-thumb
{
	margin-bottom: 30px;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
	padding: 40px 0px;
	    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.logo-portfolio-thumb:hover
{
      box-shadow: 0 0 20px -5px #000000ad;
          transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
#pre-bg {
    background-color: #fff;
}