
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

a {
    color: #b89f69;
    text-decoration: none;
    background-color: transparent;
}

.padd-comm{
	padding: 60px 0px;
}

.padd-40{
	padding: 40px 0px;
}

.bg-grey{
	background-color: #ededed;
}

.bg-blue{
	background-color: #000;
}

.text-white{
	color: #ffffff !important;
}

.text-blue{
	color: #b89f69 !important;
}


h3.heading {
    font-weight: normal;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

h3.heading span{
	font-weight: bold;
	color: #b89f69;	
}

p{
	 font-family: 'Poppins', sans-serif;
	 font-size: 16px;
	 line-height: 26px;
	 margin-bottom: 0px;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color: #FFF !important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.mobile-quick{
  display: none;
}

.btn-primary {
    color: #fff;
    background-color: #b89f69;
    border-color: #b89f69;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b89f69;
    border-color: #b89f69;
}

.card{
	border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 1px 5px 0px #b89f69;
}

.top-bar {
    background-color: #b89f69;
    color: #ffffff;
    padding: 4px 0px;
}

.con-info ul{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.con-info ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.con-info ul li:last-child {
    border-left: 1px solid #ffffff;
    padding-left: 12px;
    padding-right: 0px;
}




/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 4px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position: fixed;
}
.start-header.scroll-on .navbar-brand img{
	height: 100px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 90px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.navbar-nav li {
    padding: 0px 16px;
}

.navbar-nav li:last-child {
    padding-right: 0px;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
    text-transform: uppercase;
}

.nav-item:hover .nav-link{
	color: #b89f69 !important;
}
.nav-item.active .nav-link{
	color: #b89f69 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #b89f69;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.carousel-inner img{
	width: 100%;
	height: auto;
}

.carousel-caption{
	    background-color: rgb(0 0 0 / 56%);
	        bottom: 45px;
}

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
    text-transform: uppercase;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #b89f69;
}


.card .ripple img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.card .ripple:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*benefits*/

.benefits{
	text-align: center;
}

.benefits-box{
	background-color: #b89f69;
	color: #ffffff;
	padding: 30px 0px;
}

.benefits img{
	width: 60px;
	height: auto;	
}

.benefits h4{
	font-size: 18px;
}

/*benefits end*/

/*breadcrumb-img*/

.breadcrumb-img {
    background-image: url(../images/abt-breadcrum.jpg);
    display: flex;
    align-items: center;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: 0.7;
    background-color:#000;
}
/*breadcrumb-img end*/


/*sidebar-menu*/

.sidebar-menu{
	background-color: #b89f69;
    color: #ffffff;
}

.sidebar-menu h3 {
    border-bottom: 2px solid #ffffff;
    padding: 6px 0px;
    font-size: 24px;
}

.sidebar-menu ul{
	padding: 0px;
	margin: 0px;
}

.sidebar-menu li {
    color: #ffffff;
    list-style: none;
    border-bottom: 1px dashed rgb(28 27 27 / 91%);
    padding: 10px 0px 10px 20px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.sidebar-menu li:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
        left: 0;
}

.sidebar-menu li:last-child{
	border-bottom: none;
}

.sidebar-menu li a{
	color: #ffffff;
	text-decoration: none;
}

.sidebar-menu li a.active {
    color: #000000;
    font-weight: 600;
}


/*sidebar-menu end*/


/*product-det*/

.product-det p{
	text-align: justify;
	font-size: 16px;
}

.prdoct-slider .slick-prev {
    left: 10px;
    z-index: 999999;
}

.prdoct-slider .slick-next {
    right: 10px;
    z-index: 999999;
}

.prdoct-slider .slick-prev:before, .prdoct-slider .slick-next:before {
            color: #ffffff;
}

/*product-det end*/

/*about us page*/

.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

.count-up {
    background-color: #b89f69;
    padding: 20px 0px;
}

.count-up h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
}

.about-ben ul{
	padding: 0px;
	margin: 0px;
}

.about-ben ul li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    padding-bottom: 10px;
}

.about-ben ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    color: #b89f69;
}
/*about us end*/

/*clients*/

.clients-img img{
	display: block;
	border: 1px solid #cfdcf0;	
}

.clients-img div{
	padding: 0 0px;
}

.clients-img .slick-slide img{
	width: 90%;
}

.clients-img .slick-prev {
    left: -30px;
    z-index: 999999;
}

.clients-img .slick-next {
    right: -20px;
    z-index: 999999;
}

.clients-img .slick-prev:before, .clients-img .slick-next:before {
            color: #b89f69;
}

/*clients end*/


footer {
    background-color: #b89f69;
    padding: 40px 0px 0px 0px;
    color: #ffffff;
}

.footer-bottom{
	background-color: #000000;
	padding: 15px 0px;
	color: #ffffff;
}

.footer-bottom p{
	color: #ffffff;
	font-size: 14px;
}

.about-us-footer a{
	color: #ffffff;
	text-decoration: underline;
}

ul.useful-links{
	padding: 0px;
	margin: 0px;
}

ul.useful-links li {
    color: #ffffff;
    list-style: none;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
    padding: 6px 0px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

ul.useful-links li:last-child{
	border-bottom: none;
}

ul.useful-links li a{
	color: #ffffff;
	text-decoration: none;
}

.footer-social-icons li a {
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.footer-social-icons li a:hover {
	background-color: #fff;
	color: #2c5aa7;
}
.footer-instagram a img {
	max-width: 75px;
	margin-bottom: 6px;
	margin-right: 6px;
	border-radius: 4px;
}

.contact-bg {
    background-color: #000000;
    padding: 30px 20px 70px 20px;
}

/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

	.breadcrumb-img{		    
    height: 140px;    
	}

	.breadcrumb-img .row{
		align-items: center;
    justify-content: center;
	}

	.breadcrumb-img h1{
		font-size: 21px;
		text-align: center;
	}

	.product-det h3.heading {
    font-size: 24px;
	}

	.sidebar-menu{
		margin-top: 20px;
		display: none;
	}
	ul.useful-links li:last-child {
    border-bottom: none;
    padding-bottom: 30px;
}
	.contact-bg {
    background-color: #000000;
    padding: 30px 20px 20px 20px;
	}
	.footer-bottom {
    background-color: #b89f69;
	}
	.con-info ul{
		text-align: center;
	}

	.float{
  display: none;
}

.mobile-quick{
  display: block;
}

.mobile-quick ul{
  padding: 0px;
  margin: 0px;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0px;
}

.mobile-quick li {
    width: 50%;
    color: #ffffff;
    padding: 6px;
    font-size: 18px;
    list-style: none;
    text-align: center;
}

.mobile-quick li:first-child{
  background-color: #34B7F1;
}

.mobile-quick li:last-child{
  background-color: #075e54;
}

.mobile-quick li a{
  color: #ffffff;
  text-decoration:none;
}
.gallery-img a img {
    margin-bottom: 12px;
}
.carousel-caption{
	display: none;
}
}
