body{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	font-family: 'Muli', sans-serif;
}
.header{
	padding: 15px 0px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	width:100%;
	height:auto;
	background:#fff;
}
.btn-one{
	background: #ea2626;
    border: 1px solid #ea2626;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	margin:0px 5px;
    padding: 7px 12px;
	float: right;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	font-family: 'Muli', sans-serif;
}
.btn-two{
	background: #ea2626;
    border: 1px solid #ea2626;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 12px;
	float: right;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	font-family: 'Muli', sans-serif;
}
.call-to-action{
	    background: #ffd100;
		overflow:hidden;
}
.call-to-action h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
	margin:10px 0px;
	font-family: 'Righteous', cursive;
}
section {
    padding-top:2rem;
    padding-bottom: 5rem;
}
section h6{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
	margin: 10px 0px 15px 0px;
    color: #1f1f1f;
	font-family: 'Righteous', cursive;
}
.btn-default {
    color: #fff!important;
    background-color: #af2121!important;
    border-color: #af2121!important;
	font-family: 'Muli', sans-serif;
}
.h6{
    font-size: 26px!important;
    text-align: center!important;
    font-weight: bold!important;
	margin: 10px 0px 15px 0px!important;
    color: #1f1f1f!important;
	font-family: 'Righteous', cursive!important;
}
.wrap {
    display: flex;
    background: linear-gradient(135deg,#f91919 0%,#8a2626 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	color:#fff;
}

.wrap:hover {
	background: linear-gradient(135deg,#d40a0a 0%,#701a1a 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Muli', sans-serif;
    font-size:2.1rem;
}
.mbr-bold {
    font-weight: 700;
	    text-align: center;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Muli', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 5px 0px;
	}
	.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
	background: #fff!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
	background: #e21b1b;
    font-size:14px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.footer{
	background: #313131;
    padding: 20px 0px;
}
.footer ul li{
	font-size: 13px;
    padding: 2px 12px;
	display: inline-block;
	font-family: 'Muli', sans-serif;
}
.footer ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer p {
    margin: 5px 0px;
    color: #fff;
	padding:0px;
        text-align: left;
	font-family: 'Muli', sans-serif;
}
.footer p a{
    color: #ffffff;
}
.footer span{
	color: #fcaf18;
}
.p-left {
    width: 8%;
    float: left;
   font-family: 'Muli', sans-serif;
}
.p-right {
    width: 92%;
    float: left;
    transition-duration: 0.3s;
   font-family: 'Muli', sans-serif;
}
.testimonial-strip{
	background-image:url("../images/text-back.png");
	padding:25px 0px;
}
.text-inner{
	background:#ffffff;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px #f2c90f;
}
.text-inner p {
    margin: 3px 0px;
    text-align: center;
	font-family: 'Muli', sans-serif;
}
.text-inner h5 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #9c2424;
	font-family: 'Righteous', cursive;
}
.asap1{
	margin:5px 0px 5px 0px;
}
.asap{
	margin:10px 0px 5px 0px;
}
.asap img{
	border-radius: 7px;
}
.hr1{
	margin: 2px 0px;
    border-top: 1px dashed #eee;
}
 .social-icons-ql li{
	   list-style:none;
	   float:left;
	   width:40px;
	   height:40px;
	   line-height:45px;
	   background:#000;
	   text-align:center;
	   margin:10px 5px;
   }
  
   .social-icons-ql li:nth-child(1){
	   width: 42px;
		height: 42px;
		line-height: 57px;
		margin: 10px 5px;
	   background:#34558E;
   }
   
   .social-icons-ql li:nth-child(1) i{
	   font-size:25px;
	   
   }
  .social-icons-ql li:nth-child(2) {
   background:#25B8E6;#0198DE
}

.social-icons-ql li:nth-child(3) {
   background:rgba(0, 122, 181, 1);
}
.social-icons-ql li:nth-child(4) {
   background:#DC4A38;
}
.social-icons-ql li:nth-child(5) {
   background:#CC2028;
}

.social-icons-ql li:nth-child(6) {
   background:#E05929;
}
.social-icons-ql li:nth-child(7) {
   background:#EB4924;
} 
   .social-icons-ql li i{
	   color:#fff;
	   font-size:20px;
   }
.grid-padding{
    font-size: 27px;
    text-align: center;
    color: #ffd100;
    margin: 15px 0px;
	font-family: 'Righteous', cursive;
}
.grid-gutter{
	padding: 20px 0px 0px 0px;
}
.why-section{
	background: linear-gradient(135deg,#f91919 0%,#8a2626 100%);
}
.value-prop-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:50px}@media(max-width:767px){.value-prop-container{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}}.value-prop-container .value-prop--icon{margin-right:20px}.value-prop-container .value-prop--icon img{width:40px;margin: 20px 0px;}.value-prop-container .value-prop{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-right:12px;width:25%}@media(max-width:767px){.value-prop-container .value-prop{margin-bottom:20px;width:100%}}.value-prop-container .value-prop:last-of-type{margin-right:0}.value-prop-container .value-prop h3{    text-align: left;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
	color:#fff;
    line-height: 20px;
    margin-bottom: 0px;font-size:20px;line-height:20px;font-family: 'Muli', sans-serif;}@media(max-width:767px){.value-prop-container .value-prop h3{font-size:16px;line-height:22px}}.value-prop-container .value-prop p{font-size: 13px;
    line-height: 19px;
    text-align: left;color: #e4e3e3;font-family: 'Muli', sans-serif;}.marketing-block{background-size:cover;color:#fff}@media(min-width:1025px){.marketing-block{min-height:650px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}}@media(max-width:1024px){.marketing-block{padding-bottom:30px}}@media(max-width:768px){.marketing-block{background-position:center}}.marketing-block p{font-size:15px}.marketing-block.no-margin{margin-top:0}.marketing-block .marketing-sizes{margin-top:50px}.marketing-block .marketing-sizes .oval-image{height:53px}.marketing-block .marketing-sizes .oval-image.oval-image-padding{padding-top:10px}.marketing-block .marketing-sizes .marketing-size{display:inline-block;vertical-align:top;margin-right:50px}.marketing-block .marketing-sizes .marketing-size-text{font-size:14px;margin-bottom:0}
	.bling{
		    background: #fff;
			border-left: 5px solid #f2c90f;
			padding: 10px 0px;
			margin:5px 0px;
	}
	.bling-original{
		    background: #f2c90f;
			padding: 10px 0px;
	}
	.bling-original h3{
		font-size: 24px;
		text-align: center;
		color:#313131;
		font-family: 'Righteous', cursive;
	}
	.bling h4 {
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0px 0px 0px;
		font-family: 'Muli', sans-serif;
	}
	.bling p {
		font-family: 'Muli', sans-serif;
	}
	.bling button{
		background: #bc2121;
		border: 1px solid #fff;
		color: #fff;
		border-left: 2px solid #313131;
		padding: 4px;
		font-family: 'Muli', sans-serif;
	}
	.dis{
		background-image: linear-gradient(to right, #fed52d , #f1c80b);
		font-family: 'Muli', sans-serif;
		padding: 6px 0px 6px 0px;
		overflow: hidden;
	}
.dis h4{
	text-align:center;
	font-weight:bold;
}
.dis h3{
    font-size: 24px;
    color: #333;
	margin:10px 0px;
	font-family: 'Righteous', cursive;
}
.kilksa{
	    margin: 30px 0px;
}
.first p{
	margin: 35px 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 10px;
}
.first p span{
    font-size:14px;
}
.second p{
	font-weight: bold;
    font-size: 28px;
	margin: 12px 0px;
    padding: 1px 10px;
    text-align: left;
    line-height: 19px;
    font-family: 'Righteous', cursive;
}
.second p span{
	font-size: 13px;
	font-weight:400;
	font-family: 'Muli', sans-serif;
}
.second p a {
    color: #1f1f1f;
}
.second p a:hover{
    color: #1f1f1f;
	text-decoration:none;
}
.second-div {
    border-left: 2px solid #c0acac;
    border-radius: 1px;
}
.welcome-section{
	padding: 15px 0px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	width:100%;
	height:auto;
}
.welcome-section h3 {
    font-size: 24px;
    font-weight: bold;
	font-family: 'Righteous', cursive;
}
.welcome-section h3 span{
	color: #cd1f1f;
}
.welcome-section p{
	    text-align: justify;
}
.a{
	margin: 0px 0px 0px 0px;
}
.input-field21{
    background: #ffffff;
    border: 2px solid #d2cbcb;
    padding: 5px;
    color: #333;
	margin:3px 0px;
	font-family: 'Muli', sans-serif;
}
.input-field22{
	width: 100%;
    height: 55px;
    background: #ffffff;
    border: 2px solid #d2cbcb;
    padding: 5px;
    color: #333;
	margin:0px 0px;
	font-family: 'Muli', sans-serif;
}
.input-field42{
	background: #e02f27;
    border: 1px solid #e02f27;
    color: #fff;
    padding: 7px 14px;
    font-weight: bold;
    font-size: 16px;
	font-family: 'Muli', sans-serif;
}
.input-field211{
    background: #ffffff;
    border: 2px solid #d2cbcb;
    padding: 5px;
	width: 100%;
    color: #333;
	margin:3px 0px;
	font-family: 'Muli', sans-serif;
}
.input-field421 {
    background: #db2526;
    border: 1px solid #e02f27;
    color: #fff;
    width: 100%;
    margin: 2px 0px;
    padding: 5px 10px;
    font-family: 'Muli', sans-serif;
}
.first{
	width:65%;
	float:left;
}
.second{
	width:35%;
	float:left;
	margin: 25px 0px;
}
.form-area{
	background:#f5962c;
    padding: 10px 10px;
	margin: 15px 0px;
}
.form-area p{
    margin: 0px!important;
    font-size: 14px!important;
    text-align: center!important;
    color: #fff!important;
    font-family: 'Muli', sans-serif;
}
.inner-banner{
	width:100%;
	height:auto;
	margin:0px;
	padding:10px 0px;
	max-width:100%;
	background:#fe4927;
	overflow:hidden;
}
.inner-banner h3 {
    font-size: 26px;
    color: #fff;
    text-decoration: underline;
    margin: 35px 0px 5px 0px;
    font-family: 'Righteous', cursive;
}
.inner-banner p{
    margin: 5px 0px;
    color: #ebe7e7;
	font-family: 'Muli', sans-serif;
}
.inner-banner p a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.web-inner{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0px;
	padding:0px;
}
.web-inner h4{
    font-size: 23px;
    font-weight: bold;
    margin: 15px 0px;
    padding: 5px 0px;
	font-family: 'Righteous', cursive;
}
.web-inner h4 span{
    color: #fff;
    background: #fe4927;
    padding: 0px 5px;
}
.web-inner p{
    margin: 0px;
    font-size: 15px;
    text-align: justify;
	font-family: 'Muli', sans-serif;
}
.web-inner h5 {
    font-size: 15px;
	font-family: 'Muli', sans-serif;
}
.web-inner h5 a{
    color: #1f1f1f;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
	font-family: 'Righteous', cursive;
}
.bbb{
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px dashed #5b5858;
}
/*gallery css starts here */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 3s ease;
}

.col-sm-3 a:hover {
    border: 1px solid #ff4647;
    border-radius: 100% 60% / 30% 10%;
    background: linear-gradient(rgba(56,123,131,0.7),rgba(56,123,131,0.7));
}
/*gallery css ends here */
/* accordian css starts here */
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	/* accordian css ends here */
	.quick-links{
		width:100%;
		height:auto;
		max-width:100%;
		margin:0px;
		padding:0px;
	}
	.quick-links-new{
		width:100%;
		height:auto;
		max-width:100%;
		margin:0px;
		padding: 5px 0px;
		background: #f5962c;
		overflow:hidden;
	}
	.quick-links-new ul{
		margin: 0px;
		padding: 0px;
	}
	.quick-links-new ul li{
		margin: 0px;
		padding:3px 0px;
		text-align: center;
		list-style-type: none;
		border-bottom: 1px dotted #fff;
		font-family: 'Muli', sans-serif;
	}
	.quick-links-new ul li a{
		color:#fff;
	}
	.quick-links-new h5{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #333;
	}
	.sticky{
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
		z-index:100000;
	}
	#toTop{
	    position: fixed;
		bottom:20px;
		right:20px;
		cursor: pointer;
		display: none;
		color: #ffffff;
		background-color: #d2260b;
		border-color: #bfbaba;
	}
	#whatsapp {
		position: fixed;
		bottom: 60px;
		right: 9px;
		z-index:1;
	}
@media only screen and (max-width: 600px) {
.input-field21 {
	width:100%;
	margin: 2px;
}
.input-field42 {
	width:100%;
	margin: 2px;
}
.inner-banner h3 {
    font-size: 26px;
    color: #fff;
    text-decoration: underline;
    margin: 5px 0px 5px 0px;
    text-align: center;
    font-family: 'Righteous', cursive;
}
.inner-banner p {
    margin: 5px 0px;
    color: #ebe7e7;
    text-align: center;
    font-family: 'Muli', sans-serif;
}
.asap1{
	margin:25px 0px 25px 0px;
	overflow:hidden;
	border-bottom:1px dashed #fff;
}
}
	@media only screen and (max-width:580px){
	.btn-two{
		display:none;
	}
	.second-div {
		border:none;
	}
	.second p {
		font-weight: bold;
		font-size: 28px;
		margin: 36px 0px;
		padding: 1px 0px;
		text-align:left;
	}
	.first p {
		margin: 35px 0px;
		padding: 0px;
		text-align: right;
	}
	.dis h3{
		text-align:center;
	}
	.kilksa{
			margin:0px 0px;
	}
	.first {
		width: 100%;
	}
	.input-field22 {
		width: 100%;
	}
	.second {
		width: 100%;
		margin: 0px 0px;
	}
	.a {
		margin: 0px 0px 0px 0px;
	}
	.dis {
		background-image: linear-gradient(to right, #fed52d , #f1c80b);
		font-family: 'Muli', sans-serif;
		padding: 6px 0px 16px 0px;
	}
	#custom_carousel .controls li {
		display: block;
		width: -1%!important;
		max-width: 100%!important;
	}
	}
	p::first-letter {
  font-weight: bold;
  
}
